Searched refs:SSL_OP_NO_TLSv1_3 (Results 1 – 12 of 12) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | methods.c | 23 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 D | ssl_conf.c | 286 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 D | tls.h | 34 # ifdef SSL_OP_NO_TLSv1_3
|
H A D | readcf.c | 2363 # ifdef SSL_OP_NO_TLSv1_3 2364 { "SSL_OP_NO_TLSv1_3", SSL_OP_NO_TLSv1_3 },
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 196 B<SSL_OP_NO_TLSv1_3>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
H A D | SSL_CTX_set_options.pod | 254 SSL_OP_NO_TLSv1_2, SSL_OP_NO_TLSv1_3, SSL_OP_NO_DTLSv1, SSL_OP_NO_DTLSv1_2
|
H A D | SSL_CONF_cmd.pod | 246 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 D | tls_openssl.c | 3142 #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 D | tls_wolfssl.c | 1287 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_3); in tls_set_conn_flags()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 422 # define SSL_OP_NO_TLSv1_3 SSL_OP_BIT(29) macro 439 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
|
H A D | ssl.h.in | 399 # 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 D | sslapitest.c | 370 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()
|