Support for selecting AES from the GUI. In the process, I've had to
authorsimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 2 Mar 2001 13:55:23 +0000 (13:55 +0000)
committersimon <simon@cda61777-01e9-0310-a592-d414129be87e>
Fri, 2 Mar 2001 13:55:23 +0000 (13:55 +0000)
commit0a3f1d48f7f8779690073685f057bc5705d61006
tree1fa2e089c7509b0763fd063edb4931cdf1b45d7f
parent8479e33ca623ad057fadf5b48c0638f42d9b4520
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).

git-svn-id: svn://svn.tartarus.org/sgt/putty@967 cda61777-01e9-0310-a592-d414129be87e
putty.h
settings.c
ssh.c
ssh.h
sshaes.c
sshblowf.c
sshdes.c
windlg.c