Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv2 (Results 1 – 25 of 32) 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.cc798 (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | SSL_OP_NO_SSLv2 | 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.hpp141 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv2 = SSL_OP_NO_SSLv2);
/third_party/boost/libs/asio/include/boost/asio/ssl/
Dcontext_base.hpp141 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv2 = SSL_OP_NO_SSLv2);
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/
Dssl_http.cc97 …et_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_S… in InitSSL()
Dhttp_request_handler.cc38SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in Initialize()
Dssl_client.cc132 …et_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_S… in InitSSL()
Dssl_wrapper.cc134 …et_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_S… in InitSSL()
/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.cc893 #ifdef SSL_OP_NO_SSLv2 in DefineCryptoConstants()
894 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_SSLv2); 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()
Dclient.c376 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2); in init_ssl_ctx()
Dlibevent-server.c153 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_new_connection.c490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
Dtest_request_response.c478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_spdy.c543 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); in spdy_ssl_init_ssl_ctx()
/third_party/libwebsockets/lib/tls/openssl/
Dopenssl-server.c547 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_NO_SSLv2 |
/third_party/openssl/ssl/
Dssl_conf.c283 SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2), in cmd_Protocol()
/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.c3088 options |= SSL_OP_NO_SSLv2; in _ssl__SSLContext_impl()
3589 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in set_options()
5860 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2); in sslmodule_init_constants()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
Dtls_openssl.c1044 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); 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.c1052 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
1585 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()

12