/third_party/rust/crates/rust-openssl/openssl-sys/src/ |
H A D | ssl.rs | 126 pub const SSL_OP_NO_SSLv3: ssl_op_type!() = 0x02000000; consts 128 pub const SSL_OP_NO_SSLv3: ssl_op_type!() = 0x0; consts 153 | SSL_OP_NO_SSLv3 160 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2;
|
/third_party/node/src/ |
H A D | node_constants.cc | 907 #ifdef SSL_OP_NO_SSLv3 in DefineCryptoConstants() 908 NODE_DEFINE_CONSTANT(target, SSL_OP_NO_SSLv3); in DefineCryptoConstants()
|
/third_party/node/deps/openssl/openssl/ssl/ |
H A D | ssl_conf.c | 282 SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), in cmd_Protocol() 768 {SSL_OP_NO_SSLv3, 0}, /* no_ssl3 */
|
/third_party/openssl/ssl/ |
H A D | ssl_conf.c | 282 SSL_FLAG_TBL_INV("SSLv3", SSL_OP_NO_SSLv3), in cmd_Protocol() 768 {SSL_OP_NO_SSLv3, 0}, /* no_ssl3 */
|
/third_party/ffmpeg/libavformat/ |
H A D | tls_openssl.c | 274 SSL_CTX_set_options(p->ctx, SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3); in tls_open()
|
/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()
|
/third_party/libwebsockets/lib/tls/openssl/ |
H A D | openssl-server.c | 538 SSL_OP_NO_SSLv3);
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls.cc | 941 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in create_ssl_context() 1581 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_COMPRESSION | in create_ssl_client_context()
|
/third_party/openssl/ohos_lite/include/openssl/ |
H A D | ssl.h | 377 # define SSL_OP_NO_SSLv3 0x02000000U macro 386 # define SSL_OP_NO_SSL_MASK (SSL_OP_NO_SSLv3|\
|
/third_party/python/Modules/ |
H A D | _ssl.c | 3132 options |= SSL_OP_NO_SSLv3; in _ssl__SSLContext_impl() 3627 SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | in set_options() 5964 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in sslmodule_init_constants()
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-armv4/no-asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm_avx2/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/BSD-x86/no-asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|
/third_party/node/deps/openssl/config/archs/BSD-x86_64/asm_avx2/include/openssl/ |
H A D | ssl.h | 418 # define SSL_OP_NO_SSLv3 SSL_OP_BIT(25) macro 438 ( SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 \
|