Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 25 of 34) sorted by relevance
12
/third_party/nghttp2/src/ |
D | asio_server_tls_context.cc | 68 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in configure_tls_context_easy()
|
D | shrpx_tls.cc | 799 SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in create_ssl_context() 1108 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_client_context()
|
D | HttpServer.cc | 2115 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in run()
|
/third_party/boost/boost/asio/ssl/ |
D | context_base.hpp | 142 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv3 = SSL_OP_NO_SSLv3);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 142 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv3 = SSL_OP_NO_SSLv3);
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_http.cc | 97 …tions(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | 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 | 132 …tions(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in InitSSL()
|
D | ssl_wrapper.cc | 134 …tions(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in InitSSL()
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 284 SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), in cmd_Protocol() 689 {SSL_OP_NO_SSLv3, 0}, /* no_ssl3 */
|
/third_party/ffmpeg/libavformat/ |
D | tls_openssl.c | 258 SSL_CTX_set_options(p->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_open()
|
/third_party/node/src/ |
D | node_constants.cc | 897 #ifdef SSL_OP_NO_SSLv3 in DefineCryptoConstants() 898 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_SSLv3); in DefineCryptoConstants()
|
/third_party/boost/boost/asio/ssl/impl/ |
D | context.ipp | 340 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 345 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 350 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/impl/ |
D | context.ipp | 340 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 345 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); 350 SSL_CTX_set_options(handle_, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3);
|
/third_party/nghttp2/examples/ |
D | libevent-client.c | 337 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
|
D | libevent-server.c | 153 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
|
/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,
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 548 SSL_OP_NO_SSLv3);
|
/third_party/openssl/include/openssl/ |
D | ssl.h | 377 # define SSL_OP_NO_SSLv3 0x02000000U macro 386 # define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv3|\
|
/third_party/openssl/test/ossl_shim/ |
D | ossl_shim.cc | 946 SSL_set_options(ssl.get(), SSL_OP_NO_SSLv3); in DoExchange()
|
/third_party/nghttp2/doc/sources/ |
D | tutorial-client.rst | 58 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
|
/third_party/python/Modules/ |
D | _ssl.c | 3090 options |= SSL_OP_NO_SSLv3; in _ssl__SSLContext_impl() 3589 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in set_options() 5861 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in sslmodule_init_constants()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
D | tls_openssl.c | 1045 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init() 1575 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
D | tls_openssl.c | 1053 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init() 1585 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
|
12