ciphers.d 488 B

12345678910111213141516
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: ciphers
  4. Arg: <list of ciphers>
  5. Help: SSL ciphers to use
  6. Protocols: TLS
  7. Category: tls
  8. See-also: tlsv1.3 tls13-ciphers proxy-ciphers
  9. Example: --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
  10. Added: 7.9
  11. Multi: single
  12. ---
  13. Specifies which ciphers to use in the connection. The list of ciphers must
  14. specify valid ciphers. Read up on SSL cipher list details on this URL:
  15. https://curl.se/docs/ssl-ciphers.html