]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshsh256.c
first pass
[PuTTY.git] / sshsh256.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-08-21 Simon TathamAdd a key-length field to 'struct ssh_mac'.
2015-08-21 Simon TathamAdd copy and free methods to 'struct ssh_hash'.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-06-20 Simon TathamAdd smemclrs of all hash states we destroy.
2015-06-20 Simon TathamUse a timing-safe memory compare to verify MACs.
2015-06-07 Chris StaiteAllow a cipher to override the SSH KEX's choice of MAC.
2015-05-15 Simon TathamConst-correctness in struct ssh_hash.
2015-04-26 Simon TathamAdd smemclrs of all hash states we destroy.
2015-04-26 Simon TathamUse a timing-safe memory compare to verify MACs.
2015-04-26 Simon TathamSupport OpenSSH encrypt-then-MAC protocol extension.
2013-02-20 Ben HarrisAdd support for HMAC-SHA-256 as an SSH-2 MAC algorithm...
2006-03-12 Jacob NevinsLog the hash used for DH kex (now there's a choice).
2005-08-31 Ben HarrisSHA-256 implementation, for use in future KEX algorithm...