]> asedeno.scripts.mit.edu Git - PuTTY_svn.git/history - sshbn.c
Enable xterm mouse reporting of wheel actions in GTK.
[PuTTY_svn.git] / sshbn.c
2013-08-06 Simon TathamOne more defensive assert, just to be sure.
2013-08-05 Simon TathamThe bignum code has two representations of zero, since
2013-08-05 Simon TathamAdd some more precautionary assertions, just in case...
2013-08-04 Simon TathamFix memory leaks in the new error return from modinv.
2013-08-04 Simon TathamMake modinv able to return NULL if its inputs are not...
2013-08-04 Simon TathamMore consistently defend against division by zero with...
2013-08-02 Simon TathamFound a lot of places in sshbn.c where for-loops zeroin...
2013-08-02 Simon TathamFix an array-size bug in modmul, and add some tests for it.
2012-12-22 Simon TathamUpdate the suggested compile command in sshbn.c's test rig.
2012-12-22 Simon TathamFix two gcc warnings about confused printf format strin...
2012-07-22 Simon TathamIntroduce a new utility function smemclr(), which memse...
2011-07-12 Simon TathamFix Windows compile warnings by adding explicit casts.
2011-02-22 Simon TathamRejig the bottom-level loops in internal_mul_* to use...
2011-02-21 Simon TathamMove the malloc and free of scratch space out of the...
2011-02-20 Simon TathamAdd tests of modpow.
2011-02-20 Simon TathamNearly forgot. Reinstate the original unoptimised modpo...
2011-02-20 Simon TathamFix bug in Karatsuba multiplication, which affected...
2011-02-20 Simon TathamBeginnings of a test suite for the bignum code. The...
2011-02-18 Simon TathamImplement the Chinese Remainder Theorem optimisation...
2011-02-18 Simon TathamImplement the Montgomery technique for speeding up modular
2011-02-18 Simon TathamImplement the Karatsuba technique for recursive divide...
2011-02-18 Simon TathamAdd some appropriate bignum typedefs for generic 64...
2007-01-09 Simon TathamGet rid of all the MSVC warnings.
2006-06-17 Jacob NevinsRobert Evans spotted that bignum_decimal() failed to...
2005-12-06 Jacob NevinsImprovements from Spyros Blanas to the MSVC optimisatio...
2005-11-23 Jacob NevinsAn MSVC version of the 16->32-bit bignum optimisation...
2005-03-10 Jacob NevinsConsistently use a single notation to refer to SSH...
2004-12-28 Simon TathamFix divide overflow in internal_mod(). Thanks to Willia...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
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...