summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authortedu@openbsd.org <tedu@openbsd.org>2020-01-22 04:58:23 +0000
committerDamien Miller <djm@mindrot.org>2020-01-22 17:17:51 +1100
commit6c30c9adbeeed09a8a9e7a69974cfa1f1ddd1e9e (patch)
tree41d002c47130ac3555f227af75e8f7355bd76471 /myproposal.h
parent4a32c0ca44a2dc2a358f69b5d43c08e528b44b39 (diff)
upstream: remove diffie-hellman-group14-sha1 from default kex to
see what happens. general mostly ok OpenBSD-Commit-ID: 216b7b8462d2ef5f4531f26cb2cb839b2153dad9
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 d43ab06ba..145704f49 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.64 2019/12/16 03:16:58 djm Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.65 2020/01/22 04:58:23 tedu Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -100,8 +100,7 @@
100 KEX_CURVE25519_METHODS \ 100 KEX_CURVE25519_METHODS \
101 KEX_ECDH_METHODS \ 101 KEX_ECDH_METHODS \
102 KEX_SHA2_METHODS \ 102 KEX_SHA2_METHODS \
103 KEX_SHA2_GROUP14 \ 103 KEX_SHA2_GROUP14
104 "diffie-hellman-group14-sha1"
105 104
106#define KEX_CLIENT_KEX KEX_SERVER_KEX 105#define KEX_CLIENT_KEX KEX_SERVER_KEX
107 106