Home
last modified time | relevance | path

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

12

/third_party/openssl/ssl/
Dmethods.c33 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()
Dssl_conf.c286 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/
Dcontext_base.hpp144 # 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/
Dcontext_base.hpp144 # 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/
Dtls.cc180 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()
Dshrpx_tls.cc763 TLSProtocol{StringRef::from_lit("TLSv1.1"), SSL_OP_NO_TLSv1_1},
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc98 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
Dhttp_request_handler.cc39 SSL_OP_NO_TLSv1_1)) { in Initialize()
Dssl_client.cc133 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
Dssl_wrapper.cc135 SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1)) { in InitSSL()
/third_party/node/src/
Dnode_constants.cc909 #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/
DSSL_CTX_new.pod164 B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>, B<SSL_OP_NO_TLSv1_1>,
DSSL_CTX_set_options.pod117 =item SSL_OP_NO_SSLv3, SSL_OP_NO_TLSv1, SSL_OP_NO_TLSv1_1,
DSSL_CONF_cmd.pod165 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/
Dtls_openssl.c2928 #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()
Dtls_wolfssl.c1243 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/
Dtls_openssl.c2981 #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()
Dtls_wolfssl.c1250 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1_1); in tls_set_conn_flags()
/third_party/openssl/include/openssl/
Dssl.h380 # 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/
Dossl_shim.cc940 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1_1); in DoExchange()
/third_party/curl/lib/vtls/
Dopenssl.c2412 *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/
DREADME.lwsws.md259 # define SSL_OP_NO_TLSv1_1 0x10000000L
/third_party/python/Modules/
D_ssl.c3590 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/
DNEWS412 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
DCHANGES4081 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.

12