summaryrefslogtreecommitdiff
path: root/myproposal.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-07-17 09:52:07 +1000
committerDamien Miller <djm@mindrot.org>2014-07-17 09:52:07 +1000
commit6262d760e00714523633bd989d62e273a3dca99a (patch)
treefb2f44c4a661d554895ef99f5cab196fa2204f44 /myproposal.h
parent9d69d937b46ecba17f16d923e538ceda7b705c7a (diff)
- tedu@cvs.openbsd.org 2014/07/11 13:54:34
[myproposal.h] by popular demand, add back hamc-sha1 to server proposal for better compat with many clients still in use. ok deraadt
Diffstat (limited to 'myproposal.h')
-rw-r--r--myproposal.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/myproposal.h b/myproposal.h
index d42988996..32d0f14b5 100644
--- a/myproposal.h
+++ b/myproposal.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: myproposal.h,v 1.40 2014/04/30 19:07:48 naddy Exp $ */ 1/* $OpenBSD: myproposal.h,v 1.41 2014/07/11 13:54:34 tedu Exp $ */
2 2
3/* 3/*
4 * Copyright (c) 2000 Markus Friedl. All rights reserved. 4 * Copyright (c) 2000 Markus Friedl. All rights reserved.
@@ -122,19 +122,19 @@
122 "umac-128-etm@openssh.com," \ 122 "umac-128-etm@openssh.com," \
123 "hmac-sha2-256-etm@openssh.com," \ 123 "hmac-sha2-256-etm@openssh.com," \
124 "hmac-sha2-512-etm@openssh.com," \ 124 "hmac-sha2-512-etm@openssh.com," \
125 "hmac-sha1-etm@openssh.com," \
125 "umac-64@openssh.com," \ 126 "umac-64@openssh.com," \
126 "umac-128@openssh.com," \ 127 "umac-128@openssh.com," \
127 "hmac-sha2-256," \ 128 "hmac-sha2-256," \
128 "hmac-sha2-512" 129 "hmac-sha2-512," \
130 "hmac-sha1"
129 131
130#define KEX_CLIENT_MAC KEX_SERVER_MAC "," \ 132#define KEX_CLIENT_MAC KEX_SERVER_MAC "," \
131 "hmac-md5-etm@openssh.com," \ 133 "hmac-md5-etm@openssh.com," \
132 "hmac-sha1-etm@openssh.com," \
133 "hmac-ripemd160-etm@openssh.com," \ 134 "hmac-ripemd160-etm@openssh.com," \
134 "hmac-sha1-96-etm@openssh.com," \ 135 "hmac-sha1-96-etm@openssh.com," \
135 "hmac-md5-96-etm@openssh.com," \ 136 "hmac-md5-96-etm@openssh.com," \
136 "hmac-md5," \ 137 "hmac-md5," \
137 "hmac-sha1," \
138 "hmac-ripemd160," \ 138 "hmac-ripemd160," \
139 "hmac-ripemd160@openssh.com," \ 139 "hmac-ripemd160@openssh.com," \
140 "hmac-sha1-96," \ 140 "hmac-sha1-96," \
@@ -155,16 +155,16 @@
155 "umac-128-etm@openssh.com," \ 155 "umac-128-etm@openssh.com," \
156 "hmac-sha2-256-etm@openssh.com," \ 156 "hmac-sha2-256-etm@openssh.com," \
157 "hmac-sha2-512-etm@openssh.com," \ 157 "hmac-sha2-512-etm@openssh.com," \
158 "hmac-sha1-etm@openssh.com," \
158 "umac-64@openssh.com," \ 159 "umac-64@openssh.com," \
159 "umac-128@openssh.com," \ 160 "umac-128@openssh.com," \
160 "hmac-sha2-256," \ 161 "hmac-sha2-256," \
161 "hmac-sha2-512" 162 "hmac-sha2-512," \
163 "hmac-sha1"
162 164
163#define KEX_CLIENT_KEX KEX_SERVER_KEX 165#define KEX_CLIENT_KEX KEX_SERVER_KEX
164#define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT 166#define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT
165#define KEX_CLIENT_MAC KEX_SERVER_MAC "," \ 167#define KEX_CLIENT_MAC KEX_SERVER_MAC
166 "hmac-sha1-etm@openssh.com," \
167 "hmac-sha1"
168 168
169#endif /* WITH_OPENSSL */ 169#endif /* WITH_OPENSSL */
170 170