Searched refs:SSL_OP_NO_SSLv2 (Results 1 – 25 of 32) 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 | 798 (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()
|
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 | 141 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv2 = SSL_OP_NO_SSLv2);
|
/third_party/boost/libs/asio/include/boost/asio/ssl/ |
D | context_base.hpp | 141 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv2 = SSL_OP_NO_SSLv2);
|
/third_party/mindspore/mindspore/ccsrc/ps/core/communicator/ |
D | ssl_http.cc | 97 …et_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_S… 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 …et_options(ssl_ctx_, SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE | SSL_OP_NO_SSLv2 | SSL_OP_NO_S… in InitSSL()
|
D | ssl_wrapper.cc | 134 …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/ |
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 | 893 #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/ |
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 | client.c | 376 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL | SSL_OP_NO_SSLv2); in init_ssl_ctx()
|
D | libevent-server.c | 153 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
D | test_new_connection.c | 490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
|
D | test_request_response.c | 478 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/ |
D | mhd2spdy_spdy.c | 543 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/ |
D | openssl-server.c | 547 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_NO_SSLv2 |
|
/third_party/openssl/ssl/ |
D | ssl_conf.c | 283 SSL_FLAG_TBL_INV("SSLv2", SSL_OP_NO_SSLv2), in cmd_Protocol()
|
/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 | 3088 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/ |
D | tls_openssl.c | 1044 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/ |
D | tls_openssl.c | 1052 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