From: Sebastien Wenske Date: Tue, 22 Jan 2013 05:00:02 +0000 (-0700) Subject: Support OpenSSL NO_Compression option X-Git-Tag: SQUID_3_4_0_1~361 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=71606c88bb5751a1f772a7efc3d95f9221fa97e0;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 fbdb2849fc..9580cb31f1 100644 --- a/src/ssl/support.cc +++ b/src/ssl/support.cc @@ -447,6 +447,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