Client side compression algorithm sanity checks: ensure old compression
authorDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 14:39:51 +0000 (14:39 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Fri, 1 Jan 2010 14:39:51 +0000 (14:39 +0000)
commit4cba294d795b6f5840280f2ba0fb7d23a61ff07e
tree436c3d7dbe55941ffb12bf1b770f9aab2778a108
parente642fd7a1c0f506deccab37ae37f59737d4ee6f9
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