Home
last modified time | relevance | path

Searched refs:SSL_CTX_set_options (Results 1 – 13 of 13) sorted by relevance

/external/boringssl/src/tool/
Dserver.cc99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3); in Server()
/external/libmicrohttpd/src/microspdy/
Dio_openssl.c101 SSL_CTX_set_options(daemon->io_context, options); in SPDYF_openssl_init()
/external/libweave/examples/provider/
Devent_http_server.cc77 SSL_CTX_set_options(ctx.get(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE |
/external/boringssl/src/include/openssl/
Dssl.h565 OPENSSL_EXPORT uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options);
4242 #define SSL_CTX_set_options SSL_CTX_set_options macro
/external/libmicrohttpd/src/testspdy/
Dtest_new_connection.c490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
Dtest_request_response.c478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
/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/wpa_supplicant_8/src/crypto/
Dtls_openssl.c953 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2); in tls_init()
954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3); in tls_init()
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET); in tls_global_set_params()
/external/boringssl/src/ssl/test/
Dbssl_shim.cc717 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE); in SetupCtx()
/external/boringssl/src/ssl/
Dssl_lib.c818 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { in SSL_CTX_set_options() function
/external/curl/lib/vtls/
Dopenssl.c1885 SSL_CTX_set_options(connssl->ctx, ctx_options); in ossl_connect_step1()
/external/conscrypt/src/main/native/
Dorg_conscrypt_NativeCrypto.cpp8075 SSL_CTX_set_options(sslCtx.get(),
/external/curl/
DCHANGES.010924 SSL_CTX_set_options(... SSL_OP_ALL) to work around flaws in existing SSL