Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshbn.c
2013-08-06 simonOne more defensive assert, just to be sure.
2013-08-05 simonThe bignum code has two representations of zero, since
2013-08-05 simonAdd some more precautionary assertions, just in case...
2013-08-04 simonFix memory leaks in the new error return from modinv.
2013-08-04 simonMake modinv able to return NULL if its inputs are not...
2013-08-04 simonMore consistently defend against division by zero with...
2013-08-02 simonFound a lot of places in sshbn.c where for-loops zeroin...
2013-08-02 simonFix an array-size bug in modmul, and add some tests...
2012-12-22 simonUpdate the suggested compile command in sshbn.c's test...
2012-12-22 simonFix two gcc warnings about confused printf format strin...
2012-07-22 simonIntroduce a new utility function smemclr(), which memse...
2011-07-12 simonFix Windows compile warnings by adding explicit casts.
2011-02-22 simonRejig the bottom-level loops in internal_mul_* to use...
2011-02-21 simonMove the malloc and free of scratch space out of the...
2011-02-20 simonAdd tests of modpow.
2011-02-20 simonNearly forgot. Reinstate the original unoptimised modpo...
2011-02-20 simonFix bug in Karatsuba multiplication, which affected...
2011-02-20 simonBeginnings of a test suite for the bignum code. The...
2011-02-18 simonImplement the Chinese Remainder Theorem optimisation...
2011-02-18 simonImplement the Montgomery technique for speeding up...
2011-02-18 simonImplement the Karatsuba technique for recursive divide...
2011-02-18 simonAdd some appropriate bignum typedefs for generic 64...
2007-01-09 simonGet rid of all the MSVC warnings.
2006-06-17 jacobRobert Evans spotted that bignum_decimal() failed to...
2005-12-06 jacobImprovements from Spyros Blanas to the MSVC optimisatio...
2005-11-23 jacobAn MSVC version of the 16->32-bit bignum optimisation...
2005-03-10 jacobConsistently use a single notation to refer to SSH...
2004-12-28 simonFix divide overflow in internal_mod(). Thanks to Willia...
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2004-07-29 simonImprove robustness in modpow().
2004-01-22 simonFix a casting bug with the length-independent sshbn...
2004-01-21 simonTwo small memory leaks, also noticed by Martin Prikryl.
2003-08-25 simonFix a couple of blatant memory leaks; thanks to Ruurd...
2003-06-28 simonbignum_mod_short shouldn't be depending on a fixed...
2003-04-23 simonForce gcc to use x86's built-in 64/32->32,32 division...
2003-04-23 simonAdded framework to sshbn.c to make it possible to vary the
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...