blob: 26f8e44b0cdb434837e75a2224db6a11970862fc [file] [log] [blame]
xf.li6c8fc1e2023-08-12 00:11:09 -07001c: Copyright (C) 1998 - 2022, Daniel Stenberg, <daniel@haxx.se>, et al.
2SPDX-License-Identifier: curl
3Short: 3
4Long: sslv3
5Tags: Versions
6Protocols: SSL
7Added: 5.9
8Mutexed: sslv2 tlsv1 tlsv1.1 tlsv1.2
9Requires: TLS
10See-also: http1.1 http2
11Help: Use SSLv3
12Category: tls
13Example: --sslv3 $URL
14Multi: mutex
15---
16This option previously asked curl to use SSLv3, but starting in curl 7.77.0
17this instruction is ignored. SSLv3 is widely considered insecure (see RFC
187568).