blob: fb1c4d8cf55dd38032acc03faacd3cc48e12a803 [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>
Adam Langley1258b6a2014-06-20 12:00:00 -0700158#include <openssl/ec.h>
159#include <openssl/ecdsa.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400160#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700161#include <openssl/evp.h>
162#include <openssl/hmac.h>
163#include <openssl/md5.h>
164#include <openssl/mem.h>
David Benjamin98193672016-03-25 18:07:11 -0400165#include <openssl/nid.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700166#include <openssl/rand.h>
167#include <openssl/x509.h>
168
David Benjamin2ee94aa2015-04-07 22:38:30 -0400169#include "internal.h"
Adam Langleyaf6e45b2014-11-03 19:34:49 -0800170#include "../crypto/internal.h"
Adam Langley95c29f32014-06-20 12:00:00 -0700171
Adam Langleyfcf25832014-12-18 17:42:32 -0800172
David Benjamin86e95b82017-07-18 16:34:25 -0400173namespace bssl {
174
David Benjamin59bae5a2017-02-02 23:51:22 -0500175static int ssl3_process_client_hello(SSL_HANDSHAKE *hs);
176static int ssl3_select_certificate(SSL_HANDSHAKE *hs);
177static int ssl3_select_parameters(SSL_HANDSHAKE *hs);
David Benjaminc3c88822016-11-14 10:32:04 +0900178static int ssl3_send_server_hello(SSL_HANDSHAKE *hs);
179static int ssl3_send_server_certificate(SSL_HANDSHAKE *hs);
David Benjaminc3c88822016-11-14 10:32:04 +0900180static int ssl3_send_server_key_exchange(SSL_HANDSHAKE *hs);
David Benjaminc3c88822016-11-14 10:32:04 +0900181static int ssl3_send_server_hello_done(SSL_HANDSHAKE *hs);
182static int ssl3_get_client_certificate(SSL_HANDSHAKE *hs);
183static int ssl3_get_client_key_exchange(SSL_HANDSHAKE *hs);
184static int ssl3_get_cert_verify(SSL_HANDSHAKE *hs);
185static int ssl3_get_next_proto(SSL_HANDSHAKE *hs);
186static int ssl3_get_channel_id(SSL_HANDSHAKE *hs);
David Benjaminb5f55c32017-06-15 23:15:15 -0400187static int ssl3_send_server_finished(SSL_HANDSHAKE *hs);
David Benjamindf50eec2016-06-07 16:49:42 -0400188
David Benjamince8c9d22016-11-14 10:45:16 +0900189int ssl3_accept(SSL_HANDSHAKE *hs) {
190 SSL *const ssl = hs->ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -0800191 int ret = -1;
Adam Langley95c29f32014-06-20 12:00:00 -0700192
David Benjamin0d56f882015-12-19 17:05:56 -0500193 assert(ssl->handshake_func == ssl3_accept);
194 assert(ssl->server);
David Benjaminbeb47022014-11-30 02:58:52 -0500195
Adam Langleyfcf25832014-12-18 17:42:32 -0800196 for (;;) {
David Benjamin16b1b1d2017-02-10 23:41:14 -0500197 int state = hs->state;
Adam Langley95c29f32014-06-20 12:00:00 -0700198
David Benjamincb0c29f2016-12-12 17:00:50 -0500199 switch (hs->state) {
David Benjaminfc0c9d92016-09-01 01:33:33 -0400200 case SSL_ST_INIT:
David Benjamin4e9cc712016-06-01 20:16:03 -0400201 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_START, 1);
David Benjamincb0c29f2016-12-12 17:00:50 -0500202 hs->state = SSL3_ST_SR_CLNT_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800203 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500204
Adam Langleyfcf25832014-12-18 17:42:32 -0800205 case SSL3_ST_SR_CLNT_HELLO_A:
David Benjamin59bae5a2017-02-02 23:51:22 -0500206 ret = ssl->method->ssl_get_message(ssl);
207 if (ret <= 0) {
208 goto end;
Steven Valdez143e8b32016-07-11 13:19:03 -0400209 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500210 hs->state = SSL3_ST_SR_CLNT_HELLO_B;
211 break;
212
213 case SSL3_ST_SR_CLNT_HELLO_B:
214 ret = ssl3_process_client_hello(hs);
215 if (ret <= 0) {
216 goto end;
217 }
218 hs->state = SSL3_ST_SR_CLNT_HELLO_C;
219 break;
220
221 case SSL3_ST_SR_CLNT_HELLO_C:
222 ret = ssl3_select_certificate(hs);
223 if (ret <= 0) {
224 goto end;
225 }
226 if (hs->state != SSL_ST_TLS13) {
227 hs->state = SSL3_ST_SR_CLNT_HELLO_D;
228 }
229 break;
230
231 case SSL3_ST_SR_CLNT_HELLO_D:
232 ret = ssl3_select_parameters(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800233 if (ret <= 0) {
234 goto end;
235 }
David Benjamindf50eec2016-06-07 16:49:42 -0400236 ssl->method->received_flight(ssl);
David Benjamincb0c29f2016-12-12 17:00:50 -0500237 hs->state = SSL3_ST_SW_SRVR_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800238 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500239
Adam Langleyfcf25832014-12-18 17:42:32 -0800240 case SSL3_ST_SW_SRVR_HELLO_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900241 ret = ssl3_send_server_hello(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800242 if (ret <= 0) {
243 goto end;
244 }
Steven Valdez87eab492016-06-27 16:34:59 -0400245 if (ssl->session != NULL) {
David Benjaminb5f55c32017-06-15 23:15:15 -0400246 hs->state = SSL3_ST_SW_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800247 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -0500248 hs->state = SSL3_ST_SW_CERT_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800249 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800250 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700251
Adam Langleyfcf25832014-12-18 17:42:32 -0800252 case SSL3_ST_SW_CERT_A:
David Benjamin0d1730d2017-06-15 23:24:25 -0400253 ret = ssl3_send_server_certificate(hs);
254 if (ret <= 0) {
255 goto end;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100256 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500257 hs->state = SSL3_ST_SW_KEY_EXCH_A;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100258 break;
259
Adam Langleyfcf25832014-12-18 17:42:32 -0800260 case SSL3_ST_SW_KEY_EXCH_A:
David Benjamin44148742017-06-17 13:20:59 -0400261 if (hs->server_params_len > 0) {
David Benjaminc3c88822016-11-14 10:32:04 +0900262 ret = ssl3_send_server_key_exchange(hs);
David Benjamin6eb000d2015-02-11 01:17:41 -0500263 if (ret <= 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800264 goto end;
David Benjamin6eb000d2015-02-11 01:17:41 -0500265 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800266 }
Adam Langley95c29f32014-06-20 12:00:00 -0700267
David Benjamincb0c29f2016-12-12 17:00:50 -0500268 hs->state = SSL3_ST_SW_SRVR_DONE_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800269 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700270
Adam Langleyfcf25832014-12-18 17:42:32 -0800271 case SSL3_ST_SW_SRVR_DONE_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900272 ret = ssl3_send_server_hello_done(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800273 if (ret <= 0) {
274 goto end;
275 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500276 hs->next_state = SSL3_ST_SR_CERT_A;
277 hs->state = SSL3_ST_SW_FLUSH;
Adam Langleyfcf25832014-12-18 17:42:32 -0800278 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700279
Adam Langleyfcf25832014-12-18 17:42:32 -0800280 case SSL3_ST_SR_CERT_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900281 if (hs->cert_request) {
David Benjaminc3c88822016-11-14 10:32:04 +0900282 ret = ssl3_get_client_certificate(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800283 if (ret <= 0) {
284 goto end;
285 }
286 }
David Benjamin3a1dd462017-07-11 16:13:10 -0400287 hs->state = SSL3_ST_VERIFY_CLIENT_CERT;
288 break;
289
290 case SSL3_ST_VERIFY_CLIENT_CERT:
291 if (sk_CRYPTO_BUFFER_num(hs->new_session->certs) > 0) {
292 switch (ssl_verify_peer_cert(hs)) {
293 case ssl_verify_ok:
294 break;
295 case ssl_verify_invalid:
296 ret = -1;
297 goto end;
298 case ssl_verify_retry:
299 ssl->rwstate = SSL_CERTIFICATE_VERIFY;
300 ret = -1;
301 goto end;
302 }
303 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500304 hs->state = SSL3_ST_SR_KEY_EXCH_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800305 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700306
Adam Langleyfcf25832014-12-18 17:42:32 -0800307 case SSL3_ST_SR_KEY_EXCH_A:
308 case SSL3_ST_SR_KEY_EXCH_B:
David Benjaminc3c88822016-11-14 10:32:04 +0900309 ret = ssl3_get_client_key_exchange(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800310 if (ret <= 0) {
311 goto end;
312 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500313 hs->state = SSL3_ST_SR_CERT_VRFY_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800314 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700315
Adam Langleyfcf25832014-12-18 17:42:32 -0800316 case SSL3_ST_SR_CERT_VRFY_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900317 ret = ssl3_get_cert_verify(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800318 if (ret <= 0) {
319 goto end;
320 }
Adam Langley95c29f32014-06-20 12:00:00 -0700321
David Benjamincb0c29f2016-12-12 17:00:50 -0500322 hs->state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800323 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700324
David Benjamina41280d2015-11-26 02:16:49 -0500325 case SSL3_ST_SR_CHANGE:
David Benjaminf0ee9072016-06-15 17:44:37 -0400326 ret = ssl->method->read_change_cipher_spec(ssl);
David Benjamina41280d2015-11-26 02:16:49 -0500327 if (ret <= 0) {
328 goto end;
329 }
Adam Langley95c29f32014-06-20 12:00:00 -0700330
David Benjamin67739722016-11-17 17:03:59 +0900331 if (!tls1_change_cipher_state(hs, SSL3_CHANGE_CIPHER_SERVER_READ)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800332 ret = -1;
333 goto end;
334 }
David Benjamina41280d2015-11-26 02:16:49 -0500335
David Benjamincb0c29f2016-12-12 17:00:50 -0500336 hs->state = SSL3_ST_SR_NEXT_PROTO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800337 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700338
Adam Langleyfcf25832014-12-18 17:42:32 -0800339 case SSL3_ST_SR_NEXT_PROTO_A:
David Benjamince8c9d22016-11-14 10:45:16 +0900340 if (hs->next_proto_neg_seen) {
David Benjaminc3c88822016-11-14 10:32:04 +0900341 ret = ssl3_get_next_proto(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400342 if (ret <= 0) {
343 goto end;
344 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800345 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500346 hs->state = SSL3_ST_SR_CHANNEL_ID_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800347 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700348
Adam Langleyfcf25832014-12-18 17:42:32 -0800349 case SSL3_ST_SR_CHANNEL_ID_A:
David Benjamin47749a62016-06-13 13:56:33 -0400350 if (ssl->s3->tlsext_channel_id_valid) {
David Benjaminc3c88822016-11-14 10:32:04 +0900351 ret = ssl3_get_channel_id(hs);
David Benjamin47749a62016-06-13 13:56:33 -0400352 if (ret <= 0) {
353 goto end;
354 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800355 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500356 hs->state = SSL3_ST_SR_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800357 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700358
Adam Langleyfcf25832014-12-18 17:42:32 -0800359 case SSL3_ST_SR_FINISHED_A:
David Benjaminc3c88822016-11-14 10:32:04 +0900360 ret = ssl3_get_finished(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800361 if (ret <= 0) {
362 goto end;
363 }
Adam Langley95c29f32014-06-20 12:00:00 -0700364
David Benjamindf50eec2016-06-07 16:49:42 -0400365 ssl->method->received_flight(ssl);
Steven Valdez87eab492016-06-27 16:34:59 -0400366 if (ssl->session != NULL) {
David Benjamincb0c29f2016-12-12 17:00:50 -0500367 hs->state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800368 } else {
David Benjaminb5f55c32017-06-15 23:15:15 -0400369 hs->state = SSL3_ST_SW_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800370 }
David Benjamindf50eec2016-06-07 16:49:42 -0400371
Steven Valdez87eab492016-06-27 16:34:59 -0400372 /* If this is a full handshake with ChannelID then record the handshake
David Benjamin45738dd2017-02-09 20:01:26 -0500373 * hashes in |hs->new_session| in case we need them to verify a
Steven Valdez87eab492016-06-27 16:34:59 -0400374 * ChannelID signature on a resumption of this session in the future. */
375 if (ssl->session == NULL && ssl->s3->tlsext_channel_id_valid) {
Steven Valdez908ac192017-01-12 13:17:07 -0500376 ret = tls1_record_handshake_hashes_for_channel_id(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800377 if (ret <= 0) {
378 goto end;
379 }
380 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800381 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700382
Adam Langleyfcf25832014-12-18 17:42:32 -0800383 case SSL3_ST_SW_FINISHED_A:
David Benjaminb5f55c32017-06-15 23:15:15 -0400384 ret = ssl3_send_server_finished(hs);
Adam Langleyfcf25832014-12-18 17:42:32 -0800385 if (ret <= 0) {
386 goto end;
387 }
David Benjamincb0c29f2016-12-12 17:00:50 -0500388 hs->state = SSL3_ST_SW_FLUSH;
Steven Valdez87eab492016-06-27 16:34:59 -0400389 if (ssl->session != NULL) {
David Benjamincb0c29f2016-12-12 17:00:50 -0500390 hs->next_state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800391 } else {
David Benjamincb0c29f2016-12-12 17:00:50 -0500392 hs->next_state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800393 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800394 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700395
David Benjamin9f1dc822016-06-07 17:03:46 -0400396 case SSL3_ST_SW_FLUSH:
David Benjamin8d5f9da2017-01-01 17:41:30 -0500397 ret = ssl->method->flush_flight(ssl);
398 if (ret <= 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -0400399 goto end;
400 }
401
David Benjamincb0c29f2016-12-12 17:00:50 -0500402 hs->state = hs->next_state;
403 if (hs->state != SSL_ST_OK) {
David Benjamin9f1dc822016-06-07 17:03:46 -0400404 ssl->method->expect_flight(ssl);
405 }
406 break;
407
Steven Valdez681eb6a2016-12-19 13:19:29 -0500408 case SSL_ST_TLS13: {
409 int early_return = 0;
410 ret = tls13_handshake(hs, &early_return);
Steven Valdez143e8b32016-07-11 13:19:03 -0400411 if (ret <= 0) {
412 goto end;
413 }
Steven Valdez681eb6a2016-12-19 13:19:29 -0500414
415 if (early_return) {
416 ret = 1;
417 goto end;
418 }
419
David Benjamincb0c29f2016-12-12 17:00:50 -0500420 hs->state = SSL_ST_OK;
Steven Valdez143e8b32016-07-11 13:19:03 -0400421 break;
Steven Valdez681eb6a2016-12-19 13:19:29 -0500422 }
Steven Valdez143e8b32016-07-11 13:19:03 -0400423
Adam Langleyfcf25832014-12-18 17:42:32 -0800424 case SSL_ST_OK:
David Benjamin4497e582016-07-27 17:51:49 -0400425 ssl->method->release_current_message(ssl, 1 /* free_buffer */);
Adam Langley95c29f32014-06-20 12:00:00 -0700426
Steven Valdez87eab492016-06-27 16:34:59 -0400427 /* If we aren't retaining peer certificates then we can discard it
428 * now. */
David Benjamin45738dd2017-02-09 20:01:26 -0500429 if (hs->new_session != NULL &&
David Benjaminbbaf3672016-11-17 10:53:09 +0900430 ssl->retain_only_sha256_of_client_certs) {
David Benjamin45738dd2017-02-09 20:01:26 -0500431 sk_CRYPTO_BUFFER_pop_free(hs->new_session->certs, CRYPTO_BUFFER_free);
432 hs->new_session->certs = NULL;
David Benjamin31b0c9b2017-07-20 14:49:15 -0400433 ssl->ctx->x509_method->session_clear(hs->new_session.get());
Steven Valdez87eab492016-06-27 16:34:59 -0400434 }
435
436 SSL_SESSION_free(ssl->s3->established_session);
437 if (ssl->session != NULL) {
David Benjaminb9195402016-08-05 10:51:43 -0400438 SSL_SESSION_up_ref(ssl->session);
439 ssl->s3->established_session = ssl->session;
Steven Valdez87eab492016-06-27 16:34:59 -0400440 } else {
David Benjamin31b0c9b2017-07-20 14:49:15 -0400441 ssl->s3->established_session = hs->new_session.release();
Steven Valdez87eab492016-06-27 16:34:59 -0400442 ssl->s3->established_session->not_resumable = 0;
Steven Valdez87eab492016-06-27 16:34:59 -0400443 }
444
David Benjamin78476f62016-11-12 11:20:55 +0900445 ssl->s3->initial_handshake_complete = 1;
David Benjaminf3c8f8d2016-11-17 17:20:47 +0900446 ssl_update_cache(hs, SSL_SESS_CACHE_SERVER);
David Benjamin78476f62016-11-12 11:20:55 +0900447
David Benjamin4e9cc712016-06-01 20:16:03 -0400448 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_DONE, 1);
Adam Langleyfcf25832014-12-18 17:42:32 -0800449 ret = 1;
450 goto end;
Adam Langley95c29f32014-06-20 12:00:00 -0700451
Adam Langleyfcf25832014-12-18 17:42:32 -0800452 default:
David Benjamin3570d732015-06-29 00:28:17 -0400453 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_STATE);
Adam Langleyfcf25832014-12-18 17:42:32 -0800454 ret = -1;
455 goto end;
456 }
Adam Langley95c29f32014-06-20 12:00:00 -0700457
David Benjamin16b1b1d2017-02-10 23:41:14 -0500458 if (hs->state != state) {
David Benjamin4e9cc712016-06-01 20:16:03 -0400459 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_LOOP, 1);
Adam Langleyfcf25832014-12-18 17:42:32 -0800460 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800461 }
462
Adam Langley95c29f32014-06-20 12:00:00 -0700463end:
David Benjamin4e9cc712016-06-01 20:16:03 -0400464 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_EXIT, ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800465 return ret;
466}
Adam Langley95c29f32014-06-20 12:00:00 -0700467
David Benjamin731058e2016-12-03 23:15:13 -0500468int ssl_client_cipher_list_contains_cipher(const SSL_CLIENT_HELLO *client_hello,
469 uint16_t id) {
David Benjamin1deb41b2016-08-09 19:36:38 -0400470 CBS cipher_suites;
471 CBS_init(&cipher_suites, client_hello->cipher_suites,
472 client_hello->cipher_suites_len);
473
474 while (CBS_len(&cipher_suites) > 0) {
475 uint16_t got_id;
476 if (!CBS_get_u16(&cipher_suites, &got_id)) {
477 return 0;
478 }
479
480 if (got_id == id) {
481 return 1;
482 }
483 }
484
485 return 0;
486}
487
David Benjaminf04c2e92016-12-06 13:35:25 -0500488static int negotiate_version(SSL_HANDSHAKE *hs, uint8_t *out_alert,
David Benjamin731058e2016-12-03 23:15:13 -0500489 const SSL_CLIENT_HELLO *client_hello) {
David Benjaminf04c2e92016-12-06 13:35:25 -0500490 SSL *const ssl = hs->ssl;
David Benjamin42bfeb32017-02-02 23:28:14 -0500491 assert(!ssl->s3->have_version);
Steven Valdez8f36c512017-06-20 10:55:02 -0400492 CBS supported_versions, versions;
David Benjamin731058e2016-12-03 23:15:13 -0500493 if (ssl_client_hello_get_extension(client_hello, &supported_versions,
494 TLSEXT_TYPE_supported_versions)) {
Steven Valdezfdd10992016-09-15 16:27:05 -0400495 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) ||
496 CBS_len(&supported_versions) != 0 ||
497 CBS_len(&versions) == 0) {
498 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
499 *out_alert = SSL_AD_DECODE_ERROR;
500 return 0;
501 }
David Benjamin2dc02042016-09-19 19:57:37 -0400502 } else {
Steven Valdez8f36c512017-06-20 10:55:02 -0400503 /* Convert the ClientHello version to an equivalent supported_versions
504 * extension. */
505 static const uint8_t kTLSVersions[] = {
506 0x03, 0x03, /* TLS 1.2 */
507 0x03, 0x02, /* TLS 1.1 */
508 0x03, 0x01, /* TLS 1 */
509 0x03, 0x00, /* SSL 3 */
510 };
511
512 static const uint8_t kDTLSVersions[] = {
513 0xfe, 0xfd, /* DTLS 1.2 */
514 0xfe, 0xff, /* DTLS 1.0 */
515 };
516
517 size_t versions_len = 0;
Steven Valdezfdd10992016-09-15 16:27:05 -0400518 if (SSL_is_dtls(ssl)) {
519 if (client_hello->version <= DTLS1_2_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400520 versions_len = 4;
Steven Valdezfdd10992016-09-15 16:27:05 -0400521 } else if (client_hello->version <= DTLS1_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400522 versions_len = 2;
Steven Valdezfdd10992016-09-15 16:27:05 -0400523 }
Steven Valdez8f36c512017-06-20 10:55:02 -0400524 CBS_init(&versions, kDTLSVersions + sizeof(kDTLSVersions) - versions_len,
525 versions_len);
Steven Valdezfdd10992016-09-15 16:27:05 -0400526 } else {
527 if (client_hello->version >= TLS1_2_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400528 versions_len = 8;
Steven Valdezfdd10992016-09-15 16:27:05 -0400529 } else if (client_hello->version >= TLS1_1_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400530 versions_len = 6;
Steven Valdezfdd10992016-09-15 16:27:05 -0400531 } else if (client_hello->version >= TLS1_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400532 versions_len = 4;
Steven Valdezfdd10992016-09-15 16:27:05 -0400533 } else if (client_hello->version >= SSL3_VERSION) {
Steven Valdez8f36c512017-06-20 10:55:02 -0400534 versions_len = 2;
Steven Valdezfdd10992016-09-15 16:27:05 -0400535 }
Steven Valdez8f36c512017-06-20 10:55:02 -0400536 CBS_init(&versions, kTLSVersions + sizeof(kTLSVersions) - versions_len,
537 versions_len);
Steven Valdezfdd10992016-09-15 16:27:05 -0400538 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400539 }
540
Steven Valdez8f36c512017-06-20 10:55:02 -0400541 if (!ssl_negotiate_version(hs, out_alert, &ssl->version, &versions)) {
David Benjamin25fe85b2016-08-09 20:00:32 -0400542 return 0;
543 }
544
David Benjamin25fe85b2016-08-09 20:00:32 -0400545 /* At this point, the connection's version is known and |ssl->version| is
546 * fixed. Begin enforcing the record-layer version. */
547 ssl->s3->have_version = 1;
548
Steven Valdez8f36c512017-06-20 10:55:02 -0400549 /* Handle FALLBACK_SCSV. */
550 if (ssl_client_cipher_list_contains_cipher(client_hello,
551 SSL3_CK_FALLBACK_SCSV & 0xffff) &&
552 ssl3_protocol_version(ssl) < hs->max_version) {
553 OPENSSL_PUT_ERROR(SSL, SSL_R_INAPPROPRIATE_FALLBACK);
554 *out_alert = SSL3_AD_INAPPROPRIATE_FALLBACK;
555 return 0;
556 }
Steven Valdezfdd10992016-09-15 16:27:05 -0400557
Steven Valdez8f36c512017-06-20 10:55:02 -0400558 return 1;
David Benjamin25fe85b2016-08-09 20:00:32 -0400559}
560
David Benjaminee910bf2017-07-25 22:36:00 -0400561static UniquePtr<STACK_OF(SSL_CIPHER)> ssl_parse_client_cipher_list(
562 const SSL_CLIENT_HELLO *client_hello) {
David Benjamin2578b292016-12-03 23:19:55 -0500563 CBS cipher_suites;
564 CBS_init(&cipher_suites, client_hello->cipher_suites,
565 client_hello->cipher_suites_len);
566
David Benjaminee910bf2017-07-25 22:36:00 -0400567 UniquePtr<STACK_OF(SSL_CIPHER)> sk(sk_SSL_CIPHER_new_null());
568 if (!sk) {
David Benjamin2578b292016-12-03 23:19:55 -0500569 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
David Benjaminee910bf2017-07-25 22:36:00 -0400570 return nullptr;
David Benjamin2578b292016-12-03 23:19:55 -0500571 }
572
573 while (CBS_len(&cipher_suites) > 0) {
574 uint16_t cipher_suite;
575
576 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
577 OPENSSL_PUT_ERROR(SSL, SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST);
David Benjaminee910bf2017-07-25 22:36:00 -0400578 return nullptr;
David Benjamin2578b292016-12-03 23:19:55 -0500579 }
580
581 const SSL_CIPHER *c = SSL_get_cipher_by_value(cipher_suite);
David Benjaminee910bf2017-07-25 22:36:00 -0400582 if (c != NULL && !sk_SSL_CIPHER_push(sk.get(), c)) {
David Benjamin2578b292016-12-03 23:19:55 -0500583 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
David Benjaminee910bf2017-07-25 22:36:00 -0400584 return nullptr;
David Benjamin2578b292016-12-03 23:19:55 -0500585 }
586 }
587
588 return sk;
David Benjamin2578b292016-12-03 23:19:55 -0500589}
590
591/* ssl_get_compatible_server_ciphers determines the key exchange and
592 * authentication cipher suite masks compatible with the server configuration
593 * and current ClientHello parameters of |hs|. It sets |*out_mask_k| to the key
594 * exchange mask and |*out_mask_a| to the authentication mask. */
595static void ssl_get_compatible_server_ciphers(SSL_HANDSHAKE *hs,
596 uint32_t *out_mask_k,
597 uint32_t *out_mask_a) {
598 SSL *const ssl = hs->ssl;
David Benjamin2578b292016-12-03 23:19:55 -0500599 uint32_t mask_k = 0;
600 uint32_t mask_a = 0;
601
Adam Langley3a2b47a2017-01-24 13:59:42 -0800602 if (ssl_has_certificate(ssl)) {
David Benjamin31b0c9b2017-07-20 14:49:15 -0400603 mask_a |= ssl_cipher_auth_mask_for_key(hs->local_pubkey.get());
604 if (EVP_PKEY_id(hs->local_pubkey.get()) == EVP_PKEY_RSA) {
David Benjamin2578b292016-12-03 23:19:55 -0500605 mask_k |= SSL_kRSA;
David Benjamin2578b292016-12-03 23:19:55 -0500606 }
607 }
608
David Benjamin2578b292016-12-03 23:19:55 -0500609 /* Check for a shared group to consider ECDHE ciphers. */
610 uint16_t unused;
611 if (tls1_get_shared_group(hs, &unused)) {
612 mask_k |= SSL_kECDHE;
613 }
614
David Benjamin2578b292016-12-03 23:19:55 -0500615 /* PSK requires a server callback. */
616 if (ssl->psk_server_callback != NULL) {
617 mask_k |= SSL_kPSK;
618 mask_a |= SSL_aPSK;
619 }
620
621 *out_mask_k = mask_k;
622 *out_mask_a = mask_a;
623}
624
625static const SSL_CIPHER *ssl3_choose_cipher(
626 SSL_HANDSHAKE *hs, const SSL_CLIENT_HELLO *client_hello,
627 const struct ssl_cipher_preference_list_st *server_pref) {
628 SSL *const ssl = hs->ssl;
David Benjaminccbb1652017-03-22 18:24:32 -0400629 STACK_OF(SSL_CIPHER) *prio, *allow;
David Benjamin2578b292016-12-03 23:19:55 -0500630 /* in_group_flags will either be NULL, or will point to an array of bytes
631 * which indicate equal-preference groups in the |prio| stack. See the
632 * comment about |in_group_flags| in the |ssl_cipher_preference_list_st|
633 * struct. */
634 const uint8_t *in_group_flags;
635 /* group_min contains the minimal index so far found in a group, or -1 if no
636 * such value exists yet. */
637 int group_min = -1;
638
David Benjaminee910bf2017-07-25 22:36:00 -0400639 UniquePtr<STACK_OF(SSL_CIPHER)> client_pref =
David Benjaminccbb1652017-03-22 18:24:32 -0400640 ssl_parse_client_cipher_list(client_hello);
David Benjaminee910bf2017-07-25 22:36:00 -0400641 if (!client_pref) {
642 return nullptr;
David Benjamin2578b292016-12-03 23:19:55 -0500643 }
644
645 if (ssl->options & SSL_OP_CIPHER_SERVER_PREFERENCE) {
David Benjaminccbb1652017-03-22 18:24:32 -0400646 prio = server_pref->ciphers;
David Benjamin2578b292016-12-03 23:19:55 -0500647 in_group_flags = server_pref->in_group_flags;
David Benjaminee910bf2017-07-25 22:36:00 -0400648 allow = client_pref.get();
David Benjamin2578b292016-12-03 23:19:55 -0500649 } else {
David Benjaminee910bf2017-07-25 22:36:00 -0400650 prio = client_pref.get();
David Benjamin2578b292016-12-03 23:19:55 -0500651 in_group_flags = NULL;
David Benjaminccbb1652017-03-22 18:24:32 -0400652 allow = server_pref->ciphers;
David Benjamin2578b292016-12-03 23:19:55 -0500653 }
654
David Benjaminccbb1652017-03-22 18:24:32 -0400655 uint32_t mask_k, mask_a;
David Benjamin2578b292016-12-03 23:19:55 -0500656 ssl_get_compatible_server_ciphers(hs, &mask_k, &mask_a);
657
658 for (size_t i = 0; i < sk_SSL_CIPHER_num(prio); i++) {
David Benjaminccbb1652017-03-22 18:24:32 -0400659 const SSL_CIPHER *c = sk_SSL_CIPHER_value(prio, i);
David Benjamin2578b292016-12-03 23:19:55 -0500660
David Benjaminccbb1652017-03-22 18:24:32 -0400661 size_t cipher_index;
662 if (/* Check if the cipher is supported for the current version. */
663 SSL_CIPHER_get_min_version(c) <= ssl3_protocol_version(ssl) &&
664 ssl3_protocol_version(ssl) <= SSL_CIPHER_get_max_version(c) &&
665 /* Check the cipher is supported for the server configuration. */
666 (c->algorithm_mkey & mask_k) &&
667 (c->algorithm_auth & mask_a) &&
668 /* Check the cipher is in the |allow| list. */
669 sk_SSL_CIPHER_find(allow, &cipher_index, c)) {
David Benjamin2578b292016-12-03 23:19:55 -0500670 if (in_group_flags != NULL && in_group_flags[i] == 1) {
671 /* This element of |prio| is in a group. Update the minimum index found
672 * so far and continue looking. */
673 if (group_min == -1 || (size_t)group_min > cipher_index) {
674 group_min = cipher_index;
675 }
676 } else {
677 if (group_min != -1 && (size_t)group_min < cipher_index) {
678 cipher_index = group_min;
679 }
David Benjaminee910bf2017-07-25 22:36:00 -0400680 return sk_SSL_CIPHER_value(allow, cipher_index);
David Benjamin2578b292016-12-03 23:19:55 -0500681 }
682 }
683
684 if (in_group_flags != NULL && in_group_flags[i] == 0 && group_min != -1) {
685 /* We are about to leave a group, but we found a match in it, so that's
686 * our answer. */
David Benjaminee910bf2017-07-25 22:36:00 -0400687 return sk_SSL_CIPHER_value(allow, group_min);
David Benjamin2578b292016-12-03 23:19:55 -0500688 }
689 }
690
David Benjaminee910bf2017-07-25 22:36:00 -0400691 return nullptr;
David Benjamin2578b292016-12-03 23:19:55 -0500692}
693
David Benjamin59bae5a2017-02-02 23:51:22 -0500694static int ssl3_process_client_hello(SSL_HANDSHAKE *hs) {
David Benjaminc3c88822016-11-14 10:32:04 +0900695 SSL *const ssl = hs->ssl;
David Benjamin59bae5a2017-02-02 23:51:22 -0500696 if (!ssl_check_message_type(ssl, SSL3_MT_CLIENT_HELLO)) {
697 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800698 }
Adam Langley95c29f32014-06-20 12:00:00 -0700699
David Benjamin731058e2016-12-03 23:15:13 -0500700 SSL_CLIENT_HELLO client_hello;
701 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
702 ssl->init_num)) {
David Benjamin3570d732015-06-29 00:28:17 -0400703 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin59bae5a2017-02-02 23:51:22 -0500704 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
705 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800706 }
Adam Langley95c29f32014-06-20 12:00:00 -0700707
David Benjamin59bae5a2017-02-02 23:51:22 -0500708 /* Run the early callback. */
709 if (ssl->ctx->select_certificate_cb != NULL) {
710 switch (ssl->ctx->select_certificate_cb(&client_hello)) {
Alessandro Ghedini57e81e62017-03-14 23:36:00 +0000711 case ssl_select_cert_retry:
David Benjamin59bae5a2017-02-02 23:51:22 -0500712 ssl->rwstate = SSL_CERTIFICATE_SELECTION_PENDING;
713 return -1;
David Benjamine14ff062016-08-09 16:21:24 -0400714
Alessandro Ghedini57e81e62017-03-14 23:36:00 +0000715 case ssl_select_cert_error:
David Benjamin59bae5a2017-02-02 23:51:22 -0500716 /* Connection rejected. */
717 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
718 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
719 return -1;
David Benjamine14ff062016-08-09 16:21:24 -0400720
David Benjamin59bae5a2017-02-02 23:51:22 -0500721 default:
722 /* fallthrough */;
David Benjamine14ff062016-08-09 16:21:24 -0400723 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500724 }
David Benjamine14ff062016-08-09 16:21:24 -0400725
David Benjamin68161cb2017-06-20 14:49:43 -0400726 /* Freeze the version range after the early callback. */
727 if (!ssl_get_version_range(ssl, &hs->min_version, &hs->max_version)) {
728 return -1;
729 }
730
Adam Langley04540a72017-02-09 10:11:50 -0800731 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjamin59bae5a2017-02-02 23:51:22 -0500732 if (!negotiate_version(hs, &alert, &client_hello)) {
733 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
734 return -1;
735 }
David Benjamin1deb41b2016-08-09 19:36:38 -0400736
Steven Valdez8f36c512017-06-20 10:55:02 -0400737 hs->client_version = client_hello.version;
David Benjamin59bae5a2017-02-02 23:51:22 -0500738 if (client_hello.random_len != SSL3_RANDOM_SIZE) {
739 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
740 return -1;
741 }
742 OPENSSL_memcpy(ssl->s3->client_random, client_hello.random,
743 client_hello.random_len);
744
745 /* Only null compression is supported. TLS 1.3 further requires the peer
746 * advertise no other compression. */
747 if (OPENSSL_memchr(client_hello.compression_methods, 0,
748 client_hello.compression_methods_len) == NULL ||
749 (ssl3_protocol_version(ssl) >= TLS1_3_VERSION &&
750 client_hello.compression_methods_len != 1)) {
751 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_COMPRESSION_LIST);
752 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER);
753 return -1;
754 }
755
756 /* TLS extensions. */
757 if (!ssl_parse_clienthello_tlsext(hs, &client_hello)) {
758 OPENSSL_PUT_ERROR(SSL, SSL_R_PARSE_TLSEXT);
759 return -1;
760 }
761
762 return 1;
763}
764
765static int ssl3_select_certificate(SSL_HANDSHAKE *hs) {
766 SSL *const ssl = hs->ssl;
767 /* Call |cert_cb| to update server certificates if required. */
768 if (ssl->cert->cert_cb != NULL) {
769 int rv = ssl->cert->cert_cb(ssl, ssl->cert->cert_cb_arg);
770 if (rv == 0) {
771 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_CB_ERROR);
772 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamin25fe85b2016-08-09 20:00:32 -0400773 return -1;
774 }
David Benjamin59bae5a2017-02-02 23:51:22 -0500775 if (rv < 0) {
776 ssl->rwstate = SSL_X509_LOOKUP;
777 return -1;
David Benjamin4eb95cc2016-11-16 17:08:23 +0900778 }
David Benjamin4eb95cc2016-11-16 17:08:23 +0900779 }
780
David Benjamina232a712017-03-30 15:51:53 -0500781 if (!ssl_on_certificate_selected(hs)) {
David Benjamin59bae5a2017-02-02 23:51:22 -0500782 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900783 }
784
David Benjamin59bae5a2017-02-02 23:51:22 -0500785 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
786 /* Jump to the TLS 1.3 state machine. */
787 hs->state = SSL_ST_TLS13;
788 hs->do_tls13_handshake = tls13_server_handshake;
789 return 1;
790 }
791
792 SSL_CLIENT_HELLO client_hello;
793 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
794 ssl->init_num)) {
795 return -1;
796 }
797
798 /* Negotiate the cipher suite. This must be done after |cert_cb| so the
799 * certificate is finalized. */
David Benjamin45738dd2017-02-09 20:01:26 -0500800 hs->new_cipher =
David Benjamin59bae5a2017-02-02 23:51:22 -0500801 ssl3_choose_cipher(hs, &client_hello, ssl_get_cipher_preferences(ssl));
David Benjamin45738dd2017-02-09 20:01:26 -0500802 if (hs->new_cipher == NULL) {
David Benjamin59bae5a2017-02-02 23:51:22 -0500803 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_SHARED_CIPHER);
804 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
805 return -1;
806 }
807
808 return 1;
809}
810
811static int ssl3_select_parameters(SSL_HANDSHAKE *hs) {
812 SSL *const ssl = hs->ssl;
David Benjamin59bae5a2017-02-02 23:51:22 -0500813 SSL_CLIENT_HELLO client_hello;
814 if (!ssl_client_hello_init(ssl, &client_hello, ssl->init_msg,
815 ssl->init_num)) {
816 return -1;
817 }
David Benjamin34202b92016-11-16 19:07:53 +0900818
819 /* Determine whether we are doing session resumption. */
David Benjamin37af90f2017-07-29 01:42:16 -0400820 UniquePtr<SSL_SESSION> session;
David Benjamin34202b92016-11-16 19:07:53 +0900821 int tickets_supported = 0, renew_ticket = 0;
David Benjamin37af90f2017-07-29 01:42:16 -0400822 switch (ssl_get_prev_session(ssl, &session, &tickets_supported, &renew_ticket,
823 &client_hello)) {
David Benjamin34202b92016-11-16 19:07:53 +0900824 case ssl_session_success:
825 break;
826 case ssl_session_error:
David Benjamind781fc42017-07-12 16:25:57 -0400827 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900828 case ssl_session_retry:
829 ssl->rwstate = SSL_PENDING_SESSION;
David Benjamind781fc42017-07-12 16:25:57 -0400830 return -1;
Adam Langley4c341d02017-03-08 19:33:21 -0800831 case ssl_session_ticket_retry:
832 ssl->rwstate = SSL_PENDING_TICKET;
David Benjamind781fc42017-07-12 16:25:57 -0400833 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900834 }
835
David Benjamind781fc42017-07-12 16:25:57 -0400836 if (session) {
David Benjaminfc02b592017-02-17 16:26:01 -0500837 if (session->extended_master_secret && !hs->extended_master_secret) {
David Benjamin34202b92016-11-16 19:07:53 +0900838 /* A ClientHello without EMS that attempts to resume a session with EMS
839 * is fatal to the connection. */
David Benjamin34202b92016-11-16 19:07:53 +0900840 OPENSSL_PUT_ERROR(SSL, SSL_R_RESUMED_EMS_SESSION_WITHOUT_EMS_EXTENSION);
David Benjamind98107b2017-06-15 22:56:37 -0400841 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
David Benjamind781fc42017-07-12 16:25:57 -0400842 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900843 }
844
David Benjamind781fc42017-07-12 16:25:57 -0400845 if (!ssl_session_is_resumable(hs, session.get()) ||
David Benjamin34202b92016-11-16 19:07:53 +0900846 /* If the client offers the EMS extension, but the previous session
847 * didn't use it, then negotiate a new session. */
David Benjaminfc02b592017-02-17 16:26:01 -0500848 hs->extended_master_secret != session->extended_master_secret) {
David Benjamind781fc42017-07-12 16:25:57 -0400849 session.reset();
David Benjamin34202b92016-11-16 19:07:53 +0900850 }
851 }
852
David Benjamind781fc42017-07-12 16:25:57 -0400853 if (session) {
David Benjamin34202b92016-11-16 19:07:53 +0900854 /* Use the old session. */
David Benjaminc3c88822016-11-14 10:32:04 +0900855 hs->ticket_expected = renew_ticket;
David Benjamind781fc42017-07-12 16:25:57 -0400856 ssl->session = session.release();
David Benjamin34202b92016-11-16 19:07:53 +0900857 ssl->s3->session_reused = 1;
858 } else {
David Benjaminc3c88822016-11-14 10:32:04 +0900859 hs->ticket_expected = tickets_supported;
David Benjamin34202b92016-11-16 19:07:53 +0900860 ssl_set_session(ssl, NULL);
David Benjaminf3c8f8d2016-11-17 17:20:47 +0900861 if (!ssl_get_new_session(hs, 1 /* server */)) {
David Benjamind781fc42017-07-12 16:25:57 -0400862 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900863 }
864
865 /* Clear the session ID if we want the session to be single-use. */
866 if (!(ssl->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)) {
David Benjamin45738dd2017-02-09 20:01:26 -0500867 hs->new_session->session_id_length = 0;
David Benjamin34202b92016-11-16 19:07:53 +0900868 }
869 }
870
871 if (ssl->ctx->dos_protection_cb != NULL &&
872 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
873 /* Connection rejected for DOS reasons. */
David Benjamin34202b92016-11-16 19:07:53 +0900874 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
David Benjamind98107b2017-06-15 22:56:37 -0400875 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamind781fc42017-07-12 16:25:57 -0400876 return -1;
David Benjamin34202b92016-11-16 19:07:53 +0900877 }
878
David Benjaminf01f42a2016-11-16 19:05:33 +0900879 if (ssl->session == NULL) {
David Benjamin45738dd2017-02-09 20:01:26 -0500880 hs->new_session->cipher = hs->new_cipher;
David Benjamin5c1ce292015-05-26 16:59:43 -0400881
David Benjamin4eb95cc2016-11-16 17:08:23 +0900882 /* On new sessions, stash the SNI value in the session. */
David Benjaminc3c88822016-11-14 10:32:04 +0900883 if (hs->hostname != NULL) {
David Benjamin45738dd2017-02-09 20:01:26 -0500884 OPENSSL_free(hs->new_session->tlsext_hostname);
David Benjamin31b0c9b2017-07-20 14:49:15 -0400885 hs->new_session->tlsext_hostname = BUF_strdup(hs->hostname.get());
David Benjamin45738dd2017-02-09 20:01:26 -0500886 if (hs->new_session->tlsext_hostname == NULL) {
David Benjamind98107b2017-06-15 22:56:37 -0400887 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamind781fc42017-07-12 16:25:57 -0400888 return -1;
David Benjamin4eb95cc2016-11-16 17:08:23 +0900889 }
890 }
891
David Benjamin5c1ce292015-05-26 16:59:43 -0400892 /* Determine whether to request a client certificate. */
David Benjaminc3c88822016-11-14 10:32:04 +0900893 hs->cert_request = !!(ssl->verify_mode & SSL_VERIFY_PEER);
David Benjamin5c1ce292015-05-26 16:59:43 -0400894 /* Only request a certificate if Channel ID isn't negotiated. */
David Benjamin0d56f882015-12-19 17:05:56 -0500895 if ((ssl->verify_mode & SSL_VERIFY_PEER_IF_NO_OBC) &&
896 ssl->s3->tlsext_channel_id_valid) {
David Benjaminc3c88822016-11-14 10:32:04 +0900897 hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400898 }
David Benjaminc032dfa2016-05-12 14:54:57 -0400899 /* CertificateRequest may only be sent in certificate-based ciphers. */
David Benjamin45738dd2017-02-09 20:01:26 -0500900 if (!ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
David Benjaminc3c88822016-11-14 10:32:04 +0900901 hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400902 }
Adam Langley37646832016-08-01 16:16:46 -0700903
David Benjaminc3c88822016-11-14 10:32:04 +0900904 if (!hs->cert_request) {
Adam Langley37646832016-08-01 16:16:46 -0700905 /* OpenSSL returns X509_V_OK when no certificates are requested. This is
David Benjamindd634eb2016-08-18 16:40:28 -0400906 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -0500907 hs->new_session->verify_result = X509_V_OK;
Adam Langley37646832016-08-01 16:16:46 -0700908 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800909 }
910
David Benjaminf01f42a2016-11-16 19:05:33 +0900911 /* HTTP/2 negotiation depends on the cipher suite, so ALPN negotiation was
912 * deferred. Complete it now. */
David Benjamind98107b2017-06-15 22:56:37 -0400913 uint8_t alert = SSL_AD_DECODE_ERROR;
914 if (!ssl_negotiate_alpn(hs, &alert, &client_hello)) {
915 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
David Benjamind781fc42017-07-12 16:25:57 -0400916 return -1;
David Benjamin9ef31f02016-10-31 18:01:13 -0400917 }
918
David Benjaminf71036e2017-01-21 14:49:39 -0500919 /* Now that all parameters are known, initialize the handshake hash and hash
920 * the ClientHello. */
David Benjamin6dc8bf62017-07-19 16:38:21 -0400921 if (!hs->transcript.InitHash(ssl3_protocol_version(ssl),
922 hs->new_cipher->algorithm_prf) ||
Steven Valdez908ac192017-01-12 13:17:07 -0500923 !ssl_hash_current_message(hs)) {
David Benjamind98107b2017-06-15 22:56:37 -0400924 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamind781fc42017-07-12 16:25:57 -0400925 return -1;
David Benjamin9550c3a2015-08-05 08:50:34 -0400926 }
927
Steven Valdez2b8415e2016-06-30 13:27:23 -0400928 /* Release the handshake buffer if client authentication isn't required. */
David Benjaminc3c88822016-11-14 10:32:04 +0900929 if (!hs->cert_request) {
David Benjamin6dc8bf62017-07-19 16:38:21 -0400930 hs->transcript.FreeBuffer();
Adam Langleyfcf25832014-12-18 17:42:32 -0800931 }
932
David Benjamind781fc42017-07-12 16:25:57 -0400933 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800934}
Adam Langley95c29f32014-06-20 12:00:00 -0700935
David Benjaminc3c88822016-11-14 10:32:04 +0900936static int ssl3_send_server_hello(SSL_HANDSHAKE *hs) {
937 SSL *const ssl = hs->ssl;
David Benjamin56380462015-10-10 14:59:09 -0400938
939 /* We only accept ChannelIDs on connections with ECDHE in order to avoid a
940 * known attack while we fix ChannelID itself. */
941 if (ssl->s3->tlsext_channel_id_valid &&
David Benjamin45738dd2017-02-09 20:01:26 -0500942 (hs->new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
David Benjamin56380462015-10-10 14:59:09 -0400943 ssl->s3->tlsext_channel_id_valid = 0;
944 }
945
946 /* If this is a resumption and the original handshake didn't support
947 * ChannelID then we didn't record the original handshake hashes in the
948 * session and so cannot resume with ChannelIDs. */
Steven Valdez87eab492016-06-27 16:34:59 -0400949 if (ssl->session != NULL &&
950 ssl->session->original_handshake_hash_len == 0) {
David Benjamin56380462015-10-10 14:59:09 -0400951 ssl->s3->tlsext_channel_id_valid = 0;
952 }
953
David Benjaminad8f5e12017-02-20 17:00:20 -0500954 struct OPENSSL_timeval now;
David Benjamin721e8b72016-08-03 13:13:17 -0400955 ssl_get_current_time(ssl, &now);
956 ssl->s3->server_random[0] = now.tv_sec >> 24;
957 ssl->s3->server_random[1] = now.tv_sec >> 16;
958 ssl->s3->server_random[2] = now.tv_sec >> 8;
959 ssl->s3->server_random[3] = now.tv_sec;
David Benjamin1f61f0d2016-07-10 12:20:35 -0400960 if (!RAND_bytes(ssl->s3->server_random + 4, SSL3_RANDOM_SIZE - 4)) {
David Benjamin56380462015-10-10 14:59:09 -0400961 return -1;
962 }
963
David Benjamin55108632016-08-11 22:01:18 -0400964 /* TODO(davidben): Implement the TLS 1.1 and 1.2 downgrade sentinels once TLS
965 * 1.3 is finalized and we are not implementing a draft version. */
David Benjamin1f61f0d2016-07-10 12:20:35 -0400966
David Benjamin31b0c9b2017-07-20 14:49:15 -0400967 const SSL_SESSION *session = hs->new_session.get();
Steven Valdez87eab492016-06-27 16:34:59 -0400968 if (ssl->session != NULL) {
969 session = ssl->session;
970 }
971
David Benjamin1386aad2017-07-19 23:57:40 -0400972 ScopedCBB cbb;
973 CBB body, session_id;
974 if (!ssl->method->init_message(ssl, cbb.get(), &body, SSL3_MT_SERVER_HELLO) ||
David Benjamin75836432016-06-17 18:48:29 -0400975 !CBB_add_u16(&body, ssl->version) ||
976 !CBB_add_bytes(&body, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
977 !CBB_add_u8_length_prefixed(&body, &session_id) ||
Steven Valdez87eab492016-06-27 16:34:59 -0400978 !CBB_add_bytes(&session_id, session->session_id,
979 session->session_id_length) ||
David Benjamin45738dd2017-02-09 20:01:26 -0500980 !CBB_add_u16(&body, ssl_cipher_get_value(hs->new_cipher)) ||
David Benjamin75836432016-06-17 18:48:29 -0400981 !CBB_add_u8(&body, 0 /* no compression */) ||
David Benjamin8c880a22016-12-03 02:20:34 -0500982 !ssl_add_serverhello_tlsext(hs, &body) ||
David Benjamin1386aad2017-07-19 23:57:40 -0400983 !ssl_add_message_cbb(ssl, cbb.get())) {
David Benjamin56380462015-10-10 14:59:09 -0400984 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
David Benjamin56380462015-10-10 14:59:09 -0400985 return -1;
986 }
987
David Benjamin16315f72017-01-12 20:02:05 -0500988 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800989}
Adam Langley95c29f32014-06-20 12:00:00 -0700990
David Benjaminc3c88822016-11-14 10:32:04 +0900991static int ssl3_send_server_certificate(SSL_HANDSHAKE *hs) {
992 SSL *const ssl = hs->ssl;
David Benjamin86e95b82017-07-18 16:34:25 -0400993 ScopedCBB cbb;
David Benjamin0d1730d2017-06-15 23:24:25 -0400994
David Benjamin44148742017-06-17 13:20:59 -0400995 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
996 if (!ssl_has_certificate(ssl)) {
997 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_SET);
David Benjamind781fc42017-07-12 16:25:57 -0400998 return -1;
David Benjamin44148742017-06-17 13:20:59 -0400999 }
David Benjamin32a66d52016-07-13 22:03:11 -04001000
David Benjamin44148742017-06-17 13:20:59 -04001001 if (!ssl3_output_cert_chain(ssl)) {
David Benjamind781fc42017-07-12 16:25:57 -04001002 return -1;
David Benjamin44148742017-06-17 13:20:59 -04001003 }
David Benjamin9f1dc822016-06-07 17:03:46 -04001004
David Benjamin44148742017-06-17 13:20:59 -04001005 if (hs->certificate_status_expected) {
1006 CBB body, ocsp_response;
David Benjamind781fc42017-07-12 16:25:57 -04001007 if (!ssl->method->init_message(ssl, cbb.get(), &body,
David Benjamin44148742017-06-17 13:20:59 -04001008 SSL3_MT_CERTIFICATE_STATUS) ||
1009 !CBB_add_u8(&body, TLSEXT_STATUSTYPE_ocsp) ||
1010 !CBB_add_u24_length_prefixed(&body, &ocsp_response) ||
1011 !CBB_add_bytes(&ocsp_response,
1012 CRYPTO_BUFFER_data(ssl->cert->ocsp_response),
1013 CRYPTO_BUFFER_len(ssl->cert->ocsp_response)) ||
David Benjamind781fc42017-07-12 16:25:57 -04001014 !ssl_add_message_cbb(ssl, cbb.get())) {
David Benjamin44148742017-06-17 13:20:59 -04001015 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
David Benjamind781fc42017-07-12 16:25:57 -04001016 return -1;
David Benjamin44148742017-06-17 13:20:59 -04001017 }
David Benjamin0d1730d2017-06-15 23:24:25 -04001018 }
David Benjamin75836432016-06-17 18:48:29 -04001019 }
1020
David Benjamin44148742017-06-17 13:20:59 -04001021 /* Assemble ServerKeyExchange parameters if needed. */
1022 uint32_t alg_k = hs->new_cipher->algorithm_mkey;
1023 uint32_t alg_a = hs->new_cipher->algorithm_auth;
1024 if (ssl_cipher_requires_server_key_exchange(hs->new_cipher) ||
1025 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
Paul Lietaraeeff2c2015-08-12 11:47:11 +01001026
David Benjamin44148742017-06-17 13:20:59 -04001027 /* Pre-allocate enough room to comfortably fit an ECDHE public key. Prepend
1028 * the client and server randoms for the signing transcript. */
1029 CBB child;
David Benjamind781fc42017-07-12 16:25:57 -04001030 if (!CBB_init(cbb.get(), SSL3_RANDOM_SIZE * 2 + 128) ||
1031 !CBB_add_bytes(cbb.get(), ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
1032 !CBB_add_bytes(cbb.get(), ssl->s3->server_random, SSL3_RANDOM_SIZE)) {
1033 return -1;
David Benjaminc42acee2016-06-17 17:47:58 -04001034 }
1035
David Benjamin2a0b3912015-12-18 01:01:21 -05001036 /* PSK ciphers begin with an identity hint. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001037 if (alg_a & SSL_aPSK) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001038 size_t len =
1039 (ssl->psk_identity_hint == NULL) ? 0 : strlen(ssl->psk_identity_hint);
David Benjamind781fc42017-07-12 16:25:57 -04001040 if (!CBB_add_u16_length_prefixed(cbb.get(), &child) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001041 !CBB_add_bytes(&child, (const uint8_t *)ssl->psk_identity_hint,
1042 len)) {
David Benjamind781fc42017-07-12 16:25:57 -04001043 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001044 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001045 }
Adam Langley95c29f32014-06-20 12:00:00 -07001046
Matthew Braithwaite7e06de52017-04-10 15:52:14 -07001047 if (alg_k & SSL_kECDHE) {
Steven Valdezce902a92016-05-17 11:47:53 -04001048 /* Determine the group to use. */
1049 uint16_t group_id;
David Benjaminf3c8f8d2016-11-17 17:20:47 +09001050 if (!tls1_get_shared_group(hs, &group_id)) {
David Benjamin99a93d42017-07-01 11:02:20 -04001051 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
David Benjamin2a0b3912015-12-18 01:01:21 -05001052 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
David Benjamind781fc42017-07-12 16:25:57 -04001053 return -1;
1054 }
David Benjamin45738dd2017-02-09 20:01:26 -05001055 hs->new_session->group_id = group_id;
Adam Langley95c29f32014-06-20 12:00:00 -07001056
David Benjamin4298d772015-12-19 00:18:25 -05001057 /* Set up ECDH, generate a key, and emit the public half. */
David Benjaminc642aca2017-07-19 23:28:43 -04001058 hs->key_share = SSLKeyShare::Create(group_id);
1059 if (!hs->key_share ||
David Benjamind781fc42017-07-12 16:25:57 -04001060 !CBB_add_u8(cbb.get(), NAMED_CURVE_TYPE) ||
1061 !CBB_add_u16(cbb.get(), group_id) ||
1062 !CBB_add_u8_length_prefixed(cbb.get(), &child) ||
David Benjaminc642aca2017-07-19 23:28:43 -04001063 !hs->key_share->Offer(&child)) {
David Benjamind781fc42017-07-12 16:25:57 -04001064 return -1;
Matt Braithwaite053931e2016-05-25 12:06:05 -07001065 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001066 } else {
1067 assert(alg_k & SSL_kPSK);
Adam Langleyfcf25832014-12-18 17:42:32 -08001068 }
Adam Langley95c29f32014-06-20 12:00:00 -07001069
David Benjamind781fc42017-07-12 16:25:57 -04001070 if (!CBB_finish(cbb.get(), &hs->server_params, &hs->server_params_len)) {
1071 return -1;
David Benjaminc42acee2016-06-17 17:47:58 -04001072 }
David Benjaminc42acee2016-06-17 17:47:58 -04001073 }
1074
David Benjamind781fc42017-07-12 16:25:57 -04001075 return 1;
David Benjamin44148742017-06-17 13:20:59 -04001076}
1077
1078static int ssl3_send_server_key_exchange(SSL_HANDSHAKE *hs) {
1079 SSL *const ssl = hs->ssl;
David Benjamin1386aad2017-07-19 23:57:40 -04001080 ScopedCBB cbb;
1081 CBB body, child;
1082 if (!ssl->method->init_message(ssl, cbb.get(), &body,
David Benjamin75836432016-06-17 18:48:29 -04001083 SSL3_MT_SERVER_KEY_EXCHANGE) ||
David Benjamin44148742017-06-17 13:20:59 -04001084 /* |hs->server_params| contains a prefix for signing. */
1085 hs->server_params_len < 2 * SSL3_RANDOM_SIZE ||
1086 !CBB_add_bytes(&body, hs->server_params + 2 * SSL3_RANDOM_SIZE,
1087 hs->server_params_len - 2 * SSL3_RANDOM_SIZE)) {
David Benjamin1386aad2017-07-19 23:57:40 -04001088 return -1;
David Benjamin2a0b3912015-12-18 01:01:21 -05001089 }
Adam Langley95c29f32014-06-20 12:00:00 -07001090
David Benjamin2a0b3912015-12-18 01:01:21 -05001091 /* Add a signature. */
David Benjamin45738dd2017-02-09 20:01:26 -05001092 if (ssl_cipher_uses_certificate_auth(hs->new_cipher)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001093 if (!ssl_has_private_key(ssl)) {
1094 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamin1386aad2017-07-19 23:57:40 -04001095 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001096 }
Adam Langley95c29f32014-06-20 12:00:00 -07001097
David Benjaminc42acee2016-06-17 17:47:58 -04001098 /* Determine the signature algorithm. */
David Benjaminea9a0d52016-07-08 15:52:59 -07001099 uint16_t signature_algorithm;
David Benjaminf3c8f8d2016-11-17 17:20:47 +09001100 if (!tls1_choose_signature_algorithm(hs, &signature_algorithm)) {
David Benjamin1386aad2017-07-19 23:57:40 -04001101 return -1;
David Benjaminea9a0d52016-07-08 15:52:59 -07001102 }
David Benjaminc42acee2016-06-17 17:47:58 -04001103 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001104 if (!CBB_add_u16(&body, signature_algorithm)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001105 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1106 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
David Benjamin1386aad2017-07-19 23:57:40 -04001107 return -1;
David Benjaminc42acee2016-06-17 17:47:58 -04001108 }
David Benjaminc42acee2016-06-17 17:47:58 -04001109 }
1110
1111 /* Add space for the signature. */
David Benjamin31b0c9b2017-07-20 14:49:15 -04001112 const size_t max_sig_len = EVP_PKEY_size(hs->local_pubkey.get());
David Benjaminc42acee2016-06-17 17:47:58 -04001113 uint8_t *ptr;
David Benjamin75836432016-06-17 18:48:29 -04001114 if (!CBB_add_u16_length_prefixed(&body, &child) ||
David Benjaminc42acee2016-06-17 17:47:58 -04001115 !CBB_reserve(&child, &ptr, max_sig_len)) {
David Benjamin1386aad2017-07-19 23:57:40 -04001116 return -1;
David Benjaminc42acee2016-06-17 17:47:58 -04001117 }
1118
David Benjamin2a0b3912015-12-18 01:01:21 -05001119 size_t sig_len;
David Benjamin44148742017-06-17 13:20:59 -04001120 switch (ssl_private_key_sign(hs, ptr, &sig_len, max_sig_len,
1121 signature_algorithm, hs->server_params,
1122 hs->server_params_len)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001123 case ssl_private_key_success:
David Benjamin2a0b3912015-12-18 01:01:21 -05001124 if (!CBB_did_write(&child, sig_len)) {
David Benjamin1386aad2017-07-19 23:57:40 -04001125 return -1;
David Benjamin2a0b3912015-12-18 01:01:21 -05001126 }
1127 break;
1128 case ssl_private_key_failure:
David Benjamin1386aad2017-07-19 23:57:40 -04001129 return -1;
David Benjamin2a0b3912015-12-18 01:01:21 -05001130 case ssl_private_key_retry:
David Benjamin2a0b3912015-12-18 01:01:21 -05001131 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamin1386aad2017-07-19 23:57:40 -04001132 return -1;
David Benjamin2a0b3912015-12-18 01:01:21 -05001133 }
David Benjamin1f9f9c42015-08-28 16:17:59 -04001134 }
1135
David Benjamin1386aad2017-07-19 23:57:40 -04001136 if (!ssl_add_message_cbb(ssl, cbb.get())) {
1137 return -1;
David Benjamin1f9f9c42015-08-28 16:17:59 -04001138 }
David Benjaminc42acee2016-06-17 17:47:58 -04001139
David Benjaminc3c88822016-11-14 10:32:04 +09001140 OPENSSL_free(hs->server_params);
1141 hs->server_params = NULL;
1142 hs->server_params_len = 0;
David Benjaminc42acee2016-06-17 17:47:58 -04001143
David Benjamin16315f72017-01-12 20:02:05 -05001144 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001145}
Adam Langley95c29f32014-06-20 12:00:00 -07001146
David Benjamin0d1730d2017-06-15 23:24:25 -04001147static int ssl3_send_server_hello_done(SSL_HANDSHAKE *hs) {
David Benjaminc3c88822016-11-14 10:32:04 +09001148 SSL *const ssl = hs->ssl;
David Benjamin1386aad2017-07-19 23:57:40 -04001149 ScopedCBB cbb;
1150 CBB body;
David Benjamin75836432016-06-17 18:48:29 -04001151
David Benjamin0d1730d2017-06-15 23:24:25 -04001152 if (hs->cert_request) {
1153 CBB cert_types, sigalgs_cbb;
David Benjamin1386aad2017-07-19 23:57:40 -04001154 if (!ssl->method->init_message(ssl, cbb.get(), &body,
David Benjamin0d1730d2017-06-15 23:24:25 -04001155 SSL3_MT_CERTIFICATE_REQUEST) ||
1156 !CBB_add_u8_length_prefixed(&body, &cert_types) ||
1157 !CBB_add_u8(&cert_types, SSL3_CT_RSA_SIGN) ||
1158 (ssl3_protocol_version(ssl) >= TLS1_VERSION &&
1159 !CBB_add_u8(&cert_types, TLS_CT_ECDSA_SIGN)) ||
1160 (ssl3_protocol_version(ssl) >= TLS1_2_VERSION &&
1161 (!CBB_add_u16_length_prefixed(&body, &sigalgs_cbb) ||
1162 !tls12_add_verify_sigalgs(ssl, &sigalgs_cbb))) ||
1163 !ssl_add_client_CA_list(ssl, &body) ||
David Benjamin1386aad2017-07-19 23:57:40 -04001164 !ssl_add_message_cbb(ssl, cbb.get())) {
1165 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1166 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001167 }
1168 }
1169
David Benjamin1386aad2017-07-19 23:57:40 -04001170 if (!ssl->method->init_message(ssl, cbb.get(), &body,
1171 SSL3_MT_SERVER_HELLO_DONE) ||
1172 !ssl_add_message_cbb(ssl, cbb.get())) {
1173 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1174 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001175 }
1176
David Benjamin16315f72017-01-12 20:02:05 -05001177 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001178}
Adam Langley95c29f32014-06-20 12:00:00 -07001179
David Benjaminc3c88822016-11-14 10:32:04 +09001180static int ssl3_get_client_certificate(SSL_HANDSHAKE *hs) {
1181 SSL *const ssl = hs->ssl;
1182 assert(hs->cert_request);
David Benjamin9f1dc822016-06-07 17:03:46 -04001183
David Benjaminf71036e2017-01-21 14:49:39 -05001184 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001185 if (msg_ret <= 0) {
1186 return msg_ret;
David Benjamin9f1dc822016-06-07 17:03:46 -04001187 }
1188
1189 if (ssl->s3->tmp.message_type != SSL3_MT_CERTIFICATE) {
1190 if (ssl->version == SSL3_VERSION &&
1191 ssl->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) {
Adam Langley37646832016-08-01 16:16:46 -07001192 /* In SSL 3.0, the Certificate message is omitted to signal no
1193 * certificate. */
David Benjaminda2630c2016-08-01 19:57:43 -04001194 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001195 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001196 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1197 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001198 }
1199
Adam Langley37646832016-08-01 16:16:46 -07001200 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001201 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -05001202 hs->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001203 ssl->s3->tmp.reuse_message = 1;
1204 return 1;
1205 }
1206
David Benjamin9f1dc822016-06-07 17:03:46 -04001207 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
David Benjamin5c900c82016-07-13 23:03:26 -04001208 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
1209 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001210 }
1211
Steven Valdez908ac192017-01-12 13:17:07 -05001212 if (!ssl_hash_current_message(hs)) {
David Benjaminf71036e2017-01-21 14:49:39 -05001213 return -1;
1214 }
1215
David Benjamin5c900c82016-07-13 23:03:26 -04001216 CBS certificate_msg;
David Benjamin09eb6552016-07-08 14:32:11 -07001217 CBS_init(&certificate_msg, ssl->init_msg, ssl->init_num);
Adam Langley68e71242016-12-12 11:06:16 -08001218
Adam Langleyc68e5b92017-02-08 13:33:15 -08001219 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjamine664a532017-07-20 20:19:36 -04001220 UniquePtr<STACK_OF(CRYPTO_BUFFER)> chain;
1221 if (!ssl_parse_cert_chain(&alert, &chain, &hs->peer_pubkey,
1222 ssl->retain_only_sha256_of_client_certs
1223 ? hs->new_session->peer_sha256
1224 : NULL,
1225 &certificate_msg, ssl->ctx->pool)) {
David Benjamin5c900c82016-07-13 23:03:26 -04001226 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
Adam Langley68e71242016-12-12 11:06:16 -08001227 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001228 }
David Benjamine664a532017-07-20 20:19:36 -04001229 sk_CRYPTO_BUFFER_pop_free(hs->new_session->certs, CRYPTO_BUFFER_free);
1230 hs->new_session->certs = chain.release();
David Benjamin9f1dc822016-06-07 17:03:46 -04001231
Adam Langley68e71242016-12-12 11:06:16 -08001232 if (CBS_len(&certificate_msg) != 0 ||
David Benjamin31b0c9b2017-07-20 14:49:15 -04001233 !ssl->ctx->x509_method->session_cache_objects(hs->new_session.get())) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001234 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin5c900c82016-07-13 23:03:26 -04001235 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
Adam Langley68e71242016-12-12 11:06:16 -08001236 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001237 }
1238
David Benjamin45738dd2017-02-09 20:01:26 -05001239 if (sk_CRYPTO_BUFFER_num(hs->new_session->certs) == 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001240 /* No client certificate so the handshake buffer may be discarded. */
David Benjamin6dc8bf62017-07-19 16:38:21 -04001241 hs->transcript.FreeBuffer();
David Benjamin9f1dc822016-06-07 17:03:46 -04001242
David Benjamine455e512016-08-01 20:11:13 -04001243 /* In SSL 3.0, sending no certificate is signaled by omitting the
1244 * Certificate message. */
David Benjamin9f1dc822016-06-07 17:03:46 -04001245 if (ssl->version == SSL3_VERSION) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001246 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATES_RETURNED);
David Benjamin5c900c82016-07-13 23:03:26 -04001247 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langley68e71242016-12-12 11:06:16 -08001248 return -1;
David Benjamine455e512016-08-01 20:11:13 -04001249 }
1250
1251 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001252 /* Fail for TLS only if we required a certificate */
1253 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001254 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langley68e71242016-12-12 11:06:16 -08001255 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001256 }
Adam Langley37646832016-08-01 16:16:46 -07001257
1258 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001259 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin45738dd2017-02-09 20:01:26 -05001260 hs->new_session->verify_result = X509_V_OK;
Adam Langley68e71242016-12-12 11:06:16 -08001261 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001262 }
1263
Adam Langley68e71242016-12-12 11:06:16 -08001264 /* The hash will have been filled in. */
1265 if (ssl->retain_only_sha256_of_client_certs) {
David Benjamin45738dd2017-02-09 20:01:26 -05001266 hs->new_session->peer_sha256_valid = 1;
Adam Langley364f7a62016-12-12 10:51:00 -08001267 }
David Benjamin9f1dc822016-06-07 17:03:46 -04001268
David Benjamin5c900c82016-07-13 23:03:26 -04001269 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001270}
1271
David Benjaminc3c88822016-11-14 10:32:04 +09001272static int ssl3_get_client_key_exchange(SSL_HANDSHAKE *hs) {
1273 SSL *const ssl = hs->ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -08001274 CBS client_key_exchange;
Adam Langleyfcf25832014-12-18 17:42:32 -08001275 uint8_t *premaster_secret = NULL;
1276 size_t premaster_secret_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001277 uint8_t *decrypt_buf = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001278
David Benjamincb0c29f2016-12-12 17:00:50 -05001279 if (hs->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjaminf71036e2017-01-21 14:49:39 -05001280 int ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001281 if (ret <= 0) {
1282 return ret;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001283 }
David Benjamin44148742017-06-17 13:20:59 -04001284 }
David Benjamin276b7e82017-01-21 14:13:39 -05001285
David Benjamin44148742017-06-17 13:20:59 -04001286 if (!ssl_check_message_type(ssl, SSL3_MT_CLIENT_KEY_EXCHANGE)) {
1287 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001288 }
Adam Langley95c29f32014-06-20 12:00:00 -07001289
David Benjamin0d56f882015-12-19 17:05:56 -05001290 CBS_init(&client_key_exchange, ssl->init_msg, ssl->init_num);
David Benjamin44148742017-06-17 13:20:59 -04001291 uint32_t alg_k = hs->new_cipher->algorithm_mkey;
1292 uint32_t alg_a = hs->new_cipher->algorithm_auth;
Adam Langleyc26c8022014-06-20 12:00:00 -07001293
David Benjamin44148742017-06-17 13:20:59 -04001294 /* If using a PSK key exchange, parse the PSK identity. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001295 if (alg_a & SSL_aPSK) {
1296 CBS psk_identity;
David Benjamin35c02302014-07-13 04:14:59 -04001297
Adam Langleyfcf25832014-12-18 17:42:32 -08001298 /* If using PSK, the ClientKeyExchange contains a psk_identity. If PSK,
1299 * then this is the only field in the message. */
1300 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) ||
1301 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0)) {
David Benjamin3570d732015-06-29 00:28:17 -04001302 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamind98107b2017-06-15 22:56:37 -04001303 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1304 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001305 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001306
Adam Langleyfcf25832014-12-18 17:42:32 -08001307 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
1308 CBS_contains_zero_byte(&psk_identity)) {
David Benjamin3570d732015-06-29 00:28:17 -04001309 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
David Benjamind98107b2017-06-15 22:56:37 -04001310 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_ILLEGAL_PARAMETER);
1311 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001312 }
David Benjamin35c02302014-07-13 04:14:59 -04001313
David Benjamin45738dd2017-02-09 20:01:26 -05001314 if (!CBS_strdup(&psk_identity, &hs->new_session->psk_identity)) {
David Benjamin3570d732015-06-29 00:28:17 -04001315 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
David Benjamind98107b2017-06-15 22:56:37 -04001316 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1317 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001318 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001319 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001320
Adam Langleyfcf25832014-12-18 17:42:32 -08001321 /* Depending on the key exchange method, compute |premaster_secret| and
1322 * |premaster_secret_len|. */
1323 if (alg_k & SSL_kRSA) {
David Benjamin44148742017-06-17 13:20:59 -04001324 CBS encrypted_premaster_secret;
1325 if (ssl->version > SSL3_VERSION) {
1326 if (!CBS_get_u16_length_prefixed(&client_key_exchange,
1327 &encrypted_premaster_secret) ||
1328 CBS_len(&client_key_exchange) != 0) {
1329 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1330 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1331 goto err;
1332 }
1333 } else {
1334 encrypted_premaster_secret = client_key_exchange;
1335 }
1336
Adam Langleyfcf25832014-12-18 17:42:32 -08001337 /* Allocate a buffer large enough for an RSA decryption. */
David Benjamin31b0c9b2017-07-20 14:49:15 -04001338 const size_t rsa_size = EVP_PKEY_size(hs->local_pubkey.get());
David Benjamind781fc42017-07-12 16:25:57 -04001339 decrypt_buf = (uint8_t *)OPENSSL_malloc(rsa_size);
Adam Langleyfcf25832014-12-18 17:42:32 -08001340 if (decrypt_buf == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001341 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001342 goto err;
1343 }
David Benjamin35c02302014-07-13 04:14:59 -04001344
David Benjamin44148742017-06-17 13:20:59 -04001345 /* Decrypt with no padding. PKCS#1 padding will be removed as part of the
1346 * timing-sensitive code below. */
David Benjamin3f5b43d2015-12-01 19:31:24 -05001347 size_t decrypt_len;
David Benjamin44148742017-06-17 13:20:59 -04001348 switch (ssl_private_key_decrypt(hs, decrypt_buf, &decrypt_len, rsa_size,
1349 CBS_data(&encrypted_premaster_secret),
1350 CBS_len(&encrypted_premaster_secret))) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001351 case ssl_private_key_success:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001352 break;
1353 case ssl_private_key_failure:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001354 goto err;
1355 case ssl_private_key_retry:
David Benjamin0d56f882015-12-19 17:05:56 -05001356 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamincb0c29f2016-12-12 17:00:50 -05001357 hs->state = SSL3_ST_SR_KEY_EXCH_B;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001358 goto err;
1359 }
1360
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001361 if (decrypt_len != rsa_size) {
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001362 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
David Benjamind98107b2017-06-15 22:56:37 -04001363 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR);
1364 goto err;
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001365 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001366
David Benjamin3f5b43d2015-12-01 19:31:24 -05001367 /* Prepare a random premaster, to be used on invalid padding. See RFC 5246,
1368 * section 7.4.7.1. */
1369 premaster_secret_len = SSL_MAX_MASTER_KEY_LENGTH;
David Benjamind781fc42017-07-12 16:25:57 -04001370 premaster_secret = (uint8_t *)OPENSSL_malloc(premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001371 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001372 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001373 goto err;
1374 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001375 if (!RAND_bytes(premaster_secret, premaster_secret_len)) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001376 goto err;
1377 }
1378
David Benjamin3f5b43d2015-12-01 19:31:24 -05001379 /* The smallest padded premaster is 11 bytes of overhead. Small keys are
1380 * publicly invalid. */
1381 if (decrypt_len < 11 + premaster_secret_len) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001382 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
David Benjamind98107b2017-06-15 22:56:37 -04001383 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR);
1384 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001385 }
David Benjamin35c02302014-07-13 04:14:59 -04001386
David Benjamin3f5b43d2015-12-01 19:31:24 -05001387 /* Check the padding. See RFC 3447, section 7.2.2. */
1388 size_t padding_len = decrypt_len - premaster_secret_len;
1389 uint8_t good = constant_time_eq_int_8(decrypt_buf[0], 0) &
1390 constant_time_eq_int_8(decrypt_buf[1], 2);
David Benjamin54091232016-09-05 12:47:25 -04001391 for (size_t i = 2; i < padding_len - 1; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001392 good &= ~constant_time_is_zero_8(decrypt_buf[i]);
1393 }
1394 good &= constant_time_is_zero_8(decrypt_buf[padding_len - 1]);
1395
1396 /* The premaster secret must begin with |client_version|. This too must be
1397 * checked in constant time (http://eprint.iacr.org/2003/052/). */
1398 good &= constant_time_eq_8(decrypt_buf[padding_len],
David Benjaminf04c2e92016-12-06 13:35:25 -05001399 (unsigned)(hs->client_version >> 8));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001400 good &= constant_time_eq_8(decrypt_buf[padding_len + 1],
David Benjaminf04c2e92016-12-06 13:35:25 -05001401 (unsigned)(hs->client_version & 0xff));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001402
1403 /* Select, in constant time, either the decrypted premaster or the random
1404 * premaster based on |good|. */
David Benjamin54091232016-09-05 12:47:25 -04001405 for (size_t i = 0; i < premaster_secret_len; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001406 premaster_secret[i] = constant_time_select_8(
1407 good, decrypt_buf[padding_len + i], premaster_secret[i]);
1408 }
1409
1410 OPENSSL_free(decrypt_buf);
1411 decrypt_buf = NULL;
Matthew Braithwaite7e06de52017-04-10 15:52:14 -07001412 } else if (alg_k & SSL_kECDHE) {
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001413 /* Parse the ClientKeyExchange. */
David Benjamin974c7ba2015-12-19 16:58:04 -05001414 CBS peer_key;
Matthew Braithwaite7e06de52017-04-10 15:52:14 -07001415 if (!CBS_get_u8_length_prefixed(&client_key_exchange, &peer_key) ||
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001416 CBS_len(&client_key_exchange) != 0) {
David Benjamin3570d732015-06-29 00:28:17 -04001417 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamind98107b2017-06-15 22:56:37 -04001418 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1419 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001420 }
David Benjaminbd30f8e2014-08-19 16:02:38 -04001421
David Benjamin4298d772015-12-19 00:18:25 -05001422 /* Compute the premaster. */
Adam Langleyc68e5b92017-02-08 13:33:15 -08001423 uint8_t alert = SSL_AD_DECODE_ERROR;
David Benjaminc642aca2017-07-19 23:28:43 -04001424 if (!hs->key_share->Finish(&premaster_secret, &premaster_secret_len, &alert,
1425 CBS_data(&peer_key), CBS_len(&peer_key))) {
David Benjamind98107b2017-06-15 22:56:37 -04001426 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
1427 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001428 }
Adam Langley95c29f32014-06-20 12:00:00 -07001429
David Benjamin4298d772015-12-19 00:18:25 -05001430 /* The key exchange state may now be discarded. */
David Benjaminc642aca2017-07-19 23:28:43 -04001431 hs->key_share.reset();
David Benjamin44148742017-06-17 13:20:59 -04001432 } else if (!(alg_k & SSL_kPSK)) {
David Benjamin99a93d42017-07-01 11:02:20 -04001433 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
David Benjamind98107b2017-06-15 22:56:37 -04001434 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1435 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001436 }
Adam Langley95c29f32014-06-20 12:00:00 -07001437
Adam Langleyfcf25832014-12-18 17:42:32 -08001438 /* For a PSK cipher suite, the actual pre-master secret is combined with the
1439 * pre-shared key. */
1440 if (alg_a & SSL_aPSK) {
David Benjamin44148742017-06-17 13:20:59 -04001441 if (ssl->psk_server_callback == NULL) {
David Benjamin99a93d42017-07-01 11:02:20 -04001442 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
David Benjamin44148742017-06-17 13:20:59 -04001443 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1444 goto err;
1445 }
1446
1447 /* Look up the key for the identity. */
1448 uint8_t psk[PSK_MAX_PSK_LEN];
1449 unsigned psk_len = ssl->psk_server_callback(
1450 ssl, hs->new_session->psk_identity, psk, sizeof(psk));
1451 if (psk_len > PSK_MAX_PSK_LEN) {
1452 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1453 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1454 goto err;
1455 } else if (psk_len == 0) {
1456 /* PSK related to the given identity not found */
1457 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_IDENTITY_NOT_FOUND);
1458 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNKNOWN_PSK_IDENTITY);
1459 goto err;
1460 }
1461
1462 if (alg_k & SSL_kPSK) {
1463 /* In plain PSK, other_secret is a block of 0s with the same length as the
1464 * pre-shared key. */
1465 premaster_secret_len = psk_len;
David Benjamind781fc42017-07-12 16:25:57 -04001466 premaster_secret = (uint8_t *)OPENSSL_malloc(premaster_secret_len);
David Benjamin44148742017-06-17 13:20:59 -04001467 if (premaster_secret == NULL) {
1468 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
1469 goto err;
1470 }
1471 OPENSSL_memset(premaster_secret, 0, premaster_secret_len);
1472 }
1473
David Benjamin1386aad2017-07-19 23:57:40 -04001474 ScopedCBB new_premaster;
1475 CBB child;
Adam Langleyfcf25832014-12-18 17:42:32 -08001476 uint8_t *new_data;
1477 size_t new_len;
David Benjamin1386aad2017-07-19 23:57:40 -04001478 if (!CBB_init(new_premaster.get(),
1479 2 + psk_len + 2 + premaster_secret_len) ||
1480 !CBB_add_u16_length_prefixed(new_premaster.get(), &child) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001481 !CBB_add_bytes(&child, premaster_secret, premaster_secret_len) ||
David Benjamin1386aad2017-07-19 23:57:40 -04001482 !CBB_add_u16_length_prefixed(new_premaster.get(), &child) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001483 !CBB_add_bytes(&child, psk, psk_len) ||
David Benjamin1386aad2017-07-19 23:57:40 -04001484 !CBB_finish(new_premaster.get(), &new_data, &new_len)) {
David Benjamin3570d732015-06-29 00:28:17 -04001485 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001486 goto err;
1487 }
David Benjamin14c83e72014-07-13 04:54:57 -04001488
Adam Langleyfcf25832014-12-18 17:42:32 -08001489 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1490 OPENSSL_free(premaster_secret);
1491 premaster_secret = new_data;
1492 premaster_secret_len = new_len;
1493 }
David Benjamin14c83e72014-07-13 04:54:57 -04001494
David Benjamin44148742017-06-17 13:20:59 -04001495 if (!ssl_hash_current_message(hs)) {
1496 goto err;
1497 }
1498
Adam Langleyfcf25832014-12-18 17:42:32 -08001499 /* Compute the master secret */
David Benjamin45738dd2017-02-09 20:01:26 -05001500 hs->new_session->master_key_length = tls1_generate_master_secret(
1501 hs, hs->new_session->master_key, premaster_secret, premaster_secret_len);
1502 if (hs->new_session->master_key_length == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001503 goto err;
1504 }
David Benjaminfc02b592017-02-17 16:26:01 -05001505 hs->new_session->extended_master_secret = hs->extended_master_secret;
David Benjamin14c83e72014-07-13 04:54:57 -04001506
Adam Langleyfcf25832014-12-18 17:42:32 -08001507 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1508 OPENSSL_free(premaster_secret);
1509 return 1;
1510
Adam Langley95c29f32014-06-20 12:00:00 -07001511err:
David Benjamin4298d772015-12-19 00:18:25 -05001512 if (premaster_secret != NULL) {
1513 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001514 OPENSSL_free(premaster_secret);
1515 }
David Benjamin2755a3e2015-04-22 16:17:58 -04001516 OPENSSL_free(decrypt_buf);
Adam Langley95c29f32014-06-20 12:00:00 -07001517
Adam Langleyfcf25832014-12-18 17:42:32 -08001518 return -1;
1519}
Adam Langley95c29f32014-06-20 12:00:00 -07001520
David Benjaminc3c88822016-11-14 10:32:04 +09001521static int ssl3_get_cert_verify(SSL_HANDSHAKE *hs) {
1522 SSL *const ssl = hs->ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -08001523 CBS certificate_verify, signature;
David Benjamin6553b372014-07-22 14:11:30 -04001524
Adam Langleyfcf25832014-12-18 17:42:32 -08001525 /* Only RSA and ECDSA client certificates are supported, so a
1526 * CertificateVerify is required if and only if there's a client certificate.
1527 * */
David Benjamin31b0c9b2017-07-20 14:49:15 -04001528 if (!hs->peer_pubkey) {
David Benjamin6dc8bf62017-07-19 16:38:21 -04001529 hs->transcript.FreeBuffer();
Adam Langleyfcf25832014-12-18 17:42:32 -08001530 return 1;
1531 }
Adam Langley95c29f32014-06-20 12:00:00 -07001532
David Benjaminf71036e2017-01-21 14:49:39 -05001533 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001534 if (msg_ret <= 0) {
1535 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001536 }
David Benjaminef865502014-08-24 02:48:34 -04001537
David Benjamin276b7e82017-01-21 14:13:39 -05001538 if (!ssl_check_message_type(ssl, SSL3_MT_CERTIFICATE_VERIFY)) {
1539 return -1;
1540 }
1541
David Benjamin09eb6552016-07-08 14:32:11 -07001542 CBS_init(&certificate_verify, ssl->init_msg, ssl->init_num);
David Benjamin6897dbe2014-07-12 20:18:28 -04001543
Adam Langleyfcf25832014-12-18 17:42:32 -08001544 /* Determine the digest type if needbe. */
Steven Valdezf0451ca2016-06-29 13:16:27 -04001545 uint16_t signature_algorithm = 0;
David Benjamina1e9cab2015-12-30 00:08:49 -05001546 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001547 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001548 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamind98107b2017-06-15 22:56:37 -04001549 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1550 return -1;
David Benjamin6e807652015-11-02 12:02:20 -05001551 }
David Benjamin8d606e32017-06-15 22:43:04 -04001552 uint8_t alert = SSL_AD_DECODE_ERROR;
1553 if (!tls12_check_peer_sigalg(ssl, &alert, signature_algorithm)) {
David Benjamind98107b2017-06-15 22:56:37 -04001554 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
1555 return -1;
David Benjamin6e807652015-11-02 12:02:20 -05001556 }
David Benjamin45738dd2017-02-09 20:01:26 -05001557 hs->new_session->peer_signature_algorithm = signature_algorithm;
David Benjamina3651382017-04-20 17:49:36 -04001558 } else if (!tls1_get_legacy_signature_algorithm(&signature_algorithm,
David Benjamin31b0c9b2017-07-20 14:49:15 -04001559 hs->peer_pubkey.get())) {
David Benjamin49ec9bb2016-07-14 00:11:26 -04001560 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE);
David Benjamind98107b2017-06-15 22:56:37 -04001561 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNSUPPORTED_CERTIFICATE);
1562 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001563 }
David Benjamin854dd652014-08-26 00:32:30 -04001564
Adam Langleyfcf25832014-12-18 17:42:32 -08001565 /* Parse and verify the signature. */
1566 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) ||
1567 CBS_len(&certificate_verify) != 0) {
David Benjamin3570d732015-06-29 00:28:17 -04001568 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamind98107b2017-06-15 22:56:37 -04001569 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1570 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001571 }
Adam Langley95c29f32014-06-20 12:00:00 -07001572
Steven Valdez2b8415e2016-06-30 13:27:23 -04001573 int sig_ok;
1574 /* The SSL3 construction for CertificateVerify does not decompose into a
1575 * single final digest and signature, and must be special-cased. */
1576 if (ssl3_protocol_version(ssl) == SSL3_VERSION) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001577 uint8_t digest[EVP_MAX_MD_SIZE];
1578 size_t digest_len;
David Benjamin6dc8bf62017-07-19 16:38:21 -04001579 if (!hs->transcript.GetSSL3CertVerifyHash(
1580 digest, &digest_len, hs->new_session.get(), signature_algorithm)) {
David Benjamind98107b2017-06-15 22:56:37 -04001581 return -1;
Steven Valdez2b8415e2016-06-30 13:27:23 -04001582 }
1583
David Benjamin31b0c9b2017-07-20 14:49:15 -04001584 UniquePtr<EVP_PKEY_CTX> pctx(
1585 EVP_PKEY_CTX_new(hs->peer_pubkey.get(), nullptr));
David Benjamin1386aad2017-07-19 23:57:40 -04001586 sig_ok = pctx &&
1587 EVP_PKEY_verify_init(pctx.get()) &&
1588 EVP_PKEY_verify(pctx.get(), CBS_data(&signature),
1589 CBS_len(&signature), digest, digest_len);
Steven Valdez2b8415e2016-06-30 13:27:23 -04001590 } else {
1591 sig_ok = ssl_public_key_verify(
1592 ssl, CBS_data(&signature), CBS_len(&signature), signature_algorithm,
David Benjamin6dc8bf62017-07-19 16:38:21 -04001593 hs->peer_pubkey.get(), hs->transcript.buffer_data(),
1594 hs->transcript.buffer_len());
Adam Langleyfcf25832014-12-18 17:42:32 -08001595 }
Steven Valdezf0451ca2016-06-29 13:16:27 -04001596
David Benjaminbf82aed2016-03-01 22:57:40 -05001597#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
1598 sig_ok = 1;
1599 ERR_clear_error();
1600#endif
1601 if (!sig_ok) {
David Benjamin3570d732015-06-29 00:28:17 -04001602 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE);
David Benjamind98107b2017-06-15 22:56:37 -04001603 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR);
1604 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001605 }
1606
Steven Valdez2b8415e2016-06-30 13:27:23 -04001607 /* The handshake buffer is no longer necessary, and we may hash the current
1608 * message.*/
David Benjamin6dc8bf62017-07-19 16:38:21 -04001609 hs->transcript.FreeBuffer();
Steven Valdez908ac192017-01-12 13:17:07 -05001610 if (!ssl_hash_current_message(hs)) {
David Benjamind98107b2017-06-15 22:56:37 -04001611 return -1;
Steven Valdez2b8415e2016-06-30 13:27:23 -04001612 }
1613
Adam Langleyd5157222016-12-12 11:37:43 -08001614 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001615}
Adam Langley95c29f32014-06-20 12:00:00 -07001616
Adam Langley95c29f32014-06-20 12:00:00 -07001617/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
1618 * sets the next_proto member in s if found */
David Benjaminc3c88822016-11-14 10:32:04 +09001619static int ssl3_get_next_proto(SSL_HANDSHAKE *hs) {
1620 SSL *const ssl = hs->ssl;
David Benjaminf71036e2017-01-21 14:49:39 -05001621 int ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001622 if (ret <= 0) {
1623 return ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001624 }
Adam Langley95c29f32014-06-20 12:00:00 -07001625
David Benjaminf71036e2017-01-21 14:49:39 -05001626 if (!ssl_check_message_type(ssl, SSL3_MT_NEXT_PROTO) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001627 !ssl_hash_current_message(hs)) {
David Benjamin276b7e82017-01-21 14:13:39 -05001628 return -1;
1629 }
1630
David Benjamin09eb6552016-07-08 14:32:11 -07001631 CBS next_protocol, selected_protocol, padding;
1632 CBS_init(&next_protocol, ssl->init_msg, ssl->init_num);
Adam Langleyfcf25832014-12-18 17:42:32 -08001633 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) ||
1634 !CBS_get_u8_length_prefixed(&next_protocol, &padding) ||
David Benjamin639846e2016-09-09 11:41:18 -04001635 CBS_len(&next_protocol) != 0) {
1636 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1637 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1638 return 0;
1639 }
1640
1641 if (!CBS_stow(&selected_protocol, &ssl->s3->next_proto_negotiated,
David Benjamin79978df2015-12-25 15:56:49 -05001642 &ssl->s3->next_proto_negotiated_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001643 return 0;
1644 }
Adam Langley95c29f32014-06-20 12:00:00 -07001645
Adam Langleyfcf25832014-12-18 17:42:32 -08001646 return 1;
1647}
Adam Langley95c29f32014-06-20 12:00:00 -07001648
Adam Langley1258b6a2014-06-20 12:00:00 -07001649/* ssl3_get_channel_id reads and verifies a ClientID handshake message. */
David Benjaminc3c88822016-11-14 10:32:04 +09001650static int ssl3_get_channel_id(SSL_HANDSHAKE *hs) {
1651 SSL *const ssl = hs->ssl;
David Benjaminf71036e2017-01-21 14:49:39 -05001652 int msg_ret = ssl->method->ssl_get_message(ssl);
David Benjamin09eb6552016-07-08 14:32:11 -07001653 if (msg_ret <= 0) {
1654 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001655 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001656
David Benjamin276b7e82017-01-21 14:13:39 -05001657 if (!ssl_check_message_type(ssl, SSL3_MT_CHANNEL_ID) ||
Steven Valdez908ac192017-01-12 13:17:07 -05001658 !tls1_verify_channel_id(hs) ||
1659 !ssl_hash_current_message(hs)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001660 return -1;
1661 }
Nick Harper60a85cb2016-09-23 16:25:11 -07001662 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001663}
David Benjamin9f1dc822016-06-07 17:03:46 -04001664
David Benjaminb5f55c32017-06-15 23:15:15 -04001665static int ssl3_send_server_finished(SSL_HANDSHAKE *hs) {
David Benjaminc3c88822016-11-14 10:32:04 +09001666 SSL *const ssl = hs->ssl;
David Benjaminb5f55c32017-06-15 23:15:15 -04001667
1668 if (hs->ticket_expected) {
1669 const SSL_SESSION *session;
David Benjamin1386aad2017-07-19 23:57:40 -04001670 UniquePtr<SSL_SESSION> session_copy;
David Benjaminb5f55c32017-06-15 23:15:15 -04001671 if (ssl->session == NULL) {
1672 /* Fix the timeout to measure from the ticket issuance time. */
David Benjamin31b0c9b2017-07-20 14:49:15 -04001673 ssl_session_rebase_time(ssl, hs->new_session.get());
1674 session = hs->new_session.get();
David Benjaminb5f55c32017-06-15 23:15:15 -04001675 } else {
1676 /* We are renewing an existing session. Duplicate the session to adjust
1677 * the timeout. */
David Benjamin31b0c9b2017-07-20 14:49:15 -04001678 session_copy = SSL_SESSION_dup(ssl->session, SSL_SESSION_INCLUDE_NONAUTH);
David Benjamin1386aad2017-07-19 23:57:40 -04001679 if (!session_copy) {
David Benjaminb5f55c32017-06-15 23:15:15 -04001680 return -1;
1681 }
1682
David Benjamin1386aad2017-07-19 23:57:40 -04001683 ssl_session_rebase_time(ssl, session_copy.get());
1684 session = session_copy.get();
David Benjamin123db572016-11-03 16:59:25 -04001685 }
1686
David Benjamin1386aad2017-07-19 23:57:40 -04001687 ScopedCBB cbb;
1688 CBB body, ticket;
1689 if (!ssl->method->init_message(ssl, cbb.get(), &body,
1690 SSL3_MT_NEW_SESSION_TICKET) ||
1691 !CBB_add_u32(&body, session->timeout) ||
1692 !CBB_add_u16_length_prefixed(&body, &ticket) ||
1693 !ssl_encrypt_ticket(ssl, &ticket, session) ||
1694 !ssl_add_message_cbb(ssl, cbb.get())) {
David Benjaminb5f55c32017-06-15 23:15:15 -04001695 return -1;
1696 }
David Benjamin123db572016-11-03 16:59:25 -04001697 }
1698
David Benjaminb5f55c32017-06-15 23:15:15 -04001699 if (!ssl->method->add_change_cipher_spec(ssl) ||
1700 !tls1_change_cipher_state(hs, SSL3_CHANGE_CIPHER_SERVER_WRITE)) {
David Benjamine75cc272016-11-03 18:06:27 -04001701 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001702 }
1703
David Benjaminb5f55c32017-06-15 23:15:15 -04001704 return ssl3_send_finished(hs);
David Benjamin9f1dc822016-06-07 17:03:46 -04001705}
David Benjamin86e95b82017-07-18 16:34:25 -04001706
1707} // namespace bssl