Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshprime.c
2012-03-04 simonGenerate keys more carefully, so that when the user...
2012-03-04 simonLong overdue rewrapping of the primes[] array for legib...
2006-02-27 jacobFix a memory leak in key generation.
2003-06-28 simonFailure to set multipliers[NPRIMES] was rendering the...
2003-02-12 benDeal with a "possible extraneous ';'" warning.
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 simonFix excessive calls to random_byte()
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-11-16 simonImprove comment so I don't misunderstand when I come...
2000-11-15 simonUse a Miller-Rabin test instead of a Fermat test; add...
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-10-18 simonRSA key generation routines, and the bignum enhancement...