2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Short: 3
|
|
|
|
Long: sslv3
|
|
|
|
Tags: Versions
|
|
|
|
Protocols: SSL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 5.9
|
2016-11-16 06:44:58 +08:00
|
|
|
Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
|
|
|
|
Requires: TLS
|
|
|
|
See-also: http1.1 http2
|
|
|
|
Help: Use SSLv3
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --sslv3 $URL
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: mutex
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
2023-09-08 20:03:59 +08:00
|
|
|
This option previously asked curl to use SSLv3, but is now ignored
|
|
|
|
(added in 7.77.0). SSLv3 is widely considered insecure (see RFC 7568).
|