]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: DH-GEX min value is now specified in RFC8270. ok djm@
authordtucker@openbsd.org <dtucker@openbsd.org>
Sun, 20 Jan 2019 01:12:40 +0000 (01:12 +0000)
committerDamien Miller <djm@mindrot.org>
Sun, 20 Jan 2019 23:46:03 +0000 (10:46 +1100)
OpenBSD-Commit-ID: 1229d0feb1d0ecefe05bf67a17578b263e991acc

dh.h

diff --git a/dh.h b/dh.h
index 344b29e356cead53dbe372252587b126ea90eafc..adb643a75343721d4d7d7b4112f0600e47d01a41 100644 (file)
--- a/dh.h
+++ b/dh.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dh.h,v 1.15 2016/05/02 10:26:04 djm Exp $ */
+/* $OpenBSD: dh.h,v 1.17 2019/01/20 01:12:40 dtucker Exp $ */
 
 /*
  * Copyright (c) 2000 Niels Provos.  All rights reserved.
@@ -48,7 +48,7 @@ u_int  dh_estimate(int);
 
 /*
  * Max value from RFC4419.
- * Miniumum increased in light of DH precomputation attacks.
+ * Min value from RFC8270.
  */
 #define DH_GRP_MIN     2048
 #define DH_GRP_MAX     8192