/third_party/openssl/ssl/ |
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()
|
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 */
|
/third_party/boost/boost/asio/ssl/ |
D | context_base.hpp | 144 # if defined(SSL_OP_NO_TLSv1_1) 145 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1_1 = SSL_OP_NO_TLSv1_1);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 144 # if defined(SSL_OP_NO_TLSv1_1) 145 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1_1 = SSL_OP_NO_TLSv1_1);
|
/third_party/nghttp2/src/ |
D | tls.cc | 180 opts |= SSL_OP_NO_TLSv1_1; in ssl_ctx_set_proto_versions() 190 opts |= SSL_OP_NO_TLSv1_1; in ssl_ctx_set_proto_versions()
|
D | shrpx_tls.cc | 763 TLSProtocol{StringRef::from_lit("TLSv1.1"), SSL_OP_NO_TLSv1_1},
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_http.cc | 98 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
|
D | http_request_handler.cc | 39 SSL_OP_NO_TLSv1_1)) { in Initialize()
|
D | ssl_client.cc | 133 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
|
D | ssl_wrapper.cc | 135 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
|
/third_party/node/src/ |
D | node_constants.cc | 909 #ifdef SSL_OP_NO_TLSv1_1 in DefineCryptoConstants() 910 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TLSv1_1); in DefineCryptoConstants()
|
/third_party/openssl/doc/man3/ |
D | SSL_CTX_new.pod | 164 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
|
D | SSL_CTX_set_options.pod | 117 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
|
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>
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 2928 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags() 2930 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2932 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3051 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
D | tls_wolfssl.c | 1243 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 2981 #ifdef SSL_OP_NO_TLSv1_1 in tls_set_conn_flags() 2983 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 2985 SSL_clear_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags() 3122 SSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
D | tls_wolfssl.c | 1250 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
|
/third_party/openssl/include/openssl/ |
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)
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 940 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in DoExchange()
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2412 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy() 2434 *ctx_options |= SSL_OP_NO_TLSv1_1; in set_ssl_version_min_max_legacy()
|
/third_party/libwebsockets/READMEs/ |
D | README.lwsws.md | 259 # define SSL_OP_NO_TLSv1_1 0x10000000L
|
/third_party/python/Modules/ |
D | _ssl.c | 3590 SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_TLSv1_3 in set_options() 5863 PyModule_AddIntConstant(m, "OP_NO_TLSv1_1", SSL_OP_NO_TLSv1_1); in sslmodule_init_constants()
|
/third_party/openssl/ |
D | NEWS | 412 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
|
D | CHANGES | 4081 1.0.1a set SSL_OP_NO_TLSv1_1 to 0x00000400L which would unfortunately 4083 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling 4084 TLS 1.1 also. Fix this by changing the value of SSL_OP_NO_TLSv1_1 to 4086 OpenSSL 1.0.1 or 1.0.1a headers and which cares about SSL_OP_NO_TLSv1_1 4411 Add SSL_OP_NO_TLSv1_1 flag.
|