Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv2 (Results 1 – 8 of 8) sorted by relevance

/external/libwebsockets/lib/tls/openssl/
Dopenssl-server.c498 SSL_CTX_set_options(vhost->tls.ssl_ctx, SSL_OP_NO_SSLv2 |
/external/curl/lib/vtls/
Dopenssl.c2650 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
2671 ctx_options |= SSL_OP_NO_SSLv2; in ossl_connect_step1()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py144 OP_NO_SSLv2 = _lib.SSL_OP_NO_SSLv2
/external/python/cpython2/Modules/
D_ssl.c2242 options |= SSL_OP_NO_SSLv2; in context_new()
4358 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2); in init_ssl()
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1072 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
1605 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
/external/python/cpython3/Modules/
D_ssl.c3194 options |= SSL_OP_NO_SSLv2; in _ssl__SSLContext_impl()
6232 PyModule_AddIntConstant(m, "OP_NO_SSLv2", SSL_OP_NO_SSLv2); in PyInit__ssl()
/external/rust/crates/quiche/deps/boringssl/src/include/openssl/
Dssl.h4399 #define SSL_OP_NO_SSLv2 0 macro
/external/boringssl/src/include/openssl/
Dssl.h4471 #define SSL_OP_NO_SSLv2 0 macro