Make the SSH2 traffic analysis defence robust in the face of Zlib
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Mar 2001 16:38:42 +0000 (16:38 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Mon, 5 Mar 2001 16:38:42 +0000 (16:38 +0000)
commit6e9e952088e8aa586060aa2464a19186f3d58341
tree4d7d9008b7fd46d53f06844a8e3b6fb27b7d839b
parent39065bed729c664e6477448a24e73d0ba1b8e2c1
Make the SSH2 traffic analysis defence robust in the face of Zlib
compression. This involves introducing an option to disable Zlib
compression (that is, continue to work within the Zlib format but
output an uncompressed block) for the duration of a single packet.

git-svn-id: svn://svn.tartarus.org/sgt/putty@982 cda61777-01e9-0310-a592-d414129be87e
ssh.c
ssh.h
sshzlib.c