Home
last modified time | relevance | path

Searched refs:SSL_OP_ALL (Results 1 – 25 of 26) sorted by relevance

12

/third_party/nghttp2/src/
Dasio_server_tls_context.cc67 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | 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()
1107 constexpr auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_ssl_client_context()
DHttpServer.cc2114 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in run()
Dh2load.cc2472 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in main()
Dnghttp.cc2278 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in communicate()
/third_party/boost/boost/asio/ssl/
Dcontext_base.hpp139 BOOST_ASIO_STATIC_CONSTANT(long, default_workarounds = SSL_OP_ALL);
/third_party/openssl/apps/
Ds_time.c201 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
/third_party/openssl/ssl/
Dssl_conf.c380 SSL_FLAG_TBL("Bugs", SSL_OP_ALL), in cmd_Options()
694 {SSL_OP_ALL, 0}, /* bugs */
/third_party/node/src/
Dnode_constants.cc805 #ifdef SSL_OP_ALL in DefineCryptoConstants()
806 NODE_DEFINE_CONSTANT(target, SSL_OP_ALL); in DefineCryptoConstants()
/third_party/openssl/doc/man3/
DSSL_CTX_set_options.pod83 =item SSL_OP_ALL
90 It is usually safe to use B<SSL_OP_ALL> to enable the bug workaround
DSSL_CONF_cmd.pod171 Various bug workarounds are set, same as setting B<SSL_OP_ALL>.
444 B<Bugs>: enable various bug workarounds. Same as B<SSL_OP_ALL>.
/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/nghttp2/doc/sources/
Dtutorial-client.rst58 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 |
/third_party/python/Modules/
D_ssl.c3192 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in _ssl__SSLContext_impl()
6231 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in PyInit__ssl()
/third_party/openssl/include/openssl/
Dssl.h405 # define SSL_OP_ALL (SSL_OP_CRYPTOPRO_TLSEXT_BUG|\ macro
/third_party/boringssl/src/include/openssl/
Dssl.h4286 #define SSL_OP_ALL 0 macro
/third_party/curl/lib/vtls/
Dopenssl.c2720 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
/third_party/openssl/
DNEWS393 o Fix SSL_OP_NO_TLSv1_1 clash with SSL_OP_ALL in OpenSSL 1.0.0
DCHANGES3821 *) Add option SSL_OP_SAFARI_ECDHE_ECDSA_BUG (part of SSL_OP_ALL) which
3898 *) OpenSSL 1.0.0 sets SSL_OP_ALL to 0x80000FFFL and OpenSSL 1.0.1 and
3901 SSL_OP_ALL would also set SSL_OP_NO_TLSv1_1, unintentionally disabling
6046 (part of SSL_OP_ALL). This option used to disable the
7024 (part of SSL_OP_ALL). This option used to disable the
7386 behaviour is masked when SSL_OP_ALL is used due to
7932 SSL_OP_ALL is now 0x00000FFFL instead of 0x000FFFFFL. This makes
7934 SSL_OP_ALL (such as SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION).
8046 *) Move SSL_OP_TLS_ROLLBACK_BUG out of the SSL_OP_ALL list of recommended
9314 SSL_OP_NETSCAPE_REUSE_CIPHER_CHANGE_BUG (part of SSL_OP_ALL) was set.
[all …]
/third_party/python/Doc/library/
Dssl.rst751 flags as OpenSSL's ``SSL_OP_ALL`` constant.

12