]> git.ipfire.org Git - thirdparty/openssl.git/commit - CHANGES.md
Compression handling on session resume was badly broken: it always
authorDr. Stephen Henson <steve@openssl.org>
Thu, 31 Dec 2009 14:13:30 +0000 (14:13 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Thu, 31 Dec 2009 14:13:30 +0000 (14:13 +0000)
commite6f418bcb7344fe40b78c82722577ee1910400f9
treedaa71f88c4c547d54122f6377b81e789d0780b27
parent5e6312175858a6cd92b3ec372ed6903abb6fdd78
Compression handling on session resume was badly broken: it always
used compression algorithms in client hello (a legacy from when
the compression algorithm wasn't serialized with SSL_SESSION).
CHANGES
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c