ciphers.md (605B)
1 --- 2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al. 3 SPDX-License-Identifier: curl 4 Long: ciphers 5 Arg: <list> 6 Help: TLS 1.2 (1.1, 1.0) ciphers to use 7 Protocols: TLS 8 Category: tls 9 Added: 7.9 10 Multi: single 11 See-also: 12 - tls13-ciphers 13 - proxy-ciphers 14 - curves 15 Example: 16 - --ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256 $URL 17 --- 18 19 # `--ciphers` 20 21 Specify which cipher suites to use in the connection if it negotiates TLS 1.2 22 (1.1, 1.0). The list of ciphers suites must specify valid ciphers. Read up on 23 cipher suite details on this URL: 24 25 https://curl.se/docs/ssl-ciphers.html