summaryrefslogtreecommitdiffstats
path: root/myproposal.h
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2015-07-03 03:47:00 +0000
committerDamien Miller <djm@mindrot.org>2015-07-15 15:35:31 +1000
commitbdfd29f60b74f3e678297269dc6247a5699583c1 (patch)
treef05bd48778749ef29b635a4c113c00e795ba4e7f /myproposal.h
parentc28fc62d789d860c75e23a9fa9fb250eb2beca57 (diff)
upstream commit
turn off 1024 bit diffie-hellman-group1-sha1 key exchange method (already off in server, this turns it off in the client by default too) ok dtucker@ Upstream-ID: f59b88f449210ab7acf7d9d88f20f1daee97a4fa
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/myproposal.h b/myproposal.h
index f0b9caa5..371f27ca 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: myproposal.h,v 1.45 2015/07/03 03:43:18 djm Exp $ */
+/* $OpenBSD: myproposal.h,v 1.46 2015/07/03 03:47:00 djm Exp $ */
/*
* Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -93,8 +93,7 @@
#define KEX_CLIENT_KEX KEX_COMMON_KEX \
"diffie-hellman-group-exchange-sha1," \
- "diffie-hellman-group14-sha1," \
- "diffie-hellman-group1-sha1"
+ "diffie-hellman-group14-sha1"
#define KEX_DEFAULT_PK_ALG \
HOSTKEY_ECDSA_CERT_METHODS \