]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshprime.c
first pass
[PuTTY.git] / sshprime.c
2012-03-04 Simon TathamGenerate keys more carefully, so that when the user...
2012-03-04 Simon TathamLong overdue rewrapping of the primes[] array for legib...
2006-02-27 Jacob NevinsFix a memory leak in key generation.
2003-06-28 Simon TathamFailure to set multipliers[NPRIMES] was rendering the...
2003-02-12 Ben HarrisDeal with a "possible extraneous ';'" warning.
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 TathamFix excessive calls to random_byte()
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2000-11-16 Simon TathamImprove comment so I don't misunderstand when I come...
2000-11-15 Simon TathamUse a Miller-Rabin test instead of a Fermat test; add...
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-10-18 Simon TathamRSA key generation routines, and the bignum enhancement...