Home
last modified time | relevance | path

Searched refs:ciphers13 (Results 1 – 5 of 5) sorted by relevance

/curl/tests/http/
H A Dtest_17_ssl_use.py193 for [ciphers13, succeed13] in tls13_tests:
195 ret.append([tls_proto, ciphers13, ciphers12, succeed13, succeed12])
199 …def test_17_07_ssl_ciphers(self, env: Env, httpd, tls_proto, ciphers13, ciphers12, succeed13, succ… argument
217 if ciphers13 is not None:
234 extra_args = ['--tls13-ciphers', ':'.join(ciphers13)] if ciphers13 else []
241 assert ciphers13 is None or r.json['SSL_CIPHER'] in ciphers13, r.dump_logs()
/curl/lib/vtls/
H A Drustls.c435 const char *ciphers13, in cr_get_selected_ciphers() argument
448 if(!ciphers13) { in cr_get_selected_ciphers()
465 ciphers = ciphers13; in cr_get_selected_ciphers()
500 if(ciphers == ciphers13 && ciphers12) { in cr_get_selected_ciphers()
H A Dmbedtls.c382 const char *ciphers13) in mbed_set_selected_ciphers() argument
399 (void) ciphers13, (void) j; in mbed_set_selected_ciphers()
401 if(!ciphers13) { in mbed_set_selected_ciphers()
414 ciphers = ciphers13; in mbed_set_selected_ciphers()
447 if(ciphers == ciphers13 && ciphers12) { in mbed_set_selected_ciphers()
H A Dwolfssl.c950 const char *ciphers13 = conn_config->cipher_list13; in wolfssl_connect_step1() local
955 if(ciphers13) in wolfssl_connect_step1()
956 result = Curl_dyn_add(&c, ciphers13); in wolfssl_connect_step1()
H A Dopenssl.c3711 const char *ciphers13 = conn_config->cipher_list13; in Curl_ossl_ctx_init() local
3712 if(ciphers13) { in Curl_ossl_ctx_init()
3713 if(!SSL_CTX_set_ciphersuites(octx->ssl_ctx, ciphers13)) { in Curl_ossl_ctx_init()
3714 failf(data, "failed setting TLS 1.3 cipher suite: %s", ciphers13); in Curl_ossl_ctx_init()
3717 infof(data, "TLS 1.3 cipher selection: %s", ciphers13); in Curl_ossl_ctx_init()

Completed in 27 milliseconds