ciphers.d 526 B

1234567891011121314151617
  1. c: Copyright (C) 1998 - 2022, 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
  9. Example: --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
  10. Added: 7.9
  11. ---
  12. Specifies which ciphers to use in the connection. The list of ciphers must
  13. specify valid ciphers. Read up on SSL cipher list details on this URL:
  14. https://curl.se/docs/ssl-ciphers.html
  15. If this option is used several times, the last one will be used.