Searched refs:ciphers13 (Results 1 – 1 of 1) sorted by relevance
2840 char *ciphers13 = SSL_CONN_CONFIG(cipher_list13); in ossl_connect_step1() local2841 if(ciphers13) { in ossl_connect_step1()2842 if(!SSL_CTX_set_ciphersuites(backend->ctx, ciphers13)) { in ossl_connect_step1()2843 failf(data, "failed setting TLS 1.3 cipher suite: %s", ciphers13); in ossl_connect_step1()2846 infof(data, "TLS 1.3 cipher selection: %s", ciphers13); in ossl_connect_step1()