sslv3.d 452 B

123456789101112131415161718
  1. c: Copyright (C) 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. Multi: mutex
  15. ---
  16. This option previously asked curl to use SSLv3, but starting in curl 7.77.0
  17. this instruction is ignored. SSLv3 is widely considered insecure (see RFC
  18. 7568).