]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshaes.c
first pass
[PuTTY.git] / sshaes.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-09-10 Simon TathamSplit ssh2_cipher's keylen field into two.
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-07 Chris StaiteAllow a cipher to specify encryption of the packet length.
2015-06-07 Chris StaiteAllow a cipher to override the SSH KEX's choice of MAC.
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2010-04-12 Simon TathamSupport importing of new-style OpenSSH private keys...
2005-04-23 Ben HarrisNow that we've got at least some SDCTR modes working...
2005-04-12 Jacob NevinsUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-06 Ben HarrisRemove support for the "rijndael256-cbc", "rijndael192...
2005-04-06 Ben HarrisImplement SDCTR modes, as defined in the newmodes draft...
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-07 Ben HarrisMove the various big tables to the start of the file...
2003-01-06 Ben HarrisIt looks like Visual C (or whatever the Windows snapsho...
2003-01-05 Ben Harrisaes_setup() is unused outside this file. Make it static.
2003-01-05 Ben HarrisSC (Apple's 68K C compiler) seems to treat tentative...
2002-10-25 Simon TathamSSH ciphers now use dynamically allocated contexts.
2002-05-13 Simon TathamBe more careful about destroying sensitive data after...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-03-22 Simon TathamRemove needless redeclaration of word32 (it was in ssh.h)
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-02 Simon TathamSupport for selecting AES from the GUI. In the process...
2001-03-02 Simon TathamAdd AES support in SSH2. Not yet complete: there's...