Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 25 of 34) sorted by relevance

12

/third_party/nghttp2/src/
Dasio_server_tls_context.cc68 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in configure_tls_context_easy()
Dshrpx_tls.cc799 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()
DHttpServer.cc2115 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in run()
/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp142 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv3 = SSL_OP_NO_SSLv3);
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext_base.hpp142 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv3 = SSL_OP_NO_SSLv3);
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc97 …tions(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in InitSSL()
Dhttp_request_handler.cc38 … SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in Initialize()
Dssl_client.cc132 …tions(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in InitSSL()
Dssl_wrapper.cc134 …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/
Dssl_conf.c284 SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), in cmd_Protocol()
689 {SSL_OP_NO_SSLv3, 0}, /* no_ssl3 */
/third_party/ffmpeg/libavformat/
Dtls_openssl.c258 SSL_CTX_set_options(p->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_open()
/third_party/node/src/
Dnode_constants.cc897 #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/
Dcontext.ipp340 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/
Dcontext.ipp340 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/
Dlibevent-client.c337 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
Dlibevent-server.c153 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
/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,
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c548 SSL_OP_NO_SSLv3);
/third_party/openssl/include/openssl/
Dssl.h377 # define SSL_OP_NO_SSLv3 0x02000000U macro
386 # define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv3|\
/third_party/openssl/test/ossl_shim/
Dossl_shim.cc946 SSL_set_options(ssl.get(), SSL_OP_NO_SSLv3); in DoExchange()
/third_party/nghttp2/doc/sources/
Dtutorial-client.rst58 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/third_party/python/Modules/
D_ssl.c3090 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/
Dtls_openssl.c1045 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/
Dtls_openssl.c1053 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