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

  /external/libmicrohttpd/src/microspdy/
io_openssl.c 93 // SSL_OP_NO_COMPRESSION disables TLS compression to avoid CRIME attack
95 #ifdef SSL_OP_NO_COMPRESSION
96 options |= SSL_OP_NO_COMPRESSION;
  /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/python/cpython3/Modules/
_ssl.c     [all...]
  /external/curl/lib/vtls/
openssl.c     [all...]
  /external/python/cpython2/Modules/
_ssl.c     [all...]
  /external/wpa_supplicant_8/src/crypto/
tls_openssl.c     [all...]
  /external/boringssl/src/include/openssl/
ssl.h     [all...]
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
native_crypto.cc     [all...]

Completed in 661 milliseconds