Searched refs:ciphers13 (Results 1 – 1 of 1) sorted by relevance
2561 char *ciphers13 = SSL_CONN_CONFIG(cipher_list13); in ossl_connect_step1() local2562 if(ciphers13) { in ossl_connect_step1()2563 if(!SSL_CTX_set_ciphersuites(BACKEND->ctx, ciphers13)) { in ossl_connect_step1()2564 failf(data, "failed setting TLS 1.3 cipher suite: %s", ciphers13); in ossl_connect_step1()2567 infof(data, "TLS 1.3 cipher selection: %s\n", ciphers13); in ossl_connect_step1()