/curl/docs/cmdline-opts/ |
H A D | proxy-ciphers.md | 4 Long: proxy-ciphers 6 Help: TLS 1.2 (1.1, 1.0) ciphers to use for proxy 12 - proxy-tls13-ciphers 13 - ciphers 16 - --proxy-ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256 -x https://proxy $URL 19 # `--proxy-ciphers` 21 Same as --ciphers but used in HTTPS proxy context. 24 it negotiates TLS 1.2 (1.1, 1.0). The list of ciphers suites must specify 25 valid ciphers. Read up on cipher suite details on this URL: 27 https://curl.se/docs/ssl-ciphers.html
|
H A D | ciphers.md | 4 Long: ciphers 6 Help: TLS 1.2 (1.1, 1.0) ciphers to use 12 - tls13-ciphers 13 - proxy-ciphers 16 - --ciphers ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-GCM-SHA256 $URL 19 # `--ciphers` 22 TLS 1.2 (1.1, 1.0). The list of ciphers suites must specify valid ciphers. 25 https://curl.se/docs/ssl-ciphers.html
|
H A D | tls13-ciphers.md | 4 Long: tls13-ciphers 12 - ciphers 13 - proxy-tls13-ciphers 16 - --tls13-ciphers TLS_AES_128_GCM_SHA256 $URL 19 # `--tls13-ciphers` 22 1.3. The list of ciphers suites must specify valid ciphers. Read up on TLS 1.3 25 https://curl.se/docs/ssl-ciphers.html 31 by using the --ciphers option.
|
H A D | proxy-tls13-ciphers.md | 4 Long: proxy-tls13-ciphers 12 - proxy-ciphers 13 - tls13-ciphers 16 - --proxy-tls13-ciphers TLS_AES_128_GCM_SHA256 -x proxy $URL 19 # `--proxy-tls13-ciphers` 21 Same as --tls13-ciphers but used in HTTPS proxy context. 24 it negotiates TLS 1.3. The list of ciphers suites must specify valid ciphers. 27 https://curl.se/docs/ssl-ciphers.html 33 by using the --proxy-ciphers option.
|
H A D | engine.md | 12 - ciphers
|
H A D | curves.md | 12 - ciphers
|
H A D | Makefile.inc | 60 ciphers.md \ 206 proxy-ciphers.md \ 221 proxy-tls13-ciphers.md \ 286 tls13-ciphers.md \
|
H A D | ssl.md | 13 - ciphers
|
/curl/docs/libcurl/opts/ |
H A D | CURLOPT_SSL_CIPHER_LIST.md | 28 CURLOPT_SSL_CIPHER_LIST - ciphers to use for TLS 45 For setting TLS 1.3 ciphers see CURLOPT_TLS13_CIPHERS(3). 54 cipher suites. Refer to the ciphers lists document for algorithms. 58 https://curl.se/docs/ssl-ciphers.html
|
H A D | CURLOPT_PROXY_SSL_CIPHER_LIST.md | 28 CURLOPT_PROXY_SSL_CIPHER_LIST - ciphers to use for HTTPS proxy 46 For setting TLS 1.3 ciphers see CURLOPT_PROXY_TLS13_CIPHERS(3). 55 cipher suites. Refer to the ciphers lists document for algorithms. 59 https://curl.se/docs/ssl-ciphers.html
|
H A D | CURLOPT_TLS13_CIPHERS.md | 26 CURLOPT_TLS13_CIPHERS - ciphers suites to use for TLS 1.3 43 For setting TLS 1.2 (1.1, 1.0) ciphers see CURLOPT_SSL_CIPHER_LIST(3). 52 https://curl.se/docs/ssl-ciphers.html
|
H A D | CURLOPT_PROXY_TLS13_CIPHERS.md | 25 CURLOPT_PROXY_TLS13_CIPHERS - ciphers suites for proxy TLS 1.3 43 For setting TLS 1.2 (1.1, 1.0) ciphers see CURLOPT_PROXY_SSL_CIPHER_LIST(3). 52 https://curl.se/docs/ssl-ciphers.html
|
/curl/lib/vtls/ |
H A D | sectransp.c | 863 SSLCipherSuite *ciphers = NULL; in sectransp_get_supported_ciphers() local 872 if(!ciphers) in sectransp_get_supported_ciphers() 890 if(ciphers[i] >= 0xC001 && ciphers[i] <= 0xC032) in sectransp_get_supported_ciphers() 892 ciphers[j++] = ciphers[i]; in sectransp_get_supported_ciphers() 899 return ciphers; in sectransp_get_supported_ciphers() 902 Curl_safefree(ciphers); in sectransp_get_supported_ciphers() 916 if(!ciphers) { in sectransp_set_default_ciphers() 926 ciphers[count++] = ciphers[i]; in sectransp_set_default_ciphers() 945 Curl_safefree(ciphers); in sectransp_set_default_ciphers() 1045 char *ciphers; local [all …]
|
H A D | rustls.c | 442 const char *ciphers = ciphers12; in cr_get_selected_ciphers() local 461 if(!ciphers) in cr_get_selected_ciphers() 462 ciphers = ""; in cr_get_selected_ciphers() 465 ciphers = ciphers13; in cr_get_selected_ciphers() 468 for(ptr = ciphers; ptr[0] != '\0' && count < supported_len; ptr = end) { in cr_get_selected_ciphers() 500 if(ciphers == ciphers13 && ciphers12) { in cr_get_selected_ciphers() 501 ciphers = ciphers12; in cr_get_selected_ciphers()
|
H A D | mbedtls.c | 384 const char *ciphers = ciphers12; in mbed_set_selected_ciphers() local 414 ciphers = ciphers13; in mbed_set_selected_ciphers() 418 for(ptr = ciphers; ptr[0] != '\0' && count < supported_len; ptr = end) { in mbed_set_selected_ciphers() 447 if(ciphers == ciphers13 && ciphers12) { in mbed_set_selected_ciphers() 448 ciphers = ciphers12; in mbed_set_selected_ciphers()
|
H A D | wolfssl.c | 937 char *ciphers = conn_config->cipher_list; in wolfssl_connect_step1() local 938 if(ciphers) { in wolfssl_connect_step1() 939 if(!SSL_CTX_set_cipher_list(backend->ctx, ciphers)) { in wolfssl_connect_step1() 940 failf(data, "failed setting cipher list: %s", ciphers); in wolfssl_connect_step1() 943 infof(data, "Cipher selection: %s", ciphers); in wolfssl_connect_step1()
|
H A D | schannel.c | 368 set_ssl_ciphers(SCHANNEL_CRED *schannel_cred, char *ciphers, in set_ssl_ciphers() argument 371 char *startCur = ciphers; in set_ssl_ciphers() 814 char *ciphers = conn_config->cipher_list; in schannel_acquire_credential_handle() local 820 if(ciphers) { in schannel_acquire_credential_handle() 826 result = set_ssl_ciphers(&schannel_cred, ciphers, algIds); in schannel_acquire_credential_handle()
|
H A D | openssl.c | 3487 const char *ciphers; in Curl_ossl_ctx_init() local 3698 ciphers = conn_config->cipher_list; in Curl_ossl_ctx_init() 3699 if(!ciphers && (peer->transport != TRNSPRT_QUIC)) in Curl_ossl_ctx_init() 3700 ciphers = DEFAULT_CIPHER_SELECTION; in Curl_ossl_ctx_init() 3701 if(ciphers) { in Curl_ossl_ctx_init() 3702 if(!SSL_CTX_set_cipher_list(octx->ssl_ctx, ciphers)) { in Curl_ossl_ctx_init() 3703 failf(data, "failed setting cipher list: %s", ciphers); in Curl_ossl_ctx_init() 3706 infof(data, "Cipher selection: %s", ciphers); in Curl_ossl_ctx_init()
|
H A D | bearssl.c | 490 const char *ciphers) in bearssl_set_selected_ciphers() argument 496 for(ptr = ciphers; ptr[0] != '\0' && count < NUM_OF_CIPHERS; ptr = end) { in bearssl_set_selected_ciphers()
|
/curl/docs/ |
H A D | options-in-versions | 25 --ciphers 7.9 172 --proxy-ciphers 7.52.0 187 --proxy-tls13-ciphers 7.61.0 251 --tls13-ciphers 7.61.0
|
H A D | TODO | 132 15.2 Extend support for the --ciphers option 941 15.2 Extend support for the --ciphers option 943 The existing support for the --ciphers option could be extended
|
/curl/docs/libcurl/ |
H A D | curl_easy_setopt.md | 834 Proxy ciphers to use. See CURLOPT_PROXY_SSL_CIPHER_LIST(3)
|