]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Support for selecting AES from the GUI. In the process, I've had to
authorSimon Tatham <anakin@pobox.com>
Fri, 2 Mar 2001 13:55:23 +0000 (13:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Fri, 2 Mar 2001 13:55:23 +0000 (13:55 +0000)
commitb182356f99fb8232e7bf03ab0678c5c3f34d140f
tree1fa2e089c7509b0763fd063edb4931cdf1b45d7f
parentbf25fd405c0f8e7fbabe366e992901f3f57a903b
Support for selecting AES from the GUI. In the process, I've had to
introduce another layer of abstraction in SSH2 ciphers, such that a
single `logical cipher' (as desired by a user) can equate to more
than one `physical cipher'. This is because AES comes in several key
lengths (PuTTY will pick the highest supported by the remote end)
and several different SSH2-protocol-level names (aes*-cbc,
rijndael*-cbc, and an unofficial one rijndael-cbc@lysator.liu.se).

[originally from svn r967]
putty.h
settings.c
ssh.c
ssh.h
sshaes.c
sshblowf.c
sshdes.c
windlg.c