diff options
Diffstat (limited to 'myproposal.h')
-rw-r--r-- | myproposal.h | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/myproposal.h b/myproposal.h index 46e5b988d..bdd05966f 100644 --- a/myproposal.h +++ b/myproposal.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: myproposal.h,v 1.47 2015/07/10 06:21:53 markus Exp $ */ | 1 | /* $OpenBSD: myproposal.h,v 1.50 2016/02/09 05:30:04 djm Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. | 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
@@ -101,7 +101,9 @@ | |||
101 | "ssh-rsa-cert-v01@openssh.com," \ | 101 | "ssh-rsa-cert-v01@openssh.com," \ |
102 | HOSTKEY_ECDSA_METHODS \ | 102 | HOSTKEY_ECDSA_METHODS \ |
103 | "ssh-ed25519," \ | 103 | "ssh-ed25519," \ |
104 | "ssh-rsa" \ | 104 | "rsa-sha2-512," \ |
105 | "rsa-sha2-256," \ | ||
106 | "ssh-rsa" | ||
105 | 107 | ||
106 | /* the actual algorithms */ | 108 | /* the actual algorithms */ |
107 | 109 | ||
@@ -111,9 +113,7 @@ | |||
111 | AESGCM_CIPHER_MODES | 113 | AESGCM_CIPHER_MODES |
112 | 114 | ||
113 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT "," \ | 115 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT "," \ |
114 | "arcfour256,arcfour128," \ | 116 | "aes128-cbc,aes192-cbc,aes256-cbc,3des-cbc" |
115 | "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \ | ||
116 | "aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se" | ||
117 | 117 | ||
118 | #define KEX_SERVER_MAC \ | 118 | #define KEX_SERVER_MAC \ |
119 | "umac-64-etm@openssh.com," \ | 119 | "umac-64-etm@openssh.com," \ |
@@ -127,18 +127,9 @@ | |||
127 | "hmac-sha2-512," \ | 127 | "hmac-sha2-512," \ |
128 | "hmac-sha1" | 128 | "hmac-sha1" |
129 | 129 | ||
130 | #define KEX_CLIENT_MAC KEX_SERVER_MAC "," \ | 130 | #define KEX_CLIENT_MAC KEX_SERVER_MAC |
131 | "hmac-md5-etm@openssh.com," \ | ||
132 | "hmac-ripemd160-etm@openssh.com," \ | ||
133 | "hmac-sha1-96-etm@openssh.com," \ | ||
134 | "hmac-md5-96-etm@openssh.com," \ | ||
135 | "hmac-md5," \ | ||
136 | "hmac-ripemd160," \ | ||
137 | "hmac-ripemd160@openssh.com," \ | ||
138 | "hmac-sha1-96," \ | ||
139 | "hmac-md5-96" | ||
140 | 131 | ||
141 | #else | 132 | #else /* WITH_OPENSSL */ |
142 | 133 | ||
143 | #define KEX_SERVER_KEX \ | 134 | #define KEX_SERVER_KEX \ |
144 | "curve25519-sha256@libssh.org" | 135 | "curve25519-sha256@libssh.org" |