sslv2.d 433 B

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