Introduced wrapper macros snew(), snewn() and sresize() for the
[u/mdw/putty] / sshbn.c
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 benbigdivmod() is unreferenced outside this file. Make...
2002-10-30 simonMore preparatory work: remove the <windows.h> include...
2002-10-25 simonDiffie-Hellman key exchange now uses a dynamically...
2001-09-25 simonFix various fiddly little warnings.
2001-09-22 simonAdd support for DSA authentication in SSH2, following...
2001-05-06 simonRun entire source base through GNU indent to tidy up...
2001-04-16 simonPageant interface changes. You can now do `pageant...
2001-03-10 simonTiny bug in bn_power_2() - didn't work with powers...
2001-03-03 simonMore options for bignum debugging
2001-03-02 simonA fix in modmul: don't segfault or fill the result...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-12-12 simonMake memory management uniform: _everything_ now goes...
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-23 simonImproved entropy gathering.
2000-10-19 simonPuTTYgen initial version. Still to do are basic user...
2000-10-18 simonRSA key generation routines, and the bignum enhancement...
2000-09-28 simonRemove some spurious #includes
2000-09-25 simonRationalise ordering of authentication operations....
2000-09-14 simonAdded Pageant, a first-attempt PuTTY authentication...
2000-09-07 simonRSA key authentication in ssh1 works; SSH2 is nearly...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...