2022-06-14 06:12:03 +08:00
|
|
|
c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
|
|
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
|
|
|
---
|
2021-03-22 18:55:27 +08:00
|
|
|
This option previously asked curl to use SSLv3, but starting in curl 7.77.0
|
|
|
|
this instruction is ignored. SSLv3 is widely considered insecure (see RFC
|
|
|
|
7568).
|