xref: /aosp_15_r20/external/curl/docs/cmdline-opts/tls13-ciphers.md (revision 6236dae45794135f37c4eb022389c904c8b0090d)
1*6236dae4SAndroid Build Coastguard Worker---
2*6236dae4SAndroid Build Coastguard Workerc: Copyright (C) Daniel Stenberg, <[email protected]>, et al.
3*6236dae4SAndroid Build Coastguard WorkerSPDX-License-Identifier: curl
4*6236dae4SAndroid Build Coastguard WorkerLong: tls13-ciphers
5*6236dae4SAndroid Build Coastguard WorkerArg: <list>
6*6236dae4SAndroid Build Coastguard Workerhelp: TLS 1.3 cipher suites to use
7*6236dae4SAndroid Build Coastguard WorkerProtocols: TLS
8*6236dae4SAndroid Build Coastguard WorkerCategory: tls
9*6236dae4SAndroid Build Coastguard WorkerAdded: 7.61.0
10*6236dae4SAndroid Build Coastguard WorkerMulti: single
11*6236dae4SAndroid Build Coastguard WorkerSee-also:
12*6236dae4SAndroid Build Coastguard Worker  - ciphers
13*6236dae4SAndroid Build Coastguard Worker  - proxy-tls13-ciphers
14*6236dae4SAndroid Build Coastguard Worker  - curves
15*6236dae4SAndroid Build Coastguard WorkerExample:
16*6236dae4SAndroid Build Coastguard Worker  - --tls13-ciphers TLS_AES_128_GCM_SHA256 $URL
17*6236dae4SAndroid Build Coastguard Worker---
18*6236dae4SAndroid Build Coastguard Worker
19*6236dae4SAndroid Build Coastguard Worker# `--tls13-ciphers`
20*6236dae4SAndroid Build Coastguard Worker
21*6236dae4SAndroid Build Coastguard WorkerSpecifies which cipher suites to use in the connection if it negotiates TLS
22*6236dae4SAndroid Build Coastguard Worker1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3
23*6236dae4SAndroid Build Coastguard Workercipher suite details on this URL:
24*6236dae4SAndroid Build Coastguard Worker
25*6236dae4SAndroid Build Coastguard Workerhttps://curl.se/docs/ssl-ciphers.html
26*6236dae4SAndroid Build Coastguard Worker
27*6236dae4SAndroid Build Coastguard WorkerThis option is used when curl is built to use OpenSSL 1.1.1 or later,
28*6236dae4SAndroid Build Coastguard WorkerSchannel, wolfSSL, or mbedTLS 3.6.0 or later.
29*6236dae4SAndroid Build Coastguard Worker
30*6236dae4SAndroid Build Coastguard WorkerBefore curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set
31*6236dae4SAndroid Build Coastguard Workerby using the --ciphers option.
32