/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 174 pub const SSL_OP_ALL: ssl_op_type!() = SSL_OP_CRYPTOPRO_TLSEXT_BUG consts 179 pub const SSL_OP_ALL: ssl_op_type!() = SSL_OP_CRYPTOPRO_TLSEXT_BUG consts 185 pub const SSL_OP_ALL: ssl_op_type!() = 0x4; consts 187 pub const SSL_OP_ALL: ssl_op_type!() = 0x80000014; consts 189 pub const SSL_OP_ALL: ssl_op_type!() = 0x80000BFF; consts
|
/third_party/node/src/ |
H A D | node_constants.cc | 815 #ifdef SSL_OP_ALL in DefineCryptoConstants() 816 NODE_DEFINE_CONSTANT(target, SSL_OP_ALL); in DefineCryptoConstants()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 378 SSL_FLAG_TBL("Bugs", SSL_OP_ALL), in cmd_Options() 773 {SSL_OP_ALL, 0}, /* bugs */
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 378 SSL_FLAG_TBL("Bugs", SSL_OP_ALL), in cmd_Options() 773 {SSL_OP_ALL, 0}, /* bugs */
|
/third_party/node/deps/openssl/openssl/apps/ |
H A D | s_time.c | 254 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
/third_party/openssl/apps/ |
H A D | s_time.c | 254 SSL_CTX_set_options(ctx, SSL_OP_ALL); in s_time_main()
|
/third_party/node/src/quic/ |
H A D | tlscontext.cc | 112 (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in InitializeSecureContext()
|
/third_party/nghttp2/examples/ |
H A D | libevent-server.c | 152 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
|
H A D | libevent-client.c | 337 SSL_OP_ALL | SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in create_ssl_ctx()
|
H A D | client.c | 376 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/ |
H A 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/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
|
H A 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/nghttp2/src/ |
H A D | shrpx_tls.cc | 940 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_ssl_context() 1242 (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_quic_ssl_context() 1580 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in create_ssl_client_context()
|
H A D | HttpServer.cc | 2131 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in run()
|
H A D | h2load.cc | 2915 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in main()
|
H A D | nghttp.cc | 2300 auto ssl_opts = (SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS) | in communicate()
|
/third_party/python/Modules/ |
H A D | _ssl.c | 3128 options = SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS; in _ssl__SSLContext_impl() 5962 SSL_OP_ALL & ~SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS); in sslmodule_init_constants()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 298 * included in SSL_OP_ALL in a 1.1.x release. 324 * SSL_OP_ALL. Added in 0.9.6e 401 * SSL_OP_ALL: various bug workarounds that should be rather harmless. 405 # define SSL_OP_ALL (SSL_OP_CRYPTOPRO_TLSEXT_BUG|\ macro
|
/third_party/curl/lib/vtls/ |
H A D | openssl.c | 3542 work-arounds. The man page for this option states that SSL_OP_ALL enables in ossl_connect_step1() 3543 all the work-arounds and that "It is usually safe to use SSL_OP_ALL to in ossl_connect_step1() 3566 this option regardless of OpenSSL version and SSL_OP_ALL definition. in ossl_connect_step1() 3570 SSL_OP_ALL that _disables_ that work-around despite the fact that in ossl_connect_step1() 3571 SSL_OP_ALL is documented to do "rather harmless" workarounds. In order to in ossl_connect_step1() 3576 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 368 * in SSL_OP_ALL. Added in 0.9.6e 444 # define SSL_OP_ALL \ macro
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 368 * in SSL_OP_ALL. Added in 0.9.6e 444 # define SSL_OP_ALL \ macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 368 * in SSL_OP_ALL. Added in 0.9.6e 444 # define SSL_OP_ALL \ macro
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 368 * in SSL_OP_ALL. Added in 0.9.6e 444 # define SSL_OP_ALL \ macro
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 368 * in SSL_OP_ALL. Added in 0.9.6e 444 # define SSL_OP_ALL \ macro
|