Searched refs:SSL_OP_ALL (Results 1 - 7 of 7) sorted by relevance

/external/libmicrohttpd/src/examples/
H A Dmhd2spdy_spdy.c543 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION);
/external/libmicrohttpd/src/testspdy/
H A Dtest_new_connection.c490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
H A Dtest_request_response.c478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
/external/boringssl/include/openssl/
H A Dssl.h3124 #define SSL_OP_ALL 0 macro
/external/boringssl/src/include/openssl/
H A Dssl.h3124 #define SSL_OP_ALL 0 macro
/external/curl/lib/vtls/
H A Dopenssl.c1767 work-arounds. The man page for this option states that SSL_OP_ALL enables
1768 all the work-arounds and that "It is usually safe to use SSL_OP_ALL to
1791 this option regardless of OpenSSL version and SSL_OP_ALL definition.
1795 SSL_OP_ALL that _disables_ that work-around despite the fact that
1796 SSL_OP_ALL is documented to do "rather harmless" workarounds. In order to
1801 ctx_options = SSL_OP_ALL;
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8076 SSL_OP_ALL

Completed in 2663 milliseconds