Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1 | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com) |
| 2 | * All rights reserved. |
| 3 | * |
| 4 | * This package is an SSL implementation written |
| 5 | * by Eric Young (eay@cryptsoft.com). |
| 6 | * The implementation was written so as to conform with Netscapes SSL. |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 7 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 8 | * This library is free for commercial and non-commercial use as long as |
| 9 | * the following conditions are aheared to. The following conditions |
| 10 | * apply to all code found in this distribution, be it the RC4, RSA, |
| 11 | * lhash, DES, etc., code; not just the SSL code. The SSL documentation |
| 12 | * included with this distribution is covered by the same copyright terms |
| 13 | * except that the holder is Tim Hudson (tjh@cryptsoft.com). |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 14 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 15 | * Copyright remains Eric Young's, and as such any Copyright notices in |
| 16 | * the code are not to be removed. |
| 17 | * If this package is used in a product, Eric Young should be given attribution |
| 18 | * as the author of the parts of the library used. |
| 19 | * This can be in the form of a textual message at program startup or |
| 20 | * in documentation (online or textual) provided with the package. |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 21 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 22 | * Redistribution and use in source and binary forms, with or without |
| 23 | * modification, are permitted provided that the following conditions |
| 24 | * are met: |
| 25 | * 1. Redistributions of source code must retain the copyright |
| 26 | * notice, this list of conditions and the following disclaimer. |
| 27 | * 2. Redistributions in binary form must reproduce the above copyright |
| 28 | * notice, this list of conditions and the following disclaimer in the |
| 29 | * documentation and/or other materials provided with the distribution. |
| 30 | * 3. All advertising materials mentioning features or use of this software |
| 31 | * must display the following acknowledgement: |
| 32 | * "This product includes cryptographic software written by |
| 33 | * Eric Young (eay@cryptsoft.com)" |
| 34 | * The word 'cryptographic' can be left out if the rouines from the library |
| 35 | * being used are not cryptographic related :-). |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 36 | * 4. If you include any Windows specific code (or a derivative thereof) from |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 37 | * the apps directory (application code) you must include an acknowledgement: |
| 38 | * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 39 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 40 | * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND |
| 41 | * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 42 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE |
| 43 | * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE |
| 44 | * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL |
| 45 | * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS |
| 46 | * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 47 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT |
| 48 | * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY |
| 49 | * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
| 50 | * SUCH DAMAGE. |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 51 | * |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 52 | * The licence and distribution terms for any publically available version or |
| 53 | * derivative of this code cannot be changed. i.e. this code cannot simply be |
| 54 | * copied and put under another distribution licence |
| 55 | * [including the GNU Public Licence.] |
| 56 | */ |
| 57 | /* ==================================================================== |
| 58 | * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved. |
| 59 | * |
| 60 | * Redistribution and use in source and binary forms, with or without |
| 61 | * modification, are permitted provided that the following conditions |
| 62 | * are met: |
| 63 | * |
| 64 | * 1. Redistributions of source code must retain the above copyright |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 65 | * notice, this list of conditions and the following disclaimer. |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 66 | * |
| 67 | * 2. Redistributions in binary form must reproduce the above copyright |
| 68 | * notice, this list of conditions and the following disclaimer in |
| 69 | * the documentation and/or other materials provided with the |
| 70 | * distribution. |
| 71 | * |
| 72 | * 3. All advertising materials mentioning features or use of this |
| 73 | * software must display the following acknowledgment: |
| 74 | * "This product includes software developed by the OpenSSL Project |
| 75 | * for use in the OpenSSL Toolkit. (http://www.openssl.org/)" |
| 76 | * |
| 77 | * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to |
| 78 | * endorse or promote products derived from this software without |
| 79 | * prior written permission. For written permission, please contact |
| 80 | * openssl-core@openssl.org. |
| 81 | * |
| 82 | * 5. Products derived from this software may not be called "OpenSSL" |
| 83 | * nor may "OpenSSL" appear in their names without prior written |
| 84 | * permission of the OpenSSL Project. |
| 85 | * |
| 86 | * 6. Redistributions of any form whatsoever must retain the following |
| 87 | * acknowledgment: |
| 88 | * "This product includes software developed by the OpenSSL Project |
| 89 | * for use in the OpenSSL Toolkit (http://www.openssl.org/)" |
| 90 | * |
| 91 | * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY |
| 92 | * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE |
| 93 | * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR |
| 94 | * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR |
| 95 | * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, |
| 96 | * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT |
| 97 | * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; |
| 98 | * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) |
| 99 | * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, |
| 100 | * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) |
| 101 | * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
| 102 | * OF THE POSSIBILITY OF SUCH DAMAGE. |
| 103 | * ==================================================================== |
| 104 | * |
| 105 | * This product includes cryptographic software written by Eric Young |
| 106 | * (eay@cryptsoft.com). This product includes software written by Tim |
| 107 | * Hudson (tjh@cryptsoft.com). |
| 108 | * |
| 109 | */ |
| 110 | /* ==================================================================== |
| 111 | * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. |
Adam Langley | e745b25 | 2018-02-26 14:02:17 -0800 | [diff] [blame] | 112 | * ECC cipher suite support in OpenSSL originally developed by |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 113 | * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. |
| 114 | */ |
| 115 | /* ==================================================================== |
| 116 | * Copyright 2005 Nokia. All rights reserved. |
| 117 | * |
| 118 | * The portions of the attached software ("Contribution") is developed by |
| 119 | * Nokia Corporation and is licensed pursuant to the OpenSSL open source |
| 120 | * license. |
| 121 | * |
| 122 | * The Contribution, originally written by Mika Kousa and Pasi Eronen of |
| 123 | * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites |
| 124 | * support (see RFC 4279) to OpenSSL. |
| 125 | * |
| 126 | * No patent licenses or other rights except those expressly stated in |
| 127 | * the OpenSSL open source license shall be deemed granted or received |
| 128 | * expressly, by implication, estoppel, or otherwise. |
| 129 | * |
| 130 | * No assurances are provided by Nokia that the Contribution does not |
| 131 | * infringe the patent or other intellectual property rights of any third |
| 132 | * party or that the license provides you with all the necessary rights |
| 133 | * to make use of the Contribution. |
| 134 | * |
| 135 | * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN |
| 136 | * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA |
| 137 | * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY |
| 138 | * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR |
| 139 | * OTHERWISE. */ |
| 140 | |
David Benjamin | 9e4e01e | 2015-09-15 01:48:04 -0400 | [diff] [blame] | 141 | #include <openssl/ssl.h> |
| 142 | |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 143 | #include <assert.h> |
David Benjamin | f0ae170 | 2015-04-07 23:05:04 -0400 | [diff] [blame] | 144 | #include <string.h> |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 145 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 146 | #include <openssl/buf.h> |
David Benjamin | f0ae170 | 2015-04-07 23:05:04 -0400 | [diff] [blame] | 147 | #include <openssl/err.h> |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 148 | #include <openssl/md5.h> |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 149 | #include <openssl/mem.h> |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 150 | #include <openssl/sha.h> |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 151 | #include <openssl/stack.h> |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 152 | |
David Benjamin | 2ee94aa | 2015-04-07 22:38:30 -0400 | [diff] [blame] | 153 | #include "internal.h" |
Steven Valdez | cb96654 | 2016-08-17 16:56:14 -0400 | [diff] [blame] | 154 | #include "../crypto/internal.h" |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 155 | |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 156 | |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 157 | namespace bssl { |
| 158 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 159 | // kCiphers is an array of all supported ciphers, sorted by id. |
MichaĆ Janiszewski | c4f3b8a | 2018-07-30 22:50:40 +0200 | [diff] [blame] | 160 | static constexpr SSL_CIPHER kCiphers[] = { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 161 | // The RSA ciphers |
| 162 | // Cipher 02 |
Matt Braithwaite | af09675 | 2015-09-02 19:48:16 -0700 | [diff] [blame] | 163 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 164 | SSL3_TXT_RSA_NULL_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 165 | "TLS_RSA_WITH_NULL_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 166 | SSL3_CK_RSA_NULL_SHA, |
| 167 | SSL_kRSA, |
| 168 | SSL_aRSA, |
| 169 | SSL_eNULL, |
| 170 | SSL_SHA1, |
| 171 | SSL_HANDSHAKE_MAC_DEFAULT, |
Matt Braithwaite | af09675 | 2015-09-02 19:48:16 -0700 | [diff] [blame] | 172 | }, |
| 173 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 174 | // Cipher 0A |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 175 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 176 | SSL3_TXT_RSA_DES_192_CBC3_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 177 | "TLS_RSA_WITH_3DES_EDE_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 178 | SSL3_CK_RSA_DES_192_CBC3_SHA, |
| 179 | SSL_kRSA, |
| 180 | SSL_aRSA, |
| 181 | SSL_3DES, |
| 182 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 183 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 184 | }, |
| 185 | |
| 186 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 187 | // New AES ciphersuites |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 188 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 189 | // Cipher 2F |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 190 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 191 | TLS1_TXT_RSA_WITH_AES_128_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 192 | "TLS_RSA_WITH_AES_128_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 193 | TLS1_CK_RSA_WITH_AES_128_SHA, |
| 194 | SSL_kRSA, |
| 195 | SSL_aRSA, |
| 196 | SSL_AES128, |
| 197 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 198 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 199 | }, |
| 200 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 201 | // Cipher 35 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 202 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 203 | TLS1_TXT_RSA_WITH_AES_256_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 204 | "TLS_RSA_WITH_AES_256_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 205 | TLS1_CK_RSA_WITH_AES_256_SHA, |
| 206 | SSL_kRSA, |
| 207 | SSL_aRSA, |
| 208 | SSL_AES256, |
| 209 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 210 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 211 | }, |
| 212 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 213 | // PSK cipher suites. |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 214 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 215 | // Cipher 8C |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 216 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 217 | TLS1_TXT_PSK_WITH_AES_128_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 218 | "TLS_PSK_WITH_AES_128_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 219 | TLS1_CK_PSK_WITH_AES_128_CBC_SHA, |
| 220 | SSL_kPSK, |
| 221 | SSL_aPSK, |
| 222 | SSL_AES128, |
| 223 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 224 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 225 | }, |
| 226 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 227 | // Cipher 8D |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 228 | { |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 229 | TLS1_TXT_PSK_WITH_AES_256_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 230 | "TLS_PSK_WITH_AES_256_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 231 | TLS1_CK_PSK_WITH_AES_256_CBC_SHA, |
| 232 | SSL_kPSK, |
| 233 | SSL_aPSK, |
| 234 | SSL_AES256, |
| 235 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 236 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 237 | }, |
| 238 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 239 | // GCM ciphersuites from RFC5288 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 240 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 241 | // Cipher 9C |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 242 | { |
| 243 | TLS1_TXT_RSA_WITH_AES_128_GCM_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 244 | "TLS_RSA_WITH_AES_128_GCM_SHA256", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 245 | TLS1_CK_RSA_WITH_AES_128_GCM_SHA256, |
| 246 | SSL_kRSA, |
| 247 | SSL_aRSA, |
| 248 | SSL_AES128GCM, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 249 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 250 | SSL_HANDSHAKE_MAC_SHA256, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 251 | }, |
| 252 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 253 | // Cipher 9D |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 254 | { |
| 255 | TLS1_TXT_RSA_WITH_AES_256_GCM_SHA384, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 256 | "TLS_RSA_WITH_AES_256_GCM_SHA384", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 257 | TLS1_CK_RSA_WITH_AES_256_GCM_SHA384, |
| 258 | SSL_kRSA, |
| 259 | SSL_aRSA, |
| 260 | SSL_AES256GCM, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 261 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 262 | SSL_HANDSHAKE_MAC_SHA384, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 263 | }, |
| 264 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 265 | // TLS 1.3 suites. |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 266 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 267 | // Cipher 1301 |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 268 | { |
| 269 | TLS1_TXT_AES_128_GCM_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 270 | "TLS_AES_128_GCM_SHA256", |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 271 | TLS1_CK_AES_128_GCM_SHA256, |
| 272 | SSL_kGENERIC, |
| 273 | SSL_aGENERIC, |
| 274 | SSL_AES128GCM, |
| 275 | SSL_AEAD, |
| 276 | SSL_HANDSHAKE_MAC_SHA256, |
| 277 | }, |
| 278 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 279 | // Cipher 1302 |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 280 | { |
| 281 | TLS1_TXT_AES_256_GCM_SHA384, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 282 | "TLS_AES_256_GCM_SHA384", |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 283 | TLS1_CK_AES_256_GCM_SHA384, |
| 284 | SSL_kGENERIC, |
| 285 | SSL_aGENERIC, |
| 286 | SSL_AES256GCM, |
| 287 | SSL_AEAD, |
| 288 | SSL_HANDSHAKE_MAC_SHA384, |
| 289 | }, |
| 290 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 291 | // Cipher 1303 |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 292 | { |
| 293 | TLS1_TXT_CHACHA20_POLY1305_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 294 | "TLS_CHACHA20_POLY1305_SHA256", |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 295 | TLS1_CK_CHACHA20_POLY1305_SHA256, |
| 296 | SSL_kGENERIC, |
| 297 | SSL_aGENERIC, |
| 298 | SSL_CHACHA20POLY1305, |
| 299 | SSL_AEAD, |
| 300 | SSL_HANDSHAKE_MAC_SHA256, |
| 301 | }, |
| 302 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 303 | // Cipher C009 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 304 | { |
| 305 | TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 306 | "TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 307 | TLS1_CK_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, |
| 308 | SSL_kECDHE, |
| 309 | SSL_aECDSA, |
| 310 | SSL_AES128, |
| 311 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 312 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 313 | }, |
| 314 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 315 | // Cipher C00A |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 316 | { |
| 317 | TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 318 | "TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 319 | TLS1_CK_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, |
| 320 | SSL_kECDHE, |
| 321 | SSL_aECDSA, |
| 322 | SSL_AES256, |
| 323 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 324 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 325 | }, |
| 326 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 327 | // Cipher C013 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 328 | { |
| 329 | TLS1_TXT_ECDHE_RSA_WITH_AES_128_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 330 | "TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 331 | TLS1_CK_ECDHE_RSA_WITH_AES_128_CBC_SHA, |
| 332 | SSL_kECDHE, |
| 333 | SSL_aRSA, |
| 334 | SSL_AES128, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 335 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 336 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 337 | }, |
| 338 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 339 | // Cipher C014 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 340 | { |
| 341 | TLS1_TXT_ECDHE_RSA_WITH_AES_256_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 342 | "TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 343 | TLS1_CK_ECDHE_RSA_WITH_AES_256_CBC_SHA, |
| 344 | SSL_kECDHE, |
| 345 | SSL_aRSA, |
| 346 | SSL_AES256, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 347 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 348 | SSL_HANDSHAKE_MAC_DEFAULT, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 349 | }, |
| 350 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 351 | // GCM based TLS v1.2 ciphersuites from RFC5289 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 352 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 353 | // Cipher C02B |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 354 | { |
| 355 | TLS1_TXT_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 356 | "TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 357 | TLS1_CK_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, |
| 358 | SSL_kECDHE, |
| 359 | SSL_aECDSA, |
| 360 | SSL_AES128GCM, |
| 361 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 362 | SSL_HANDSHAKE_MAC_SHA256, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 363 | }, |
| 364 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 365 | // Cipher C02C |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 366 | { |
| 367 | TLS1_TXT_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 368 | "TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 369 | TLS1_CK_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, |
| 370 | SSL_kECDHE, |
| 371 | SSL_aECDSA, |
| 372 | SSL_AES256GCM, |
| 373 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 374 | SSL_HANDSHAKE_MAC_SHA384, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 375 | }, |
| 376 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 377 | // Cipher C02F |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 378 | { |
| 379 | TLS1_TXT_ECDHE_RSA_WITH_AES_128_GCM_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 380 | "TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 381 | TLS1_CK_ECDHE_RSA_WITH_AES_128_GCM_SHA256, |
| 382 | SSL_kECDHE, |
| 383 | SSL_aRSA, |
| 384 | SSL_AES128GCM, |
| 385 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 386 | SSL_HANDSHAKE_MAC_SHA256, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 387 | }, |
| 388 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 389 | // Cipher C030 |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 390 | { |
| 391 | TLS1_TXT_ECDHE_RSA_WITH_AES_256_GCM_SHA384, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 392 | "TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384", |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 393 | TLS1_CK_ECDHE_RSA_WITH_AES_256_GCM_SHA384, |
| 394 | SSL_kECDHE, |
| 395 | SSL_aRSA, |
| 396 | SSL_AES256GCM, |
| 397 | SSL_AEAD, |
David Benjamin | b2a985b | 2015-06-21 15:13:57 -0400 | [diff] [blame] | 398 | SSL_HANDSHAKE_MAC_SHA384, |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 399 | }, |
| 400 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 401 | // ECDHE-PSK cipher suites. |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 402 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 403 | // Cipher C035 |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 404 | { |
| 405 | TLS1_TXT_ECDHE_PSK_WITH_AES_128_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 406 | "TLS_ECDHE_PSK_WITH_AES_128_CBC_SHA", |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 407 | TLS1_CK_ECDHE_PSK_WITH_AES_128_CBC_SHA, |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 408 | SSL_kECDHE, |
| 409 | SSL_aPSK, |
| 410 | SSL_AES128, |
| 411 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 412 | SSL_HANDSHAKE_MAC_DEFAULT, |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 413 | }, |
| 414 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 415 | // Cipher C036 |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 416 | { |
| 417 | TLS1_TXT_ECDHE_PSK_WITH_AES_256_CBC_SHA, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 418 | "TLS_ECDHE_PSK_WITH_AES_256_CBC_SHA", |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 419 | TLS1_CK_ECDHE_PSK_WITH_AES_256_CBC_SHA, |
David Benjamin | ff2df33 | 2015-11-18 10:01:16 -0500 | [diff] [blame] | 420 | SSL_kECDHE, |
| 421 | SSL_aPSK, |
| 422 | SSL_AES256, |
| 423 | SSL_SHA1, |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 424 | SSL_HANDSHAKE_MAC_DEFAULT, |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 425 | }, |
| 426 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 427 | // ChaCha20-Poly1305 cipher suites. |
Adam Langley | 85bc560 | 2015-06-09 09:54:04 -0700 | [diff] [blame] | 428 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 429 | // Cipher CCA8 |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 430 | { |
| 431 | TLS1_TXT_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 432 | "TLS_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256", |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 433 | TLS1_CK_ECDHE_RSA_WITH_CHACHA20_POLY1305_SHA256, |
| 434 | SSL_kECDHE, |
| 435 | SSL_aRSA, |
| 436 | SSL_CHACHA20POLY1305, |
| 437 | SSL_AEAD, |
| 438 | SSL_HANDSHAKE_MAC_SHA256, |
| 439 | }, |
| 440 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 441 | // Cipher CCA9 |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 442 | { |
| 443 | TLS1_TXT_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 444 | "TLS_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256", |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 445 | TLS1_CK_ECDHE_ECDSA_WITH_CHACHA20_POLY1305_SHA256, |
| 446 | SSL_kECDHE, |
| 447 | SSL_aECDSA, |
| 448 | SSL_CHACHA20POLY1305, |
| 449 | SSL_AEAD, |
| 450 | SSL_HANDSHAKE_MAC_SHA256, |
| 451 | }, |
| 452 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 453 | // Cipher CCAB |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 454 | { |
| 455 | TLS1_TXT_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256, |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 456 | "TLS_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256", |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 457 | TLS1_CK_ECDHE_PSK_WITH_CHACHA20_POLY1305_SHA256, |
| 458 | SSL_kECDHE, |
| 459 | SSL_aPSK, |
| 460 | SSL_CHACHA20POLY1305, |
| 461 | SSL_AEAD, |
| 462 | SSL_HANDSHAKE_MAC_SHA256, |
| 463 | }, |
Matt Braithwaite | 053931e | 2016-05-25 12:06:05 -0700 | [diff] [blame] | 464 | |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 465 | }; |
| 466 | |
Steven Valdez | cb96654 | 2016-08-17 16:56:14 -0400 | [diff] [blame] | 467 | static const size_t kCiphersLen = OPENSSL_ARRAY_SIZE(kCiphers); |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 468 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 469 | #define CIPHER_ADD 1 |
| 470 | #define CIPHER_KILL 2 |
| 471 | #define CIPHER_DEL 3 |
| 472 | #define CIPHER_ORD 4 |
| 473 | #define CIPHER_SPECIAL 5 |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 474 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 475 | typedef struct cipher_order_st { |
| 476 | const SSL_CIPHER *cipher; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 477 | bool active; |
| 478 | bool in_group; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 479 | struct cipher_order_st *next, *prev; |
| 480 | } CIPHER_ORDER; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 481 | |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 482 | typedef struct cipher_alias_st { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 483 | // name is the name of the cipher alias. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 484 | const char *name; |
| 485 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 486 | // The following fields are bitmasks for the corresponding fields on |
| 487 | // |SSL_CIPHER|. A cipher matches a cipher alias iff, for each bitmask, the |
| 488 | // bit corresponding to the cipher's value is set to 1. If any bitmask is |
| 489 | // all zeroes, the alias matches nothing. Use |~0u| for the default value. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 490 | uint32_t algorithm_mkey; |
| 491 | uint32_t algorithm_auth; |
| 492 | uint32_t algorithm_enc; |
| 493 | uint32_t algorithm_mac; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 494 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 495 | // min_version, if non-zero, matches all ciphers which were added in that |
| 496 | // particular protocol version. |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 497 | uint16_t min_version; |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 498 | } CIPHER_ALIAS; |
| 499 | |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 500 | static const CIPHER_ALIAS kCipherAliases[] = { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 501 | // "ALL" doesn't include eNULL. It must be explicitly enabled. |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 502 | {"ALL", ~0u, ~0u, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 503 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 504 | // The "COMPLEMENTOFDEFAULT" rule is omitted. It matches nothing. |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 505 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 506 | // key exchange aliases |
| 507 | // (some of those using only a single bit here combine |
| 508 | // multiple key exchange algs according to the RFCs. |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 509 | {"kRSA", SSL_kRSA, ~0u, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 510 | |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 511 | {"kECDHE", SSL_kECDHE, ~0u, ~0u, ~0u, 0}, |
| 512 | {"kEECDH", SSL_kECDHE, ~0u, ~0u, ~0u, 0}, |
| 513 | {"ECDH", SSL_kECDHE, ~0u, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 514 | |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 515 | {"kPSK", SSL_kPSK, ~0u, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 516 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 517 | // server authentication aliases |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 518 | {"aRSA", ~0u, SSL_aRSA, ~0u, ~0u, 0}, |
Matthew Braithwaite | 651aaef | 2016-12-08 16:14:36 -0800 | [diff] [blame] | 519 | {"aECDSA", ~0u, SSL_aECDSA, ~0u, ~0u, 0}, |
| 520 | {"ECDSA", ~0u, SSL_aECDSA, ~0u, ~0u, 0}, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 521 | {"aPSK", ~0u, SSL_aPSK, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 522 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 523 | // aliases combining key exchange and server authentication |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 524 | {"ECDHE", SSL_kECDHE, ~0u, ~0u, ~0u, 0}, |
| 525 | {"EECDH", SSL_kECDHE, ~0u, ~0u, ~0u, 0}, |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 526 | {"RSA", SSL_kRSA, SSL_aRSA, ~0u, ~0u, 0}, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 527 | {"PSK", SSL_kPSK, SSL_aPSK, ~0u, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 528 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 529 | // symmetric encryption aliases |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 530 | {"3DES", ~0u, ~0u, SSL_3DES, ~0u, 0}, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 531 | {"AES128", ~0u, ~0u, SSL_AES128 | SSL_AES128GCM, ~0u, 0}, |
Matthew Braithwaite | 651aaef | 2016-12-08 16:14:36 -0800 | [diff] [blame] | 532 | {"AES256", ~0u, ~0u, SSL_AES256 | SSL_AES256GCM, ~0u, 0}, |
| 533 | {"AES", ~0u, ~0u, SSL_AES, ~0u, 0}, |
| 534 | {"AESGCM", ~0u, ~0u, SSL_AES128GCM | SSL_AES256GCM, ~0u, 0}, |
Adam Langley | 2e83924 | 2017-01-19 15:12:44 -0800 | [diff] [blame] | 535 | {"CHACHA20", ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 536 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 537 | // MAC aliases |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 538 | {"SHA1", ~0u, ~0u, ~0u, SSL_SHA1, 0}, |
| 539 | {"SHA", ~0u, ~0u, ~0u, SSL_SHA1, 0}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 540 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 541 | // Legacy protocol minimum version aliases. "TLSv1" is intentionally the |
| 542 | // same as "SSLv3". |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 543 | {"SSLv3", ~0u, ~0u, ~0u, ~0u, SSL3_VERSION}, |
| 544 | {"TLSv1", ~0u, ~0u, ~0u, ~0u, SSL3_VERSION}, |
| 545 | {"TLSv1.2", ~0u, ~0u, ~0u, ~0u, TLS1_2_VERSION}, |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 546 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 547 | // Legacy strength classes. |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 548 | {"HIGH", ~0u, ~0u, ~0u, ~0u, 0}, |
| 549 | {"FIPS", ~0u, ~0u, ~0u, ~0u, 0}, |
David Benjamin | 0ca9214 | 2018-05-03 11:35:10 -0400 | [diff] [blame] | 550 | |
| 551 | // Temporary no-op aliases corresponding to removed SHA-2 legacy CBC |
| 552 | // ciphers. These should be removed after 2018-05-14. |
| 553 | {"SHA256", 0, 0, 0, 0, 0}, |
| 554 | {"SHA384", 0, 0, 0, 0, 0}, |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 555 | }; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 556 | |
Steven Valdez | cb96654 | 2016-08-17 16:56:14 -0400 | [diff] [blame] | 557 | static const size_t kCipherAliasesLen = OPENSSL_ARRAY_SIZE(kCipherAliases); |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 558 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 559 | bool ssl_cipher_get_evp_aead(const EVP_AEAD **out_aead, |
| 560 | size_t *out_mac_secret_len, |
| 561 | size_t *out_fixed_iv_len, const SSL_CIPHER *cipher, |
| 562 | uint16_t version, int is_dtls) { |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 563 | *out_aead = NULL; |
| 564 | *out_mac_secret_len = 0; |
| 565 | *out_fixed_iv_len = 0; |
Adam Langley | c9fb375 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 566 | |
Steven Valdez | 2f3404b | 2017-05-24 16:54:35 -0400 | [diff] [blame] | 567 | const int is_tls12 = version == TLS1_2_VERSION && !is_dtls; |
Adam Langley | bcfb499 | 2018-06-18 14:04:41 -0700 | [diff] [blame] | 568 | const int is_tls13 = version == TLS1_3_VERSION && !is_dtls; |
Steven Valdez | 2f3404b | 2017-05-24 16:54:35 -0400 | [diff] [blame] | 569 | |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 570 | if (cipher->algorithm_mac == SSL_AEAD) { |
| 571 | if (cipher->algorithm_enc == SSL_AES128GCM) { |
Adam Langley | bcfb499 | 2018-06-18 14:04:41 -0700 | [diff] [blame] | 572 | if (is_tls12) { |
| 573 | *out_aead = EVP_aead_aes_128_gcm_tls12(); |
| 574 | } else if (is_tls13) { |
| 575 | *out_aead = EVP_aead_aes_128_gcm_tls13(); |
| 576 | } else { |
| 577 | *out_aead = EVP_aead_aes_128_gcm(); |
| 578 | } |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 579 | *out_fixed_iv_len = 4; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 580 | } else if (cipher->algorithm_enc == SSL_AES256GCM) { |
Adam Langley | bcfb499 | 2018-06-18 14:04:41 -0700 | [diff] [blame] | 581 | if (is_tls12) { |
| 582 | *out_aead = EVP_aead_aes_256_gcm_tls12(); |
| 583 | } else if (is_tls13) { |
| 584 | *out_aead = EVP_aead_aes_256_gcm_tls13(); |
| 585 | } else { |
| 586 | *out_aead = EVP_aead_aes_256_gcm(); |
| 587 | } |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 588 | *out_fixed_iv_len = 4; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 589 | } else if (cipher->algorithm_enc == SSL_CHACHA20POLY1305) { |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 590 | *out_aead = EVP_aead_chacha20_poly1305(); |
| 591 | *out_fixed_iv_len = 12; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 592 | } else { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 593 | return false; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 594 | } |
| 595 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 596 | // In TLS 1.3, the iv_len is equal to the AEAD nonce length whereas the code |
| 597 | // above computes the TLS 1.2 construction. |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 598 | if (version >= TLS1_3_VERSION) { |
| 599 | *out_fixed_iv_len = EVP_AEAD_nonce_length(*out_aead); |
| 600 | } |
| 601 | } else if (cipher->algorithm_mac == SSL_SHA1) { |
| 602 | if (cipher->algorithm_enc == SSL_eNULL) { |
David Benjamin | 9bb15f5 | 2018-06-26 00:07:40 -0400 | [diff] [blame] | 603 | *out_aead = EVP_aead_null_sha1_tls(); |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 604 | } else if (cipher->algorithm_enc == SSL_3DES) { |
David Benjamin | 9bb15f5 | 2018-06-26 00:07:40 -0400 | [diff] [blame] | 605 | if (version == TLS1_VERSION) { |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 606 | *out_aead = EVP_aead_des_ede3_cbc_sha1_tls_implicit_iv(); |
| 607 | *out_fixed_iv_len = 8; |
| 608 | } else { |
| 609 | *out_aead = EVP_aead_des_ede3_cbc_sha1_tls(); |
| 610 | } |
| 611 | } else if (cipher->algorithm_enc == SSL_AES128) { |
David Benjamin | 9bb15f5 | 2018-06-26 00:07:40 -0400 | [diff] [blame] | 612 | if (version == TLS1_VERSION) { |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 613 | *out_aead = EVP_aead_aes_128_cbc_sha1_tls_implicit_iv(); |
| 614 | *out_fixed_iv_len = 16; |
| 615 | } else { |
| 616 | *out_aead = EVP_aead_aes_128_cbc_sha1_tls(); |
| 617 | } |
| 618 | } else if (cipher->algorithm_enc == SSL_AES256) { |
David Benjamin | 9bb15f5 | 2018-06-26 00:07:40 -0400 | [diff] [blame] | 619 | if (version == TLS1_VERSION) { |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 620 | *out_aead = EVP_aead_aes_256_cbc_sha1_tls_implicit_iv(); |
| 621 | *out_fixed_iv_len = 16; |
| 622 | } else { |
| 623 | *out_aead = EVP_aead_aes_256_cbc_sha1_tls(); |
| 624 | } |
| 625 | } else { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 626 | return false; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 627 | } |
| 628 | |
| 629 | *out_mac_secret_len = SHA_DIGEST_LENGTH; |
David Benjamin | 305e6fb | 2016-10-27 18:19:00 -0400 | [diff] [blame] | 630 | } else { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 631 | return false; |
David Benjamin | ea72bd0 | 2014-12-21 21:27:41 -0500 | [diff] [blame] | 632 | } |
Steven Valdez | 7975056 | 2016-06-16 06:38:04 -0400 | [diff] [blame] | 633 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 634 | return true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 635 | } |
Adam Langley | c9fb375 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 636 | |
David Benjamin | ca9e8f5 | 2017-08-09 15:02:34 -0400 | [diff] [blame] | 637 | const EVP_MD *ssl_get_handshake_digest(uint16_t version, |
| 638 | const SSL_CIPHER *cipher) { |
| 639 | switch (cipher->algorithm_prf) { |
David Benjamin | b088331 | 2015-08-06 09:54:13 -0400 | [diff] [blame] | 640 | case SSL_HANDSHAKE_MAC_DEFAULT: |
Steven Valdez | 908ac19 | 2017-01-12 13:17:07 -0500 | [diff] [blame] | 641 | return version >= TLS1_2_VERSION ? EVP_sha256() : EVP_md5_sha1(); |
David Benjamin | b088331 | 2015-08-06 09:54:13 -0400 | [diff] [blame] | 642 | case SSL_HANDSHAKE_MAC_SHA256: |
| 643 | return EVP_sha256(); |
| 644 | case SSL_HANDSHAKE_MAC_SHA384: |
| 645 | return EVP_sha384(); |
| 646 | default: |
David Benjamin | ca9e8f5 | 2017-08-09 15:02:34 -0400 | [diff] [blame] | 647 | assert(0); |
David Benjamin | b088331 | 2015-08-06 09:54:13 -0400 | [diff] [blame] | 648 | return NULL; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 649 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 650 | } |
| 651 | |
Adam Langley | 22df691 | 2017-07-25 12:27:37 -0700 | [diff] [blame] | 652 | static bool is_cipher_list_separator(char c, int is_strict) { |
| 653 | if (c == ':') { |
| 654 | return true; |
| 655 | } |
| 656 | return !is_strict && (c == ' ' || c == ';' || c == ','); |
| 657 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 658 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 659 | // rule_equals returns whether the NUL-terminated string |rule| is equal to the |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 660 | // |buf_len| bytes at |buf|. |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 661 | static bool rule_equals(const char *rule, const char *buf, size_t buf_len) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 662 | // |strncmp| alone only checks that |buf| is a prefix of |rule|. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 663 | return strncmp(rule, buf, buf_len) == 0 && rule[buf_len] == '\0'; |
| 664 | } |
| 665 | |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 666 | static void ll_append_tail(CIPHER_ORDER **head, CIPHER_ORDER *curr, |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 667 | CIPHER_ORDER **tail) { |
| 668 | if (curr == *tail) { |
| 669 | return; |
| 670 | } |
| 671 | if (curr == *head) { |
| 672 | *head = curr->next; |
| 673 | } |
| 674 | if (curr->prev != NULL) { |
| 675 | curr->prev->next = curr->next; |
| 676 | } |
| 677 | if (curr->next != NULL) { |
| 678 | curr->next->prev = curr->prev; |
| 679 | } |
| 680 | (*tail)->next = curr; |
| 681 | curr->prev = *tail; |
| 682 | curr->next = NULL; |
| 683 | *tail = curr; |
| 684 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 685 | |
| 686 | static void ll_append_head(CIPHER_ORDER **head, CIPHER_ORDER *curr, |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 687 | CIPHER_ORDER **tail) { |
| 688 | if (curr == *head) { |
| 689 | return; |
| 690 | } |
| 691 | if (curr == *tail) { |
| 692 | *tail = curr->prev; |
| 693 | } |
| 694 | if (curr->next != NULL) { |
| 695 | curr->next->prev = curr->prev; |
| 696 | } |
| 697 | if (curr->prev != NULL) { |
| 698 | curr->prev->next = curr->next; |
| 699 | } |
| 700 | (*head)->prev = curr; |
| 701 | curr->next = *head; |
| 702 | curr->prev = NULL; |
| 703 | *head = curr; |
| 704 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 705 | |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 706 | static bool ssl_cipher_collect_ciphers(Array<CIPHER_ORDER> *out_co_list, |
| 707 | CIPHER_ORDER **out_head, |
| 708 | CIPHER_ORDER **out_tail) { |
| 709 | Array<CIPHER_ORDER> co_list; |
| 710 | if (!co_list.Init(kCiphersLen)) { |
| 711 | return false; |
| 712 | } |
| 713 | |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 714 | size_t co_list_num = 0; |
David Benjamin | 5be3a74 | 2017-10-28 16:08:58 -0400 | [diff] [blame] | 715 | for (const SSL_CIPHER &cipher : kCiphers) { |
| 716 | // TLS 1.3 ciphers do not participate in this mechanism. |
| 717 | if (cipher.algorithm_mkey != SSL_kGENERIC) { |
| 718 | co_list[co_list_num].cipher = &cipher; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 719 | co_list[co_list_num].next = NULL; |
| 720 | co_list[co_list_num].prev = NULL; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 721 | co_list[co_list_num].active = false; |
| 722 | co_list[co_list_num].in_group = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 723 | co_list_num++; |
| 724 | } |
| 725 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 726 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 727 | // Prepare linked list from list entries. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 728 | if (co_list_num > 0) { |
| 729 | co_list[0].prev = NULL; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 730 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 731 | if (co_list_num > 1) { |
| 732 | co_list[0].next = &co_list[1]; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 733 | |
David Benjamin | 5409123 | 2016-09-05 12:47:25 -0400 | [diff] [blame] | 734 | for (size_t i = 1; i < co_list_num - 1; i++) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 735 | co_list[i].prev = &co_list[i - 1]; |
| 736 | co_list[i].next = &co_list[i + 1]; |
| 737 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 738 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 739 | co_list[co_list_num - 1].prev = &co_list[co_list_num - 2]; |
| 740 | } |
| 741 | |
| 742 | co_list[co_list_num - 1].next = NULL; |
| 743 | |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 744 | *out_head = &co_list[0]; |
| 745 | *out_tail = &co_list[co_list_num - 1]; |
| 746 | } else { |
| 747 | *out_head = nullptr; |
| 748 | *out_tail = nullptr; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 749 | } |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 750 | *out_co_list = std::move(co_list); |
| 751 | return true; |
| 752 | } |
| 753 | |
| 754 | SSLCipherPreferenceList::~SSLCipherPreferenceList() { |
| 755 | OPENSSL_free(in_group_flags); |
| 756 | } |
| 757 | |
| 758 | bool SSLCipherPreferenceList::Init(UniquePtr<STACK_OF(SSL_CIPHER)> ciphers_arg, |
| 759 | Span<const bool> in_group_flags_arg) { |
| 760 | if (sk_SSL_CIPHER_num(ciphers_arg.get()) != in_group_flags_arg.size()) { |
| 761 | OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR); |
| 762 | return false; |
| 763 | } |
| 764 | |
| 765 | Array<bool> copy; |
| 766 | if (!copy.CopyFrom(in_group_flags_arg)) { |
| 767 | return false; |
| 768 | } |
| 769 | ciphers = std::move(ciphers_arg); |
| 770 | size_t unused_len; |
| 771 | copy.Release(&in_group_flags, &unused_len); |
| 772 | return true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 773 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 774 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 775 | // ssl_cipher_apply_rule applies the rule type |rule| to ciphers matching its |
| 776 | // parameters in the linked list from |*head_p| to |*tail_p|. It writes the new |
| 777 | // head and tail of the list to |*head_p| and |*tail_p|, respectively. |
| 778 | // |
| 779 | // - If |cipher_id| is non-zero, only that cipher is selected. |
| 780 | // - Otherwise, if |strength_bits| is non-negative, it selects ciphers |
| 781 | // of that strength. |
| 782 | // - Otherwise, it selects ciphers that match each bitmasks in |alg_*| and |
| 783 | // |min_version|. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 784 | static void ssl_cipher_apply_rule( |
David Benjamin | 107db58 | 2015-04-08 00:41:59 -0400 | [diff] [blame] | 785 | uint32_t cipher_id, uint32_t alg_mkey, uint32_t alg_auth, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 786 | uint32_t alg_enc, uint32_t alg_mac, uint16_t min_version, int rule, |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 787 | int strength_bits, bool in_group, CIPHER_ORDER **head_p, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 788 | CIPHER_ORDER **tail_p) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 789 | CIPHER_ORDER *head, *tail, *curr, *next, *last; |
| 790 | const SSL_CIPHER *cp; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 791 | bool reverse = false; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 792 | |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 793 | if (cipher_id == 0 && strength_bits == -1 && min_version == 0 && |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 794 | (alg_mkey == 0 || alg_auth == 0 || alg_enc == 0 || alg_mac == 0)) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 795 | // The rule matches nothing, so bail early. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 796 | return; |
| 797 | } |
| 798 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 799 | if (rule == CIPHER_DEL) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 800 | // needed to maintain sorting between currently deleted ciphers |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 801 | reverse = true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 802 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 803 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 804 | head = *head_p; |
| 805 | tail = *tail_p; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 806 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 807 | if (reverse) { |
| 808 | next = tail; |
| 809 | last = head; |
| 810 | } else { |
| 811 | next = head; |
| 812 | last = tail; |
| 813 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 814 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 815 | curr = NULL; |
| 816 | for (;;) { |
| 817 | if (curr == last) { |
| 818 | break; |
| 819 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 820 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 821 | curr = next; |
| 822 | if (curr == NULL) { |
| 823 | break; |
| 824 | } |
Adam Langley | e3142a7 | 2014-07-24 17:56:48 -0700 | [diff] [blame] | 825 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 826 | next = reverse ? curr->prev : curr->next; |
| 827 | cp = curr->cipher; |
Adam Langley | e3142a7 | 2014-07-24 17:56:48 -0700 | [diff] [blame] | 828 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 829 | // Selection criteria is either a specific cipher, the value of |
| 830 | // |strength_bits|, or the algorithms used. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 831 | if (cipher_id != 0) { |
| 832 | if (cipher_id != cp->id) { |
| 833 | continue; |
| 834 | } |
| 835 | } else if (strength_bits >= 0) { |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 836 | if (strength_bits != SSL_CIPHER_get_bits(cp, NULL)) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 837 | continue; |
| 838 | } |
David Benjamin | 881f196 | 2016-08-10 18:29:12 -0400 | [diff] [blame] | 839 | } else { |
| 840 | if (!(alg_mkey & cp->algorithm_mkey) || |
| 841 | !(alg_auth & cp->algorithm_auth) || |
| 842 | !(alg_enc & cp->algorithm_enc) || |
| 843 | !(alg_mac & cp->algorithm_mac) || |
David Benjamin | 3b903f2 | 2017-09-29 18:44:56 -0400 | [diff] [blame] | 844 | (min_version != 0 && SSL_CIPHER_get_min_version(cp) != min_version) || |
| 845 | // The NULL cipher must be selected explicitly. |
| 846 | cp->algorithm_enc == SSL_eNULL) { |
David Benjamin | 881f196 | 2016-08-10 18:29:12 -0400 | [diff] [blame] | 847 | continue; |
| 848 | } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 849 | } |
Adam Langley | e3142a7 | 2014-07-24 17:56:48 -0700 | [diff] [blame] | 850 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 851 | // add the cipher if it has not been added yet. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 852 | if (rule == CIPHER_ADD) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 853 | // reverse == false |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 854 | if (!curr->active) { |
| 855 | ll_append_tail(&head, curr, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 856 | curr->active = true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 857 | curr->in_group = in_group; |
| 858 | } |
| 859 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 860 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 861 | // Move the added cipher to this location |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 862 | else if (rule == CIPHER_ORD) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 863 | // reverse == false |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 864 | if (curr->active) { |
| 865 | ll_append_tail(&head, curr, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 866 | curr->in_group = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 867 | } |
| 868 | } else if (rule == CIPHER_DEL) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 869 | // reverse == true |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 870 | if (curr->active) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 871 | // most recently deleted ciphersuites get best positions |
| 872 | // for any future CIPHER_ADD (note that the CIPHER_DEL loop |
| 873 | // works in reverse to maintain the order) |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 874 | ll_append_head(&head, curr, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 875 | curr->active = false; |
| 876 | curr->in_group = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 877 | } |
| 878 | } else if (rule == CIPHER_KILL) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 879 | // reverse == false |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 880 | if (head == curr) { |
| 881 | head = curr->next; |
| 882 | } else { |
| 883 | curr->prev->next = curr->next; |
| 884 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 885 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 886 | if (tail == curr) { |
| 887 | tail = curr->prev; |
| 888 | } |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 889 | curr->active = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 890 | if (curr->next != NULL) { |
| 891 | curr->next->prev = curr->prev; |
| 892 | } |
| 893 | if (curr->prev != NULL) { |
| 894 | curr->prev->next = curr->next; |
| 895 | } |
| 896 | curr->next = NULL; |
| 897 | curr->prev = NULL; |
| 898 | } |
| 899 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 900 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 901 | *head_p = head; |
| 902 | *tail_p = tail; |
| 903 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 904 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 905 | static bool ssl_cipher_strength_sort(CIPHER_ORDER **head_p, |
| 906 | CIPHER_ORDER **tail_p) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 907 | // This routine sorts the ciphers with descending strength. The sorting must |
| 908 | // keep the pre-sorted sequence, so we apply the normal sorting routine as |
| 909 | // '+' movement to the end of the list. |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 910 | int max_strength_bits = 0; |
| 911 | CIPHER_ORDER *curr = *head_p; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 912 | while (curr != NULL) { |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 913 | if (curr->active && |
| 914 | SSL_CIPHER_get_bits(curr->cipher, NULL) > max_strength_bits) { |
| 915 | max_strength_bits = SSL_CIPHER_get_bits(curr->cipher, NULL); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 916 | } |
| 917 | curr = curr->next; |
| 918 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 919 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 920 | Array<int> number_uses; |
| 921 | if (!number_uses.Init(max_strength_bits + 1)) { |
| 922 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 923 | } |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 924 | OPENSSL_memset(number_uses.data(), 0, (max_strength_bits + 1) * sizeof(int)); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 925 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 926 | // Now find the strength_bits values actually used. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 927 | curr = *head_p; |
| 928 | while (curr != NULL) { |
| 929 | if (curr->active) { |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 930 | number_uses[SSL_CIPHER_get_bits(curr->cipher, NULL)]++; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 931 | } |
| 932 | curr = curr->next; |
| 933 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 934 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 935 | // Go through the list of used strength_bits values in descending order. |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 936 | for (int i = max_strength_bits; i >= 0; i--) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 937 | if (number_uses[i] > 0) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 938 | ssl_cipher_apply_rule(0, 0, 0, 0, 0, 0, CIPHER_ORD, i, false, head_p, |
| 939 | tail_p); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 940 | } |
| 941 | } |
| 942 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 943 | return true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 944 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 945 | |
David Benjamin | 5be3a74 | 2017-10-28 16:08:58 -0400 | [diff] [blame] | 946 | static bool ssl_cipher_process_rulestr(const char *rule_str, |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 947 | CIPHER_ORDER **head_p, |
| 948 | CIPHER_ORDER **tail_p, bool strict) { |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 949 | uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 950 | uint16_t min_version; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 951 | const char *l, *buf; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 952 | int rule; |
| 953 | bool multi, skip_rule, in_group = false, has_group = false; |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 954 | size_t j, buf_len; |
| 955 | uint32_t cipher_id; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 956 | char ch; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 957 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 958 | l = rule_str; |
| 959 | for (;;) { |
| 960 | ch = *l; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 961 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 962 | if (ch == '\0') { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 963 | break; // done |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 964 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 965 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 966 | if (in_group) { |
| 967 | if (ch == ']') { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 968 | if (*tail_p) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 969 | (*tail_p)->in_group = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 970 | } |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 971 | in_group = false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 972 | l++; |
| 973 | continue; |
| 974 | } |
David Benjamin | 37d9246 | 2014-09-20 17:54:24 -0400 | [diff] [blame] | 975 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 976 | if (ch == '|') { |
| 977 | rule = CIPHER_ADD; |
| 978 | l++; |
| 979 | continue; |
| 980 | } else if (!(ch >= 'a' && ch <= 'z') && !(ch >= 'A' && ch <= 'Z') && |
| 981 | !(ch >= '0' && ch <= '9')) { |
David Benjamin | 3570d73 | 2015-06-29 00:28:17 -0400 | [diff] [blame] | 982 | OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_OPERATOR_IN_GROUP); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 983 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 984 | } else { |
| 985 | rule = CIPHER_ADD; |
| 986 | } |
| 987 | } else if (ch == '-') { |
| 988 | rule = CIPHER_DEL; |
| 989 | l++; |
| 990 | } else if (ch == '+') { |
| 991 | rule = CIPHER_ORD; |
| 992 | l++; |
| 993 | } else if (ch == '!') { |
| 994 | rule = CIPHER_KILL; |
| 995 | l++; |
| 996 | } else if (ch == '@') { |
| 997 | rule = CIPHER_SPECIAL; |
| 998 | l++; |
| 999 | } else if (ch == '[') { |
David Benjamin | bf5f192 | 2017-07-01 11:13:53 -0400 | [diff] [blame] | 1000 | assert(!in_group); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1001 | in_group = true; |
| 1002 | has_group = true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1003 | l++; |
| 1004 | continue; |
| 1005 | } else { |
| 1006 | rule = CIPHER_ADD; |
| 1007 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1008 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1009 | // If preference groups are enabled, the only legal operator is +. |
| 1010 | // Otherwise the in_group bits will get mixed up. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1011 | if (has_group && rule != CIPHER_ADD) { |
David Benjamin | 3570d73 | 2015-06-29 00:28:17 -0400 | [diff] [blame] | 1012 | OPENSSL_PUT_ERROR(SSL, SSL_R_MIXED_SPECIAL_OPERATOR_WITH_GROUPS); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1013 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1014 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1015 | |
Adam Langley | 22df691 | 2017-07-25 12:27:37 -0700 | [diff] [blame] | 1016 | if (is_cipher_list_separator(ch, strict)) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1017 | l++; |
| 1018 | continue; |
| 1019 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1020 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1021 | multi = false; |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1022 | cipher_id = 0; |
| 1023 | alg_mkey = ~0u; |
| 1024 | alg_auth = ~0u; |
| 1025 | alg_enc = ~0u; |
| 1026 | alg_mac = ~0u; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1027 | min_version = 0; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1028 | skip_rule = false; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1029 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1030 | for (;;) { |
| 1031 | ch = *l; |
| 1032 | buf = l; |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1033 | buf_len = 0; |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 1034 | while ((ch >= 'A' && ch <= 'Z') || (ch >= '0' && ch <= '9') || |
| 1035 | (ch >= 'a' && ch <= 'z') || ch == '-' || ch == '.' || ch == '_') { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1036 | ch = *(++l); |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1037 | buf_len++; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1038 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1039 | |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1040 | if (buf_len == 0) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1041 | // We hit something we cannot deal with, it is no command or separator |
| 1042 | // nor alphanumeric, so we call this an error. |
David Benjamin | 3570d73 | 2015-06-29 00:28:17 -0400 | [diff] [blame] | 1043 | OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMMAND); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1044 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1045 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1046 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1047 | if (rule == CIPHER_SPECIAL) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1048 | break; |
| 1049 | } |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1050 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1051 | // Look for a matching exact cipher. These aren't allowed in multipart |
| 1052 | // rules. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1053 | if (!multi && ch != '+') { |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 1054 | for (j = 0; j < kCiphersLen; j++) { |
| 1055 | const SSL_CIPHER *cipher = &kCiphers[j]; |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 1056 | if (rule_equals(cipher->name, buf, buf_len) || |
| 1057 | rule_equals(cipher->standard_name, buf, buf_len)) { |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1058 | cipher_id = cipher->id; |
| 1059 | break; |
| 1060 | } |
| 1061 | } |
| 1062 | } |
| 1063 | if (cipher_id == 0) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1064 | // If not an exact cipher, look for a matching cipher alias. |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 1065 | for (j = 0; j < kCipherAliasesLen; j++) { |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1066 | if (rule_equals(kCipherAliases[j].name, buf, buf_len)) { |
| 1067 | alg_mkey &= kCipherAliases[j].algorithm_mkey; |
| 1068 | alg_auth &= kCipherAliases[j].algorithm_auth; |
| 1069 | alg_enc &= kCipherAliases[j].algorithm_enc; |
| 1070 | alg_mac &= kCipherAliases[j].algorithm_mac; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1071 | |
| 1072 | if (min_version != 0 && |
| 1073 | min_version != kCipherAliases[j].min_version) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1074 | skip_rule = true; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1075 | } else { |
| 1076 | min_version = kCipherAliases[j].min_version; |
| 1077 | } |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1078 | break; |
| 1079 | } |
| 1080 | } |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 1081 | if (j == kCipherAliasesLen) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1082 | skip_rule = true; |
Matthew Braithwaite | a57dcfb | 2017-02-17 22:08:23 -0800 | [diff] [blame] | 1083 | if (strict) { |
| 1084 | OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMMAND); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1085 | return false; |
Matthew Braithwaite | a57dcfb | 2017-02-17 22:08:23 -0800 | [diff] [blame] | 1086 | } |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1087 | } |
| 1088 | } |
| 1089 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1090 | // Check for a multipart rule. |
David Benjamin | 0344daf | 2015-04-08 02:08:01 -0400 | [diff] [blame] | 1091 | if (ch != '+') { |
| 1092 | break; |
| 1093 | } |
| 1094 | l++; |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1095 | multi = true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1096 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1097 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1098 | // Ok, we have the rule, now apply it. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1099 | if (rule == CIPHER_SPECIAL) { |
David Benjamin | bf5f192 | 2017-07-01 11:13:53 -0400 | [diff] [blame] | 1100 | if (buf_len != 8 || strncmp(buf, "STRENGTH", 8) != 0) { |
David Benjamin | 3570d73 | 2015-06-29 00:28:17 -0400 | [diff] [blame] | 1101 | OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMMAND); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1102 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1103 | } |
David Benjamin | bf5f192 | 2017-07-01 11:13:53 -0400 | [diff] [blame] | 1104 | if (!ssl_cipher_strength_sort(head_p, tail_p)) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1105 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1106 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1107 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1108 | // We do not support any "multi" options together with "@", so throw away |
| 1109 | // the rest of the command, if any left, until end or ':' is found. |
Adam Langley | 22df691 | 2017-07-25 12:27:37 -0700 | [diff] [blame] | 1110 | while (*l != '\0' && !is_cipher_list_separator(*l, strict)) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1111 | l++; |
| 1112 | } |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1113 | } else if (!skip_rule) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1114 | ssl_cipher_apply_rule(cipher_id, alg_mkey, alg_auth, alg_enc, alg_mac, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1115 | min_version, rule, -1, in_group, head_p, tail_p); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1116 | } |
| 1117 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1118 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1119 | if (in_group) { |
David Benjamin | 3570d73 | 2015-06-29 00:28:17 -0400 | [diff] [blame] | 1120 | OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMMAND); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1121 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1122 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1123 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1124 | return true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1125 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1126 | |
David Benjamin | 0ce090a | 2018-07-02 20:24:40 -0400 | [diff] [blame] | 1127 | bool ssl_create_cipher_list(UniquePtr<SSLCipherPreferenceList> *out_cipher_list, |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1128 | const char *rule_str, bool strict) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1129 | // Return with error if nothing to do. |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1130 | if (rule_str == NULL || out_cipher_list == NULL) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1131 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1132 | } |
David Benjamin | 5213df4 | 2014-08-20 14:19:54 -0400 | [diff] [blame] | 1133 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1134 | // Now we have to collect the available ciphers from the compiled in ciphers. |
| 1135 | // We cannot get more than the number compiled in, so it is used for |
| 1136 | // allocation. |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1137 | Array<CIPHER_ORDER> co_list; |
| 1138 | CIPHER_ORDER *head = nullptr, *tail = nullptr; |
| 1139 | if (!ssl_cipher_collect_ciphers(&co_list, &head, &tail)) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1140 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1141 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1142 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1143 | // Now arrange all ciphers by preference: |
| 1144 | // TODO(davidben): Compute this order once and copy it. |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1145 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1146 | // Everything else being equal, prefer ECDHE_ECDSA and ECDHE_RSA over other |
| 1147 | // key exchange mechanisms |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1148 | ssl_cipher_apply_rule(0, SSL_kECDHE, SSL_aECDSA, ~0u, ~0u, 0, CIPHER_ADD, -1, |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1149 | false, &head, &tail); |
| 1150 | ssl_cipher_apply_rule(0, SSL_kECDHE, ~0u, ~0u, ~0u, 0, CIPHER_ADD, -1, false, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1151 | &head, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1152 | ssl_cipher_apply_rule(0, ~0u, ~0u, ~0u, ~0u, 0, CIPHER_DEL, -1, false, &head, |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1153 | &tail); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1154 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1155 | // Order the bulk ciphers. First the preferred AEAD ciphers. We prefer |
| 1156 | // CHACHA20 unless there is hardware support for fast and constant-time |
| 1157 | // AES_GCM. Of the two CHACHA20 variants, the new one is preferred over the |
| 1158 | // old one. |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1159 | if (EVP_has_aes_hardware()) { |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1160 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES128GCM, ~0u, 0, CIPHER_ADD, -1, |
| 1161 | false, &head, &tail); |
| 1162 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES256GCM, ~0u, 0, CIPHER_ADD, -1, |
| 1163 | false, &head, &tail); |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 1164 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0, CIPHER_ADD, |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1165 | -1, false, &head, &tail); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1166 | } else { |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 1167 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_CHACHA20POLY1305, ~0u, 0, CIPHER_ADD, |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1168 | -1, false, &head, &tail); |
| 1169 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES128GCM, ~0u, 0, CIPHER_ADD, -1, |
| 1170 | false, &head, &tail); |
| 1171 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES256GCM, ~0u, 0, CIPHER_ADD, -1, |
| 1172 | false, &head, &tail); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1173 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1174 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1175 | // Then the legacy non-AEAD ciphers: AES_128_CBC, AES_256_CBC, |
| 1176 | // 3DES_EDE_CBC_SHA. |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1177 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES128, ~0u, 0, CIPHER_ADD, -1, false, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1178 | &head, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1179 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_AES256, ~0u, 0, CIPHER_ADD, -1, false, |
David Benjamin | 4333665 | 2016-03-03 15:32:29 -0500 | [diff] [blame] | 1180 | &head, &tail); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1181 | ssl_cipher_apply_rule(0, ~0u, ~0u, SSL_3DES, ~0u, 0, CIPHER_ADD, -1, false, |
| 1182 | &head, &tail); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1183 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1184 | // Temporarily enable everything else for sorting |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1185 | ssl_cipher_apply_rule(0, ~0u, ~0u, ~0u, ~0u, 0, CIPHER_ADD, -1, false, &head, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1186 | &tail); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1187 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1188 | // Move ciphers without forward secrecy to the end. |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1189 | ssl_cipher_apply_rule(0, (SSL_kRSA | SSL_kPSK), ~0u, ~0u, ~0u, 0, CIPHER_ORD, |
| 1190 | -1, false, &head, &tail); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1191 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1192 | // Now disable everything (maintaining the ordering!) |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1193 | ssl_cipher_apply_rule(0, ~0u, ~0u, ~0u, ~0u, 0, CIPHER_DEL, -1, false, &head, |
David Benjamin | d6e9eec | 2015-11-18 09:48:55 -0500 | [diff] [blame] | 1194 | &tail); |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1195 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1196 | // If the rule_string begins with DEFAULT, apply the default rule before |
| 1197 | // using the (possibly available) additional rules. |
David Benjamin | 11a7b3c | 2016-11-03 17:03:48 -0400 | [diff] [blame] | 1198 | const char *rule_p = rule_str; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1199 | if (strncmp(rule_str, "DEFAULT", 7) == 0) { |
David Benjamin | 5be3a74 | 2017-10-28 16:08:58 -0400 | [diff] [blame] | 1200 | if (!ssl_cipher_process_rulestr(SSL_DEFAULT_CIPHER_LIST, &head, &tail, |
| 1201 | strict)) { |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1202 | return false; |
David Benjamin | 11a7b3c | 2016-11-03 17:03:48 -0400 | [diff] [blame] | 1203 | } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1204 | rule_p += 7; |
| 1205 | if (*rule_p == ':') { |
| 1206 | rule_p++; |
| 1207 | } |
| 1208 | } |
Adam Langley | 858a88d | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1209 | |
David Benjamin | 11a7b3c | 2016-11-03 17:03:48 -0400 | [diff] [blame] | 1210 | if (*rule_p != '\0' && |
David Benjamin | 5be3a74 | 2017-10-28 16:08:58 -0400 | [diff] [blame] | 1211 | !ssl_cipher_process_rulestr(rule_p, &head, &tail, strict)) { |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1212 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1213 | } |
| 1214 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1215 | // Allocate new "cipherstack" for the result, return with error |
| 1216 | // if we cannot get one. |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1217 | UniquePtr<STACK_OF(SSL_CIPHER)> cipherstack(sk_SSL_CIPHER_new_null()); |
| 1218 | Array<bool> in_group_flags; |
| 1219 | if (cipherstack == nullptr || |
| 1220 | !in_group_flags.Init(kCiphersLen)) { |
| 1221 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1222 | } |
| 1223 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1224 | // The cipher selection for the list is done. The ciphers are added |
| 1225 | // to the resulting precedence to the STACK_OF(SSL_CIPHER). |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1226 | size_t num_in_group_flags = 0; |
| 1227 | for (CIPHER_ORDER *curr = head; curr != NULL; curr = curr->next) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1228 | if (curr->active) { |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1229 | if (!sk_SSL_CIPHER_push(cipherstack.get(), curr->cipher)) { |
| 1230 | return false; |
David Benjamin | 2adb7ec | 2015-01-11 19:59:06 -0500 | [diff] [blame] | 1231 | } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1232 | in_group_flags[num_in_group_flags++] = curr->in_group; |
| 1233 | } |
| 1234 | } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1235 | |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1236 | UniquePtr<SSLCipherPreferenceList> pref_list = |
| 1237 | MakeUnique<SSLCipherPreferenceList>(); |
| 1238 | if (!pref_list || |
| 1239 | !pref_list->Init( |
| 1240 | std::move(cipherstack), |
| 1241 | MakeConstSpan(in_group_flags).subspan(0, num_in_group_flags))) { |
| 1242 | return false; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1243 | } |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1244 | |
David Benjamin | 0ce090a | 2018-07-02 20:24:40 -0400 | [diff] [blame] | 1245 | *out_cipher_list = std::move(pref_list); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1246 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1247 | // Configuring an empty cipher list is an error but still updates the |
| 1248 | // output. |
David Benjamin | 48b276d | 2018-04-12 17:37:32 -0400 | [diff] [blame] | 1249 | if (sk_SSL_CIPHER_num((*out_cipher_list)->ciphers.get()) == 0) { |
David Benjamin | 91222b8 | 2017-03-09 20:10:56 -0500 | [diff] [blame] | 1250 | OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CIPHER_MATCH); |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1251 | return false; |
David Benjamin | 91222b8 | 2017-03-09 20:10:56 -0500 | [diff] [blame] | 1252 | } |
| 1253 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1254 | return true; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1255 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1256 | |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 1257 | uint16_t ssl_cipher_get_value(const SSL_CIPHER *cipher) { |
| 1258 | uint32_t id = cipher->id; |
David Benjamin | c59b9aa | 2018-07-16 21:34:03 -0400 | [diff] [blame] | 1259 | // All OpenSSL cipher IDs are prefaced with 0x03. Historically this referred |
| 1260 | // to SSLv2 vs SSLv3. |
David Benjamin | a1c90a5 | 2015-05-30 17:03:14 -0400 | [diff] [blame] | 1261 | assert((id & 0xff000000) == 0x03000000); |
| 1262 | return id & 0xffff; |
| 1263 | } |
| 1264 | |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1265 | uint32_t ssl_cipher_auth_mask_for_key(const EVP_PKEY *key) { |
| 1266 | switch (EVP_PKEY_id(key)) { |
| 1267 | case EVP_PKEY_RSA: |
| 1268 | return SSL_aRSA; |
| 1269 | case EVP_PKEY_EC: |
| 1270 | case EVP_PKEY_ED25519: |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1271 | // Ed25519 keys in TLS 1.2 repurpose the ECDSA ciphers. |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1272 | return SSL_aECDSA; |
| 1273 | default: |
| 1274 | return 0; |
| 1275 | } |
| 1276 | } |
| 1277 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1278 | bool ssl_cipher_uses_certificate_auth(const SSL_CIPHER *cipher) { |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1279 | return (cipher->algorithm_auth & SSL_aCERT) != 0; |
| 1280 | } |
| 1281 | |
David Benjamin | f496249 | 2017-09-27 19:34:32 -0400 | [diff] [blame] | 1282 | bool ssl_cipher_requires_server_key_exchange(const SSL_CIPHER *cipher) { |
| 1283 | // Ephemeral Diffie-Hellman key exchanges require a ServerKeyExchange. It is |
| 1284 | // optional or omitted in all others. |
| 1285 | return (cipher->algorithm_mkey & SSL_kECDHE) != 0; |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1286 | } |
| 1287 | |
| 1288 | size_t ssl_cipher_get_record_split_len(const SSL_CIPHER *cipher) { |
| 1289 | size_t block_size; |
| 1290 | switch (cipher->algorithm_enc) { |
| 1291 | case SSL_3DES: |
| 1292 | block_size = 8; |
| 1293 | break; |
| 1294 | case SSL_AES128: |
| 1295 | case SSL_AES256: |
| 1296 | block_size = 16; |
| 1297 | break; |
| 1298 | default: |
| 1299 | return 0; |
| 1300 | } |
| 1301 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1302 | // All supported TLS 1.0 ciphers use SHA-1. |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1303 | assert(cipher->algorithm_mac == SSL_SHA1); |
| 1304 | size_t ret = 1 + SHA_DIGEST_LENGTH; |
| 1305 | ret += block_size - (ret % block_size); |
| 1306 | return ret; |
| 1307 | } |
| 1308 | |
| 1309 | } // namespace bssl |
| 1310 | |
| 1311 | using namespace bssl; |
| 1312 | |
MichaĆ Janiszewski | c4f3b8a | 2018-07-30 22:50:40 +0200 | [diff] [blame] | 1313 | static constexpr int ssl_cipher_id_cmp_inner(const SSL_CIPHER *a, |
| 1314 | const SSL_CIPHER *b) { |
| 1315 | // C++11's constexpr functions must have a body consisting of just a |
| 1316 | // return-statement. |
| 1317 | return (a->id > b->id) ? 1 : ((a->id < b->id) ? -1 : 0); |
| 1318 | } |
| 1319 | |
| 1320 | static int ssl_cipher_id_cmp(const void *in_a, const void *in_b) { |
| 1321 | return ssl_cipher_id_cmp_inner(reinterpret_cast<const SSL_CIPHER *>(in_a), |
| 1322 | reinterpret_cast<const SSL_CIPHER *>(in_b)); |
| 1323 | } |
| 1324 | |
| 1325 | template <typename T, size_t N> |
| 1326 | static constexpr size_t countof(T const (&)[N]) { |
| 1327 | return N; |
| 1328 | } |
| 1329 | |
| 1330 | template <typename T, size_t I> |
| 1331 | static constexpr int check_order(const T (&arr)[I], size_t N) { |
| 1332 | // C++11's constexpr functions must have a body consisting of just a |
| 1333 | // return-statement. |
| 1334 | return N > 1 ? ((ssl_cipher_id_cmp_inner(&arr[N - 2], &arr[N - 1]) < 0) |
| 1335 | ? check_order(arr, N - 1) |
| 1336 | : 0) |
| 1337 | : 1; |
| 1338 | } |
| 1339 | |
| 1340 | static_assert(check_order(kCiphers, countof(kCiphers)) == 1, |
| 1341 | "Ciphers are not sorted, bsearch won't work"); |
| 1342 | |
David Benjamin | 86e95b8 | 2017-07-18 16:34:25 -0400 | [diff] [blame] | 1343 | const SSL_CIPHER *SSL_get_cipher_by_value(uint16_t value) { |
| 1344 | SSL_CIPHER c; |
| 1345 | |
| 1346 | c.id = 0x03000000L | value; |
| 1347 | return reinterpret_cast<const SSL_CIPHER *>(bsearch( |
| 1348 | &c, kCiphers, kCiphersLen, sizeof(SSL_CIPHER), ssl_cipher_id_cmp)); |
| 1349 | } |
| 1350 | |
| 1351 | uint32_t SSL_CIPHER_get_id(const SSL_CIPHER *cipher) { return cipher->id; } |
| 1352 | |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 1353 | int SSL_CIPHER_is_aead(const SSL_CIPHER *cipher) { |
Alessandro Ghedini | 0726fb7 | 2017-01-17 13:27:08 +0000 | [diff] [blame] | 1354 | return (cipher->algorithm_mac & SSL_AEAD) != 0; |
| 1355 | } |
| 1356 | |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 1357 | int SSL_CIPHER_get_cipher_nid(const SSL_CIPHER *cipher) { |
| 1358 | switch (cipher->algorithm_enc) { |
| 1359 | case SSL_eNULL: |
| 1360 | return NID_undef; |
| 1361 | case SSL_3DES: |
| 1362 | return NID_des_ede3_cbc; |
| 1363 | case SSL_AES128: |
| 1364 | return NID_aes_128_cbc; |
| 1365 | case SSL_AES256: |
| 1366 | return NID_aes_256_cbc; |
| 1367 | case SSL_AES128GCM: |
| 1368 | return NID_aes_128_gcm; |
| 1369 | case SSL_AES256GCM: |
| 1370 | return NID_aes_256_gcm; |
| 1371 | case SSL_CHACHA20POLY1305: |
| 1372 | return NID_chacha20_poly1305; |
| 1373 | } |
| 1374 | assert(0); |
| 1375 | return NID_undef; |
| 1376 | } |
| 1377 | |
| 1378 | int SSL_CIPHER_get_digest_nid(const SSL_CIPHER *cipher) { |
| 1379 | switch (cipher->algorithm_mac) { |
| 1380 | case SSL_AEAD: |
| 1381 | return NID_undef; |
| 1382 | case SSL_SHA1: |
| 1383 | return NID_sha1; |
David Benjamin | 348f0d8 | 2017-08-10 16:06:27 -0400 | [diff] [blame] | 1384 | } |
| 1385 | assert(0); |
| 1386 | return NID_undef; |
| 1387 | } |
| 1388 | |
| 1389 | int SSL_CIPHER_get_kx_nid(const SSL_CIPHER *cipher) { |
| 1390 | switch (cipher->algorithm_mkey) { |
| 1391 | case SSL_kRSA: |
| 1392 | return NID_kx_rsa; |
| 1393 | case SSL_kECDHE: |
| 1394 | return NID_kx_ecdhe; |
| 1395 | case SSL_kPSK: |
| 1396 | return NID_kx_psk; |
| 1397 | case SSL_kGENERIC: |
| 1398 | return NID_kx_any; |
| 1399 | } |
| 1400 | assert(0); |
| 1401 | return NID_undef; |
| 1402 | } |
| 1403 | |
| 1404 | int SSL_CIPHER_get_auth_nid(const SSL_CIPHER *cipher) { |
| 1405 | switch (cipher->algorithm_auth) { |
| 1406 | case SSL_aRSA: |
| 1407 | return NID_auth_rsa; |
| 1408 | case SSL_aECDSA: |
| 1409 | return NID_auth_ecdsa; |
| 1410 | case SSL_aPSK: |
| 1411 | return NID_auth_psk; |
| 1412 | case SSL_aGENERIC: |
| 1413 | return NID_auth_any; |
| 1414 | } |
| 1415 | assert(0); |
| 1416 | return NID_undef; |
| 1417 | } |
| 1418 | |
David Benjamin | b1b76ae | 2017-09-21 17:03:34 -0400 | [diff] [blame] | 1419 | int SSL_CIPHER_get_prf_nid(const SSL_CIPHER *cipher) { |
| 1420 | switch (cipher->algorithm_prf) { |
| 1421 | case SSL_HANDSHAKE_MAC_DEFAULT: |
| 1422 | return NID_md5_sha1; |
| 1423 | case SSL_HANDSHAKE_MAC_SHA256: |
| 1424 | return NID_sha256; |
| 1425 | case SSL_HANDSHAKE_MAC_SHA384: |
| 1426 | return NID_sha384; |
| 1427 | } |
| 1428 | assert(0); |
| 1429 | return NID_undef; |
| 1430 | } |
| 1431 | |
Matt Braithwaite | af09675 | 2015-09-02 19:48:16 -0700 | [diff] [blame] | 1432 | int SSL_CIPHER_is_block_cipher(const SSL_CIPHER *cipher) { |
Matthew Braithwaite | 8aaa9e1 | 2016-09-07 15:09:58 -0700 | [diff] [blame] | 1433 | return (cipher->algorithm_enc & SSL_eNULL) == 0 && |
Matt Braithwaite | af09675 | 2015-09-02 19:48:16 -0700 | [diff] [blame] | 1434 | cipher->algorithm_mac != SSL_AEAD; |
| 1435 | } |
| 1436 | |
David Benjamin | ef793f4 | 2015-11-05 18:16:27 -0500 | [diff] [blame] | 1437 | uint16_t SSL_CIPHER_get_min_version(const SSL_CIPHER *cipher) { |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1438 | if (cipher->algorithm_mkey == SSL_kGENERIC || |
| 1439 | cipher->algorithm_auth == SSL_aGENERIC) { |
| 1440 | return TLS1_3_VERSION; |
| 1441 | } |
| 1442 | |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1443 | if (cipher->algorithm_prf != SSL_HANDSHAKE_MAC_DEFAULT) { |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1444 | // Cipher suites before TLS 1.2 use the default PRF, while all those added |
| 1445 | // afterwards specify a particular hash. |
David Benjamin | ef793f4 | 2015-11-05 18:16:27 -0500 | [diff] [blame] | 1446 | return TLS1_2_VERSION; |
| 1447 | } |
| 1448 | return SSL3_VERSION; |
| 1449 | } |
| 1450 | |
Nick Harper | 1fd39d8 | 2016-06-14 18:14:35 -0700 | [diff] [blame] | 1451 | uint16_t SSL_CIPHER_get_max_version(const SSL_CIPHER *cipher) { |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1452 | if (cipher->algorithm_mkey == SSL_kGENERIC || |
| 1453 | cipher->algorithm_auth == SSL_aGENERIC) { |
Nick Harper | 1fd39d8 | 2016-06-14 18:14:35 -0700 | [diff] [blame] | 1454 | return TLS1_3_VERSION; |
| 1455 | } |
| 1456 | return TLS1_2_VERSION; |
| 1457 | } |
| 1458 | |
David Benjamin | c11ea942 | 2017-08-29 16:33:21 -0400 | [diff] [blame] | 1459 | // return the actual cipher being used |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1460 | const char *SSL_CIPHER_get_name(const SSL_CIPHER *cipher) { |
| 1461 | if (cipher != NULL) { |
| 1462 | return cipher->name; |
| 1463 | } |
| 1464 | |
| 1465 | return "(NONE)"; |
| 1466 | } |
| 1467 | |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 1468 | const char *SSL_CIPHER_standard_name(const SSL_CIPHER *cipher) { |
| 1469 | return cipher->standard_name; |
| 1470 | } |
| 1471 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1472 | const char *SSL_CIPHER_get_kx_name(const SSL_CIPHER *cipher) { |
| 1473 | if (cipher == NULL) { |
| 1474 | return ""; |
| 1475 | } |
| 1476 | |
| 1477 | switch (cipher->algorithm_mkey) { |
| 1478 | case SSL_kRSA: |
| 1479 | return "RSA"; |
| 1480 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1481 | case SSL_kECDHE: |
| 1482 | switch (cipher->algorithm_auth) { |
| 1483 | case SSL_aECDSA: |
| 1484 | return "ECDHE_ECDSA"; |
| 1485 | case SSL_aRSA: |
| 1486 | return "ECDHE_RSA"; |
| 1487 | case SSL_aPSK: |
| 1488 | return "ECDHE_PSK"; |
| 1489 | default: |
| 1490 | assert(0); |
| 1491 | return "UNKNOWN"; |
| 1492 | } |
| 1493 | |
| 1494 | case SSL_kPSK: |
| 1495 | assert(cipher->algorithm_auth == SSL_aPSK); |
| 1496 | return "PSK"; |
| 1497 | |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1498 | case SSL_kGENERIC: |
| 1499 | assert(cipher->algorithm_auth == SSL_aGENERIC); |
| 1500 | return "GENERIC"; |
| 1501 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1502 | default: |
| 1503 | assert(0); |
| 1504 | return "UNKNOWN"; |
| 1505 | } |
| 1506 | } |
| 1507 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1508 | char *SSL_CIPHER_get_rfc_name(const SSL_CIPHER *cipher) { |
| 1509 | if (cipher == NULL) { |
| 1510 | return NULL; |
| 1511 | } |
| 1512 | |
David Benjamin | 6fff386 | 2017-06-21 21:07:04 -0400 | [diff] [blame] | 1513 | return OPENSSL_strdup(SSL_CIPHER_standard_name(cipher)); |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1514 | } |
| 1515 | |
| 1516 | int SSL_CIPHER_get_bits(const SSL_CIPHER *cipher, int *out_alg_bits) { |
| 1517 | if (cipher == NULL) { |
| 1518 | return 0; |
| 1519 | } |
| 1520 | |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 1521 | int alg_bits, strength_bits; |
| 1522 | switch (cipher->algorithm_enc) { |
| 1523 | case SSL_AES128: |
| 1524 | case SSL_AES128GCM: |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 1525 | alg_bits = 128; |
| 1526 | strength_bits = 128; |
| 1527 | break; |
| 1528 | |
| 1529 | case SSL_AES256: |
| 1530 | case SSL_AES256GCM: |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 1531 | case SSL_CHACHA20POLY1305: |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 1532 | alg_bits = 256; |
| 1533 | strength_bits = 256; |
| 1534 | break; |
| 1535 | |
| 1536 | case SSL_3DES: |
| 1537 | alg_bits = 168; |
| 1538 | strength_bits = 112; |
| 1539 | break; |
| 1540 | |
| 1541 | case SSL_eNULL: |
| 1542 | alg_bits = 0; |
| 1543 | strength_bits = 0; |
| 1544 | break; |
| 1545 | |
| 1546 | default: |
| 1547 | assert(0); |
| 1548 | alg_bits = 0; |
| 1549 | strength_bits = 0; |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1550 | } |
David Benjamin | 9f2e277 | 2015-11-18 09:59:43 -0500 | [diff] [blame] | 1551 | |
| 1552 | if (out_alg_bits != NULL) { |
| 1553 | *out_alg_bits = alg_bits; |
| 1554 | } |
| 1555 | return strength_bits; |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1556 | } |
| 1557 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1558 | const char *SSL_CIPHER_description(const SSL_CIPHER *cipher, char *buf, |
| 1559 | int len) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1560 | const char *kx, *au, *enc, *mac; |
David Benjamin | dcb6ef0 | 2015-11-06 15:35:54 -0500 | [diff] [blame] | 1561 | uint32_t alg_mkey, alg_auth, alg_enc, alg_mac; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1562 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1563 | alg_mkey = cipher->algorithm_mkey; |
| 1564 | alg_auth = cipher->algorithm_auth; |
| 1565 | alg_enc = cipher->algorithm_enc; |
| 1566 | alg_mac = cipher->algorithm_mac; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1567 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1568 | switch (alg_mkey) { |
| 1569 | case SSL_kRSA: |
| 1570 | kx = "RSA"; |
| 1571 | break; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1572 | |
David Benjamin | 7061e28 | 2015-03-19 11:10:48 -0400 | [diff] [blame] | 1573 | case SSL_kECDHE: |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1574 | kx = "ECDH"; |
| 1575 | break; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1576 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1577 | case SSL_kPSK: |
| 1578 | kx = "PSK"; |
| 1579 | break; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1580 | |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1581 | case SSL_kGENERIC: |
| 1582 | kx = "GENERIC"; |
| 1583 | break; |
| 1584 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1585 | default: |
| 1586 | kx = "unknown"; |
| 1587 | } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1588 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1589 | switch (alg_auth) { |
| 1590 | case SSL_aRSA: |
| 1591 | au = "RSA"; |
| 1592 | break; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1593 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1594 | case SSL_aECDSA: |
| 1595 | au = "ECDSA"; |
| 1596 | break; |
Adam Langley | 4d4bff8 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1597 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1598 | case SSL_aPSK: |
| 1599 | au = "PSK"; |
| 1600 | break; |
Adam Langley | 4d4bff8 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1601 | |
Steven Valdez | 803c77a | 2016-09-06 14:13:43 -0400 | [diff] [blame] | 1602 | case SSL_aGENERIC: |
| 1603 | au = "GENERIC"; |
| 1604 | break; |
| 1605 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1606 | default: |
| 1607 | au = "unknown"; |
| 1608 | break; |
| 1609 | } |
Adam Langley | de0b202 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1610 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1611 | switch (alg_enc) { |
| 1612 | case SSL_3DES: |
| 1613 | enc = "3DES(168)"; |
| 1614 | break; |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1615 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1616 | case SSL_AES128: |
| 1617 | enc = "AES(128)"; |
| 1618 | break; |
| 1619 | |
| 1620 | case SSL_AES256: |
| 1621 | enc = "AES(256)"; |
| 1622 | break; |
| 1623 | |
| 1624 | case SSL_AES128GCM: |
| 1625 | enc = "AESGCM(128)"; |
| 1626 | break; |
| 1627 | |
| 1628 | case SSL_AES256GCM: |
| 1629 | enc = "AESGCM(256)"; |
| 1630 | break; |
| 1631 | |
David Benjamin | 13414b3 | 2015-12-09 23:02:39 -0500 | [diff] [blame] | 1632 | case SSL_CHACHA20POLY1305: |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1633 | enc = "ChaCha20-Poly1305"; |
| 1634 | break; |
| 1635 | |
Matt Braithwaite | af09675 | 2015-09-02 19:48:16 -0700 | [diff] [blame] | 1636 | case SSL_eNULL: |
| 1637 | enc="None"; |
| 1638 | break; |
| 1639 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1640 | default: |
| 1641 | enc = "unknown"; |
| 1642 | break; |
| 1643 | } |
| 1644 | |
| 1645 | switch (alg_mac) { |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1646 | case SSL_SHA1: |
| 1647 | mac = "SHA1"; |
| 1648 | break; |
| 1649 | |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1650 | case SSL_AEAD: |
| 1651 | mac = "AEAD"; |
| 1652 | break; |
| 1653 | |
| 1654 | default: |
| 1655 | mac = "unknown"; |
| 1656 | break; |
| 1657 | } |
| 1658 | |
| 1659 | if (buf == NULL) { |
| 1660 | len = 128; |
David Benjamin | e64d2c7 | 2017-07-12 16:31:08 -0400 | [diff] [blame] | 1661 | buf = (char *)OPENSSL_malloc(len); |
David Benjamin | 1eed2c0 | 2015-02-08 23:20:06 -0500 | [diff] [blame] | 1662 | if (buf == NULL) { |
| 1663 | return NULL; |
| 1664 | } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1665 | } else if (len < 128) { |
| 1666 | return "Buffer too small"; |
| 1667 | } |
| 1668 | |
Brian Smith | 0687bdf | 2016-01-17 09:18:26 -1000 | [diff] [blame] | 1669 | BIO_snprintf(buf, len, "%-23s Kx=%-8s Au=%-4s Enc=%-9s Mac=%-4s\n", |
| 1670 | cipher->name, kx, au, enc, mac); |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1671 | return buf; |
| 1672 | } |
| 1673 | |
David Benjamin | 71f0794 | 2015-04-08 02:36:59 -0400 | [diff] [blame] | 1674 | const char *SSL_CIPHER_get_version(const SSL_CIPHER *cipher) { |
| 1675 | return "TLSv1/SSLv3"; |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1676 | } |
| 1677 | |
David Benjamin | d55bd79 | 2017-05-18 11:33:08 -0400 | [diff] [blame] | 1678 | STACK_OF(SSL_COMP) *SSL_COMP_get_compression_methods(void) { return NULL; } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1679 | |
Matt Braithwaite | 6a1275b | 2015-06-26 12:09:10 -0700 | [diff] [blame] | 1680 | int SSL_COMP_add_compression_method(int id, COMP_METHOD *cm) { return 1; } |
Adam Langley | fcf2583 | 2014-12-18 17:42:32 -0800 | [diff] [blame] | 1681 | |
Matt Braithwaite | 6a1275b | 2015-06-26 12:09:10 -0700 | [diff] [blame] | 1682 | const char *SSL_COMP_get_name(const COMP_METHOD *comp) { return NULL; } |
Adam Langley | 95c29f3 | 2014-06-20 12:00:00 -0700 | [diff] [blame] | 1683 | |
Adam Langley | fa3e9c3 | 2018-03-14 17:32:04 -0700 | [diff] [blame] | 1684 | const char *SSL_COMP_get0_name(const SSL_COMP *comp) { return comp->name; } |
| 1685 | |
| 1686 | int SSL_COMP_get_id(const SSL_COMP *comp) { return comp->id; } |
| 1687 | |
Adam Langley | 3e9e043 | 2016-10-03 15:58:07 -0700 | [diff] [blame] | 1688 | void SSL_COMP_free_compression_methods(void) {} |