Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 8 of 8) sorted by relevance

/openssl-master/ssl/
A Dmethods.c34 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()
A Dssl_conf.c283 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1), in cmd_Protocol()
763 {SSL_OP_NO_TLSv1_1, 0}, /* no_tls1_1 */
/openssl-master/doc/man3/
A DSSL_CTX_new.pod195 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
A DSSL_CTX_set_options.pod253 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
A DSSL_CONF_cmd.pod246 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
/openssl-master/include/openssl/
A Dssl.h.in398 # 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 \
/openssl-master/
A DNEWS.md676 * Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
A DCHANGES.md7127 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately
7129 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling
7130 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to
7132 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1
7515 Add SSL_OP_NO_TLSv1_1 flag.

Completed in 42 milliseconds