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: proxy-tls13-ciphers 5*6236dae4SAndroid Build Coastguard WorkerArg: <list> 6*6236dae4SAndroid Build Coastguard Workerhelp: TLS 1.3 proxy cipher suites 7*6236dae4SAndroid Build Coastguard WorkerProtocols: TLS 8*6236dae4SAndroid Build Coastguard WorkerCategory: proxy 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 - proxy-ciphers 13*6236dae4SAndroid Build Coastguard Worker - tls13-ciphers 14*6236dae4SAndroid Build Coastguard Worker - proxy 15*6236dae4SAndroid Build Coastguard WorkerExample: 16*6236dae4SAndroid Build Coastguard Worker - --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256 -x proxy $URL 17*6236dae4SAndroid Build Coastguard Worker--- 18*6236dae4SAndroid Build Coastguard Worker 19*6236dae4SAndroid Build Coastguard Worker# `--proxy-tls13-ciphers` 20*6236dae4SAndroid Build Coastguard Worker 21*6236dae4SAndroid Build Coastguard WorkerSame as --tls13-ciphers but used in HTTPS proxy context. 22*6236dae4SAndroid Build Coastguard Worker 23*6236dae4SAndroid Build Coastguard WorkerSpecify which cipher suites to use in the connection to your HTTPS proxy when 24*6236dae4SAndroid Build Coastguard Workerit negotiates TLS 1.3. The list of ciphers suites must specify valid ciphers. 25*6236dae4SAndroid Build Coastguard WorkerRead up on TLS 1.3 cipher suite details on this URL: 26*6236dae4SAndroid Build Coastguard Worker 27*6236dae4SAndroid Build Coastguard Workerhttps://curl.se/docs/ssl-ciphers.html 28*6236dae4SAndroid Build Coastguard Worker 29*6236dae4SAndroid Build Coastguard WorkerThis option is used when curl is built to use OpenSSL 1.1.1 or later, 30*6236dae4SAndroid Build Coastguard WorkerSchannel, wolfSSL, or mbedTLS 3.6.0 or later. 31*6236dae4SAndroid Build Coastguard Worker 32*6236dae4SAndroid Build Coastguard WorkerBefore curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set 33*6236dae4SAndroid Build Coastguard Workerby using the --proxy-ciphers option. 34