2023-01-02 20:51:48 +08:00
|
|
|
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
2022-06-14 06:12:03 +08:00
|
|
|
SPDX-License-Identifier: curl
|
2016-11-16 06:44:58 +08:00
|
|
|
Long: ciphers
|
|
|
|
Arg: <list of ciphers>
|
2018-05-28 20:16:27 +08:00
|
|
|
Help: SSL ciphers to use
|
2016-11-16 06:44:58 +08:00
|
|
|
Protocols: TLS
|
2020-07-13 20:15:04 +08:00
|
|
|
Category: tls
|
2021-11-15 22:58:20 +08:00
|
|
|
See-also: tlsv1.3
|
2021-08-31 22:37:14 +08:00
|
|
|
Example: --ciphers ECDHE-ECDSA-AES256-CCM8 $URL
|
2021-09-28 17:50:07 +08:00
|
|
|
Added: 7.9
|
2022-10-18 16:39:43 +08:00
|
|
|
Multi: single
|
2016-11-16 06:44:58 +08:00
|
|
|
---
|
|
|
|
Specifies which ciphers to use in the connection. The list of ciphers must
|
|
|
|
specify valid ciphers. Read up on SSL cipher list details on this URL:
|
|
|
|
|
2020-11-04 21:02:01 +08:00
|
|
|
https://curl.se/docs/ssl-ciphers.html
|