quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

proxy-tls13-ciphers.md (924B)


      1 ---
      2 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      3 SPDX-License-Identifier: curl
      4 Long: proxy-tls13-ciphers
      5 Arg: <list>
      6 Help: TLS 1.3 proxy cipher suites
      7 Protocols: TLS
      8 Category: proxy tls
      9 Added: 7.61.0
     10 Multi: single
     11 See-also:
     12   - proxy-ciphers
     13   - tls13-ciphers
     14   - proxy
     15 Example:
     16   - --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256 -x proxy $URL
     17 ---
     18 
     19 # `--proxy-tls13-ciphers`
     20 
     21 Same as --tls13-ciphers but used in HTTPS proxy context.
     22 
     23 Specify which cipher suites to use in the connection to your HTTPS proxy when
     24 it negotiates TLS 1.3. The list of ciphers suites must specify valid ciphers.
     25 Read up on TLS 1.3 cipher suite details on this URL:
     26 
     27 https://curl.se/docs/ssl-ciphers.html
     28 
     29 This option is used when curl is built to use OpenSSL 1.1.1 or later,
     30 Schannel, wolfSSL, or mbedTLS 3.6.0 or later.
     31 
     32 Before curl 8.10.0 with mbedTLS or wolfSSL, TLS 1.3 cipher suites were set
     33 by using the --proxy-ciphers option.