]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshbn.c
Move MODULE files out of individual project directories into a
[PuTTY.git] / sshbn.c
2004-07-31 Simon TathamGeneral robustness improvements in SSH1. In particular...
2004-07-29 Simon TathamImprove robustness in modpow().
2004-01-22 Simon TathamFix a casting bug with the length-independent sshbn code.
2004-01-21 Simon TathamTwo small memory leaks, also noticed by Martin Prikryl.
2003-08-25 Simon TathamFix a couple of blatant memory leaks; thanks to Ruurd...
2003-06-28 Simon Tathambignum_mod_short shouldn't be depending on a fixed...
2003-04-23 Simon TathamForce gcc to use x86's built-in 64/32->32,32 division...
2003-04-23 Simon TathamAdded framework to sshbn.c to make it possible to vary the
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2003-01-05 Ben Harrisbigdivmod() is unreferenced outside this file. Make...
2002-10-30 Simon TathamMore preparatory work: remove the <windows.h> include...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2001-09-25 Simon TathamFix various fiddly little warnings.
2001-09-22 Simon TathamAdd support for DSA authentication in SSH2, following...
2001-05-06 Simon TathamRun entire source base through GNU indent to tidy up...
2001-04-16 Simon TathamPageant interface changes. You can now do `pageant...
2001-03-10 Simon TathamTiny bug in bn_power_2() - didn't work with powers...
2001-03-03 Simon TathamMore options for bignum debugging
2001-03-02 Simon TathamA fix in modmul: don't segfault or fill the result...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2000-12-12 Simon TathamMake memory management uniform: _everything_ now goes...
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-10-23 Simon TathamImproved entropy gathering.
2000-10-19 Simon TathamPuTTYgen initial version. Still to do are basic user...
2000-10-18 Simon TathamRSA key generation routines, and the bignum enhancement...
2000-09-28 Simon TathamRemove some spurious #includes
2000-09-25 Simon TathamRationalise ordering of authentication operations....
2000-09-14 Simon TathamAdded Pageant, a first-attempt PuTTY authentication agent
2000-09-07 Simon TathamRSA key authentication in ssh1 works; SSH2 is nearly there
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...