Implement SDCTR modes, as defined in the newmodes draft. This adds
authorben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 6 Apr 2005 23:27:08 +0000 (23:27 +0000)
committerben <ben@cda61777-01e9-0310-a592-d414129be87e>
Wed, 6 Apr 2005 23:27:08 +0000 (23:27 +0000)
commitc2e3a6c92d062f019a60fa97d339db80fa0d88a3
tree53e41cf44d3d9e3b5837478fe48c8f01ae434960
parent3755c313abec360a00ca7a84ce0b2f8db915d059
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: svn://svn.tartarus.org/sgt/putty@5605 cda61777-01e9-0310-a592-d414129be87e
sshaes.c
sshblowf.c
sshdes.c