]> asedeno.scripts.mit.edu Git - PuTTY.git/history - sshdh.c
first pass
[PuTTY.git] / sshdh.c
2016-02-29 Simon TathamMerge branch 'pre-0.67'
2016-02-29 Simon TathamInaugural merge from branch 'pre-0.67'.
2015-11-07 Simon TathamMerge tag '0.66'
2015-11-07 Simon TathamInitial 'merge -s ours' from 0.66 release branch.
2015-07-25 Simon TathamMerge tag '0.65'
2015-06-25 Ben HarrisMerge branch 'pre-0.65'
2015-06-22 Simon TathamMerge branch 'pre-0.65'
2015-06-22 Simon TathamInaugural merge from branch 'pre-0.65'.
2015-05-15 Simon TathamProvide an 'extra' pointer in ssh_signkey and ssh_kex.
2015-02-28 Simon TathamMerge branch 'pre-0.64'
2015-02-28 Simon TathamEnforce acceptable range for Diffie-Hellman server value.
2008-03-10 Simon TathamMerge out from trunk, to keep this branch viable. We...
2007-04-30 Ben HarrisAdd support for RFC 4432 RSA key exchange, the patch...
2006-04-23 Jacob NevinsSprinkle some header comments in various files in an...
2005-09-04 Ben HarrisAdd support for diffie-hellman-group-exchange-sha256...
2005-09-03 Ben HarrisRestructure things so that a single entry in the KEX...
2005-08-31 Ben HarrisAdd infrastructure for supporting multiple hashes in...
2004-12-22 Simon TathamSupport diffie-hellman-group14-sha1 group exchange...
2004-08-01 Simon TathamMerged SSH1 robustness changes from 0.55 release branch...
2003-06-14 Ben HarrisFix a couple of memory leaks pointed out by Adam Bernstein.
2003-03-29 Simon TathamIntroduced wrapper macros snew(), snewn() and sresize...
2002-10-25 Simon TathamDiffie-Hellman key exchange now uses a dynamically...
2001-05-13 Simon TathamPlacate gcc's `-Wall' warnings.
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 TathamAdd support for using Diffie-Hellman with short exponen...
2001-03-03 Simon TathamPreliminary support for RSA user authentication in...
2001-03-01 Simon TathamDiffie-Hellman group exchange in SSH2. Currently #ifdef...
2001-03-01 Simon TathamRemove the last lingering knowledge, outside sshbn...
2000-10-25 Simon TathamEnhance Diffie-Hellman implementation to use bignum_cmp
2000-10-23 Simon TathamMake the frankly ridiculous prototypes for modpow(...
2000-09-05 Simon TathamSSH 2 support, phase 1, debugging. Currently does Diffi...