djm@openbsd.org | 70c1218 | 2017-05-07 23:13:42 +0000 | [diff] [blame] | 1 | /* $OpenBSD: myproposal.h,v 1.55 2017/05/07 23:13:42 djm Exp $ */ |
Ben Lindstrom | 36579d3 | 2001-01-29 07:39:26 +0000 | [diff] [blame] | 2 | |
Damien Miller | e4340be | 2000-09-16 13:29:08 +1100 | [diff] [blame] | 3 | /* |
| 4 | * Copyright (c) 2000 Markus Friedl. All rights reserved. |
| 5 | * |
| 6 | * Redistribution and use in source and binary forms, with or without |
| 7 | * modification, are permitted provided that the following conditions |
| 8 | * are met: |
| 9 | * 1. Redistributions of source code must retain the above copyright |
| 10 | * notice, this list of conditions and the following disclaimer. |
| 11 | * 2. Redistributions in binary form must reproduce the above copyright |
| 12 | * notice, this list of conditions and the following disclaimer in the |
| 13 | * documentation and/or other materials provided with the distribution. |
| 14 | * |
| 15 | * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR |
| 16 | * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES |
| 17 | * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. |
| 18 | * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, |
| 19 | * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 20 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, |
| 21 | * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY |
| 22 | * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT |
| 23 | * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF |
| 24 | * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| 25 | */ |
Tim Rice | 425a688 | 2006-03-15 20:17:05 -0800 | [diff] [blame] | 26 | |
| 27 | #include <openssl/opensslv.h> |
| 28 | |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 29 | /* conditional algorithm support */ |
| 30 | |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 31 | #ifdef OPENSSL_HAS_ECC |
Darren Tucker | 37bcef5 | 2013-11-09 18:39:25 +1100 | [diff] [blame] | 32 | #ifdef OPENSSL_HAS_NISTP521 |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 33 | # define KEX_ECDH_METHODS \ |
Damien Miller | eb8b60e | 2010-08-31 22:41:14 +1000 | [diff] [blame] | 34 | "ecdh-sha2-nistp256," \ |
| 35 | "ecdh-sha2-nistp384," \ |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 36 | "ecdh-sha2-nistp521," |
| 37 | # define HOSTKEY_ECDSA_CERT_METHODS \ |
| 38 | "ecdsa-sha2-nistp256-cert-v01@openssh.com," \ |
| 39 | "ecdsa-sha2-nistp384-cert-v01@openssh.com," \ |
| 40 | "ecdsa-sha2-nistp521-cert-v01@openssh.com," |
| 41 | # define HOSTKEY_ECDSA_METHODS \ |
| 42 | "ecdsa-sha2-nistp256," \ |
| 43 | "ecdsa-sha2-nistp384," \ |
| 44 | "ecdsa-sha2-nistp521," |
| 45 | #else |
Darren Tucker | 37bcef5 | 2013-11-09 18:39:25 +1100 | [diff] [blame] | 46 | # define KEX_ECDH_METHODS \ |
| 47 | "ecdh-sha2-nistp256," \ |
| 48 | "ecdh-sha2-nistp384," |
| 49 | # define HOSTKEY_ECDSA_CERT_METHODS \ |
| 50 | "ecdsa-sha2-nistp256-cert-v01@openssh.com," \ |
| 51 | "ecdsa-sha2-nistp384-cert-v01@openssh.com," |
| 52 | # define HOSTKEY_ECDSA_METHODS \ |
| 53 | "ecdsa-sha2-nistp256," \ |
| 54 | "ecdsa-sha2-nistp384," |
| 55 | #endif |
| 56 | #else |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 57 | # define KEX_ECDH_METHODS |
| 58 | # define HOSTKEY_ECDSA_CERT_METHODS |
| 59 | # define HOSTKEY_ECDSA_METHODS |
| 60 | #endif |
| 61 | |
Darren Tucker | 97b62f4 | 2013-06-11 11:47:24 +1000 | [diff] [blame] | 62 | #ifdef OPENSSL_HAVE_EVPGCM |
| 63 | # define AESGCM_CIPHER_MODES \ |
djm@openbsd.org | a22b9ef | 2015-03-24 09:17:21 +0000 | [diff] [blame] | 64 | ",aes128-gcm@openssh.com,aes256-gcm@openssh.com" |
Darren Tucker | 97b62f4 | 2013-06-11 11:47:24 +1000 | [diff] [blame] | 65 | #else |
| 66 | # define AESGCM_CIPHER_MODES |
| 67 | #endif |
| 68 | |
Darren Tucker | 2ea9eb7 | 2013-06-05 15:04:00 +1000 | [diff] [blame] | 69 | #ifdef HAVE_EVP_SHA256 |
djm@openbsd.org | 0e8eeec | 2016-05-02 10:26:04 +0000 | [diff] [blame] | 70 | # define KEX_SHA2_METHODS \ |
| 71 | "diffie-hellman-group-exchange-sha256," \ |
| 72 | "diffie-hellman-group16-sha512," \ |
| 73 | "diffie-hellman-group18-sha512," |
| 74 | # define KEX_SHA2_GROUP14 \ |
| 75 | "diffie-hellman-group14-sha256," |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 76 | #define SHA2_HMAC_MODES \ |
| 77 | "hmac-sha2-256," \ |
| 78 | "hmac-sha2-512," |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 79 | #else |
djm@openbsd.org | 0e8eeec | 2016-05-02 10:26:04 +0000 | [diff] [blame] | 80 | # define KEX_SHA2_METHODS |
| 81 | # define KEX_SHA2_GROUP14 |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 82 | # define SHA2_HMAC_MODES |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 83 | #endif |
| 84 | |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 85 | #ifdef WITH_OPENSSL |
Damien Miller | 2f3d1e7 | 2014-08-19 11:14:36 +1000 | [diff] [blame] | 86 | # ifdef HAVE_EVP_SHA256 |
djm@openbsd.org | 0493766 | 2016-09-22 17:52:53 +0000 | [diff] [blame] | 87 | # define KEX_CURVE25519_METHODS \ |
| 88 | "curve25519-sha256," \ |
| 89 | "curve25519-sha256@libssh.org," |
Darren Tucker | d7af0cc | 2014-06-11 07:37:25 +1000 | [diff] [blame] | 90 | # else |
| 91 | # define KEX_CURVE25519_METHODS "" |
| 92 | # endif |
dtucker@openbsd.org | 3ecde66 | 2015-05-27 23:51:10 +0000 | [diff] [blame] | 93 | #define KEX_COMMON_KEX \ |
Darren Tucker | d7af0cc | 2014-06-11 07:37:25 +1000 | [diff] [blame] | 94 | KEX_CURVE25519_METHODS \ |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 95 | KEX_ECDH_METHODS \ |
djm@openbsd.org | 0e8eeec | 2016-05-02 10:26:04 +0000 | [diff] [blame] | 96 | KEX_SHA2_METHODS |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 97 | |
Damien Miller | 599f011 | 2015-05-29 18:03:15 +1000 | [diff] [blame] | 98 | #define KEX_SERVER_KEX KEX_COMMON_KEX \ |
djm@openbsd.org | 0e8eeec | 2016-05-02 10:26:04 +0000 | [diff] [blame] | 99 | KEX_SHA2_GROUP14 \ |
dtucker@openbsd.org | 3ecde66 | 2015-05-27 23:51:10 +0000 | [diff] [blame] | 100 | "diffie-hellman-group14-sha1" \ |
| 101 | |
Damien Miller | 599f011 | 2015-05-29 18:03:15 +1000 | [diff] [blame] | 102 | #define KEX_CLIENT_KEX KEX_COMMON_KEX \ |
Damien Miller | a63128d | 2006-03-15 12:08:28 +1100 | [diff] [blame] | 103 | "diffie-hellman-group-exchange-sha1," \ |
djm@openbsd.org | 0e8eeec | 2016-05-02 10:26:04 +0000 | [diff] [blame] | 104 | KEX_SHA2_GROUP14 \ |
djm@openbsd.org | bdfd29f | 2015-07-03 03:47:00 +0000 | [diff] [blame] | 105 | "diffie-hellman-group14-sha1" |
Tim Rice | 425a688 | 2006-03-15 20:17:05 -0800 | [diff] [blame] | 106 | |
Damien Miller | 4e270b0 | 2010-04-16 15:56:21 +1000 | [diff] [blame] | 107 | #define KEX_DEFAULT_PK_ALG \ |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 108 | HOSTKEY_ECDSA_CERT_METHODS \ |
Damien Miller | 5be9d9e | 2013-12-07 11:24:01 +1100 | [diff] [blame] | 109 | "ssh-ed25519-cert-v01@openssh.com," \ |
Damien Miller | eb8b60e | 2010-08-31 22:41:14 +1000 | [diff] [blame] | 110 | "ssh-rsa-cert-v01@openssh.com," \ |
Damien Miller | 6af914a | 2010-09-10 11:39:26 +1000 | [diff] [blame] | 111 | HOSTKEY_ECDSA_METHODS \ |
Damien Miller | 5be9d9e | 2013-12-07 11:24:01 +1100 | [diff] [blame] | 112 | "ssh-ed25519," \ |
markus@openbsd.org | 76c9fbb | 2015-12-04 16:41:28 +0000 | [diff] [blame] | 113 | "rsa-sha2-512," \ |
markus@openbsd.org | 3da893f | 2015-12-05 20:53:21 +0000 | [diff] [blame] | 114 | "rsa-sha2-256," \ |
markus@openbsd.org | 76c9fbb | 2015-12-04 16:41:28 +0000 | [diff] [blame] | 115 | "ssh-rsa" |
Damien Miller | 67081b5 | 2009-01-28 16:33:31 +1100 | [diff] [blame] | 116 | |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 117 | /* the actual algorithms */ |
| 118 | |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 119 | #define KEX_SERVER_ENCRYPT \ |
djm@openbsd.org | a22b9ef | 2015-03-24 09:17:21 +0000 | [diff] [blame] | 120 | "chacha20-poly1305@openssh.com," \ |
| 121 | "aes128-ctr,aes192-ctr,aes256-ctr" \ |
| 122 | AESGCM_CIPHER_MODES |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 123 | |
djm@openbsd.org | 70c1218 | 2017-05-07 23:13:42 +0000 | [diff] [blame] | 124 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT |
Darren Tucker | b8ae92d | 2013-06-11 12:10:02 +1000 | [diff] [blame] | 125 | |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 126 | #define KEX_SERVER_MAC \ |
Damien Miller | af43a7a | 2012-12-12 10:46:31 +1100 | [diff] [blame] | 127 | "umac-64-etm@openssh.com," \ |
| 128 | "umac-128-etm@openssh.com," \ |
| 129 | "hmac-sha2-256-etm@openssh.com," \ |
| 130 | "hmac-sha2-512-etm@openssh.com," \ |
Damien Miller | 6262d76 | 2014-07-17 09:52:07 +1000 | [diff] [blame] | 131 | "hmac-sha1-etm@openssh.com," \ |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 132 | "umac-64@openssh.com," \ |
| 133 | "umac-128@openssh.com," \ |
| 134 | "hmac-sha2-256," \ |
Damien Miller | 6262d76 | 2014-07-17 09:52:07 +1000 | [diff] [blame] | 135 | "hmac-sha2-512," \ |
| 136 | "hmac-sha1" |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 137 | |
djm@openbsd.org | 714e367 | 2016-02-09 05:30:04 +0000 | [diff] [blame] | 138 | #define KEX_CLIENT_MAC KEX_SERVER_MAC |
Damien Miller | 20bd453 | 2011-08-06 06:17:30 +1000 | [diff] [blame] | 139 | |
djm@openbsd.org | 714e367 | 2016-02-09 05:30:04 +0000 | [diff] [blame] | 140 | #else /* WITH_OPENSSL */ |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 141 | |
| 142 | #define KEX_SERVER_KEX \ |
djm@openbsd.org | 0493766 | 2016-09-22 17:52:53 +0000 | [diff] [blame] | 143 | "curve25519-sha256," \ |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 144 | "curve25519-sha256@libssh.org" |
| 145 | #define KEX_DEFAULT_PK_ALG \ |
| 146 | "ssh-ed25519-cert-v01@openssh.com," \ |
| 147 | "ssh-ed25519" |
| 148 | #define KEX_SERVER_ENCRYPT \ |
jsg@openbsd.org | 39bfbf7 | 2015-04-21 07:01:00 +0000 | [diff] [blame] | 149 | "chacha20-poly1305@openssh.com," \ |
djm@openbsd.org | a22b9ef | 2015-03-24 09:17:21 +0000 | [diff] [blame] | 150 | "aes128-ctr,aes192-ctr,aes256-ctr" |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 151 | #define KEX_SERVER_MAC \ |
Damien Miller | 294c58a | 2014-05-15 14:35:03 +1000 | [diff] [blame] | 152 | "umac-64-etm@openssh.com," \ |
| 153 | "umac-128-etm@openssh.com," \ |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 154 | "hmac-sha2-256-etm@openssh.com," \ |
| 155 | "hmac-sha2-512-etm@openssh.com," \ |
Damien Miller | 6262d76 | 2014-07-17 09:52:07 +1000 | [diff] [blame] | 156 | "hmac-sha1-etm@openssh.com," \ |
Damien Miller | 294c58a | 2014-05-15 14:35:03 +1000 | [diff] [blame] | 157 | "umac-64@openssh.com," \ |
| 158 | "umac-128@openssh.com," \ |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 159 | "hmac-sha2-256," \ |
Damien Miller | 6262d76 | 2014-07-17 09:52:07 +1000 | [diff] [blame] | 160 | "hmac-sha2-512," \ |
| 161 | "hmac-sha1" |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 162 | |
| 163 | #define KEX_CLIENT_KEX KEX_SERVER_KEX |
| 164 | #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT |
Damien Miller | 6262d76 | 2014-07-17 09:52:07 +1000 | [diff] [blame] | 165 | #define KEX_CLIENT_MAC KEX_SERVER_MAC |
Damien Miller | 1f0311c | 2014-05-15 14:24:09 +1000 | [diff] [blame] | 166 | |
| 167 | #endif /* WITH_OPENSSL */ |
| 168 | |
djm@openbsd.org | 0082fba | 2016-09-28 16:33:06 +0000 | [diff] [blame] | 169 | #define KEX_DEFAULT_COMP "none,zlib@openssh.com" |
Damien Miller | 1383bd8 | 2000-04-06 12:32:37 +1000 | [diff] [blame] | 170 | #define KEX_DEFAULT_LANG "" |
| 171 | |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 172 | #define KEX_CLIENT \ |
| 173 | KEX_CLIENT_KEX, \ |
| 174 | KEX_DEFAULT_PK_ALG, \ |
| 175 | KEX_CLIENT_ENCRYPT, \ |
| 176 | KEX_CLIENT_ENCRYPT, \ |
| 177 | KEX_CLIENT_MAC, \ |
| 178 | KEX_CLIENT_MAC, \ |
| 179 | KEX_DEFAULT_COMP, \ |
| 180 | KEX_DEFAULT_COMP, \ |
| 181 | KEX_DEFAULT_LANG, \ |
Damien Miller | 1383bd8 | 2000-04-06 12:32:37 +1000 | [diff] [blame] | 182 | KEX_DEFAULT_LANG |
Damien Miller | 9235a03 | 2014-04-20 13:17:20 +1000 | [diff] [blame] | 183 | |
| 184 | #define KEX_SERVER \ |
| 185 | KEX_SERVER_KEX, \ |
| 186 | KEX_DEFAULT_PK_ALG, \ |
| 187 | KEX_SERVER_ENCRYPT, \ |
| 188 | KEX_SERVER_ENCRYPT, \ |
| 189 | KEX_SERVER_MAC, \ |
| 190 | KEX_SERVER_MAC, \ |
| 191 | KEX_DEFAULT_COMP, \ |
| 192 | KEX_DEFAULT_COMP, \ |
| 193 | KEX_DEFAULT_LANG, \ |
| 194 | KEX_DEFAULT_LANG |
| 195 | |