Searched refs:SSL_CTX_set_options (Results 1 - 15 of 15) sorted by relevance

/external/boringssl/src/tool/
H A Dserver.cc99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
/external/libmicrohttpd/src/microspdy/
H A Dio_openssl.c89 //SSL_CTX_set_options(daemon->io_context, SSL_OP_SINGLE_DH_USE);
101 SSL_CTX_set_options(daemon->io_context, options);
/external/libweave/examples/provider/
H A Devent_http_server.cc77 SSL_CTX_set_options(ctx.get(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE |
/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/boringssl/include/openssl/
H A Dssl.h562 /* SSL_CTX_set_options enables all options set in |options| (which should be one
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/boringssl/src/include/openssl/
H A Dssl.h562 /* SSL_CTX_set_options enables all options set in |options| (which should be one
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/
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/src/ssl/test/
H A Dbssl_shim.cc717 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE);
/external/wpa_supplicant_8/hostapd/src/crypto/
H A Dtls_openssl.c953 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/wpa_supplicant_8/src/crypto/
H A Dtls_openssl.c953 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/wpa_supplicant_8/wpa_supplicant/src/crypto/
H A Dtls_openssl.c953 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
4122 SSL_CTX_set_options(ssl_ctx, SSL_OP_NO_TICKET);
/external/boringssl/src/ssl/
H A Dssl_lib.c818 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) { function
/external/curl/lib/vtls/
H A Dopenssl.c1766 SSL-implementations. SSL_CTX_set_options() is used to enabled those
1885 SSL_CTX_set_options(connssl->ctx, ctx_options);
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp8075 SSL_CTX_set_options(sslCtx.get(),

Completed in 447 milliseconds