Fix a null-dereference introduced by another mis-fix in r9919.
[sgt/putty] / sshaes.c
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2010-04-12 simonSupport importing of new-style OpenSSH private keys...
2005-04-23 benNow that we've got at least some SDCTR modes working...
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-06 benRemove support for the "rijndael256-cbc", "rijndael192...
2005-04-06 benImplement SDCTR modes, as defined in the newmodes draft...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-07 benMove the various big tables to the start of the file...
2003-01-06 benIt looks like Visual C (or whatever the Windows snapsho...
2003-01-05 benaes_setup() is unused outside this file. Make it static.
2003-01-05 benSC (Apple's 68K C compiler) seems to treat tentative...
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2002-05-13 simonBe more careful about destroying sensitive data after...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-03-22 simonRemove needless redeclaration of word32 (it was in...
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-02 simonSupport for selecting AES from the GUI. In the process...
2001-03-02 simonAdd AES support in SSH2. Not yet complete: there's...