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