]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Implement hmac-sha1-96. It's RECOMMENDED in the current transport draft,
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 10 Sep 2005 16:19:53 +0000 (16:19 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 10 Sep 2005 16:19:53 +0000 (16:19 +0000)
commitc0d36aa00aa1daa1f6f0eff3650e801223470c2d
treecaef54745b067eb98f6e66052d2f34bb7ff634be
parent91319142781a69cb16053c180870878749477012
Implement hmac-sha1-96.  It's RECOMMENDED in the current transport draft,
and we don't have any strong reason not to implement it, for all that it's
rather pointless.

[originally from svn r6284]
ssh.c
ssh.h
sshsha.c