Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | methods.c | 28 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2, 59 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2, in IMPLEMENT_tls_meth_func() 92 IMPLEMENT_tls_meth_func(TLS1_2_VERSION, 0, SSL_OP_NO_TLSv1_2, in IMPLEMENT_tls_meth_func()
|
H A D | ssl_conf.c | 285 SSL_FLAG_TBL_INV("TLSv1.2", SSL_OP_NO_TLSv1_2), in cmd_Protocol() 771 {SSL_OP_NO_TLSv1_2, 0}, /* no_tls1_2 */
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 176 #ifdef SSL_OP_NO_TLSv1_2 in get_ssl_ctx() 177 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 176 #ifdef SSL_OP_NO_TLSv1_2 in get_ssl_ctx() 177 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_2); in get_ssl_ctx()
|
/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/lib/libfetch/ |
H A D | common.c | 1047 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
|
/freebsd/contrib/wpa/src/crypto/ |
H A D | tls_openssl.c | 3136 #ifdef SSL_OP_NO_TLSv1_2 in tls_set_conn_flags() 3138 SSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags() 3140 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
H A D | tls_wolfssl.c | 1285 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 420 # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27) macro 439 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
|
H A D | ssl.h.in | 397 # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27) macro 416 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1160 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2366 # ifdef SSL_OP_NO_TLSv1_2 2367 { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
|
/freebsd/contrib/sendmail/cf/ |
H A D | README | 3254 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
|
/freebsd/crypto/openssl/ |
H A D | CHANGES.md | 8408 SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods
|