Searched refs:SSL_CTX_set_options (Results 1 – 13 of 13) sorted by relevance
/external/boringssl/src/tool/ |
D | server.cc | 99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3); in Server()
|
/external/libmicrohttpd/src/microspdy/ |
D | io_openssl.c | 101 SSL_CTX_set_options(daemon->io_context, options); in SPDYF_openssl_init()
|
/external/libweave/examples/provider/ |
D | event_http_server.cc | 77 SSL_CTX_set_options(ctx.get(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE |
|
/external/boringssl/src/include/openssl/ |
D | ssl.h | 565 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/ |
D | test_new_connection.c | 490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
|
D | test_request_response.c | 478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2); in init_ssl_ctx()
|
/external/libmicrohttpd/src/examples/ |
D | mhd2spdy_spdy.c | 543 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/ |
D | tls_openssl.c | 953 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/ |
D | bssl_shim.cc | 717 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE); in SetupCtx()
|
/external/boringssl/src/ssl/ |
D | ssl_lib.c | 818 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { in SSL_CTX_set_options() function
|
/external/curl/lib/vtls/ |
D | openssl.c | 1885 SSL_CTX_set_options(connssl->ctx, ctx_options); in ossl_connect_step1()
|
/external/conscrypt/src/main/native/ |
D | org_conscrypt_NativeCrypto.cpp | 8075 SSL_CTX_set_options(sslCtx.get(),
|
/external/curl/ |
D | CHANGES.0 | 10924 SSL_CTX_set_options(... SSL_OP_ALL) to work around flaws in existing SSL
|