Searched refs:ciphers12 (Results 1 – 4 of 4) sorted by relevance
/curl/tests/http/ |
H A D | test_17_ssl_use.py | 194 for [ciphers12, succeed12] in tls12_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 220 if ciphers12 is not None: 235 extra_args += ['--ciphers', ':'.join(ciphers12)] if ciphers12 else [] 246 assert ciphers12 is None or r.json['SSL_CIPHER'] in ciphers12, r.dump_logs()
|
/curl/lib/vtls/ |
H A D | rustls.c | 434 const char *ciphers12, in cr_get_selected_ciphers() argument 442 const char *ciphers = ciphers12; in cr_get_selected_ciphers() 500 if(ciphers == ciphers13 && ciphers12) { in cr_get_selected_ciphers() 501 ciphers = ciphers12; in cr_get_selected_ciphers() 505 if(!ciphers12) { in cr_get_selected_ciphers()
|
H A D | mbedtls.c | 381 const char *ciphers12, in mbed_set_selected_ciphers() argument 384 const char *ciphers = ciphers12; in mbed_set_selected_ciphers() 447 if(ciphers == ciphers13 && ciphers12) { in mbed_set_selected_ciphers() 448 ciphers = ciphers12; in mbed_set_selected_ciphers() 452 if(!ciphers12) { in mbed_set_selected_ciphers()
|
H A D | wolfssl.c | 949 const char *ciphers12 = conn_config->cipher_list; in wolfssl_connect_step1() local 961 if(ciphers12) { in wolfssl_connect_step1() 965 result = Curl_dyn_add(&c, ciphers12); in wolfssl_connect_step1()
|
Completed in 44 milliseconds