Emilia Kasper dc5744cb78 RT3234: disable compression
CRIME protection: disable compression by default, even if OpenSSL is
compiled with zlib enabled. Applications can still enable compression by
calling SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION), or by using
the SSL_CONF library to configure compression. SSL_CONF continues to
work as before:

SSL_CONF_cmd(ctx, "Options", "Compression") enables compression.

SSL_CONF_cmd(ctx, "Options", "-Compression") disables compression (now
no-op by default).

The command-line switch has changed from -no_comp to -comp.

Reviewed-by: Rich Salz <rsalz@openssl.org>
2016-02-03 18:08:16 +01:00
..
2011-03-16 11:50:33 +00:00
2016-02-03 18:08:16 +01:00
2015-12-16 16:14:49 -05:00
2015-10-30 17:21:42 -04:00
2016-01-25 21:19:59 +01:00
2015-12-14 23:06:14 +00:00
2016-01-12 01:00:31 -05:00
2015-12-16 16:14:49 -05:00
2015-10-23 19:52:08 +02:00
2016-01-29 16:56:07 -05:00
2015-11-20 13:40:53 +00:00
2015-12-16 16:14:49 -05:00
2016-01-12 01:00:31 -05:00
2015-11-21 14:37:24 +01:00
2009-09-06 15:49:46 +00:00
2016-01-11 17:50:42 +00:00
2016-01-11 17:50:42 +00:00
2016-01-12 01:00:31 -05:00
2015-12-16 16:14:49 -05:00
2016-01-20 03:24:59 +00:00
2016-02-01 16:21:57 +01:00
2016-02-01 16:21:57 +01:00
2016-01-29 11:36:44 +00:00
2016-02-01 16:21:57 +01:00
2015-12-16 16:14:49 -05:00
2015-10-05 09:25:06 +02:00
2016-01-11 10:03:27 +00:00
2016-01-31 09:42:53 -05:00
2016-01-22 15:06:21 -05:00
2016-01-26 16:40:43 -05:00
2016-01-26 16:40:43 -05:00
2009-09-07 17:57:18 +00:00
2015-10-30 17:21:42 -04:00
2016-01-30 16:23:44 +01:00