Home
last modified time | relevance | path

Searched refs:ciphers12 (Results 1 – 4 of 4) sorted by relevance

/curl/tests/http/
H A Dtest_17_ssl_use.py200 for [ciphers12, succeed12] in tls12_tests:
201 ret.append([tls_proto, ciphers13, ciphers12, succeed13, succeed12])
205 …def test_17_07_ssl_ciphers(self, env: Env, httpd, tls_proto, ciphers13, ciphers12, succeed13, succ… argument
226 if ciphers12 is not None:
238 extra_args += ['--ciphers', ':'.join(ciphers12)] if ciphers12 else []
249 assert ciphers12 is None or r.json['SSL_CIPHER'] in ciphers12, r.dump_logs()
/curl/lib/vtls/
H A Drustls.c433 const char *ciphers12, in cr_get_selected_ciphers() argument
441 const char *ciphers = ciphers12; in cr_get_selected_ciphers()
499 if(ciphers == ciphers13 && ciphers12) { in cr_get_selected_ciphers()
500 ciphers = ciphers12; in cr_get_selected_ciphers()
504 if(!ciphers12) { in cr_get_selected_ciphers()
H A Dmbedtls.c374 const char *ciphers12, in mbed_set_selected_ciphers() argument
377 const char *ciphers = ciphers12; in mbed_set_selected_ciphers()
440 if(ciphers == ciphers13 && ciphers12) { in mbed_set_selected_ciphers()
441 ciphers = ciphers12; in mbed_set_selected_ciphers()
445 if(!ciphers12) { in mbed_set_selected_ciphers()
H A Dwolfssl.c811 const char *ciphers12 = conn_config->cipher_list; in wolfssl_connect_step1() local
819 size_t len12 = ciphers12 ? strlen(ciphers12) in wolfssl_connect_step1()
832 if(ciphers12) in wolfssl_connect_step1()
833 memcpy(ciphers + len13 + 1, ciphers12, len12); in wolfssl_connect_step1()

Completed in 17 milliseconds