HomeSort by: relevance | last modified time | path
    Searched refs:SSL_OP_NO_COMPRESSION (Results 1 - 18 of 18) sorted by relevancy

  /src/external/bsd/ppp/dist/pppd/
tls.c 340 | SSL_OP_NO_COMPRESSION
  /src/crypto/external/apache2/openssl/dist/ssl/
ssl_conf.c 382 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION),
849 { SSL_OP_NO_COMPRESSION, 0 }, /* no_comp */
850 { SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV }, /* comp */
ssl_local.h 3102 (SSL_OP_CRYPTOPRO_TLSEXT_BUG | SSL_OP_DONT_INSERT_EMPTY_FRAGMENTS | SSL_OP_ALLOW_CLIENT_RENEGOTIATION | SSL_OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION | SSL_OP_NO_COMPRESSION | SSL_OP_NO_SSLv3 | SSL_OP_NO_TLSv1 | SSL_OP_NO_TLSv1_1 | SSL_OP_NO_TLSv1_2 | SSL_OP_NO_DTLSv1 | SSL_OP_NO_DTLSv1_2 | SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION | SSL_OP_CISCO_ANYCONNECT | SSL_OP_NO_RENEGOTIATION | SSL_OP_NO_EXTENDED_MASTER_SECRET | SSL_OP_NO_ENCRYPT_THEN_MAC | SSL_OP_COOKIE_EXCHANGE | SSL_OP_LEGACY_SERVER_CONNECT | SSL_OP_IGNORE_UNEXPECTED_EOF)
ssl_lib.c 4210 * SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION);
4215 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT;
  /src/crypto/external/bsd/openssl/dist/ssl/
ssl_conf.c 379 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION),
774 {SSL_OP_NO_COMPRESSION, 0}, /* no_comp */
775 {SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV}, /* comp */
ssl_lib.c 3398 * SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION);
3403 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT;
  /src/crypto/external/bsd/openssl.old/dist/ssl/
ssl_conf.c 381 SSL_FLAG_TBL_INV("Compression", SSL_OP_NO_COMPRESSION),
695 {SSL_OP_NO_COMPRESSION, 0}, /* no_comp */
696 {SSL_OP_NO_COMPRESSION, SSL_TFLAG_INV}, /* comp */
ssl_lib.c 3170 * SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION);
3175 ret->options |= SSL_OP_NO_COMPRESSION | SSL_OP_ENABLE_MIDDLEBOX_COMPAT;
  /src/external/ibm-public/postfix/dist/src/tls/
tls_misc.c 477 #ifndef SSL_OP_NO_COMPRESSION
478 #define SSL_OP_NO_COMPRESSION 0
  /src/external/mpl/bind/dist/lib/isc/
tls.c 57 (SSL_OP_NO_COMPRESSION | SSL_OP_NO_SESSION_RESUMPTION_ON_RENEGOTIATION)
  /src/crypto/external/apache2/openssl/dist/ssl/record/methods/
tls_common.c 115 if (rl->options & SSL_OP_NO_COMPRESSION)
  /src/crypto/external/bsd/openssl/dist/ssl/statem/
statem_lib.c 1413 if (s->options & SSL_OP_NO_COMPRESSION)
  /src/crypto/external/bsd/openssl.old/dist/ssl/statem/
statem_lib.c 1399 if (s->options & SSL_OP_NO_COMPRESSION)
  /src/external/bsd/wpa/dist/src/crypto/
tls_openssl.c 1730 #ifdef SSL_OP_NO_COMPRESSION
1731 options |= SSL_OP_NO_COMPRESSION;
1732 #endif /* SSL_OP_NO_COMPRESSION */
  /src/crypto/external/apache2/openssl/dist/ssl/statem/
statem_lib.c 1807 if (s->options & SSL_OP_NO_COMPRESSION)
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
ssl.h 343 # define SSL_OP_NO_COMPRESSION 0x00020000U
  /src/crypto/external/apache2/openssl/dist/include/openssl/
ssl.h.in 371 #define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)
  /src/crypto/external/bsd/openssl/dist/include/openssl/
ssl.h.in 364 # define SSL_OP_NO_COMPRESSION SSL_OP_BIT(17)

Completed in 73 milliseconds