]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/commit
Implement SDCTR modes, as defined in the newmodes draft. This adds
authorBen Harris <bjh21@bjh21.me.uk>
Wed, 6 Apr 2005 23:27:08 +0000 (23:27 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Wed, 6 Apr 2005 23:27:08 +0000 (23:27 +0000)
commitd9cd6b11ad166909a0c9a2a0e5b5a3dab07a326d
tree53e41cf44d3d9e3b5837478fe48c8f01ae434960
parent12dfdd822cd68100dff6654dc19db9cfbd7e9dbe
Implement SDCTR modes, as defined in the newmodes draft.  This adds
aes128-ctr, aes192-ctr, and aes256-ctr.  blowfish-ctr and 3des-ctr are
present but disabled, since I haven't tested them yet.

In addition, change the user-visible names of ciphers (as displayed in the
Event Log) to include the mode name and, in Blowfish's case, the key size.

git-svn-id: http://svn.tartarus.org/sgt/putty@5605 cda61777-01e9-0310-a592-d414129be87e
sshaes.c
sshblowf.c
sshdes.c