Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 16 of 16) sorted by relevance

/freebsd/crypto/openssl/ssl/
H A Dmethods.c28 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 Dssl_conf.c285 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 Dregress_ssl.c176 #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 Dregress_ssl.c176 #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 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/lib/libfetch/
H A Dcommon.c1047 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
/freebsd/contrib/wpa/src/crypto/
H A Dtls_openssl.c3136 #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 Dtls_wolfssl.c1285 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
/freebsd/crypto/openssl/include/openssl/
H A Dssl.h420 # define SSL_OP_NO_TLSv1_2 SSL_OP_BIT(27) macro
439 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 )
H A Dssl.h.in397 # 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 Dnet_help.c1160 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
/freebsd/contrib/sendmail/src/
H A Dreadcf.c2366 # ifdef SSL_OP_NO_TLSv1_2
2367 { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
/freebsd/contrib/sendmail/cf/
H A DREADME3254 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
/freebsd/crypto/openssl/
H A DCHANGES.md8408 SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods