HomeSort by relevance Sort by last modified time
    Searched refs:SSL_CTX_set_options (Results 1 - 12 of 12) sorted by null

  /external/boringssl/src/tool/
server.cc 99 SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv3);
  /external/libmicrohttpd/src/microspdy/
io_openssl.c 89 //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/
event_http_server.cc 77 SSL_CTX_set_options(ctx.get(), SSL_OP_SINGLE_DH_USE | SSL_OP_SINGLE_ECDH_USE |
  /external/libmicrohttpd/src/examples/
mhd2spdy_spdy.c 543 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2 | SSL_OP_NO_COMPRESSION);
  /external/boringssl/src/include/openssl/
ssl.h 562 /* 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);
    [all...]
  /external/libmicrohttpd/src/testspdy/
test_new_connection.c 490 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
test_request_response.c 478 SSL_CTX_set_options(ssl_ctx, SSL_OP_ALL|SSL_OP_NO_SSLv2);
  /external/boringssl/src/ssl/test/
bssl_shim.cc 717 SSL_CTX_set_options(ssl_ctx.get(), SSL_OP_CIPHER_SERVER_PREFERENCE);
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c 953 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv2);
954 SSL_CTX_set_options(ssl, SSL_OP_NO_SSLv3);
    [all...]
  /external/boringssl/src/ssl/
ssl_lib.c 818 uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) {
    [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp     [all...]

Completed in 1344 milliseconds