Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 12 of 12) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dmethods.c23 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3,
54 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
87 IMPLEMENT_tls_meth_func(TLS1_3_VERSION, 0, SSL_OP_NO_TLSv1_3, in IMPLEMENT_tls_meth_func()
H A Dssl_conf.c286 SSL_FLAG_TBL_INV("TLSv1.3", SSL_OP_NO_TLSv1_3), in cmd_Protocol()
772 {SSL_OP_NO_TLSv1_3, 0}, /* no_tls1_3 */
/freebsd/contrib/sendmail/src/
H A Dtls.h34 # ifdef SSL_OP_NO_TLSv1_3
H A Dreadcf.c2363 # ifdef SSL_OP_NO_TLSv1_3
2364 { "SSL_OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3 },
/freebsd/crypto/openssl/doc/man3/
H A DSSL_CTX_new.pod196 B<SSL_OP_NO_TLSv1_3>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
H A DSSL_CTX_set_options.pod254 SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
H A DSSL_CONF_cmd.pod246 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3142 #ifdef SSL_OP_NO_TLSv1_3 in tls_set_conn_flags()
3144 SSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
3146 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
5402 #ifdef SSL_OP_NO_TLSv1_3 in tls_connection_set_params()
5408 SSL_set_options(conn->ssl, SSL_OP_NO_TLSv1_3); in tls_connection_set_params()
H A Dtls_wolfssl.c1287 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h422 # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29) macro
439 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
H A Dssl.h.in399 # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29) macro
416 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
/freebsd/crypto/openssl/test/
H A Dsslapitest.c370 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_keylog()
371 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_keylog()
5925 SSL_CTX_set_options(cctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
5926 SSL_CTX_set_options(sctx, SSL_OP_NO_TLSv1_3); in test_custom_exts()
5928 SSL_CTX_set_options(sctx2, SSL_OP_NO_TLSv1_3); in test_custom_exts()