[openssh-commits] [openssh] 04/04: upstream: remove diffie-hellman-group14-sha1 from default kex to

git+noreply at mindrot.org git+noreply at mindrot.org
Wed Jan 22 17:18:01 AEDT 2020


This is an automated email from the git hooks/post-receive script.

djm pushed a commit to branch master
in repository openssh.

commit 6c30c9adbeeed09a8a9e7a69974cfa1f1ddd1e9e
Author: tedu at openbsd.org <tedu at openbsd.org>
Date:   Wed Jan 22 04:58:23 2020 +0000

    upstream: remove diffie-hellman-group14-sha1 from default kex to
    
    see what happens. general mostly ok
    
    OpenBSD-Commit-ID: 216b7b8462d2ef5f4531f26cb2cb839b2153dad9
---
 myproposal.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/myproposal.h b/myproposal.h
index d43ab06b..145704f4 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.64 2019/12/16 03:16:58 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.65 2020/01/22 04:58:23 tedu Exp $ */
 
 /*
  * Copyright (c) 2000 Markus Friedl.  All rights reserved.
@@ -100,8 +100,7 @@
 	KEX_CURVE25519_METHODS \
 	KEX_ECDH_METHODS \
 	KEX_SHA2_METHODS \
-	KEX_SHA2_GROUP14 \
-	"diffie-hellman-group14-sha1"
+	KEX_SHA2_GROUP14
 
 #define KEX_CLIENT_KEX KEX_SERVER_KEX
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list