Searched refs:SSL_OP_NO_TLSv1_1 (Results 1 – 10 of 10) sorted by relevance
/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 | 286 SSL_FLAG_TBL_INV("TLSv1.1", SSL_OP_NO_TLSv1_1), in cmd_Protocol() 822 {SSL_OP_NO_TLSv1_1, 0}, /* no_tls1_1 */
|
H A D | ssl_local.h | 3055 SSL_OP_NO_TLSv1_1 | \
|
/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 | 298 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
|
H A D | SSL_CONF_cmd.pod | 285 B<SSL_OP_NO_TLSv1_1>, B<SSL_OP_NO_TLSv1_2> and B<SSL_OP_NO_TLSv1_3>
|
/openssl/include/openssl/ |
H A D | ssl.h.in | 403 # define SSL_OP_NO_TLSv1_1 SSL_OP_BIT(28) macro 433 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/openssl/doc/designs/quic-design/ |
H A D | quic-api-ssl-funcs.md | 906 - `SSL_OP_NO_TLSv1_1`
|
/openssl/ |
H A D | NEWS.md | 1145 * Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
H A D | CHANGES.md | 9066 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately 9068 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling 9069 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to 9071 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1 9454 Add SSL_OP_NO_TLSv1_1 flag.
|
Completed in 97 milliseconds