blob: cc1897fab3a01720f063d0ed4920b22c02839a18 [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001/* 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.
7 *
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).
14 *
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.
21 *
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 :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
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.
51 *
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
65 * notice, this list of conditions and the following disclaimer.
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.
112 *
113 * Portions of the attached software ("Contribution") are developed by
114 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
115 *
116 * The Contribution is licensed pursuant to the OpenSSL open source
117 * license provided above.
118 *
119 * ECC cipher suite support in OpenSSL originally written by
120 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
121 *
122 */
123/* ====================================================================
124 * Copyright 2005 Nokia. All rights reserved.
125 *
126 * The portions of the attached software ("Contribution") is developed by
127 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
128 * license.
129 *
130 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
132 * support (see RFC 4279) to OpenSSL.
133 *
134 * No patent licenses or other rights except those expressly stated in
135 * the OpenSSL open source license shall be deemed granted or received
136 * expressly, by implication, estoppel, or otherwise.
137 *
138 * No assurances are provided by Nokia that the Contribution does not
139 * infringe the patent or other intellectual property rights of any third
140 * party or that the license provides you with all the necessary rights
141 * to make use of the Contribution.
142 *
143 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
144 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
145 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
146 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
147 * OTHERWISE. */
148
David Benjamin9e4e01e2015-09-15 01:48:04 -0400149#include <openssl/ssl.h>
150
David Benjamin880b14e2014-08-25 22:35:07 -0400151#include <assert.h>
David Benjamin22f9bcc2014-07-13 12:29:21 -0400152#include <string.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700153
154#include <openssl/bn.h>
155#include <openssl/buf.h>
David Benjamindc72ff72014-06-25 12:36:10 -0400156#include <openssl/bytestring.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700157#include <openssl/cipher.h>
158#include <openssl/dh.h>
Adam Langley1258b6a2014-06-20 12:00:00 -0700159#include <openssl/ec.h>
160#include <openssl/ecdsa.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400161#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700162#include <openssl/evp.h>
163#include <openssl/hmac.h>
164#include <openssl/md5.h>
165#include <openssl/mem.h>
David Benjamin98193672016-03-25 18:07:11 -0400166#include <openssl/nid.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700167#include <openssl/rand.h>
168#include <openssl/x509.h>
169
David Benjamin2ee94aa2015-04-07 22:38:30 -0400170#include "internal.h"
Adam Langleyaf6e45b2014-11-03 19:34:49 -0800171#include "../crypto/internal.h"
Adam Langley95c29f32014-06-20 12:00:00 -0700172
Adam Langleyfcf25832014-12-18 17:42:32 -0800173
David Benjamin59bae5a2017-02-02 23:51:22 -0500174static int ssl3_process_client_hello(SSL_HANDSHAKE *hs);
175static int ssl3_select_certificate(SSL_HANDSHAKE *hs);
176static int ssl3_select_parameters(SSL_HANDSHAKE *hs);
David Benjaminc3c88822016-11-14 10:32:04 +0900177static int ssl3_send_server_hello(SSL_HANDSHAKE *hs);
178static int ssl3_send_server_certificate(SSL_HANDSHAKE *hs);
179static int ssl3_send_certificate_status(SSL_HANDSHAKE *hs);
180static int ssl3_send_server_key_exchange(SSL_HANDSHAKE *hs);
181static int ssl3_send_certificate_request(SSL_HANDSHAKE *hs);
182static int ssl3_send_server_hello_done(SSL_HANDSHAKE *hs);
183static int ssl3_get_client_certificate(SSL_HANDSHAKE *hs);
184static int ssl3_get_client_key_exchange(SSL_HANDSHAKE *hs);
185static int ssl3_get_cert_verify(SSL_HANDSHAKE *hs);
186static int ssl3_get_next_proto(SSL_HANDSHAKE *hs);
187static int ssl3_get_channel_id(SSL_HANDSHAKE *hs);
188static int ssl3_send_new_session_ticket(SSL_HANDSHAKE *hs);
David Benjamindf50eec2016-06-07 16:49:42 -0400189
Steven Valdez258508f2017-01-25 15:47:49 -0500190static struct CRYPTO_STATIC_MUTEX g_v2clienthello_lock =
191 CRYPTO_STATIC_MUTEX_INIT;
192static uint64_t g_v2clienthello_count = 0;
193
194uint64_t SSL_get_v2clienthello_count(void) {
195 CRYPTO_STATIC_MUTEX_lock_read(&g_v2clienthello_lock);
196 uint64_t ret = g_v2clienthello_count;
197 CRYPTO_STATIC_MUTEX_unlock_read(&g_v2clienthello_lock);
198 return ret;
199}
200
David Benjamince8c9d22016-11-14 10:45:16 +0900201int ssl3_accept(SSL_HANDSHAKE *hs) {
202 SSL *const ssl = hs->ssl;
David Benjamin3fa27772015-04-17 22:32:19 -0400203 uint32_t alg_a;
Adam Langleyfcf25832014-12-18 17:42:32 -0800204 int ret = -1;
Adam Langley95c29f32014-06-20 12:00:00 -0700205
David Benjamin0d56f882015-12-19 17:05:56 -0500206 assert(ssl->handshake_func == ssl3_accept);
207 assert(ssl->server);
David Benjaminbeb47022014-11-30 02:58:52 -0500208
Adam Langleyfcf25832014-12-18 17:42:32 -0800209 for (;;) {
David Benjamin16b1b1d2017-02-10 23:41:14 -0500210 int state = hs->state;
Adam Langley95c29f32014-06-20 12:00:00 -0700211
David Benjamincb0c29f2016-12-12 17:00:50 -0500212 switch (hs->state) {
David Benjaminfc0c9d92016-09-01 01:33:33 -0400213 case SSL_ST_INIT:
David Benjamin4e9cc712016-06-01 20:16:03 -0400214 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_START, 1);
David Benjamincb0c29f2016-12-12 17:00:50 -0500215 hs->state = SSL3_ST_SR_CLNT_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800216 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500217
Adam Langleyfcf25832014-12-18 17:42:32 -0800218 case SSL3_ST_SR_CLNT_HELLO_A:
David Benjamin59bae5a2017-02-02 23:51:22 -0500219 ret = ssl->method->ssl_get_message(ssl);
220 if (ret <= 0) {
221 goto end;
Steven Valdez143e8b32016-07-11 13:19:03 -0400222 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500223 hs->state = SSL3_ST_SR_CLNT_HELLO_B;
224 break;
225
226 case SSL3_ST_SR_CLNT_HELLO_B:
227 ret = ssl3_process_client_hello(hs);
228 if (ret <= 0) {
229 goto end;
230 }
231 hs->state = SSL3_ST_SR_CLNT_HELLO_C;
232 break;
233
234 case SSL3_ST_SR_CLNT_HELLO_C:
235 ret = ssl3_select_certificate(hs);
236 if (ret <= 0) {
237 goto end;
238 }
239 if (hs->state != SSL_ST_TLS13) {
240 hs->state = SSL3_ST_SR_CLNT_HELLO_D;
241 }
242 break;
243
244 case SSL3_ST_SR_CLNT_HELLO_D:
245 ret = ssl3_select_parameters(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800246 if (ret <= 0) {
247 goto end;
248 }
David Benjamindf50eec2016-06-07 16:49:42 -0400249 ssl->method->received_flight(ssl);
David Benjamincb0c29f2016-12-12 17:00:50 -0500250 hs->state = SSL3_ST_SW_SRVR_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800251 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500252
Adam Langleyfcf25832014-12-18 17:42:32 -0800253 case SSL3_ST_SW_SRVR_HELLO_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900254 ret = ssl3_send_server_hello(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800255 if (ret <= 0) {
256 goto end;
257 }
Steven Valdez87eab492016-06-27 16:34:59 -0400258 if (ssl->session != NULL) {
David Benjamincb0c29f2016-12-12 17:00:50 -0500259 hs->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800260 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -0500261 hs->state = SSL3_ST_SW_CERT_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800262 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800263 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700264
Adam Langleyfcf25832014-12-18 17:42:32 -0800265 case SSL3_ST_SW_CERT_A:
David Benjamin45738dd2017-02-09 20:01:26 -0500266 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
David Benjaminc3c88822016-11-14 10:32:04 +0900267 ret = ssl3_send_server_certificate(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800268 if (ret <= 0) {
269 goto end;
270 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800271 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500272 hs->state = SSL3_ST_SW_CERT_STATUS_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800273 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700274
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100275 case SSL3_ST_SW_CERT_STATUS_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900276 if (hs->certificate_status_expected) {
David Benjaminc3c88822016-11-14 10:32:04 +0900277 ret = ssl3_send_certificate_status(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400278 if (ret <= 0) {
279 goto end;
280 }
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100281 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500282 hs->state = SSL3_ST_SW_KEY_EXCH_A;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100283 break;
284
Adam Langleyfcf25832014-12-18 17:42:32 -0800285 case SSL3_ST_SW_KEY_EXCH_A:
286 case SSL3_ST_SW_KEY_EXCH_B:
David Benjamin45738dd2017-02-09 20:01:26 -0500287 alg_a = hs->new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -0700288
David Benjamindf50eec2016-06-07 16:49:42 -0400289 /* PSK ciphers send ServerKeyExchange if there is an identity hint. */
David Benjamin45738dd2017-02-09 20:01:26 -0500290 if (ssl_cipher_requires_server_key_exchange(hs->new_cipher) ||
David Benjamin0d56f882015-12-19 17:05:56 -0500291 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
David Benjaminc3c88822016-11-14 10:32:04 +0900292 ret = ssl3_send_server_key_exchange(hs);
David Benjamin6eb000d2015-02-11 01:17:41 -0500293 if (ret <= 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800294 goto end;
David Benjamin6eb000d2015-02-11 01:17:41 -0500295 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800296 }
Adam Langley95c29f32014-06-20 12:00:00 -0700297
David Benjamincb0c29f2016-12-12 17:00:50 -0500298 hs->state = SSL3_ST_SW_CERT_REQ_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800299 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700300
Adam Langleyfcf25832014-12-18 17:42:32 -0800301 case SSL3_ST_SW_CERT_REQ_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900302 if (hs->cert_request) {
David Benjaminc3c88822016-11-14 10:32:04 +0900303 ret = ssl3_send_certificate_request(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800304 if (ret <= 0) {
305 goto end;
306 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800307 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500308 hs->state = SSL3_ST_SW_SRVR_DONE_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800309 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700310
Adam Langleyfcf25832014-12-18 17:42:32 -0800311 case SSL3_ST_SW_SRVR_DONE_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900312 ret = ssl3_send_server_hello_done(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800313 if (ret <= 0) {
314 goto end;
315 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500316 hs->next_state = SSL3_ST_SR_CERT_A;
317 hs->state = SSL3_ST_SW_FLUSH;
Adam Langleyfcf25832014-12-18 17:42:32 -0800318 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700319
Adam Langleyfcf25832014-12-18 17:42:32 -0800320 case SSL3_ST_SR_CERT_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900321 if (hs->cert_request) {
David Benjaminc3c88822016-11-14 10:32:04 +0900322 ret = ssl3_get_client_certificate(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800323 if (ret <= 0) {
324 goto end;
325 }
326 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500327 hs->state = SSL3_ST_SR_KEY_EXCH_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800328 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700329
Adam Langleyfcf25832014-12-18 17:42:32 -0800330 case SSL3_ST_SR_KEY_EXCH_A:
331 case SSL3_ST_SR_KEY_EXCH_B:
David Benjaminc3c88822016-11-14 10:32:04 +0900332 ret = ssl3_get_client_key_exchange(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800333 if (ret <= 0) {
334 goto end;
335 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500336 hs->state = SSL3_ST_SR_CERT_VRFY_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800337 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700338
Adam Langleyfcf25832014-12-18 17:42:32 -0800339 case SSL3_ST_SR_CERT_VRFY_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900340 ret = ssl3_get_cert_verify(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800341 if (ret <= 0) {
342 goto end;
343 }
Adam Langley95c29f32014-06-20 12:00:00 -0700344
David Benjamincb0c29f2016-12-12 17:00:50 -0500345 hs->state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800346 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700347
David Benjamina41280d2015-11-26 02:16:49 -0500348 case SSL3_ST_SR_CHANGE:
David Benjaminf0ee9072016-06-15 17:44:37 -0400349 ret = ssl->method->read_change_cipher_spec(ssl);
David Benjamina41280d2015-11-26 02:16:49 -0500350 if (ret <= 0) {
351 goto end;
352 }
Adam Langley95c29f32014-06-20 12:00:00 -0700353
David Benjamin67739722016-11-17 17:03:59 +0900354 if (!tls1_change_cipher_state(hs, SSL3_CHANGE_CIPHER_SERVER_READ)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800355 ret = -1;
356 goto end;
357 }
David Benjamina41280d2015-11-26 02:16:49 -0500358
David Benjamincb0c29f2016-12-12 17:00:50 -0500359 hs->state = SSL3_ST_SR_NEXT_PROTO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800360 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700361
Adam Langleyfcf25832014-12-18 17:42:32 -0800362 case SSL3_ST_SR_NEXT_PROTO_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900363 if (hs->next_proto_neg_seen) {
David Benjaminc3c88822016-11-14 10:32:04 +0900364 ret = ssl3_get_next_proto(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400365 if (ret <= 0) {
366 goto end;
367 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800368 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500369 hs->state = SSL3_ST_SR_CHANNEL_ID_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800370 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700371
Adam Langleyfcf25832014-12-18 17:42:32 -0800372 case SSL3_ST_SR_CHANNEL_ID_A:
David Benjamin47749a62016-06-13 13:56:33 -0400373 if (ssl->s3->tlsext_channel_id_valid) {
David Benjaminc3c88822016-11-14 10:32:04 +0900374 ret = ssl3_get_channel_id(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400375 if (ret <= 0) {
376 goto end;
377 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800378 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500379 hs->state = SSL3_ST_SR_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800380 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700381
Adam Langleyfcf25832014-12-18 17:42:32 -0800382 case SSL3_ST_SR_FINISHED_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900383 ret = ssl3_get_finished(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800384 if (ret <= 0) {
385 goto end;
386 }
Adam Langley95c29f32014-06-20 12:00:00 -0700387
David Benjamindf50eec2016-06-07 16:49:42 -0400388 ssl->method->received_flight(ssl);
Steven Valdez87eab492016-06-27 16:34:59 -0400389 if (ssl->session != NULL) {
David Benjamincb0c29f2016-12-12 17:00:50 -0500390 hs->state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800391 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -0500392 hs->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800393 }
David Benjamindf50eec2016-06-07 16:49:42 -0400394
Steven Valdez87eab492016-06-27 16:34:59 -0400395 /* If this is a full handshake with ChannelID then record the handshake
David Benjamin45738dd2017-02-09 20:01:26 -0500396 * hashes in |hs->new_session| in case we need them to verify a
Steven Valdez87eab492016-06-27 16:34:59 -0400397 * ChannelID signature on a resumption of this session in the future. */
398 if (ssl->session == NULL && ssl->s3->tlsext_channel_id_valid) {
Steven Valdez908ac192017-01-12 13:17:07 -0500399 ret = tls1_record_handshake_hashes_for_channel_id(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800400 if (ret <= 0) {
401 goto end;
402 }
403 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800404 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700405
Adam Langleyfcf25832014-12-18 17:42:32 -0800406 case SSL3_ST_SW_SESSION_TICKET_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900407 if (hs->ticket_expected) {
David Benjaminc3c88822016-11-14 10:32:04 +0900408 ret = ssl3_send_new_session_ticket(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400409 if (ret <= 0) {
410 goto end;
411 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800412 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500413 hs->state = SSL3_ST_SW_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800414 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700415
David Benjamin352d0a92016-06-28 11:22:02 -0400416 case SSL3_ST_SW_CHANGE:
David Benjamindaf207a2017-01-03 18:37:41 -0500417 if (!ssl->method->add_change_cipher_spec(ssl) ||
418 !tls1_change_cipher_state(hs, SSL3_CHANGE_CIPHER_SERVER_WRITE)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800419 ret = -1;
420 goto end;
421 }
David Benjamindaf207a2017-01-03 18:37:41 -0500422
423 hs->state = SSL3_ST_SW_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800424 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700425
Adam Langleyfcf25832014-12-18 17:42:32 -0800426 case SSL3_ST_SW_FINISHED_A:
David Benjamin16315f72017-01-12 20:02:05 -0500427 ret = ssl3_send_finished(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800428 if (ret <= 0) {
429 goto end;
430 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500431 hs->state = SSL3_ST_SW_FLUSH;
Steven Valdez87eab492016-06-27 16:34:59 -0400432 if (ssl->session != NULL) {
David Benjamincb0c29f2016-12-12 17:00:50 -0500433 hs->next_state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800434 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -0500435 hs->next_state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800436 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800437 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700438
David Benjamin9f1dc822016-06-07 17:03:46 -0400439 case SSL3_ST_SW_FLUSH:
David Benjamin8d5f9da2017-01-01 17:41:30 -0500440 ret = ssl->method->flush_flight(ssl);
441 if (ret <= 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -0400442 goto end;
443 }
444
David Benjamincb0c29f2016-12-12 17:00:50 -0500445 hs->state = hs->next_state;
446 if (hs->state != SSL_ST_OK) {
David Benjamin9f1dc822016-06-07 17:03:46 -0400447 ssl->method->expect_flight(ssl);
448 }
449 break;
450
Steven Valdez681eb6a2016-12-19 13:19:29 -0500451 case SSL_ST_TLS13: {
452 int early_return = 0;
453 ret = tls13_handshake(hs, &early_return);
Steven Valdez143e8b32016-07-11 13:19:03 -0400454 if (ret <= 0) {
455 goto end;
456 }
Steven Valdez681eb6a2016-12-19 13:19:29 -0500457
458 if (early_return) {
459 ret = 1;
460 goto end;
461 }
462
David Benjamincb0c29f2016-12-12 17:00:50 -0500463 hs->state = SSL_ST_OK;
Steven Valdez143e8b32016-07-11 13:19:03 -0400464 break;
Steven Valdez681eb6a2016-12-19 13:19:29 -0500465 }
Steven Valdez143e8b32016-07-11 13:19:03 -0400466
Adam Langleyfcf25832014-12-18 17:42:32 -0800467 case SSL_ST_OK:
David Benjamin4497e582016-07-27 17:51:49 -0400468 ssl->method->release_current_message(ssl, 1 /* free_buffer */);
Adam Langley95c29f32014-06-20 12:00:00 -0700469
Steven Valdez87eab492016-06-27 16:34:59 -0400470 /* If we aren't retaining peer certificates then we can discard it
471 * now. */
David Benjamin45738dd2017-02-09 20:01:26 -0500472 if (hs->new_session != NULL &&
David Benjaminbbaf3672016-11-17 10:53:09 +0900473 ssl->retain_only_sha256_of_client_certs) {
David Benjamin45738dd2017-02-09 20:01:26 -0500474 sk_CRYPTO_BUFFER_pop_free(hs->new_session->certs, CRYPTO_BUFFER_free);
475 hs->new_session->certs = NULL;
476 ssl->ctx->x509_method->session_clear(hs->new_session);
Steven Valdez87eab492016-06-27 16:34:59 -0400477 }
478
479 SSL_SESSION_free(ssl->s3->established_session);
480 if (ssl->session != NULL) {
David Benjaminb9195402016-08-05 10:51:43 -0400481 SSL_SESSION_up_ref(ssl->session);
482 ssl->s3->established_session = ssl->session;
Steven Valdez87eab492016-06-27 16:34:59 -0400483 } else {
David Benjamin45738dd2017-02-09 20:01:26 -0500484 ssl->s3->established_session = hs->new_session;
Steven Valdez87eab492016-06-27 16:34:59 -0400485 ssl->s3->established_session->not_resumable = 0;
David Benjamin45738dd2017-02-09 20:01:26 -0500486 hs->new_session = NULL;
Steven Valdez87eab492016-06-27 16:34:59 -0400487 }
488
Steven Valdez258508f2017-01-25 15:47:49 -0500489 if (hs->v2_clienthello) {
490 CRYPTO_STATIC_MUTEX_lock_write(&g_v2clienthello_lock);
491 g_v2clienthello_count++;
492 CRYPTO_STATIC_MUTEX_unlock_write(&g_v2clienthello_lock);
493 }
494
David Benjamin78476f62016-11-12 11:20:55 +0900495 ssl->s3->initial_handshake_complete = 1;
David Benjaminf3c8f8d2016-11-17 17:20:47 +0900496 ssl_update_cache(hs, SSL_SESS_CACHE_SERVER);
David Benjamin78476f62016-11-12 11:20:55 +0900497
David Benjamin4e9cc712016-06-01 20:16:03 -0400498 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_DONE, 1);
Adam Langleyfcf25832014-12-18 17:42:32 -0800499 ret = 1;
500 goto end;
Adam Langley95c29f32014-06-20 12:00:00 -0700501
Adam Langleyfcf25832014-12-18 17:42:32 -0800502 default:
David Benjamin3570d732015-06-29 00:28:17 -0400503 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_STATE);
Adam Langleyfcf25832014-12-18 17:42:32 -0800504 ret = -1;
505 goto end;
506 }
Adam Langley95c29f32014-06-20 12:00:00 -0700507
David Benjamin16b1b1d2017-02-10 23:41:14 -0500508 if (hs->state != state) {
David Benjamin4e9cc712016-06-01 20:16:03 -0400509 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_LOOP, 1);
Adam Langleyfcf25832014-12-18 17:42:32 -0800510 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800511 }
512
Adam Langley95c29f32014-06-20 12:00:00 -0700513end:
David Benjamin4e9cc712016-06-01 20:16:03 -0400514 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_EXIT, ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800515 return ret;
516}
Adam Langley95c29f32014-06-20 12:00:00 -0700517
David Benjamin731058e2016-12-03 23:15:13 -0500518int ssl_client_cipher_list_contains_cipher(const SSL_CLIENT_HELLO *client_hello,
519 uint16_t id) {
David Benjamin1deb41b2016-08-09 19:36:38 -0400520 CBS cipher_suites;
521 CBS_init(&cipher_suites, client_hello->cipher_suites,
522 client_hello->cipher_suites_len);
523
524 while (CBS_len(&cipher_suites) > 0) {
525 uint16_t got_id;
526 if (!CBS_get_u16(&cipher_suites, &got_id)) {
527 return 0;
528 }
529
530 if (got_id == id) {
531 return 1;
532 }
533 }
534
535 return 0;
536}
537
David Benjaminf04c2e92016-12-06 13:35:25 -0500538static int negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert,
David Benjamin731058e2016-12-03 23:15:13 -0500539 const SSL_CLIENT_HELLO *client_hello) {
David Benjaminf04c2e92016-12-06 13:35:25 -0500540 SSL *const ssl = hs->ssl;
David Benjamin42bfeb32017-02-02 23:28:14 -0500541 assert(!ssl->s3->have_version);
David Benjamin25fe85b2016-08-09 20:00:32 -0400542 uint16_t min_version, max_version;
543 if (!ssl_get_version_range(ssl, &min_version, &max_version)) {
544 *out_alert = SSL_AD_PROTOCOL_VERSION;
545 return 0;
546 }
547
David Benjamin2dc02042016-09-19 19:57:37 -0400548 uint16_t version = 0;
Steven Valdezfdd10992016-09-15 16:27:05 -0400549 /* Check supported_versions extension if it is present. */
550 CBS supported_versions;
David Benjamin731058e2016-12-03 23:15:13 -0500551 if (ssl_client_hello_get_extension(client_hello, &supported_versions,
552 TLSEXT_TYPE_supported_versions)) {
Steven Valdezfdd10992016-09-15 16:27:05 -0400553 CBS versions;
554 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) ||
555 CBS_len(&supported_versions) != 0 ||
556 CBS_len(&versions) == 0) {
557 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
558 *out_alert = SSL_AD_DECODE_ERROR;
559 return 0;
560 }
561
Brian Smithf85d3232016-10-28 10:34:06 -1000562 /* Choose the newest commonly-supported version advertised by the client.
563 * The client orders the versions according to its preferences, but we're
564 * not required to honor the client's preferences. */
Steven Valdezfdd10992016-09-15 16:27:05 -0400565 int found_version = 0;
566 while (CBS_len(&versions) != 0) {
567 uint16_t ext_version;
568 if (!CBS_get_u16(&versions, &ext_version)) {
569 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
570 *out_alert = SSL_AD_DECODE_ERROR;
571 return 0;
572 }
573 if (!ssl->method->version_from_wire(&ext_version, ext_version)) {
574 continue;
575 }
576 if (min_version <= ext_version &&
Brian Smithf85d3232016-10-28 10:34:06 -1000577 ext_version <= max_version &&
578 (!found_version || version < ext_version)) {
Steven Valdezfdd10992016-09-15 16:27:05 -0400579 version = ext_version;
580 found_version = 1;
Steven Valdezfdd10992016-09-15 16:27:05 -0400581 }
582 }
583
584 if (!found_version) {
585 goto unsupported_protocol;
David Benjamin2dc02042016-09-19 19:57:37 -0400586 }
587 } else {
Steven Valdezfdd10992016-09-15 16:27:05 -0400588 /* Process ClientHello.version instead. Note that versions beyond (D)TLS 1.2
589 * do not use this mechanism. */
590 if (SSL_is_dtls(ssl)) {
591 if (client_hello->version <= DTLS1_2_VERSION) {
592 version = TLS1_2_VERSION;
593 } else if (client_hello->version <= DTLS1_VERSION) {
594 version = TLS1_1_VERSION;
595 } else {
596 goto unsupported_protocol;
597 }
598 } else {
599 if (client_hello->version >= TLS1_2_VERSION) {
600 version = TLS1_2_VERSION;
601 } else if (client_hello->version >= TLS1_1_VERSION) {
602 version = TLS1_1_VERSION;
603 } else if (client_hello->version >= TLS1_VERSION) {
604 version = TLS1_VERSION;
605 } else if (client_hello->version >= SSL3_VERSION) {
606 version = SSL3_VERSION;
607 } else {
608 goto unsupported_protocol;
609 }
David Benjamin2dc02042016-09-19 19:57:37 -0400610 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400611
Steven Valdezfdd10992016-09-15 16:27:05 -0400612 /* Apply our minimum and maximum version. */
613 if (version > max_version) {
614 version = max_version;
615 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400616
Steven Valdezfdd10992016-09-15 16:27:05 -0400617 if (version < min_version) {
618 goto unsupported_protocol;
619 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400620 }
621
622 /* Handle FALLBACK_SCSV. */
623 if (ssl_client_cipher_list_contains_cipher(client_hello,
624 SSL3_CK_FALLBACK_SCSV & 0xffff) &&
625 version < max_version) {
626 OPENSSL_PUT_ERROR(SSL, SSL_R_INAPPROPRIATE_FALLBACK);
627 *out_alert = SSL3_AD_INAPPROPRIATE_FALLBACK;
628 return 0;
629 }
630
David Benjaminf04c2e92016-12-06 13:35:25 -0500631 hs->client_version = client_hello->version;
David Benjamin25fe85b2016-08-09 20:00:32 -0400632 ssl->version = ssl->method->version_to_wire(version);
David Benjamin25fe85b2016-08-09 20:00:32 -0400633
634 /* At this point, the connection's version is known and |ssl->version| is
635 * fixed. Begin enforcing the record-layer version. */
636 ssl->s3->have_version = 1;
637
638 return 1;
Steven Valdezfdd10992016-09-15 16:27:05 -0400639
640unsupported_protocol:
641 OPENSSL_PUT_ERROR(SSL, SSL_R_UNSUPPORTED_PROTOCOL);
642 *out_alert = SSL_AD_PROTOCOL_VERSION;
643 return 0;
David Benjamin25fe85b2016-08-09 20:00:32 -0400644}
645
David Benjamin2578b292016-12-03 23:19:55 -0500646static STACK_OF(SSL_CIPHER) *
647 ssl_parse_client_cipher_list(const SSL_CLIENT_HELLO *client_hello) {
648 CBS cipher_suites;
649 CBS_init(&cipher_suites, client_hello->cipher_suites,
650 client_hello->cipher_suites_len);
651
652 STACK_OF(SSL_CIPHER) *sk = sk_SSL_CIPHER_new_null();
653 if (sk == NULL) {
654 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
655 goto err;
656 }
657
658 while (CBS_len(&cipher_suites) > 0) {
659 uint16_t cipher_suite;
660
661 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
662 OPENSSL_PUT_ERROR(SSL, SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST);
663 goto err;
664 }
665
666 const SSL_CIPHER *c = SSL_get_cipher_by_value(cipher_suite);
667 if (c != NULL && !sk_SSL_CIPHER_push(sk, c)) {
668 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
669 goto err;
670 }
671 }
672
673 return sk;
674
675err:
676 sk_SSL_CIPHER_free(sk);
677 return NULL;
678}
679
680/* ssl_get_compatible_server_ciphers determines the key exchange and
681 * authentication cipher suite masks compatible with the server configuration
682 * and current ClientHello parameters of |hs|. It sets |*out_mask_k| to the key
683 * exchange mask and |*out_mask_a| to the authentication mask. */
684static void ssl_get_compatible_server_ciphers(SSL_HANDSHAKE *hs,
685 uint32_t *out_mask_k,
686 uint32_t *out_mask_a) {
687 SSL *const ssl = hs->ssl;
688 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
689 *out_mask_k = SSL_kGENERIC;
690 *out_mask_a = SSL_aGENERIC;
691 return;
692 }
693
694 uint32_t mask_k = 0;
695 uint32_t mask_a = 0;
696
Adam Langley3a2b47a2017-01-24 13:59:42 -0800697 if (ssl_has_certificate(ssl)) {
David Benjamin2578b292016-12-03 23:19:55 -0500698 int type = ssl_private_key_type(ssl);
699 if (type == NID_rsaEncryption) {
700 mask_k |= SSL_kRSA;
701 mask_a |= SSL_aRSA;
702 } else if (ssl_is_ecdsa_key_type(type)) {
703 mask_a |= SSL_aECDSA;
704 }
705 }
706
707 if (ssl->cert->dh_tmp != NULL || ssl->cert->dh_tmp_cb != NULL) {
708 mask_k |= SSL_kDHE;
709 }
710
711 /* Check for a shared group to consider ECDHE ciphers. */
712 uint16_t unused;
713 if (tls1_get_shared_group(hs, &unused)) {
714 mask_k |= SSL_kECDHE;
715 }
716
David Benjamin2578b292016-12-03 23:19:55 -0500717 /* PSK requires a server callback. */
718 if (ssl->psk_server_callback != NULL) {
719 mask_k |= SSL_kPSK;
720 mask_a |= SSL_aPSK;
721 }
722
723 *out_mask_k = mask_k;
724 *out_mask_a = mask_a;
725}
726
727static const SSL_CIPHER *ssl3_choose_cipher(
728 SSL_HANDSHAKE *hs, const SSL_CLIENT_HELLO *client_hello,
729 const struct ssl_cipher_preference_list_st *server_pref) {
730 SSL *const ssl = hs->ssl;
David Benjaminccbb1652017-03-22 18:24:32 -0400731 STACK_OF(SSL_CIPHER) *prio, *allow;
David Benjamin2578b292016-12-03 23:19:55 -0500732 /* in_group_flags will either be NULL, or will point to an array of bytes
733 * which indicate equal-preference groups in the |prio| stack. See the
734 * comment about |in_group_flags| in the |ssl_cipher_preference_list_st|
735 * struct. */
736 const uint8_t *in_group_flags;
737 /* group_min contains the minimal index so far found in a group, or -1 if no
738 * such value exists yet. */
739 int group_min = -1;
740
David Benjaminccbb1652017-03-22 18:24:32 -0400741 STACK_OF(SSL_CIPHER) *client_pref =
742 ssl_parse_client_cipher_list(client_hello);
743 if (client_pref == NULL) {
David Benjamin2578b292016-12-03 23:19:55 -0500744 return NULL;
745 }
746
747 if (ssl->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
David Benjaminccbb1652017-03-22 18:24:32 -0400748 prio = server_pref->ciphers;
David Benjamin2578b292016-12-03 23:19:55 -0500749 in_group_flags = server_pref->in_group_flags;
David Benjaminccbb1652017-03-22 18:24:32 -0400750 allow = client_pref;
David Benjamin2578b292016-12-03 23:19:55 -0500751 } else {
David Benjaminccbb1652017-03-22 18:24:32 -0400752 prio = client_pref;
David Benjamin2578b292016-12-03 23:19:55 -0500753 in_group_flags = NULL;
David Benjaminccbb1652017-03-22 18:24:32 -0400754 allow = server_pref->ciphers;
David Benjamin2578b292016-12-03 23:19:55 -0500755 }
756
David Benjaminccbb1652017-03-22 18:24:32 -0400757 uint32_t mask_k, mask_a;
David Benjamin2578b292016-12-03 23:19:55 -0500758 ssl_get_compatible_server_ciphers(hs, &mask_k, &mask_a);
759
David Benjaminccbb1652017-03-22 18:24:32 -0400760 const SSL_CIPHER *ret = NULL;
David Benjamin2578b292016-12-03 23:19:55 -0500761 for (size_t i = 0; i < sk_SSL_CIPHER_num(prio); i++) {
David Benjaminccbb1652017-03-22 18:24:32 -0400762 const SSL_CIPHER *c = sk_SSL_CIPHER_value(prio, i);
David Benjamin2578b292016-12-03 23:19:55 -0500763
David Benjaminccbb1652017-03-22 18:24:32 -0400764 size_t cipher_index;
765 if (/* Check if the cipher is supported for the current version. */
766 SSL_CIPHER_get_min_version(c) <= ssl3_protocol_version(ssl) &&
767 ssl3_protocol_version(ssl) <= SSL_CIPHER_get_max_version(c) &&
768 /* Check the cipher is supported for the server configuration. */
769 (c->algorithm_mkey & mask_k) &&
770 (c->algorithm_auth & mask_a) &&
771 /* Check the cipher is in the |allow| list. */
772 sk_SSL_CIPHER_find(allow, &cipher_index, c)) {
David Benjamin2578b292016-12-03 23:19:55 -0500773 if (in_group_flags != NULL && in_group_flags[i] == 1) {
774 /* This element of |prio| is in a group. Update the minimum index found
775 * so far and continue looking. */
776 if (group_min == -1 || (size_t)group_min > cipher_index) {
777 group_min = cipher_index;
778 }
779 } else {
780 if (group_min != -1 && (size_t)group_min < cipher_index) {
781 cipher_index = group_min;
782 }
783 ret = sk_SSL_CIPHER_value(allow, cipher_index);
784 break;
785 }
786 }
787
788 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1) {
789 /* We are about to leave a group, but we found a match in it, so that's
790 * our answer. */
791 ret = sk_SSL_CIPHER_value(allow, group_min);
792 break;
793 }
794 }
795
David Benjaminccbb1652017-03-22 18:24:32 -0400796 sk_SSL_CIPHER_free(client_pref);
David Benjamin2578b292016-12-03 23:19:55 -0500797 return ret;
798}
799
David Benjamin59bae5a2017-02-02 23:51:22 -0500800static int ssl3_process_client_hello(SSL_HANDSHAKE *hs) {
David Benjaminc3c88822016-11-14 10:32:04 +0900801 SSL *const ssl = hs->ssl;
David Benjamin59bae5a2017-02-02 23:51:22 -0500802 if (!ssl_check_message_type(ssl, SSL3_MT_CLIENT_HELLO)) {
803 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800804 }
Adam Langley95c29f32014-06-20 12:00:00 -0700805
David Benjamin731058e2016-12-03 23:15:13 -0500806 SSL_CLIENT_HELLO client_hello;
807 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
808 ssl->init_num)) {
David Benjamin3570d732015-06-29 00:28:17 -0400809 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin59bae5a2017-02-02 23:51:22 -0500810 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
811 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800812 }
Adam Langley95c29f32014-06-20 12:00:00 -0700813
David Benjamin59bae5a2017-02-02 23:51:22 -0500814 /* Run the early callback. */
815 if (ssl->ctx->select_certificate_cb != NULL) {
816 switch (ssl->ctx->select_certificate_cb(&client_hello)) {
Alessandro Ghedini57e81e62017-03-14 23:36:00 +0000817 case ssl_select_cert_retry:
David Benjamin59bae5a2017-02-02 23:51:22 -0500818 ssl->rwstate = SSL_CERTIFICATE_SELECTION_PENDING;
819 return -1;
David Benjamine14ff062016-08-09 16:21:24 -0400820
Alessandro Ghedini57e81e62017-03-14 23:36:00 +0000821 case ssl_select_cert_error:
David Benjamin59bae5a2017-02-02 23:51:22 -0500822 /* Connection rejected. */
823 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
824 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
825 return -1;
David Benjamine14ff062016-08-09 16:21:24 -0400826
David Benjamin59bae5a2017-02-02 23:51:22 -0500827 default:
828 /* fallthrough */;
David Benjamine14ff062016-08-09 16:21:24 -0400829 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500830 }
David Benjamine14ff062016-08-09 16:21:24 -0400831
Adam Langley04540a72017-02-09 10:11:50 -0800832 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjamin59bae5a2017-02-02 23:51:22 -0500833 if (!negotiate_version(hs, &alert, &client_hello)) {
834 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
835 return -1;
836 }
David Benjamin1deb41b2016-08-09 19:36:38 -0400837
David Benjamin59bae5a2017-02-02 23:51:22 -0500838 /* Load the client random. */
839 if (client_hello.random_len != SSL3_RANDOM_SIZE) {
840 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
841 return -1;
842 }
843 OPENSSL_memcpy(ssl->s3->client_random, client_hello.random,
844 client_hello.random_len);
845
846 /* Only null compression is supported. TLS 1.3 further requires the peer
847 * advertise no other compression. */
848 if (OPENSSL_memchr(client_hello.compression_methods, 0,
849 client_hello.compression_methods_len) == NULL ||
850 (ssl3_protocol_version(ssl) >= TLS1_3_VERSION &&
851 client_hello.compression_methods_len != 1)) {
852 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMPRESSION_LIST);
853 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER);
854 return -1;
855 }
856
857 /* TLS extensions. */
858 if (!ssl_parse_clienthello_tlsext(hs, &client_hello)) {
859 OPENSSL_PUT_ERROR(SSL, SSL_R_PARSE_TLSEXT);
860 return -1;
861 }
862
863 return 1;
864}
865
866static int ssl3_select_certificate(SSL_HANDSHAKE *hs) {
867 SSL *const ssl = hs->ssl;
868 /* Call |cert_cb| to update server certificates if required. */
869 if (ssl->cert->cert_cb != NULL) {
870 int rv = ssl->cert->cert_cb(ssl, ssl->cert->cert_cb_arg);
871 if (rv == 0) {
872 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_CB_ERROR);
873 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamin25fe85b2016-08-09 20:00:32 -0400874 return -1;
875 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500876 if (rv < 0) {
877 ssl->rwstate = SSL_X509_LOOKUP;
878 return -1;
David Benjamin4eb95cc2016-11-16 17:08:23 +0900879 }
David Benjamin4eb95cc2016-11-16 17:08:23 +0900880 }
881
Adam Langley94a62e62017-02-10 15:24:56 -0800882 if (!ssl->ctx->x509_method->ssl_auto_chain_if_needed(ssl)) {
David Benjamin59bae5a2017-02-02 23:51:22 -0500883 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900884 }
885
David Benjamin59bae5a2017-02-02 23:51:22 -0500886 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
887 /* Jump to the TLS 1.3 state machine. */
888 hs->state = SSL_ST_TLS13;
889 hs->do_tls13_handshake = tls13_server_handshake;
890 return 1;
891 }
892
893 SSL_CLIENT_HELLO client_hello;
894 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
895 ssl->init_num)) {
896 return -1;
897 }
898
899 /* Negotiate the cipher suite. This must be done after |cert_cb| so the
900 * certificate is finalized. */
David Benjamin45738dd2017-02-09 20:01:26 -0500901 hs->new_cipher =
David Benjamin59bae5a2017-02-02 23:51:22 -0500902 ssl3_choose_cipher(hs, &client_hello, ssl_get_cipher_preferences(ssl));
David Benjamin45738dd2017-02-09 20:01:26 -0500903 if (hs->new_cipher == NULL) {
David Benjamin59bae5a2017-02-02 23:51:22 -0500904 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_SHARED_CIPHER);
905 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
906 return -1;
907 }
908
909 return 1;
910}
911
912static int ssl3_select_parameters(SSL_HANDSHAKE *hs) {
913 SSL *const ssl = hs->ssl;
914 uint8_t al = SSL_AD_INTERNAL_ERROR;
915 int ret = -1;
916 SSL_SESSION *session = NULL;
917
918 SSL_CLIENT_HELLO client_hello;
919 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
920 ssl->init_num)) {
921 return -1;
922 }
David Benjamin34202b92016-11-16 19:07:53 +0900923
924 /* Determine whether we are doing session resumption. */
925 int tickets_supported = 0, renew_ticket = 0;
926 switch (ssl_get_prev_session(ssl, &session, &tickets_supported, &renew_ticket,
927 &client_hello)) {
928 case ssl_session_success:
929 break;
930 case ssl_session_error:
931 goto err;
932 case ssl_session_retry:
933 ssl->rwstate = SSL_PENDING_SESSION;
934 goto err;
Adam Langley4c341d02017-03-08 19:33:21 -0800935 case ssl_session_ticket_retry:
936 ssl->rwstate = SSL_PENDING_TICKET;
937 goto err;
David Benjamin34202b92016-11-16 19:07:53 +0900938 }
939
940 if (session != NULL) {
David Benjaminfc02b592017-02-17 16:26:01 -0500941 if (session->extended_master_secret && !hs->extended_master_secret) {
David Benjamin34202b92016-11-16 19:07:53 +0900942 /* A ClientHello without EMS that attempts to resume a session with EMS
943 * is fatal to the connection. */
944 al = SSL_AD_HANDSHAKE_FAILURE;
945 OPENSSL_PUT_ERROR(SSL, SSL_R_RESUMED_EMS_SESSION_WITHOUT_EMS_EXTENSION);
946 goto f_err;
947 }
948
David Benjamin45738dd2017-02-09 20:01:26 -0500949 if (!ssl_session_is_resumable(hs, session) ||
David Benjamin34202b92016-11-16 19:07:53 +0900950 /* If the client offers the EMS extension, but the previous session
951 * didn't use it, then negotiate a new session. */
David Benjaminfc02b592017-02-17 16:26:01 -0500952 hs->extended_master_secret != session->extended_master_secret) {
David Benjamin34202b92016-11-16 19:07:53 +0900953 SSL_SESSION_free(session);
954 session = NULL;
955 }
956 }
957
958 if (session != NULL) {
959 /* Use the old session. */
David Benjaminc3c88822016-11-14 10:32:04 +0900960 hs->ticket_expected = renew_ticket;
David Benjamin34202b92016-11-16 19:07:53 +0900961 ssl->session = session;
962 session = NULL;
963 ssl->s3->session_reused = 1;
964 } else {
David Benjaminc3c88822016-11-14 10:32:04 +0900965 hs->ticket_expected = tickets_supported;
David Benjamin34202b92016-11-16 19:07:53 +0900966 ssl_set_session(ssl, NULL);
David Benjaminf3c8f8d2016-11-17 17:20:47 +0900967 if (!ssl_get_new_session(hs, 1 /* server */)) {
David Benjamin34202b92016-11-16 19:07:53 +0900968 goto err;
969 }
970
971 /* Clear the session ID if we want the session to be single-use. */
972 if (!(ssl->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)) {
David Benjamin45738dd2017-02-09 20:01:26 -0500973 hs->new_session->session_id_length = 0;
David Benjamin34202b92016-11-16 19:07:53 +0900974 }
975 }
976
977 if (ssl->ctx->dos_protection_cb != NULL &&
978 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
979 /* Connection rejected for DOS reasons. */
980 al = SSL_AD_INTERNAL_ERROR;
981 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
982 goto f_err;
983 }
984
David Benjaminf01f42a2016-11-16 19:05:33 +0900985 if (ssl->session == NULL) {
David Benjamin45738dd2017-02-09 20:01:26 -0500986 hs->new_session->cipher = hs->new_cipher;
David Benjamin5c1ce292015-05-26 16:59:43 -0400987
David Benjamin4eb95cc2016-11-16 17:08:23 +0900988 /* On new sessions, stash the SNI value in the session. */
David Benjaminc3c88822016-11-14 10:32:04 +0900989 if (hs->hostname != NULL) {
David Benjamin45738dd2017-02-09 20:01:26 -0500990 OPENSSL_free(hs->new_session->tlsext_hostname);
991 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname);
992 if (hs->new_session->tlsext_hostname == NULL) {
David Benjamin4eb95cc2016-11-16 17:08:23 +0900993 al = SSL_AD_INTERNAL_ERROR;
994 goto f_err;
995 }
996 }
997
David Benjamin5c1ce292015-05-26 16:59:43 -0400998 /* Determine whether to request a client certificate. */
David Benjaminc3c88822016-11-14 10:32:04 +0900999 hs->cert_request = !!(ssl->verify_mode & SSL_VERIFY_PEER);
David Benjamin5c1ce292015-05-26 16:59:43 -04001000 /* Only request a certificate if Channel ID isn't negotiated. */
David Benjamin0d56f882015-12-19 17:05:56 -05001001 if ((ssl->verify_mode & SSL_VERIFY_PEER_IF_NO_OBC) &&
1002 ssl->s3->tlsext_channel_id_valid) {
David Benjaminc3c88822016-11-14 10:32:04 +09001003 hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -04001004 }
David Benjaminc032dfa2016-05-12 14:54:57 -04001005 /* CertificateRequest may only be sent in certificate-based ciphers. */
David Benjamin45738dd2017-02-09 20:01:26 -05001006 if (!ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
David Benjaminc3c88822016-11-14 10:32:04 +09001007 hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -04001008 }
Adam Langley37646832016-08-01 16:16:46 -07001009
David Benjaminc3c88822016-11-14 10:32:04 +09001010 if (!hs->cert_request) {
Adam Langley37646832016-08-01 16:16:46 -07001011 /* OpenSSL returns X509_V_OK when no certificates are requested. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001012 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -05001013 hs->new_session->verify_result = X509_V_OK;
Adam Langley37646832016-08-01 16:16:46 -07001014 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001015 }
1016
David Benjaminf01f42a2016-11-16 19:05:33 +09001017 /* HTTP/2 negotiation depends on the cipher suite, so ALPN negotiation was
1018 * deferred. Complete it now. */
David Benjaminf3c8f8d2016-11-17 17:20:47 +09001019 if (!ssl_negotiate_alpn(hs, &al, &client_hello)) {
David Benjamin9ef31f02016-10-31 18:01:13 -04001020 goto f_err;
1021 }
1022
David Benjaminf71036e2017-01-21 14:49:39 -05001023 /* Now that all parameters are known, initialize the handshake hash and hash
1024 * the ClientHello. */
Steven Valdez908ac192017-01-12 13:17:07 -05001025 if (!SSL_TRANSCRIPT_init_hash(&hs->transcript, ssl3_protocol_version(ssl),
David Benjamin45738dd2017-02-09 20:01:26 -05001026 hs->new_cipher->algorithm_prf) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001027 !ssl_hash_current_message(hs)) {
David Benjamin9550c3a2015-08-05 08:50:34 -04001028 goto f_err;
1029 }
1030
Steven Valdez2b8415e2016-06-30 13:27:23 -04001031 /* Release the handshake buffer if client authentication isn't required. */
David Benjaminc3c88822016-11-14 10:32:04 +09001032 if (!hs->cert_request) {
Steven Valdez908ac192017-01-12 13:17:07 -05001033 SSL_TRANSCRIPT_free_buffer(&hs->transcript);
Adam Langleyfcf25832014-12-18 17:42:32 -08001034 }
1035
David Benjamin0bd71eb2015-12-01 14:14:40 -05001036 ret = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001037
1038 if (0) {
1039 f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001040 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langleyfcf25832014-12-18 17:42:32 -08001041 }
1042
Adam Langley95c29f32014-06-20 12:00:00 -07001043err:
David Benjamine3aa1d92015-06-16 15:34:50 -04001044 SSL_SESSION_free(session);
Adam Langleyfcf25832014-12-18 17:42:32 -08001045 return ret;
1046}
Adam Langley95c29f32014-06-20 12:00:00 -07001047
David Benjaminc3c88822016-11-14 10:32:04 +09001048static int ssl3_send_server_hello(SSL_HANDSHAKE *hs) {
1049 SSL *const ssl = hs->ssl;
David Benjamin56380462015-10-10 14:59:09 -04001050
1051 /* We only accept ChannelIDs on connections with ECDHE in order to avoid a
1052 * known attack while we fix ChannelID itself. */
1053 if (ssl->s3->tlsext_channel_id_valid &&
David Benjamin45738dd2017-02-09 20:01:26 -05001054 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
David Benjamin56380462015-10-10 14:59:09 -04001055 ssl->s3->tlsext_channel_id_valid = 0;
1056 }
1057
1058 /* If this is a resumption and the original handshake didn't support
1059 * ChannelID then we didn't record the original handshake hashes in the
1060 * session and so cannot resume with ChannelIDs. */
Steven Valdez87eab492016-06-27 16:34:59 -04001061 if (ssl->session != NULL &&
1062 ssl->session->original_handshake_hash_len == 0) {
David Benjamin56380462015-10-10 14:59:09 -04001063 ssl->s3->tlsext_channel_id_valid = 0;
1064 }
1065
David Benjaminad8f5e12017-02-20 17:00:20 -05001066 struct OPENSSL_timeval now;
David Benjamin721e8b72016-08-03 13:13:17 -04001067 ssl_get_current_time(ssl, &now);
1068 ssl->s3->server_random[0] = now.tv_sec >> 24;
1069 ssl->s3->server_random[1] = now.tv_sec >> 16;
1070 ssl->s3->server_random[2] = now.tv_sec >> 8;
1071 ssl->s3->server_random[3] = now.tv_sec;
David Benjamin1f61f0d2016-07-10 12:20:35 -04001072 if (!RAND_bytes(ssl->s3->server_random + 4, SSL3_RANDOM_SIZE - 4)) {
David Benjamin56380462015-10-10 14:59:09 -04001073 return -1;
1074 }
1075
David Benjamin55108632016-08-11 22:01:18 -04001076 /* TODO(davidben): Implement the TLS 1.1 and 1.2 downgrade sentinels once TLS
1077 * 1.3 is finalized and we are not implementing a draft version. */
David Benjamin1f61f0d2016-07-10 12:20:35 -04001078
David Benjamin45738dd2017-02-09 20:01:26 -05001079 const SSL_SESSION *session = hs->new_session;
Steven Valdez87eab492016-06-27 16:34:59 -04001080 if (ssl->session != NULL) {
1081 session = ssl->session;
1082 }
1083
David Benjamin75836432016-06-17 18:48:29 -04001084 CBB cbb, body, session_id;
1085 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO) ||
1086 !CBB_add_u16(&body, ssl->version) ||
1087 !CBB_add_bytes(&body, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
1088 !CBB_add_u8_length_prefixed(&body, &session_id) ||
Steven Valdez87eab492016-06-27 16:34:59 -04001089 !CBB_add_bytes(&session_id, session->session_id,
1090 session->session_id_length) ||
David Benjamin45738dd2017-02-09 20:01:26 -05001091 !CBB_add_u16(&body, ssl_cipher_get_value(hs->new_cipher)) ||
David Benjamin75836432016-06-17 18:48:29 -04001092 !CBB_add_u8(&body, 0 /* no compression */) ||
David Benjamin8c880a22016-12-03 02:20:34 -05001093 !ssl_add_serverhello_tlsext(hs, &body) ||
David Benjamindaf207a2017-01-03 18:37:41 -05001094 !ssl_add_message_cbb(ssl, &cbb)) {
David Benjamin56380462015-10-10 14:59:09 -04001095 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1096 CBB_cleanup(&cbb);
1097 return -1;
1098 }
1099
David Benjamin16315f72017-01-12 20:02:05 -05001100 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001101}
Adam Langley95c29f32014-06-20 12:00:00 -07001102
David Benjaminc3c88822016-11-14 10:32:04 +09001103static int ssl3_send_server_certificate(SSL_HANDSHAKE *hs) {
1104 SSL *const ssl = hs->ssl;
David Benjamin32a66d52016-07-13 22:03:11 -04001105 if (!ssl_has_certificate(ssl)) {
1106 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_SET);
David Benjamin16315f72017-01-12 20:02:05 -05001107 return -1;
David Benjamin32a66d52016-07-13 22:03:11 -04001108 }
1109
David Benjamin75836432016-06-17 18:48:29 -04001110 if (!ssl3_output_cert_chain(ssl)) {
David Benjamin16315f72017-01-12 20:02:05 -05001111 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001112 }
David Benjamin16315f72017-01-12 20:02:05 -05001113 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001114}
1115
David Benjaminc3c88822016-11-14 10:32:04 +09001116static int ssl3_send_certificate_status(SSL_HANDSHAKE *hs) {
1117 SSL *const ssl = hs->ssl;
David Benjamin75836432016-06-17 18:48:29 -04001118 CBB cbb, body, ocsp_response;
1119 if (!ssl->method->init_message(ssl, &cbb, &body,
1120 SSL3_MT_CERTIFICATE_STATUS) ||
1121 !CBB_add_u8(&body, TLSEXT_STATUSTYPE_ocsp) ||
1122 !CBB_add_u24_length_prefixed(&body, &ocsp_response) ||
David Benjamin83a32122017-02-14 18:34:54 -05001123 !CBB_add_bytes(&ocsp_response,
1124 CRYPTO_BUFFER_data(ssl->cert->ocsp_response),
1125 CRYPTO_BUFFER_len(ssl->cert->ocsp_response)) ||
David Benjamindaf207a2017-01-03 18:37:41 -05001126 !ssl_add_message_cbb(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001127 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1128 CBB_cleanup(&cbb);
1129 return -1;
1130 }
1131
David Benjamin16315f72017-01-12 20:02:05 -05001132 return 1;
Paul Lietaraeeff2c2015-08-12 11:47:11 +01001133}
1134
David Benjaminc3c88822016-11-14 10:32:04 +09001135static int ssl3_send_server_key_exchange(SSL_HANDSHAKE *hs) {
1136 SSL *const ssl = hs->ssl;
David Benjamin2a0b3912015-12-18 01:01:21 -05001137 CBB cbb, child;
David Benjaminc42acee2016-06-17 17:47:58 -04001138 CBB_zero(&cbb);
nagendra modadugu601448a2015-07-24 09:31:31 -07001139
David Benjaminc42acee2016-06-17 17:47:58 -04001140 /* Put together the parameters. */
David Benjamincb0c29f2016-12-12 17:00:50 -05001141 if (hs->state == SSL3_ST_SW_KEY_EXCH_A) {
David Benjamin45738dd2017-02-09 20:01:26 -05001142 uint32_t alg_k = hs->new_cipher->algorithm_mkey;
1143 uint32_t alg_a = hs->new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -07001144
David Benjaminc42acee2016-06-17 17:47:58 -04001145 /* Pre-allocate enough room to comfortably fit an ECDHE public key. */
1146 if (!CBB_init(&cbb, 128)) {
1147 goto err;
1148 }
1149
David Benjamin2a0b3912015-12-18 01:01:21 -05001150 /* PSK ciphers begin with an identity hint. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001151 if (alg_a & SSL_aPSK) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001152 size_t len =
1153 (ssl->psk_identity_hint == NULL) ? 0 : strlen(ssl->psk_identity_hint);
1154 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
1155 !CBB_add_bytes(&child, (const uint8_t *)ssl->psk_identity_hint,
1156 len)) {
1157 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001158 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001159 }
Adam Langley95c29f32014-06-20 12:00:00 -07001160
David Benjamin7061e282015-03-19 11:10:48 -04001161 if (alg_k & SSL_kDHE) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001162 /* Determine the group to use. */
1163 DH *params = ssl->cert->dh_tmp;
1164 if (params == NULL && ssl->cert->dh_tmp_cb != NULL) {
1165 params = ssl->cert->dh_tmp_cb(ssl, 0, 1024);
Adam Langleyfcf25832014-12-18 17:42:32 -08001166 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001167 if (params == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001168 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_DH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001169 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001170 goto err;
1171 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001172
David Benjamin974c7ba2015-12-19 16:58:04 -05001173 /* Set up DH, generate a key, and emit the public half. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001174 DH *dh = DHparams_dup(params);
David Benjamin974c7ba2015-12-19 16:58:04 -05001175 if (dh == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001176 goto err;
1177 }
David Benjamin9f226a52015-04-26 22:12:32 -04001178
David Benjaminc3c88822016-11-14 10:32:04 +09001179 SSL_ECDH_CTX_init_for_dhe(&hs->ecdh_ctx, dh);
David Benjamin2a0b3912015-12-18 01:01:21 -05001180 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001181 !BN_bn2cbb_padded(&child, BN_num_bytes(params->p), params->p) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001182 !CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001183 !BN_bn2cbb_padded(&child, BN_num_bytes(params->g), params->g) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001184 !CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjaminc3c88822016-11-14 10:32:04 +09001185 !SSL_ECDH_CTX_offer(&hs->ecdh_ctx, &child)) {
David Benjamin9f226a52015-04-26 22:12:32 -04001186 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001187 }
David Benjamin7061e282015-03-19 11:10:48 -04001188 } else if (alg_k & SSL_kECDHE) {
Steven Valdezce902a92016-05-17 11:47:53 -04001189 /* Determine the group to use. */
1190 uint16_t group_id;
David Benjaminf3c8f8d2016-11-17 17:20:47 +09001191 if (!tls1_get_shared_group(hs, &group_id)) {
David Benjamin3570d732015-06-29 00:28:17 -04001192 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_ECDH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001193 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001194 goto err;
1195 }
David Benjamin45738dd2017-02-09 20:01:26 -05001196 hs->new_session->group_id = group_id;
Adam Langley95c29f32014-06-20 12:00:00 -07001197
David Benjamin4298d772015-12-19 00:18:25 -05001198 /* Set up ECDH, generate a key, and emit the public half. */
David Benjaminc3c88822016-11-14 10:32:04 +09001199 if (!SSL_ECDH_CTX_init(&hs->ecdh_ctx, group_id) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001200 !CBB_add_u8(&cbb, NAMED_CURVE_TYPE) ||
Steven Valdezce902a92016-05-17 11:47:53 -04001201 !CBB_add_u16(&cbb, group_id) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001202 !CBB_add_u8_length_prefixed(&cbb, &child) ||
David Benjaminc3c88822016-11-14 10:32:04 +09001203 !SSL_ECDH_CTX_offer(&hs->ecdh_ctx, &child)) {
Matt Braithwaite053931e2016-05-25 12:06:05 -07001204 goto err;
1205 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001206 } else {
1207 assert(alg_k & SSL_kPSK);
Adam Langleyfcf25832014-12-18 17:42:32 -08001208 }
Adam Langley95c29f32014-06-20 12:00:00 -07001209
David Benjaminc3c88822016-11-14 10:32:04 +09001210 if (!CBB_finish(&cbb, &hs->server_params, &hs->server_params_len)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001211 goto err;
1212 }
David Benjaminc42acee2016-06-17 17:47:58 -04001213 }
1214
1215 /* Assemble the message. */
David Benjamin75836432016-06-17 18:48:29 -04001216 CBB body;
1217 if (!ssl->method->init_message(ssl, &cbb, &body,
1218 SSL3_MT_SERVER_KEY_EXCHANGE) ||
David Benjaminc3c88822016-11-14 10:32:04 +09001219 !CBB_add_bytes(&body, hs->server_params, hs->server_params_len)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001220 goto err;
1221 }
Adam Langley95c29f32014-06-20 12:00:00 -07001222
David Benjamin2a0b3912015-12-18 01:01:21 -05001223 /* Add a signature. */
David Benjamin45738dd2017-02-09 20:01:26 -05001224 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001225 if (!ssl_has_private_key(ssl)) {
1226 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001227 goto err;
1228 }
Adam Langley95c29f32014-06-20 12:00:00 -07001229
David Benjaminc42acee2016-06-17 17:47:58 -04001230 /* Determine the signature algorithm. */
David Benjaminea9a0d52016-07-08 15:52:59 -07001231 uint16_t signature_algorithm;
David Benjaminf3c8f8d2016-11-17 17:20:47 +09001232 if (!tls1_choose_signature_algorithm(hs, &signature_algorithm)) {
David Benjaminea9a0d52016-07-08 15:52:59 -07001233 goto err;
1234 }
David Benjaminc42acee2016-06-17 17:47:58 -04001235 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001236 if (!CBB_add_u16(&body, signature_algorithm)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001237 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1238 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1239 goto err;
1240 }
David Benjaminc42acee2016-06-17 17:47:58 -04001241 }
1242
1243 /* Add space for the signature. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001244 const size_t max_sig_len = ssl_private_key_max_signature_len(ssl);
David Benjaminc42acee2016-06-17 17:47:58 -04001245 uint8_t *ptr;
David Benjamin75836432016-06-17 18:48:29 -04001246 if (!CBB_add_u16_length_prefixed(&body, &child) ||
David Benjaminc42acee2016-06-17 17:47:58 -04001247 !CBB_reserve(&child, &ptr, max_sig_len)) {
1248 goto err;
1249 }
1250
David Benjamin2a0b3912015-12-18 01:01:21 -05001251 size_t sig_len;
1252 enum ssl_private_key_result_t sign_result;
David Benjamincb0c29f2016-12-12 17:00:50 -05001253 if (hs->state == SSL3_ST_SW_KEY_EXCH_A) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001254 CBB transcript;
1255 uint8_t *transcript_data;
1256 size_t transcript_len;
1257 if (!CBB_init(&transcript,
David Benjaminc3c88822016-11-14 10:32:04 +09001258 2 * SSL3_RANDOM_SIZE + hs->server_params_len) ||
1259 !CBB_add_bytes(&transcript, ssl->s3->client_random,
1260 SSL3_RANDOM_SIZE) ||
1261 !CBB_add_bytes(&transcript, ssl->s3->server_random,
1262 SSL3_RANDOM_SIZE) ||
1263 !CBB_add_bytes(&transcript, hs->server_params,
1264 hs->server_params_len) ||
Steven Valdez2b8415e2016-06-30 13:27:23 -04001265 !CBB_finish(&transcript, &transcript_data, &transcript_len)) {
1266 CBB_cleanup(&transcript);
1267 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1268 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Steven Valdezf0451ca2016-06-29 13:16:27 -04001269 goto err;
1270 }
1271
Steven Valdezf0451ca2016-06-29 13:16:27 -04001272 sign_result = ssl_private_key_sign(ssl, ptr, &sig_len, max_sig_len,
Steven Valdez2b8415e2016-06-30 13:27:23 -04001273 signature_algorithm, transcript_data,
1274 transcript_len);
1275 OPENSSL_free(transcript_data);
David Benjamin1f9f9c42015-08-28 16:17:59 -04001276 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -05001277 assert(hs->state == SSL3_ST_SW_KEY_EXCH_B);
David Benjamind3440b42016-07-14 14:52:41 -04001278 sign_result = ssl_private_key_complete(ssl, ptr, &sig_len, max_sig_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001279 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001280
1281 switch (sign_result) {
1282 case ssl_private_key_success:
David Benjamin2a0b3912015-12-18 01:01:21 -05001283 if (!CBB_did_write(&child, sig_len)) {
1284 goto err;
1285 }
1286 break;
1287 case ssl_private_key_failure:
David Benjamin2a0b3912015-12-18 01:01:21 -05001288 goto err;
1289 case ssl_private_key_retry:
David Benjamin2a0b3912015-12-18 01:01:21 -05001290 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamincb0c29f2016-12-12 17:00:50 -05001291 hs->state = SSL3_ST_SW_KEY_EXCH_B;
David Benjamin2a0b3912015-12-18 01:01:21 -05001292 goto err;
1293 }
David Benjamin1f9f9c42015-08-28 16:17:59 -04001294 }
1295
David Benjamindaf207a2017-01-03 18:37:41 -05001296 if (!ssl_add_message_cbb(ssl, &cbb)) {
David Benjamin1f9f9c42015-08-28 16:17:59 -04001297 goto err;
1298 }
David Benjaminc42acee2016-06-17 17:47:58 -04001299
David Benjaminc3c88822016-11-14 10:32:04 +09001300 OPENSSL_free(hs->server_params);
1301 hs->server_params = NULL;
1302 hs->server_params_len = 0;
David Benjaminc42acee2016-06-17 17:47:58 -04001303
David Benjamin16315f72017-01-12 20:02:05 -05001304 return 1;
nagendra modadugu601448a2015-07-24 09:31:31 -07001305
Adam Langley95c29f32014-06-20 12:00:00 -07001306err:
David Benjamin2a0b3912015-12-18 01:01:21 -05001307 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001308 return -1;
1309}
Adam Langley95c29f32014-06-20 12:00:00 -07001310
David Benjamin75836432016-06-17 18:48:29 -04001311static int add_cert_types(SSL *ssl, CBB *cbb) {
1312 /* Get configured signature algorithms. */
1313 int have_rsa_sign = 0;
1314 int have_ecdsa_sign = 0;
Steven Valdez02563852016-06-23 13:33:05 -04001315 const uint16_t *sig_algs;
David Benjamin3ef76972016-10-17 17:59:54 -04001316 size_t num_sig_algs = tls12_get_verify_sigalgs(ssl, &sig_algs);
1317 for (size_t i = 0; i < num_sig_algs; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001318 switch (sig_algs[i]) {
1319 case SSL_SIGN_RSA_PKCS1_SHA512:
1320 case SSL_SIGN_RSA_PKCS1_SHA384:
1321 case SSL_SIGN_RSA_PKCS1_SHA256:
1322 case SSL_SIGN_RSA_PKCS1_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001323 have_rsa_sign = 1;
1324 break;
Adam Langley95c29f32014-06-20 12:00:00 -07001325
Steven Valdez02563852016-06-23 13:33:05 -04001326 case SSL_SIGN_ECDSA_SECP521R1_SHA512:
1327 case SSL_SIGN_ECDSA_SECP384R1_SHA384:
1328 case SSL_SIGN_ECDSA_SECP256R1_SHA256:
1329 case SSL_SIGN_ECDSA_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001330 have_ecdsa_sign = 1;
1331 break;
Adam Langleyfcf25832014-12-18 17:42:32 -08001332 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001333 }
Adam Langley95c29f32014-06-20 12:00:00 -07001334
David Benjamin75836432016-06-17 18:48:29 -04001335 if (have_rsa_sign && !CBB_add_u8(cbb, SSL3_CT_RSA_SIGN)) {
1336 return 0;
1337 }
1338
1339 /* ECDSA certs can be used with RSA cipher suites as well so we don't need to
1340 * check for SSL_kECDH or SSL_kECDHE. */
1341 if (ssl->version >= TLS1_VERSION && have_ecdsa_sign &&
1342 !CBB_add_u8(cbb, TLS_CT_ECDSA_SIGN)) {
1343 return 0;
1344 }
1345
1346 return 1;
1347}
1348
David Benjaminc3c88822016-11-14 10:32:04 +09001349static int ssl3_send_certificate_request(SSL_HANDSHAKE *hs) {
1350 SSL *const ssl = hs->ssl;
David Benjamin32a66d52016-07-13 22:03:11 -04001351 CBB cbb, body, cert_types, sigalgs_cbb;
David Benjamin75836432016-06-17 18:48:29 -04001352 if (!ssl->method->init_message(ssl, &cbb, &body,
1353 SSL3_MT_CERTIFICATE_REQUEST) ||
1354 !CBB_add_u8_length_prefixed(&body, &cert_types) ||
1355 !add_cert_types(ssl, &cert_types)) {
1356 goto err;
1357 }
1358
1359 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001360 const uint16_t *sigalgs;
David Benjamin3ef76972016-10-17 17:59:54 -04001361 size_t num_sigalgs = tls12_get_verify_sigalgs(ssl, &sigalgs);
Steven Valdez02563852016-06-23 13:33:05 -04001362 if (!CBB_add_u16_length_prefixed(&body, &sigalgs_cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001363 goto err;
1364 }
Steven Valdez02563852016-06-23 13:33:05 -04001365
David Benjamin0fc37ef2016-08-17 15:29:46 -04001366 for (size_t i = 0; i < num_sigalgs; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001367 if (!CBB_add_u16(&sigalgs_cbb, sigalgs[i])) {
1368 goto err;
1369 }
1370 }
David Benjamin75836432016-06-17 18:48:29 -04001371 }
1372
David Benjamin32a66d52016-07-13 22:03:11 -04001373 if (!ssl_add_client_CA_list(ssl, &body) ||
David Benjamindaf207a2017-01-03 18:37:41 -05001374 !ssl_add_message_cbb(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001375 goto err;
1376 }
1377
David Benjamin16315f72017-01-12 20:02:05 -05001378 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001379
Adam Langley95c29f32014-06-20 12:00:00 -07001380err:
David Benjamin75836432016-06-17 18:48:29 -04001381 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1382 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001383 return -1;
1384}
Adam Langley95c29f32014-06-20 12:00:00 -07001385
David Benjaminc3c88822016-11-14 10:32:04 +09001386static int ssl3_send_server_hello_done(SSL_HANDSHAKE *hs) {
1387 SSL *const ssl = hs->ssl;
David Benjamin75836432016-06-17 18:48:29 -04001388 CBB cbb, body;
1389 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO_DONE) ||
David Benjamindaf207a2017-01-03 18:37:41 -05001390 !ssl_add_message_cbb(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001391 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1392 CBB_cleanup(&cbb);
1393 return -1;
1394 }
1395
David Benjamin16315f72017-01-12 20:02:05 -05001396 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001397}
1398
David Benjaminc3c88822016-11-14 10:32:04 +09001399static int ssl3_get_client_certificate(SSL_HANDSHAKE *hs) {
1400 SSL *const ssl = hs->ssl;
1401 assert(hs->cert_request);
David Benjamin9f1dc822016-06-07 17:03:46 -04001402
David Benjaminf71036e2017-01-21 14:49:39 -05001403 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001404 if (msg_ret <= 0) {
1405 return msg_ret;
David Benjamin9f1dc822016-06-07 17:03:46 -04001406 }
1407
1408 if (ssl->s3->tmp.message_type != SSL3_MT_CERTIFICATE) {
1409 if (ssl->version == SSL3_VERSION &&
1410 ssl->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) {
Adam Langley37646832016-08-01 16:16:46 -07001411 /* In SSL 3.0, the Certificate message is omitted to signal no
1412 * certificate. */
David Benjaminda2630c2016-08-01 19:57:43 -04001413 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001414 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001415 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1416 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001417 }
1418
Adam Langley37646832016-08-01 16:16:46 -07001419 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001420 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -05001421 hs->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001422 ssl->s3->tmp.reuse_message = 1;
1423 return 1;
1424 }
1425
David Benjamin9f1dc822016-06-07 17:03:46 -04001426 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
David Benjamin5c900c82016-07-13 23:03:26 -04001427 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
1428 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001429 }
1430
Steven Valdez908ac192017-01-12 13:17:07 -05001431 if (!ssl_hash_current_message(hs)) {
David Benjaminf71036e2017-01-21 14:49:39 -05001432 return -1;
1433 }
1434
David Benjamin5c900c82016-07-13 23:03:26 -04001435 CBS certificate_msg;
David Benjamin09eb6552016-07-08 14:32:11 -07001436 CBS_init(&certificate_msg, ssl->init_msg, ssl->init_num);
Adam Langley68e71242016-12-12 11:06:16 -08001437
David Benjamin45738dd2017-02-09 20:01:26 -05001438 sk_CRYPTO_BUFFER_pop_free(hs->new_session->certs, CRYPTO_BUFFER_free);
Adam Langleyd5157222016-12-12 11:37:43 -08001439 EVP_PKEY_free(hs->peer_pubkey);
1440 hs->peer_pubkey = NULL;
Adam Langleyc68e5b92017-02-08 13:33:15 -08001441 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjamin45738dd2017-02-09 20:01:26 -05001442 hs->new_session->certs = ssl_parse_cert_chain(
1443 &alert, &hs->peer_pubkey,
1444 ssl->retain_only_sha256_of_client_certs ? hs->new_session->peer_sha256
1445 : NULL,
1446 &certificate_msg, ssl->ctx->pool);
1447 if (hs->new_session->certs == NULL) {
David Benjamin5c900c82016-07-13 23:03:26 -04001448 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
Adam Langley68e71242016-12-12 11:06:16 -08001449 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001450 }
1451
Adam Langley68e71242016-12-12 11:06:16 -08001452 if (CBS_len(&certificate_msg) != 0 ||
David Benjamin45738dd2017-02-09 20:01:26 -05001453 !ssl->ctx->x509_method->session_cache_objects(hs->new_session)) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001454 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin5c900c82016-07-13 23:03:26 -04001455 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
Adam Langley68e71242016-12-12 11:06:16 -08001456 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001457 }
1458
David Benjamin45738dd2017-02-09 20:01:26 -05001459 if (sk_CRYPTO_BUFFER_num(hs->new_session->certs) == 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001460 /* No client certificate so the handshake buffer may be discarded. */
Steven Valdez908ac192017-01-12 13:17:07 -05001461 SSL_TRANSCRIPT_free_buffer(&hs->transcript);
David Benjamin9f1dc822016-06-07 17:03:46 -04001462
David Benjamine455e512016-08-01 20:11:13 -04001463 /* In SSL 3.0, sending no certificate is signaled by omitting the
1464 * Certificate message. */
David Benjamin9f1dc822016-06-07 17:03:46 -04001465 if (ssl->version == SSL3_VERSION) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001466 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATES_RETURNED);
David Benjamin5c900c82016-07-13 23:03:26 -04001467 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langley68e71242016-12-12 11:06:16 -08001468 return -1;
David Benjamine455e512016-08-01 20:11:13 -04001469 }
1470
1471 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001472 /* Fail for TLS only if we required a certificate */
1473 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001474 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langley68e71242016-12-12 11:06:16 -08001475 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001476 }
Adam Langley37646832016-08-01 16:16:46 -07001477
1478 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001479 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -05001480 hs->new_session->verify_result = X509_V_OK;
Adam Langley68e71242016-12-12 11:06:16 -08001481 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001482 }
1483
Adam Langley68e71242016-12-12 11:06:16 -08001484 /* The hash will have been filled in. */
1485 if (ssl->retain_only_sha256_of_client_certs) {
David Benjamin45738dd2017-02-09 20:01:26 -05001486 hs->new_session->peer_sha256_valid = 1;
Adam Langley364f7a62016-12-12 10:51:00 -08001487 }
David Benjamin9f1dc822016-06-07 17:03:46 -04001488
Adam Langley2a3b3432017-02-10 13:56:48 -08001489 if (!ssl->ctx->x509_method->session_verify_cert_chain(hs->new_session, ssl)) {
Adam Langley68e71242016-12-12 11:06:16 -08001490 return -1;
1491 }
Adam Langley2a3b3432017-02-10 13:56:48 -08001492
David Benjamin5c900c82016-07-13 23:03:26 -04001493 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001494}
1495
David Benjaminc3c88822016-11-14 10:32:04 +09001496static int ssl3_get_client_key_exchange(SSL_HANDSHAKE *hs) {
1497 SSL *const ssl = hs->ssl;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001498 int al;
Adam Langleyfcf25832014-12-18 17:42:32 -08001499 CBS client_key_exchange;
David Benjamin3fa27772015-04-17 22:32:19 -04001500 uint32_t alg_k;
1501 uint32_t alg_a;
Adam Langleyfcf25832014-12-18 17:42:32 -08001502 uint8_t *premaster_secret = NULL;
1503 size_t premaster_secret_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001504 uint8_t *decrypt_buf = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001505
David Benjamin4298d772015-12-19 00:18:25 -05001506 unsigned psk_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001507 uint8_t psk[PSK_MAX_PSK_LEN];
Adam Langley95c29f32014-06-20 12:00:00 -07001508
David Benjamincb0c29f2016-12-12 17:00:50 -05001509 if (hs->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjaminf71036e2017-01-21 14:49:39 -05001510 int ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001511 if (ret <= 0) {
1512 return ret;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001513 }
David Benjamin276b7e82017-01-21 14:13:39 -05001514
David Benjaminf71036e2017-01-21 14:49:39 -05001515 if (!ssl_check_message_type(ssl, SSL3_MT_CLIENT_KEY_EXCHANGE) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001516 !ssl_hash_current_message(hs)) {
David Benjamin276b7e82017-01-21 14:13:39 -05001517 return -1;
1518 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001519 }
Adam Langley95c29f32014-06-20 12:00:00 -07001520
David Benjamin0d56f882015-12-19 17:05:56 -05001521 CBS_init(&client_key_exchange, ssl->init_msg, ssl->init_num);
David Benjamin45738dd2017-02-09 20:01:26 -05001522 alg_k = hs->new_cipher->algorithm_mkey;
1523 alg_a = hs->new_cipher->algorithm_auth;
Adam Langleyc26c8022014-06-20 12:00:00 -07001524
Adam Langleyfcf25832014-12-18 17:42:32 -08001525 /* If using a PSK key exchange, prepare the pre-shared key. */
1526 if (alg_a & SSL_aPSK) {
1527 CBS psk_identity;
David Benjamin35c02302014-07-13 04:14:59 -04001528
Adam Langleyfcf25832014-12-18 17:42:32 -08001529 /* If using PSK, the ClientKeyExchange contains a psk_identity. If PSK,
1530 * then this is the only field in the message. */
1531 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) ||
1532 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0)) {
David Benjamin3570d732015-06-29 00:28:17 -04001533 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001534 al = SSL_AD_DECODE_ERROR;
1535 goto f_err;
1536 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001537
David Benjamin0d56f882015-12-19 17:05:56 -05001538 if (ssl->psk_server_callback == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001539 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_NO_SERVER_CB);
Adam Langleyfcf25832014-12-18 17:42:32 -08001540 al = SSL_AD_INTERNAL_ERROR;
1541 goto f_err;
1542 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001543
Adam Langleyfcf25832014-12-18 17:42:32 -08001544 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
1545 CBS_contains_zero_byte(&psk_identity)) {
David Benjamin3570d732015-06-29 00:28:17 -04001546 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001547 al = SSL_AD_ILLEGAL_PARAMETER;
1548 goto f_err;
1549 }
David Benjamin35c02302014-07-13 04:14:59 -04001550
David Benjamin45738dd2017-02-09 20:01:26 -05001551 if (!CBS_strdup(&psk_identity, &hs->new_session->psk_identity)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001552 al = SSL_AD_INTERNAL_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001553 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001554 goto f_err;
1555 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001556
Adam Langleyfcf25832014-12-18 17:42:32 -08001557 /* Look up the key for the identity. */
David Benjamin45738dd2017-02-09 20:01:26 -05001558 psk_len = ssl->psk_server_callback(ssl, hs->new_session->psk_identity, psk,
1559 sizeof(psk));
Adam Langleyfcf25832014-12-18 17:42:32 -08001560 if (psk_len > PSK_MAX_PSK_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04001561 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001562 al = SSL_AD_INTERNAL_ERROR;
1563 goto f_err;
1564 } else if (psk_len == 0) {
1565 /* PSK related to the given identity not found */
David Benjamin3570d732015-06-29 00:28:17 -04001566 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_IDENTITY_NOT_FOUND);
Adam Langleyfcf25832014-12-18 17:42:32 -08001567 al = SSL_AD_UNKNOWN_PSK_IDENTITY;
1568 goto f_err;
1569 }
1570 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001571
Adam Langleyfcf25832014-12-18 17:42:32 -08001572 /* Depending on the key exchange method, compute |premaster_secret| and
1573 * |premaster_secret_len|. */
1574 if (alg_k & SSL_kRSA) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001575 /* Allocate a buffer large enough for an RSA decryption. */
David Benjamin0d56f882015-12-19 17:05:56 -05001576 const size_t rsa_size = ssl_private_key_max_signature_len(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001577 decrypt_buf = OPENSSL_malloc(rsa_size);
1578 if (decrypt_buf == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001579 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001580 goto err;
1581 }
David Benjamin35c02302014-07-13 04:14:59 -04001582
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001583 enum ssl_private_key_result_t decrypt_result;
David Benjamin3f5b43d2015-12-01 19:31:24 -05001584 size_t decrypt_len;
David Benjamincb0c29f2016-12-12 17:00:50 -05001585 if (hs->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjamin0d56f882015-12-19 17:05:56 -05001586 if (!ssl_has_private_key(ssl) ||
David Benjamin0c0b7e12016-07-14 13:47:55 -04001587 ssl_private_key_type(ssl) != NID_rsaEncryption) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001588 al = SSL_AD_HANDSHAKE_FAILURE;
1589 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_RSA_CERTIFICATE);
1590 goto f_err;
1591 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001592 CBS encrypted_premaster_secret;
David Benjamin0d56f882015-12-19 17:05:56 -05001593 if (ssl->version > SSL3_VERSION) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001594 if (!CBS_get_u16_length_prefixed(&client_key_exchange,
1595 &encrypted_premaster_secret) ||
1596 CBS_len(&client_key_exchange) != 0) {
David Benjaminef5e5152015-11-18 20:35:31 -05001597 al = SSL_AD_DECODE_ERROR;
1598 OPENSSL_PUT_ERROR(SSL,
1599 SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
1600 goto f_err;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001601 }
1602 } else {
1603 encrypted_premaster_secret = client_key_exchange;
1604 }
1605
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001606 /* Decrypt with no padding. PKCS#1 padding will be removed as part of the
1607 * timing-sensitive code below. */
1608 decrypt_result = ssl_private_key_decrypt(
David Benjamin0d56f882015-12-19 17:05:56 -05001609 ssl, decrypt_buf, &decrypt_len, rsa_size,
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001610 CBS_data(&encrypted_premaster_secret),
1611 CBS_len(&encrypted_premaster_secret));
1612 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -05001613 assert(hs->state == SSL3_ST_SR_KEY_EXCH_B);
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001614 /* Complete async decrypt. */
David Benjamind3440b42016-07-14 14:52:41 -04001615 decrypt_result =
1616 ssl_private_key_complete(ssl, decrypt_buf, &decrypt_len, rsa_size);
Adam Langleyfcf25832014-12-18 17:42:32 -08001617 }
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001618
1619 switch (decrypt_result) {
1620 case ssl_private_key_success:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001621 break;
1622 case ssl_private_key_failure:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001623 goto err;
1624 case ssl_private_key_retry:
David Benjamin0d56f882015-12-19 17:05:56 -05001625 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamincb0c29f2016-12-12 17:00:50 -05001626 hs->state = SSL3_ST_SR_KEY_EXCH_B;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001627 goto err;
1628 }
1629
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001630 if (decrypt_len != rsa_size) {
1631 al = SSL_AD_DECRYPT_ERROR;
1632 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1633 goto f_err;
1634 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001635
David Benjamin3f5b43d2015-12-01 19:31:24 -05001636 /* Prepare a random premaster, to be used on invalid padding. See RFC 5246,
1637 * section 7.4.7.1. */
1638 premaster_secret_len = SSL_MAX_MASTER_KEY_LENGTH;
1639 premaster_secret = OPENSSL_malloc(premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001640 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001641 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001642 goto err;
1643 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001644 if (!RAND_bytes(premaster_secret, premaster_secret_len)) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001645 goto err;
1646 }
1647
David Benjamin3f5b43d2015-12-01 19:31:24 -05001648 /* The smallest padded premaster is 11 bytes of overhead. Small keys are
1649 * publicly invalid. */
1650 if (decrypt_len < 11 + premaster_secret_len) {
1651 al = SSL_AD_DECRYPT_ERROR;
1652 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1653 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001654 }
David Benjamin35c02302014-07-13 04:14:59 -04001655
David Benjamin3f5b43d2015-12-01 19:31:24 -05001656 /* Check the padding. See RFC 3447, section 7.2.2. */
1657 size_t padding_len = decrypt_len - premaster_secret_len;
1658 uint8_t good = constant_time_eq_int_8(decrypt_buf[0], 0) &
1659 constant_time_eq_int_8(decrypt_buf[1], 2);
David Benjamin54091232016-09-05 12:47:25 -04001660 for (size_t i = 2; i < padding_len - 1; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001661 good &= ~constant_time_is_zero_8(decrypt_buf[i]);
1662 }
1663 good &= constant_time_is_zero_8(decrypt_buf[padding_len - 1]);
1664
1665 /* The premaster secret must begin with |client_version|. This too must be
1666 * checked in constant time (http://eprint.iacr.org/2003/052/). */
1667 good &= constant_time_eq_8(decrypt_buf[padding_len],
David Benjaminf04c2e92016-12-06 13:35:25 -05001668 (unsigned)(hs->client_version >> 8));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001669 good &= constant_time_eq_8(decrypt_buf[padding_len + 1],
David Benjaminf04c2e92016-12-06 13:35:25 -05001670 (unsigned)(hs->client_version & 0xff));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001671
1672 /* Select, in constant time, either the decrypted premaster or the random
1673 * premaster based on |good|. */
David Benjamin54091232016-09-05 12:47:25 -04001674 for (size_t i = 0; i < premaster_secret_len; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001675 premaster_secret[i] = constant_time_select_8(
1676 good, decrypt_buf[padding_len + i], premaster_secret[i]);
1677 }
1678
1679 OPENSSL_free(decrypt_buf);
1680 decrypt_buf = NULL;
Matthew Braithwaite651aaef2016-12-08 16:14:36 -08001681 } else if (alg_k & (SSL_kECDHE|SSL_kDHE)) {
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001682 /* Parse the ClientKeyExchange. */
David Benjamin974c7ba2015-12-19 16:58:04 -05001683 CBS peer_key;
David Benjaminc3c88822016-11-14 10:32:04 +09001684 if (!SSL_ECDH_CTX_get_key(&hs->ecdh_ctx, &client_key_exchange, &peer_key) ||
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001685 CBS_len(&client_key_exchange) != 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001686 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001687 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001688 goto f_err;
1689 }
David Benjaminbd30f8e2014-08-19 16:02:38 -04001690
David Benjamin4298d772015-12-19 00:18:25 -05001691 /* Compute the premaster. */
Adam Langleyc68e5b92017-02-08 13:33:15 -08001692 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjaminc3c88822016-11-14 10:32:04 +09001693 if (!SSL_ECDH_CTX_finish(&hs->ecdh_ctx, &premaster_secret,
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001694 &premaster_secret_len, &alert, CBS_data(&peer_key),
1695 CBS_len(&peer_key))) {
David Benjamin4298d772015-12-19 00:18:25 -05001696 al = alert;
1697 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001698 }
Adam Langley95c29f32014-06-20 12:00:00 -07001699
David Benjamin4298d772015-12-19 00:18:25 -05001700 /* The key exchange state may now be discarded. */
David Benjaminc3c88822016-11-14 10:32:04 +09001701 SSL_ECDH_CTX_cleanup(&hs->ecdh_ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08001702 } else if (alg_k & SSL_kPSK) {
1703 /* For plain PSK, other_secret is a block of 0s with the same length as the
1704 * pre-shared key. */
1705 premaster_secret_len = psk_len;
1706 premaster_secret = OPENSSL_malloc(premaster_secret_len);
1707 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001708 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001709 goto err;
1710 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05001711 OPENSSL_memset(premaster_secret, 0, premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001712 } else {
1713 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamin3570d732015-06-29 00:28:17 -04001714 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_CIPHER_TYPE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001715 goto f_err;
1716 }
Adam Langley95c29f32014-06-20 12:00:00 -07001717
Adam Langleyfcf25832014-12-18 17:42:32 -08001718 /* For a PSK cipher suite, the actual pre-master secret is combined with the
1719 * pre-shared key. */
1720 if (alg_a & SSL_aPSK) {
1721 CBB new_premaster, child;
1722 uint8_t *new_data;
1723 size_t new_len;
David Benjamin14c83e72014-07-13 04:54:57 -04001724
David Benjamina8653202015-06-28 01:26:10 -04001725 CBB_zero(&new_premaster);
1726 if (!CBB_init(&new_premaster, 2 + psk_len + 2 + premaster_secret_len) ||
1727 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001728 !CBB_add_bytes(&child, premaster_secret, premaster_secret_len) ||
1729 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
1730 !CBB_add_bytes(&child, psk, psk_len) ||
1731 !CBB_finish(&new_premaster, &new_data, &new_len)) {
David Benjamin3570d732015-06-29 00:28:17 -04001732 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001733 CBB_cleanup(&new_premaster);
1734 goto err;
1735 }
David Benjamin14c83e72014-07-13 04:54:57 -04001736
Adam Langleyfcf25832014-12-18 17:42:32 -08001737 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1738 OPENSSL_free(premaster_secret);
1739 premaster_secret = new_data;
1740 premaster_secret_len = new_len;
1741 }
David Benjamin14c83e72014-07-13 04:54:57 -04001742
Adam Langleyfcf25832014-12-18 17:42:32 -08001743 /* Compute the master secret */
David Benjamin45738dd2017-02-09 20:01:26 -05001744 hs->new_session->master_key_length = tls1_generate_master_secret(
1745 hs, hs->new_session->master_key, premaster_secret, premaster_secret_len);
1746 if (hs->new_session->master_key_length == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001747 goto err;
1748 }
David Benjaminfc02b592017-02-17 16:26:01 -05001749 hs->new_session->extended_master_secret = hs->extended_master_secret;
David Benjamin14c83e72014-07-13 04:54:57 -04001750
Adam Langleyfcf25832014-12-18 17:42:32 -08001751 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1752 OPENSSL_free(premaster_secret);
1753 return 1;
1754
Adam Langley95c29f32014-06-20 12:00:00 -07001755f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001756 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langley95c29f32014-06-20 12:00:00 -07001757err:
David Benjamin4298d772015-12-19 00:18:25 -05001758 if (premaster_secret != NULL) {
1759 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001760 OPENSSL_free(premaster_secret);
1761 }
David Benjamin2755a3e2015-04-22 16:17:58 -04001762 OPENSSL_free(decrypt_buf);
Adam Langley95c29f32014-06-20 12:00:00 -07001763
Adam Langleyfcf25832014-12-18 17:42:32 -08001764 return -1;
1765}
Adam Langley95c29f32014-06-20 12:00:00 -07001766
David Benjaminc3c88822016-11-14 10:32:04 +09001767static int ssl3_get_cert_verify(SSL_HANDSHAKE *hs) {
1768 SSL *const ssl = hs->ssl;
Adam Langleyd5157222016-12-12 11:37:43 -08001769 int al;
Adam Langleyfcf25832014-12-18 17:42:32 -08001770 CBS certificate_verify, signature;
David Benjamin6553b372014-07-22 14:11:30 -04001771
Adam Langleyfcf25832014-12-18 17:42:32 -08001772 /* Only RSA and ECDSA client certificates are supported, so a
1773 * CertificateVerify is required if and only if there's a client certificate.
1774 * */
Adam Langleyd5157222016-12-12 11:37:43 -08001775 if (hs->peer_pubkey == NULL) {
Steven Valdez908ac192017-01-12 13:17:07 -05001776 SSL_TRANSCRIPT_free_buffer(&hs->transcript);
Adam Langleyfcf25832014-12-18 17:42:32 -08001777 return 1;
1778 }
Adam Langley95c29f32014-06-20 12:00:00 -07001779
David Benjaminf71036e2017-01-21 14:49:39 -05001780 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001781 if (msg_ret <= 0) {
1782 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001783 }
David Benjaminef865502014-08-24 02:48:34 -04001784
David Benjamin276b7e82017-01-21 14:13:39 -05001785 if (!ssl_check_message_type(ssl, SSL3_MT_CERTIFICATE_VERIFY)) {
1786 return -1;
1787 }
1788
David Benjamin09eb6552016-07-08 14:32:11 -07001789 CBS_init(&certificate_verify, ssl->init_msg, ssl->init_num);
David Benjamin6897dbe2014-07-12 20:18:28 -04001790
Adam Langleyfcf25832014-12-18 17:42:32 -08001791 /* Determine the digest type if needbe. */
Steven Valdezf0451ca2016-06-29 13:16:27 -04001792 uint16_t signature_algorithm = 0;
David Benjamina1e9cab2015-12-30 00:08:49 -05001793 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001794 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001795 al = SSL_AD_DECODE_ERROR;
1796 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1797 goto f_err;
1798 }
David Benjamin887c3002016-07-08 16:15:32 -07001799 if (!tls12_check_peer_sigalg(ssl, &al, signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001800 goto f_err;
1801 }
David Benjamin45738dd2017-02-09 20:01:26 -05001802 hs->new_session->peer_signature_algorithm = signature_algorithm;
Adam Langleyd5157222016-12-12 11:37:43 -08001803 } else if (hs->peer_pubkey->type == EVP_PKEY_RSA) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001804 signature_algorithm = SSL_SIGN_RSA_PKCS1_MD5_SHA1;
Adam Langleyd5157222016-12-12 11:37:43 -08001805 } else if (hs->peer_pubkey->type == EVP_PKEY_EC) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001806 signature_algorithm = SSL_SIGN_ECDSA_SHA1;
David Benjamin49ec9bb2016-07-14 00:11:26 -04001807 } else {
1808 al = SSL_AD_UNSUPPORTED_CERTIFICATE;
1809 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE);
1810 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001811 }
David Benjamin854dd652014-08-26 00:32:30 -04001812
Adam Langleyfcf25832014-12-18 17:42:32 -08001813 /* Parse and verify the signature. */
1814 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) ||
1815 CBS_len(&certificate_verify) != 0) {
1816 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001817 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001818 goto f_err;
1819 }
Adam Langley95c29f32014-06-20 12:00:00 -07001820
Steven Valdez2b8415e2016-06-30 13:27:23 -04001821 int sig_ok;
1822 /* The SSL3 construction for CertificateVerify does not decompose into a
1823 * single final digest and signature, and must be special-cased. */
1824 if (ssl3_protocol_version(ssl) == SSL3_VERSION) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001825 uint8_t digest[EVP_MAX_MD_SIZE];
1826 size_t digest_len;
Steven Valdez908ac192017-01-12 13:17:07 -05001827 if (!SSL_TRANSCRIPT_ssl3_cert_verify_hash(&hs->transcript, digest,
David Benjamin45738dd2017-02-09 20:01:26 -05001828 &digest_len, hs->new_session,
Steven Valdez908ac192017-01-12 13:17:07 -05001829 signature_algorithm)) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001830 goto err;
1831 }
1832
Adam Langleyd5157222016-12-12 11:37:43 -08001833 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(hs->peer_pubkey, NULL);
Steven Valdez2b8415e2016-06-30 13:27:23 -04001834 sig_ok = pctx != NULL &&
1835 EVP_PKEY_verify_init(pctx) &&
Steven Valdez2b8415e2016-06-30 13:27:23 -04001836 EVP_PKEY_verify(pctx, CBS_data(&signature), CBS_len(&signature),
1837 digest, digest_len);
Steven Valdez2b8415e2016-06-30 13:27:23 -04001838 EVP_PKEY_CTX_free(pctx);
1839 } else {
1840 sig_ok = ssl_public_key_verify(
1841 ssl, CBS_data(&signature), CBS_len(&signature), signature_algorithm,
Steven Valdez908ac192017-01-12 13:17:07 -05001842 hs->peer_pubkey, (const uint8_t *)hs->transcript.buffer->data,
1843 hs->transcript.buffer->length);
Adam Langleyfcf25832014-12-18 17:42:32 -08001844 }
Steven Valdezf0451ca2016-06-29 13:16:27 -04001845
David Benjaminbf82aed2016-03-01 22:57:40 -05001846#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
1847 sig_ok = 1;
1848 ERR_clear_error();
1849#endif
1850 if (!sig_ok) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001851 al = SSL_AD_DECRYPT_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001852 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001853 goto f_err;
1854 }
1855
Steven Valdez2b8415e2016-06-30 13:27:23 -04001856 /* The handshake buffer is no longer necessary, and we may hash the current
1857 * message.*/
Steven Valdez908ac192017-01-12 13:17:07 -05001858 SSL_TRANSCRIPT_free_buffer(&hs->transcript);
1859 if (!ssl_hash_current_message(hs)) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001860 goto err;
1861 }
1862
Adam Langleyd5157222016-12-12 11:37:43 -08001863 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001864
Adam Langleyd5157222016-12-12 11:37:43 -08001865f_err:
1866 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
David Benjamin854dd652014-08-26 00:32:30 -04001867err:
Adam Langleyd5157222016-12-12 11:37:43 -08001868 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001869}
Adam Langley95c29f32014-06-20 12:00:00 -07001870
Adam Langley95c29f32014-06-20 12:00:00 -07001871/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
1872 * sets the next_proto member in s if found */
David Benjaminc3c88822016-11-14 10:32:04 +09001873static int ssl3_get_next_proto(SSL_HANDSHAKE *hs) {
1874 SSL *const ssl = hs->ssl;
David Benjaminf71036e2017-01-21 14:49:39 -05001875 int ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001876 if (ret <= 0) {
1877 return ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001878 }
Adam Langley95c29f32014-06-20 12:00:00 -07001879
David Benjaminf71036e2017-01-21 14:49:39 -05001880 if (!ssl_check_message_type(ssl, SSL3_MT_NEXT_PROTO) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001881 !ssl_hash_current_message(hs)) {
David Benjamin276b7e82017-01-21 14:13:39 -05001882 return -1;
1883 }
1884
David Benjamin09eb6552016-07-08 14:32:11 -07001885 CBS next_protocol, selected_protocol, padding;
1886 CBS_init(&next_protocol, ssl->init_msg, ssl->init_num);
Adam Langleyfcf25832014-12-18 17:42:32 -08001887 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) ||
1888 !CBS_get_u8_length_prefixed(&next_protocol, &padding) ||
David Benjamin639846e2016-09-09 11:41:18 -04001889 CBS_len(&next_protocol) != 0) {
1890 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1891 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1892 return 0;
1893 }
1894
1895 if (!CBS_stow(&selected_protocol, &ssl->s3->next_proto_negotiated,
David Benjamin79978df2015-12-25 15:56:49 -05001896 &ssl->s3->next_proto_negotiated_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001897 return 0;
1898 }
Adam Langley95c29f32014-06-20 12:00:00 -07001899
Adam Langleyfcf25832014-12-18 17:42:32 -08001900 return 1;
1901}
Adam Langley95c29f32014-06-20 12:00:00 -07001902
Adam Langley1258b6a2014-06-20 12:00:00 -07001903/* ssl3_get_channel_id reads and verifies a ClientID handshake message. */
David Benjaminc3c88822016-11-14 10:32:04 +09001904static int ssl3_get_channel_id(SSL_HANDSHAKE *hs) {
1905 SSL *const ssl = hs->ssl;
David Benjaminf71036e2017-01-21 14:49:39 -05001906 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001907 if (msg_ret <= 0) {
1908 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001909 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001910
David Benjamin276b7e82017-01-21 14:13:39 -05001911 if (!ssl_check_message_type(ssl, SSL3_MT_CHANNEL_ID) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001912 !tls1_verify_channel_id(hs) ||
1913 !ssl_hash_current_message(hs)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001914 return -1;
1915 }
Nick Harper60a85cb2016-09-23 16:25:11 -07001916 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001917}
David Benjamin9f1dc822016-06-07 17:03:46 -04001918
David Benjaminc3c88822016-11-14 10:32:04 +09001919static int ssl3_send_new_session_ticket(SSL_HANDSHAKE *hs) {
1920 SSL *const ssl = hs->ssl;
David Benjamin123db572016-11-03 16:59:25 -04001921 const SSL_SESSION *session;
1922 SSL_SESSION *session_copy = NULL;
1923 if (ssl->session == NULL) {
1924 /* Fix the timeout to measure from the ticket issuance time. */
David Benjamin45738dd2017-02-09 20:01:26 -05001925 ssl_session_rebase_time(ssl, hs->new_session);
1926 session = hs->new_session;
David Benjamin123db572016-11-03 16:59:25 -04001927 } else {
1928 /* We are renewing an existing session. Duplicate the session to adjust the
1929 * timeout. */
1930 session_copy = SSL_SESSION_dup(ssl->session, SSL_SESSION_INCLUDE_NONAUTH);
1931 if (session_copy == NULL) {
1932 return -1;
1933 }
1934
David Benjamin17b30832017-01-28 14:00:32 -05001935 ssl_session_rebase_time(ssl, session_copy);
David Benjamin123db572016-11-03 16:59:25 -04001936 session = session_copy;
1937 }
1938
David Benjamin75836432016-06-17 18:48:29 -04001939 CBB cbb, body, ticket;
David Benjamin123db572016-11-03 16:59:25 -04001940 int ok =
1941 ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_NEW_SESSION_TICKET) &&
1942 CBB_add_u32(&body, session->timeout) &&
1943 CBB_add_u16_length_prefixed(&body, &ticket) &&
1944 ssl_encrypt_ticket(ssl, &ticket, session) &&
David Benjamindaf207a2017-01-03 18:37:41 -05001945 ssl_add_message_cbb(ssl, &cbb);
David Benjamin123db572016-11-03 16:59:25 -04001946
1947 SSL_SESSION_free(session_copy);
1948 CBB_cleanup(&cbb);
1949
1950 if (!ok) {
David Benjamine75cc272016-11-03 18:06:27 -04001951 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001952 }
1953
David Benjamin16315f72017-01-12 20:02:05 -05001954 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001955}