Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 24 of 24) sorted by relevance

/third_party/openssl/ssl/
Dmethods.c39 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
70 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
103 IMPLEMENT_tls_meth_func(TLS1_VERSION, SSL_METHOD_NO_SUITEB, SSL_OP_NO_TLSv1, in IMPLEMENT_tls_meth_func()
Dssl_conf.c285 SSL_FLAG_TBL_INV("TLSv1", SSL_OP_NO_TLSv1), in cmd_Protocol()
690 {SSL_OP_NO_TLSv1, 0}, /* no_tls1 */
/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp143 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1 = SSL_OP_NO_TLSv1);
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext_base.hpp143 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1 = SSL_OP_NO_TLSv1);
/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.cc38 … SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | 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/nghttp2/src/
Dtls.cc177 opts |= SSL_OP_NO_TLSv1; in ssl_ctx_set_proto_versions()
Dshrpx_tls.cc764 TLSProtocol{StringRef::from_lit("TLSv1.0"), SSL_OP_NO_TLSv1}};
/third_party/node/src/
Dnode_constants.cc905 #ifdef SSL_OP_NO_TLSv1 in DefineCryptoConstants()
906 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TLSv1); 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.pod164 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c2922 #ifdef SSL_OP_NO_TLSv1 in tls_set_conn_flags()
2924 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2926 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3050 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
Dtls_wolfssl.c1241 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
Dtls_openssl.c2975 #ifdef SSL_OP_NO_TLSv1 in tls_set_conn_flags()
2977 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
2979 SSL_clear_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
3121 SSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
Dtls_wolfssl.c1248 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
/third_party/openssl/include/openssl/
Dssl.h378 # define SSL_OP_NO_TLSv1 0x04000000U 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.cc943 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1); in DoExchange()
/third_party/python/Modules/
D_ssl.c3589 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in set_options()
5862 PyModule_AddIntConstant(m, "OP_NO_TLSv1", SSL_OP_NO_TLSv1); in sslmodule_init_constants()
/third_party/curl/lib/vtls/
Dopenssl.c2420 *ctx_options |= SSL_OP_NO_TLSv1; in set_ssl_version_min_max_legacy()
/third_party/node/doc/api/
Dcrypto.md3376 <td><code>SSL_OP_NO_TLSv1</code></td>
/third_party/openssl/
DCHANGES4038 above, it's not sufficient to pass SSL_OP_NO_TLSv1, one has to pass
4039 SSL_OP_NO_TLSv1|SSL_OP_NO_SSLv3|SSL_OP_NO_SSLv2. This applies to
8173 available (sslv3_server_method() or SSL_OP_NO_TLSv1).