Client side compression algorithm sanity checks: ensure old compression
authorDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 14:39:37 +0000 (14:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 14:39:37 +0000 (14:39 +0000)
commit2be3d6ebc8cb5ee14f7a9792cd67491a5132cace
tree468a8ef391a1f464f870a84d10d0674cec966eb9
parente6f418bcb7344fe40b78c82722577ee1910400f9
Client side compression algorithm sanity checks: ensure old compression
algorithm matches current and give error if compression is disabled and
server requests it (shouldn't happen unless server is broken).
ssl/s3_clnt.c
ssl/s3_srvr.c
ssl/ssl.h
ssl/ssl_err.c