Searched refs:ciphers13 (Results 1 – 1 of 1) sorted by relevance
2772 char *ciphers13 = SSL_CONN_CONFIG(cipher_list13); in ossl_connect_step1() local2773 if(ciphers13) { in ossl_connect_step1()2774 if(!SSL_CTX_set_ciphersuites(backend->ctx, ciphers13)) { in ossl_connect_step1()2775 failf(data, "failed setting TLS 1.3 cipher suite: %s", ciphers13); in ossl_connect_step1()2778 infof(data, "TLS 1.3 cipher selection: %s\n", ciphers13); in ossl_connect_step1()