]> asedeno.scripts.mit.edu Git - PuTTY.git/commit
Diffie-Hellman group exchange in SSH2. Currently #ifdeffed out
authorSimon Tatham <anakin@pobox.com>
Thu, 1 Mar 2001 17:55:40 +0000 (17:55 +0000)
committerSimon Tatham <anakin@pobox.com>
Thu, 1 Mar 2001 17:55:40 +0000 (17:55 +0000)
commitcc9d7ba87e6bd97e66ee7184804b825d64a77d50
treee833ceeabd99258efdfd1ed19e2335685d0cc18a
parent862d6a496d6e1844a06f21824f072d03c334d4d3
Diffie-Hellman group exchange in SSH2. Currently #ifdeffed out
(change the sense of #ifdef DO_DIFFIE_HELLMAN_GEX in ssh.c) because
it's _far_ too slow. Will be re-enabled once the bignum routines
work a bit faster (or rather a _lot_ faster).

[originally from svn r962]
ssh.c
ssh.h
sshdh.c