Unify GET_32BIT()/PUT_32BIT() et al from numerous source files into misc.h.
[u/mdw/putty] / sshblowf.c
2005-04-12 jacobUnify GET_32BIT()/PUT_32BIT() et al from numerous sourc...
2005-04-06 benImplement SDCTR modes, as defined in the newmodes draft...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-25 simonSSH ciphers now use dynamically allocated contexts.
2001-05-06 simonRun entire source base through GNU indent to tidy up...
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-01 simonAdd a key length indication to each SSH2 cipher structu...
2000-09-20 simonFix Blowfish-with-SSH2 combination, and enable user...
2000-09-05 simonSecond attempt. Can successfully decrypt the _first...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...
2000-03-31 simonTidy up Blowfish S- and P-boxes: make them static and...
1999-11-09 simonChanges from executor:
1999-07-07 simonBlowfish patch, second attempt