Home
last modified time | relevance | path

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

/external/boringssl/src/include/openssl/
Dopensslconf.h59 #define OPENSSL_NO_SSL2 macro
/external/python/cpython2/Modules/
D_ssl.c163 #if defined(OPENSSL_VERSION_1_1) && !defined(OPENSSL_NO_SSL2)
164 #define OPENSSL_NO_SSL2 macro
2200 #ifndef OPENSSL_NO_SSL2 in context_new()
4334 #ifndef OPENSSL_NO_SSL2 in init_ssl()
/external/python/cpython3/Modules/
D_ssl.c197 #if defined(OPENSSL_VERSION_1_1) && !defined(OPENSSL_NO_SSL2)
198 #define OPENSSL_NO_SSL2 macro
2974 #ifndef OPENSSL_NO_SSL2 in _ssl__SSLContext_impl()
5912 #ifndef OPENSSL_NO_SSL2 in PyInit__ssl()
6038 #if defined(SSL2_VERSION) && !defined(OPENSSL_NO_SSL2) in PyInit__ssl()
/external/curl/lib/vtls/
Dopenssl.c116 #undef OPENSSL_NO_SSL2 /* undef first to avoid compiler warnings */
117 #define OPENSSL_NO_SSL2 macro
2348 #ifdef OPENSSL_NO_SSL2 in ossl_connect_step1()
/external/python/cpython2/Doc/library/
Dssl.rst610 ``OPENSSL_NO_SSL2`` flag.
/external/python/cpython3/Doc/library/
Dssl.rst679 ``OPENSSL_NO_SSL2`` flag.