From: Sebastien Wenske Date: Fri, 1 Feb 2013 04:54:23 +0000 (-0700) Subject: Support OpenSSL NO_Compression option X-Git-Tag: SQUID_3_2_7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fb5b6e901e961bdb7f76c46980cb7fe13c791dc2;p=thirdparty%2Fsquid.git Support OpenSSL NO_Compression option This option tells OpenSSL to disable TLS compression. A recent version of OpenSSL library is required for this option to be available --- diff --git a/src/ssl/support.cc b/src/ssl/support.cc index 0891656f10..3c86bbc490 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -399,6 +399,11 @@ ssl_options[] = { { "NO_TLSv1_2", SSL_OP_NO_TLSv1_2 }, +#endif +#if SSL_OP_NO_COMPRESSION + { + "No_Compression", SSL_OP_NO_COMPRESSION + }, #endif { "", 0