openssl/util
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
..
pl Now that Configure doesn't produce tools/c_rehash, mk1mf has to do it 2016-01-25 18:36:08 +01:00
TLSProxy RT3234: disable compression 2016-02-03 18:08:16 +01:00
add_cr.pl
bat.sh Remove all remaining traces if PEM_Seal 2016-01-08 01:18:55 +01:00
ck_errf.pl Allow for types with leading underscore when checking error macros. 2015-04-28 14:34:58 +02:00
copy-if-different.pl Remove unused variable. 2013-03-04 22:48:38 +00:00
copy.pl
cygwin.sh
deltree.com
dirname.pl
do_ms.sh
dofile.pl Generate warning text 2016-01-25 21:19:59 +01:00
domd.in Better check for gcc/clang 2016-02-01 09:42:10 -05:00
extract-names.pl
extract-section.pl
files.pl Improve variable parsing when generating MINFO 2014-11-16 16:44:44 -05:00
fipslink.pl
fixNT.sh
FreeBSD.sh
incore util/incore update. 2015-05-13 17:23:48 +02:00
indent.pro Async port to windows 2015-11-20 23:32:18 +00:00
install.sh
libeay.num make update 2016-02-02 17:17:38 +00:00
mk1mf.pl Templatize util/domd 2016-01-29 16:56:07 -05:00
mkbuildinf.pl Fix build failure on Windows due to undefined cflags identifier 2015-01-08 19:21:24 +00:00
mkcerts.sh Fix verify(1) to report failure when verification fails 2016-01-13 17:55:17 -05:00
mkdef.pl Remove extraneous output from util/mk scripts 2016-01-28 15:52:56 -05:00
mkdir-p.pl
mkerr.pl Remove extraneous output from util/mk scripts 2016-01-28 15:52:56 -05:00
mkfiles.pl Remove dirs from mkfiles.pl 2016-01-26 10:29:48 +00:00
mkrc.pl Update year in Windows builds. 2015-09-28 15:32:38 +02:00
openssl-format-source Find the right indent on *BSD. 2015-08-10 13:28:26 +01:00
opensslwrap.sh
perlpath.pl
point.sh
selftest.pl GH336: Return an exit code if report fails 2015-08-01 14:32:32 -04:00
shlib_wrap.sh Test suite: minimal required to get mingw 'make test' work under Linux. 2015-10-13 19:46:50 +02:00
sp-diff.pl
speed.sh
ssleay.num Add SSL_up_ref() and SSL_CTX_up_ref() 2016-01-26 13:19:10 +00:00
su-filter.pl Delete trailing whitespace from output. 2015-01-22 09:20:09 +00:00
toutf8.sh Small script to re-encode files that need it to UTF-8 2015-07-14 01:10:01 +02:00
with_fallback.pm Refactor file writing - arrange for use of bundled Perl modules as fallback 2016-01-22 23:12:22 +01:00
x86asm.sh