Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 25 of 29) 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()
|
D | h2load.cc | 2473 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in main()
|
D | nghttp.cc | 2279 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in communicate()
|
/third_party/boost/boost/asio/ssl/ |
D | context_base.hpp | 142 BOOST_ASIO_STATIC_CONSTANT(long, no_sslv3 = SSL_OP_NO_SSLv3);
|
/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/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 */
|
D | ssl_local.h | 2157 SSL_OP_NO_SSLv3, \
|
/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/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,
|
D | SSL_CONF_cmd.pod | 164 setting the corresponding options B<SSL_OP_NO_SSLv3>, B<SSL_OP_NO_TLSv1>,
|
/third_party/libwebsockets/lib/tls/openssl/ |
D | openssl-server.c | 499 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/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/nghttp2/doc/sources/ |
D | tutorial-client.rst | 58 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
|
/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 | 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/python/Modules/ |
D | _ssl.c | 3196 options |= SSL_OP_NO_SSLv3; in _ssl__SSLContext_impl() 6233 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in PyInit__ssl()
|
/third_party/boringssl/src/include/openssl/ |
D | ssl.h | 4302 #define SSL_OP_NO_SSLv3 0 macro
|
/third_party/curl/lib/vtls/ |
D | openssl.c | 2757 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
|
12