]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Support OpenSSL NO_Compression option
authorSebastien Wenske <sebastien@wenske.fr>
Tue, 22 Jan 2013 05:00:02 +0000 (22:00 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 22 Jan 2013 05:00:02 +0000 (22:00 -0700)
This option tells OpenSSL to disable TLS compression. A recent version
of OpenSSL library is required for this option to be available

src/ssl/support.cc

index fbdb2849fc71b6af7500ca57941e0b2e523f26e4..9580cb31f1031f24db73ac86a1c9d7e7d1a0055b 100644 (file)
@@ -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