/netbsd-src/crypto/external/bsd/openssl.old/dist/ssl/ |
H A D | methods.c | 33 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() argument 64 IMPLEMENT_tls_meth_func(TLS1_1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1_1, in IMPLEMENT_tls_meth_func() 97 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 | 286 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1), in cmd_Protocol() 691 {SSL_OP_NO_TLSv1_1, 0}, /* no_tls1_1 */
|
/netbsd-src/crypto/external/bsd/openssl/dist/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 */
|
/netbsd-src/external/ibm-public/postfix/dist/src/tls/ |
H A D | tls.h | 367 #undef SSL_OP_NO_TLSv1_1 368 #define SSL_OP_NO_TLSv1_1 0L /* Noop */ macro 408 | (((m) & TLS_PROTOCOL_TLSv1_1) ? SSL_OP_NO_TLSv1_1 : 0L) \
|
/netbsd-src/external/bsd/unbound/dist/util/ |
H A D | net_help.c | 1125 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1133 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in listen_sslctx_setup() 1135 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in listen_sslctx_setup() 1136 != SSL_OP_NO_TLSv1_1){ in listen_sslctx_setup()
|
/netbsd-src/external/bsd/openldap/dist/libraries/libldap/ |
H A D | tls_o.c | 379 #ifdef SSL_OP_NO_TLSv1_1 in tlso_ctx_init() 381 opt |= SSL_OP_NO_TLSv1_1; in tlso_ctx_init() 404 #ifdef SSL_OP_NO_TLSv1_1 in tlso_ctx_init() 406 opt |= SSL_OP_NO_TLSv1_1; in tlso_ctx_init()
|
/netbsd-src/external/bsd/libevent/dist/test/ |
H A D | regress_ssl.c | 182 #ifdef SSL_OP_NO_TLSv1_1 in get_ssl_ctx() 183 SSL_CTX_set_options(the_ssl_ctx, SSL_OP_NO_TLSv1_1); in get_ssl_ctx()
|
/netbsd-src/external/mpl/bind/dist/lib/isc/ |
H A D | tls.c | 317 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1); in isc_tlsctx_createserver() 408 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1); in isc_tlsctx_createserver()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/ |
H A D | SSL_CTX_new.pod | 164 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
|
H A D | SSL_CTX_set_options.pod | 117 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
|
H A D | SSL_CONF_cmd.pod | 165 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
/netbsd-src/crypto/external/bsd/openssl/dist/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>
|
/netbsd-src/external/bsd/nsd/dist/ |
H A D | server.c | 2069 #if defined(SSL_OP_NO_TLSv1) && defined(SSL_OP_NO_TLSv1_1) in server_tls_ctx_setup() 2078 #if defined(SSL_OP_NO_TLSv1_1) && defined(SSL_OP_NO_TLSv1_2) in server_tls_ctx_setup() 2080 if((SSL_CTX_set_options(ctx, SSL_OP_NO_TLSv1_1) & SSL_OP_NO_TLSv1_1) in server_tls_ctx_setup() 2081 != SSL_OP_NO_TLSv1_1){ in server_tls_ctx_setup()
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/include/openssl/ |
H A D | ssl.h | 380 # define SSL_OP_NO_TLSv1_1 0x10000000U macro 387 SSL_OP_NO_TLSv1|SSL_OP_NO_TLSv1_1|SSL_OP_NO_TLSv1_2|SSL_OP_NO_TLSv1_3)
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/ |
H A D | ossl_shim.cc | 940 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in DoExchange()
|
/netbsd-src/crypto/external/bsd/openssl/dist/include/openssl/ |
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 \
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/ |
H A D | NEWS | 440 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
H A D | CHANGES | 4073 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately 4075 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling 4076 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to 4078 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1 4403 Add SSL_OP_NO_TLSv1_1 flag.
|