Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 16 of 16) sorted by relevance
/freebsd/crypto/openssl/ssl/ |
H A D | methods.c | 34 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument 65 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 98 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func()
|
H A D | ssl_conf.c | 284 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1), in cmd_Protocol() 770 {SSL_OP_NO_TLSv1_1, 0}, /* no_tls1_1 */
|
/freebsd/contrib/unbound/util/ |
H A D | net_help.c | 1152 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1160 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup() 1162 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1163 != SSL_OP_NO_TLSv1_1){ in listen_sslctx_setup()
|
/freebsd/contrib/ntp/sntp/libevent/test/ |
H A D | regress_ssl.c | 179 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx() 180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_ssl.c | 179 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx() 180 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | SSL_CTX_new.pod | 195 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
|
H A D | SSL_CTX_set_options.pod | 253 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
|
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 | 3130 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags() 3132 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3134 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3298 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
H A D | tls_wolfssl.c | 1283 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
/freebsd/lib/libfetch/ |
H A D | common.c | 1045 ssl_ctx_options |= SSL_OP_NO_TLSv1_1; in fetch_ssl_setup_transport_layer()
|
/freebsd/crypto/openssl/include/openssl/ |
H A D | ssl.h | 421 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
H A D | ssl.h.in | 398 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro 415 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/freebsd/contrib/sendmail/src/ |
H A D | readcf.c | 2369 # ifdef SSL_OP_NO_TLSv1_1 2370 { "SSL_OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1 },
|
/freebsd/crypto/openssl/ |
H A D | NEWS.md | 792 * Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
H A D | CHANGES.md | 8060 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately 8062 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling 8063 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to 8065 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1 8448 Add SSL_OP_NO_TLSv1_1 flag.
|