Searched refs:SSL_OP_NO_TLSv1 (Results 1 – 24 of 24) sorted by relevance
/third_party/openssl/ssl/ |
D | methods.c | 39 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()
|
D | ssl_conf.c | 285 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/ |
D | context_base.hpp | 143 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1 = SSL_OP_NO_TLSv1);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 143 BOOST_ASIO_STATIC_CONSTANT(long, no_tlsv1 = SSL_OP_NO_TLSv1);
|
/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 | 38 … SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | 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/nghttp2/src/ |
D | tls.cc | 177 opts |= SSL_OP_NO_TLSv1; in ssl_ctx_set_proto_versions()
|
D | shrpx_tls.cc | 764 TLSProtocol{StringRef::from_lit("TLSv1.0"), SSL_OP_NO_TLSv1}};
|
/third_party/node/src/ |
D | node_constants.cc | 905 #ifdef SSL_OP_NO_TLSv1 in DefineCryptoConstants() 906 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_TLSv1); 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 | 164 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 2922 #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()
|
D | tls_wolfssl.c | 1241 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 2975 #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()
|
D | tls_wolfssl.c | 1248 wolfSSL_set_options(ssl, SSL_OP_NO_TLSv1); in tls_set_conn_flags()
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 378 # 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/ |
D | ossl_shim.cc | 943 SSL_set_options(ssl.get(), SSL_OP_NO_TLSv1); in DoExchange()
|
/third_party/python/Modules/ |
D | _ssl.c | 3589 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/ |
D | openssl.c | 2420 *ctx_options |= SSL_OP_NO_TLSv1; in set_ssl_version_min_max_legacy()
|
/third_party/node/doc/api/ |
D | crypto.md | 3376 <td><code>SSL_OP_NO_TLSv1</code></td>
|
/third_party/openssl/ |
D | CHANGES | 4038 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).
|