diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -13,6 +13,17 @@ | |||
13 | - deraadt@cvs.openbsd.org 2001/03/05 16:07:15 | 13 | - deraadt@cvs.openbsd.org 2001/03/05 16:07:15 |
14 | [sshd.8] | 14 | [sshd.8] |
15 | detail default hmac setup too | 15 | detail default hmac setup too |
16 | - markus@cvs.openbsd.org 2001/03/05 17:17:21 | ||
17 | [kex.c kex.h sshconnect2.c sshd.c] | ||
18 | generate a 2*need size (~300 instead of 1024/2048) random private | ||
19 | exponent during the DH key agreement. according to Niels (the great | ||
20 | german advisor) this is safe since /etc/primes contains strong | ||
21 | primes only. | ||
22 | |||
23 | References: | ||
24 | P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key | ||
25 | agreement with short exponents, In Advances in Cryptology | ||
26 | - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343. | ||
16 | 27 | ||
17 | 20010305 | 28 | 20010305 |
18 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | 29 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] |
@@ -4384,4 +4395,4 @@ | |||
4384 | - Wrote replacements for strlcpy and mkdtemp | 4395 | - Wrote replacements for strlcpy and mkdtemp |
4385 | - Released 1.0pre1 | 4396 | - Released 1.0pre1 |
4386 | 4397 | ||
4387 | $Id: ChangeLog,v 1.912 2001/03/06 01:06:58 mouring Exp $ | 4398 | $Id: ChangeLog,v 1.913 2001/03/06 01:09:20 mouring Exp $ |