summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-03-06 01:09:20 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-03-06 01:09:20 +0000
commit4c4f05e09647ec68becba9664b6b84e643fc0578 (patch)
treeb80be6bceb955898948ef10527b43fc4cf005d8e /ChangeLog
parentc78a187b1776cb45c07a4a138946f8370ed6e71d (diff)
- markus@cvs.openbsd.org 2001/03/05 17:17:21
[kex.c kex.h sshconnect2.c sshd.c] generate a 2*need size (~300 instead of 1024/2048) random private exponent during the DH key agreement. according to Niels (the great german advisor) this is safe since /etc/primes contains strong primes only. References: P. C. van Oorschot and M. J. Wiener, On Diffie-Hellman key agreement with short exponents, In Advances in Cryptology - EUROCRYPT'96, LNCS 1070, Springer-Verlag, 1996, pp.332-343.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a1c09426..20f63aa3d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
1720010305 2820010305
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 $