Compression handling on session resume was badly broken: it always
authorDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 00:44:36 +0000 (00:44 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 00:44:36 +0000 (00:44 +0000)
commite642fd7a1c0f506deccab37ae37f59737d4ee6f9
treefab25feaeaefc1a0c48e2a77625d8821b9626b83
parent5448e6739cc628f1f920bd1f2515d8ee69004ea0
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