Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / sshaes.c
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...