Sebastian Kuschel reports that pfd_closing can be called for a socket
[u/mdw/putty] / sshdh.c
2007-04-30 benAdd support for RFC 4432 RSA key exchange, the patch...
2006-04-23 jacobSprinkle some header comments in various files in an...
2005-09-04 benAdd support for diffie-hellman-group-exchange-sha256...
2005-09-03 benRestructure things so that a single entry in the KEX...
2005-08-31 benAdd infrastructure for supporting multiple hashes in...
2004-12-22 simonSupport diffie-hellman-group14-sha1 group exchange...
2004-08-01 simonMerged SSH1 robustness changes from 0.55 release branch...
2003-06-14 benFix a couple of memory leaks pointed out by Adam Bernstein.
2003-03-29 simonIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-25 simonDiffie-Hellman key exchange now uses a dynamically...
2001-05-13 simonPlacate gcc's `-Wall' warnings.
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 simonAdd support for using Diffie-Hellman with short exponen...
2001-03-03 simonPreliminary support for RSA user authentication in...
2001-03-01 simonDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 simonRemove the last lingering knowledge, outside sshbn...
2000-10-25 simonEnhance Diffie-Hellman implementation to use bignum_cmp
2000-10-23 simonMake the frankly ridiculous prototypes for modpow(...
2000-09-05 simonSSH 2 support, phase 1, debugging. Currently does Diffi...