]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Make the SSH2 traffic analysis defence robust in the face of Zlib
authorSimon Tatham <anakin@pobox.com>
Mon, 5 Mar 2001 16:38:42 +0000 (16:38 +0000)
committerSimon Tatham <anakin@pobox.com>
Mon, 5 Mar 2001 16:38:42 +0000 (16:38 +0000)
commitaaeecbb4ea668e725a54dc804fce5f86313f79d3
tree4d7d9008b7fd46d53f06844a8e3b6fb27b7d839b
parenta1d5dab580437d19f47d98c5f79d45f0e7add72f
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.

[originally from svn r982]
ssh.c
ssh.h
sshzlib.c