Home
last modified time | relevance | path

Searched refs:SSL_OP_NO_SSLv3 (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/vtls/
Dopenssl.c2563 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
2603 ctx_options |= SSL_OP_NO_SSLv3; in ossl_connect_step1()
/external/python/cpython2/Modules/
D_ssl.c2244 options |= SSL_OP_NO_SSLv3; in context_new()
4359 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in init_ssl()
/external/python/pyopenssl/src/OpenSSL/
DSSL.py139 OP_NO_SSLv3 = _lib.SSL_OP_NO_SSLv3
/external/wpa_supplicant_8/src/crypto/
Dtls_openssl.c1059 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
1589 options = SSL_OP_NO_SSLv2 | SSL_OP_NO_SSLv3 | in tls_connection_init()
/external/python/cpython3/Modules/
D_ssl.c3165 options |= SSL_OP_NO_SSLv3; in _ssl__SSLContext_impl()
6198 PyModule_AddIntConstant(m, "OP_NO_SSLv3", SSL_OP_NO_SSLv3); in PyInit__ssl()
/external/boringssl/src/include/openssl/
Dssl.h4302 #define SSL_OP_NO_SSLv3 0 macro