sslv3.d 452 B

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