]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshsha.c
first pass
[PuTTY.git] / sshsha.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-07-27 Simon TathamAdd an assortment of missing consts I've just noticed.
2013-07-19 Simon TathamAdd some conditionally-compilable diagnostics to the...
2013-02-20 Ben HarrisTake advantage of PUT_32BIT_MSB_FIRST when constructing...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2008-11-26 Ben HarrisMitigation for VU#958563: When using a CBC-mode server...
2006-03-12 Jacob NevinsLog the hash used for DH kex (now there's a choice).
2005-09-10 Ben HarrisImplement hmac-sha1-96. It's RECOMMENDED in the curren...
2005-08-31 Ben HarrisAdd infrastructure for supporting multiple hashes in...
2005-08-31 Ben HarrisRename ssh_md5 and ssh_sha1 to ssh_hmac_md5 and ssh_hma...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2004-09-29 Jacob NevinsMention the negotiated SSH-2 MAC algorithm(s) in the...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 Ben HarrisMake SHA_Core_Init() (only used in this file) static.
2002-10-25 Simon TathamSSH2 MACs now use dynamically allocated contexts.
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2000-10-12 Simon TathamAdd a config option to emulate the HMAC bug in commerci...
2000-10-09 Simon TathamMiscellaneous fixes to try to make other compilers happier
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
2000-09-06 Simon TathamSSH2 transport layer now enables encryption and MAC...
2000-09-05 Simon TathamSecond attempt. Can successfully decrypt the _first...
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...
1999-12-03 Simon TathamReplace SHA implementation with homegrown one
1999-01-08 Simon TathamInitial checkin: beta 0.43