Searched refs:SSL_OP_NO_TLSv1_2 (Results 1 – 16 of 16) sorted by relevance
| /freebsd-head/crypto/openssl/ssl/ |
| HD | 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()
|
| HD | 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-head/contrib/libevent/test/ |
| HD | 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-head/contrib/ntp/sntp/libevent/test/ |
| HD | 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-head/crypto/openssl/doc/man3/ |
| HD | SSL_CTX_new.pod | 198 B<SSL_OP_NO_TLSv1_3>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
| HD | 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
|
| HD | 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-head/lib/libfetch/ |
| HD | common.c | 1047 ssl_ctx_options |= SSL_OP_NO_TLSv1_2; in fetch_ssl_setup_transport_layer()
|
| /freebsd-head/contrib/wpa/src/crypto/ |
| HD | 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()
|
| HD | tls_wolfssl.c | 1285 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_2); in tls_set_conn_flags()
|
| /freebsd-head/crypto/openssl/include/openssl/ |
| HD | 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 )
|
| HD | 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-head/contrib/sendmail/src/ |
| HD | readcf.c | 2366 # ifdef SSL_OP_NO_TLSv1_2 2367 { "SSL_OP_NO_TLSv1_2", SSL_OP_NO_TLSv1_2 },
|
| /freebsd-head/contrib/unbound/util/ |
| HD | net_help.c | 1247 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup()
|
| /freebsd-head/contrib/sendmail/cf/ |
| HD | README | 3254 TLS_Clt_features:10.1.0.1 Options=SSL_OP_NO_TLSv1_2; CipherList=ALL:-EXPORT
|
| /freebsd-head/crypto/openssl/ |
| HD | CHANGES.md | 8439 SSL_OP_PKCS1_CHECK flags with SSL_OP_NO_TLSv1_2. New TLSv1.2 methods
|