Home
last modified time | relevance | path

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

/external/libmicrohttpd/src/examples/
Dmhd2spdy_spdy.c543 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION); in spdy_ssl_init_ssl_ctx()
/external/libmicrohttpd/src/testspdy/
Dtest_request_response.c478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
Dtest_new_connection.c490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
/external/boringssl/src/include/openssl/
Dssl.h3124 #define SSL_OP_ALL 0 macro
/external/curl/lib/vtls/
Dopenssl.c1801 ctx_options = SSL_OP_ALL; in ossl_connect_step1()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8076 SSL_OP_ALL
/external/curl/
DCHANGES.010924 SSL_CTX_set_options(... SSL_OP_ALL) to work around flaws in existing SSL