]> asedeno.scripts.mit.edu Git - PuTTY.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)
commit6023b6c70ba236956ec1481f6f5d50a4d177bd81
tree53e41cf44d3d9e3b5837478fe48c8f01ae434960
parenta53aa4051a4ad9310ff474414d4ca86c2009e337
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.

[originally from svn r5605]
sshaes.c
sshblowf.c
sshdes.c