summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
committerColin Watson <cjwatson@debian.org>2019-06-05 06:41:44 +0100
commit102062f825fb26a74295a1c089c00c4c4c76b68a (patch)
tree3db66bc8c8483cce66516dff36f6ef56065143d9 /myproposal.h
parent3d246f10429fc9a37b98eabef94fe8dc7c61002b (diff)
parentfd0fa130ecf06d7d092932adcd5d77f1549bfc8d (diff)
Import openssh_8.0p1.orig.tar.gz
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h15
1 files changed, 5 insertions, 10 deletions
diff --git a/myproposal.h b/myproposal.h
index 27b4a15a1..f16729876 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.57 2018/09/12 01:34:02 djm Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.58 2019/02/23 08:20:43 djm Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -90,20 +90,15 @@
90# else 90# else
91# define KEX_CURVE25519_METHODS "" 91# define KEX_CURVE25519_METHODS ""
92# endif 92# endif
93#define KEX_COMMON_KEX \ 93#define KEX_SERVER_KEX \
94 KEX_CURVE25519_METHODS \ 94 KEX_CURVE25519_METHODS \
95 KEX_ECDH_METHODS \ 95 KEX_ECDH_METHODS \
96 KEX_SHA2_METHODS 96 KEX_SHA2_METHODS \
97
98#define KEX_SERVER_KEX KEX_COMMON_KEX \
99 KEX_SHA2_GROUP14 \
100 "diffie-hellman-group14-sha1" \
101
102#define KEX_CLIENT_KEX KEX_COMMON_KEX \
103 "diffie-hellman-group-exchange-sha1," \
104 KEX_SHA2_GROUP14 \ 97 KEX_SHA2_GROUP14 \
105 "diffie-hellman-group14-sha1" 98 "diffie-hellman-group14-sha1"
106 99
100#define KEX_CLIENT_KEX KEX_SERVER_KEX
101
107#define KEX_DEFAULT_PK_ALG \ 102#define KEX_DEFAULT_PK_ALG \
108 HOSTKEY_ECDSA_CERT_METHODS \ 103 HOSTKEY_ECDSA_CERT_METHODS \
109 "ssh-ed25519-cert-v01@openssh.com," \ 104 "ssh-ed25519-cert-v01@openssh.com," \