blob: fd0223f6f3eebdc5286f31a75e1ac00c576f2628 [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14 *
15 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
21 *
22 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
40 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 */
57/* ====================================================================
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
59 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 *
64 * 1. Redistributions of source code must retain the above copyright
65 * notice, this list of conditions and the following disclaimer.
66 *
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in
69 * the documentation and/or other materials provided with the
70 * distribution.
71 *
72 * 3. All advertising materials mentioning features or use of this
73 * software must display the following acknowledgment:
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76 *
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78 * endorse or promote products derived from this software without
79 * prior written permission. For written permission, please contact
80 * openssl-core@openssl.org.
81 *
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior written
84 * permission of the OpenSSL Project.
85 *
86 * 6. Redistributions of any form whatsoever must retain the following
87 * acknowledgment:
88 * "This product includes software developed by the OpenSSL Project
89 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90 *
91 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
95 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 * OF THE POSSIBILITY OF SUCH DAMAGE.
103 * ====================================================================
104 *
105 * This product includes cryptographic software written by Eric Young
106 * (eay@cryptsoft.com). This product includes software written by Tim
107 * Hudson (tjh@cryptsoft.com).
108 *
109 */
110/* ====================================================================
111 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
112 *
113 * Portions of the attached software ("Contribution") are developed by
114 * SUN MICROSYSTEMS, INC., and are contributed to the OpenSSL project.
115 *
116 * The Contribution is licensed pursuant to the OpenSSL open source
117 * license provided above.
118 *
119 * ECC cipher suite support in OpenSSL originally written by
120 * Vipul Gupta and Sumit Gupta of Sun Microsystems Laboratories.
121 *
122 */
123/* ====================================================================
124 * Copyright 2005 Nokia. All rights reserved.
125 *
126 * The portions of the attached software ("Contribution") is developed by
127 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
128 * license.
129 *
130 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
131 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
132 * support (see RFC 4279) to OpenSSL.
133 *
134 * No patent licenses or other rights except those expressly stated in
135 * the OpenSSL open source license shall be deemed granted or received
136 * expressly, by implication, estoppel, or otherwise.
137 *
138 * No assurances are provided by Nokia that the Contribution does not
139 * infringe the patent or other intellectual property rights of any third
140 * party or that the license provides you with all the necessary rights
141 * to make use of the Contribution.
142 *
143 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
144 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
145 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
146 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
147 * OTHERWISE. */
148
David Benjamin9e4e01e2015-09-15 01:48:04 -0400149#include <openssl/ssl.h>
150
David Benjamin880b14e2014-08-25 22:35:07 -0400151#include <assert.h>
David Benjamin22f9bcc2014-07-13 12:29:21 -0400152#include <string.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700153
154#include <openssl/bn.h>
155#include <openssl/buf.h>
David Benjamindc72ff72014-06-25 12:36:10 -0400156#include <openssl/bytestring.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700157#include <openssl/cipher.h>
158#include <openssl/dh.h>
Adam Langley1258b6a2014-06-20 12:00:00 -0700159#include <openssl/ec.h>
160#include <openssl/ecdsa.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400161#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700162#include <openssl/evp.h>
163#include <openssl/hmac.h>
164#include <openssl/md5.h>
165#include <openssl/mem.h>
David Benjamin98193672016-03-25 18:07:11 -0400166#include <openssl/nid.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700167#include <openssl/rand.h>
168#include <openssl/x509.h>
169
David Benjamin2ee94aa2015-04-07 22:38:30 -0400170#include "internal.h"
Adam Langleyaf6e45b2014-11-03 19:34:49 -0800171#include "../crypto/internal.h"
Adam Langley95c29f32014-06-20 12:00:00 -0700172
Adam Langleyfcf25832014-12-18 17:42:32 -0800173
David Benjamindf50eec2016-06-07 16:49:42 -0400174static int ssl3_get_client_hello(SSL *ssl);
175static int ssl3_send_server_hello(SSL *ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400176static int ssl3_send_server_certificate(SSL *ssl);
David Benjamindf50eec2016-06-07 16:49:42 -0400177static int ssl3_send_certificate_status(SSL *ssl);
David Benjamindf50eec2016-06-07 16:49:42 -0400178static int ssl3_send_server_key_exchange(SSL *ssl);
179static int ssl3_send_certificate_request(SSL *ssl);
David Benjamin3dcec452016-06-07 17:13:28 -0400180static int ssl3_send_server_hello_done(SSL *ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400181static int ssl3_get_client_certificate(SSL *ssl);
David Benjamindf50eec2016-06-07 16:49:42 -0400182static int ssl3_get_client_key_exchange(SSL *ssl);
183static int ssl3_get_cert_verify(SSL *ssl);
David Benjamindf50eec2016-06-07 16:49:42 -0400184static int ssl3_get_next_proto(SSL *ssl);
185static int ssl3_get_channel_id(SSL *ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400186static int ssl3_send_new_session_ticket(SSL *ssl);
David Benjamindf50eec2016-06-07 16:49:42 -0400187
David Benjamin0d56f882015-12-19 17:05:56 -0500188int ssl3_accept(SSL *ssl) {
David Benjamin3fa27772015-04-17 22:32:19 -0400189 uint32_t alg_a;
Adam Langleyfcf25832014-12-18 17:42:32 -0800190 int ret = -1;
David Benjamin4e9cc712016-06-01 20:16:03 -0400191 int state, skip = 0;
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 Benjamin0d56f882015-12-19 17:05:56 -0500197 state = ssl->state;
Adam Langley95c29f32014-06-20 12:00:00 -0700198
David Benjamin0d56f882015-12-19 17:05:56 -0500199 switch (ssl->state) {
David Benjaminfc0c9d92016-09-01 01:33:33 -0400200 case SSL_ST_INIT:
201 ssl->state = SSL_ST_ACCEPT;
202 skip = 1;
203 break;
204
Adam Langleyfcf25832014-12-18 17:42:32 -0800205 case SSL_ST_ACCEPT:
David Benjamin4e9cc712016-06-01 20:16:03 -0400206 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_START, 1);
Adam Langley95c29f32014-06-20 12:00:00 -0700207
Steven Valdez143e8b32016-07-11 13:19:03 -0400208 ssl->s3->hs = ssl_handshake_new(tls13_server_handshake);
David Benjamin481b9d22016-07-27 14:01:59 -0400209 if (ssl->s3->hs == NULL) {
David Benjamin97718f12016-07-08 09:16:50 -0700210 ret = -1;
211 goto end;
Adam Langleyfcf25832014-12-18 17:42:32 -0800212 }
David Benjamin4b755cb2014-12-12 03:58:07 -0500213
David Benjamin6a08da22015-05-08 22:58:12 -0400214 /* Enable a write buffer. This groups handshake messages within a flight
215 * into a single write. */
David Benjaminb095f0f2016-05-05 21:50:24 -0400216 if (!ssl_init_wbio_buffer(ssl)) {
David Benjamin6a08da22015-05-08 22:58:12 -0400217 ret = -1;
218 goto end;
219 }
220
David Benjamin0d56f882015-12-19 17:05:56 -0500221 if (!ssl3_init_handshake_buffer(ssl)) {
David Benjamin3570d732015-06-29 00:28:17 -0400222 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800223 ret = -1;
224 goto end;
225 }
David Benjamin4b755cb2014-12-12 03:58:07 -0500226
David Benjamin0d56f882015-12-19 17:05:56 -0500227 ssl->state = SSL3_ST_SR_CLNT_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800228 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500229
Adam Langleyfcf25832014-12-18 17:42:32 -0800230 case SSL3_ST_SR_CLNT_HELLO_A:
231 case SSL3_ST_SR_CLNT_HELLO_B:
232 case SSL3_ST_SR_CLNT_HELLO_C:
David Benjamin25fe85b2016-08-09 20:00:32 -0400233 case SSL3_ST_SR_CLNT_HELLO_D:
David Benjamin0d56f882015-12-19 17:05:56 -0500234 ret = ssl3_get_client_hello(ssl);
Steven Valdez143e8b32016-07-11 13:19:03 -0400235 if (ssl->state == SSL_ST_TLS13) {
236 break;
237 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800238 if (ret <= 0) {
239 goto end;
240 }
David Benjamindf50eec2016-06-07 16:49:42 -0400241 ssl->method->received_flight(ssl);
David Benjamin0d56f882015-12-19 17:05:56 -0500242 ssl->state = SSL3_ST_SW_SRVR_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800243 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500244
Adam Langleyfcf25832014-12-18 17:42:32 -0800245 case SSL3_ST_SW_SRVR_HELLO_A:
246 case SSL3_ST_SW_SRVR_HELLO_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500247 ret = ssl3_send_server_hello(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800248 if (ret <= 0) {
249 goto end;
250 }
Steven Valdez87eab492016-06-27 16:34:59 -0400251 if (ssl->session != NULL) {
David Benjamin47749a62016-06-13 13:56:33 -0400252 ssl->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800253 } else {
David Benjamin0d56f882015-12-19 17:05:56 -0500254 ssl->state = SSL3_ST_SW_CERT_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800255 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800256 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700257
Adam Langleyfcf25832014-12-18 17:42:32 -0800258 case SSL3_ST_SW_CERT_A:
259 case SSL3_ST_SW_CERT_B:
David Benjamin3d458dc2016-09-12 22:40:27 +0000260 if (ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamin0d56f882015-12-19 17:05:56 -0500261 ret = ssl3_send_server_certificate(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800262 if (ret <= 0) {
263 goto end;
264 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800265 } else {
266 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800267 }
David Benjamin47749a62016-06-13 13:56:33 -0400268 ssl->state = SSL3_ST_SW_CERT_STATUS_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800269 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700270
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100271 case SSL3_ST_SW_CERT_STATUS_A:
272 case SSL3_ST_SW_CERT_STATUS_B:
David Benjamin47749a62016-06-13 13:56:33 -0400273 if (ssl->s3->tmp.certificate_status_expected) {
274 ret = ssl3_send_certificate_status(ssl);
275 if (ret <= 0) {
276 goto end;
277 }
278 } else {
279 skip = 1;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100280 }
David Benjamin0d56f882015-12-19 17:05:56 -0500281 ssl->state = SSL3_ST_SW_KEY_EXCH_A;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100282 break;
283
Adam Langleyfcf25832014-12-18 17:42:32 -0800284 case SSL3_ST_SW_KEY_EXCH_A:
285 case SSL3_ST_SW_KEY_EXCH_B:
nagendra modadugu601448a2015-07-24 09:31:31 -0700286 case SSL3_ST_SW_KEY_EXCH_C:
David Benjamin0d56f882015-12-19 17:05:56 -0500287 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -0700288
David Benjamindf50eec2016-06-07 16:49:42 -0400289 /* PSK ciphers send ServerKeyExchange if there is an identity hint. */
David Benjamin0d56f882015-12-19 17:05:56 -0500290 if (ssl_cipher_requires_server_key_exchange(ssl->s3->tmp.new_cipher) ||
291 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
292 ret = ssl3_send_server_key_exchange(ssl);
David Benjamin6eb000d2015-02-11 01:17:41 -0500293 if (ret <= 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800294 goto end;
David Benjamin6eb000d2015-02-11 01:17:41 -0500295 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800296 } else {
297 skip = 1;
298 }
Adam Langley95c29f32014-06-20 12:00:00 -0700299
David Benjamin0d56f882015-12-19 17:05:56 -0500300 ssl->state = SSL3_ST_SW_CERT_REQ_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800301 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700302
Adam Langleyfcf25832014-12-18 17:42:32 -0800303 case SSL3_ST_SW_CERT_REQ_A:
304 case SSL3_ST_SW_CERT_REQ_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500305 if (ssl->s3->tmp.cert_request) {
306 ret = ssl3_send_certificate_request(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800307 if (ret <= 0) {
308 goto end;
309 }
David Benjamin5c1ce292015-05-26 16:59:43 -0400310 } else {
311 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800312 }
David Benjamin0d56f882015-12-19 17:05:56 -0500313 ssl->state = SSL3_ST_SW_SRVR_DONE_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_SW_SRVR_DONE_A:
317 case SSL3_ST_SW_SRVR_DONE_B:
David Benjamin3dcec452016-06-07 17:13:28 -0400318 ret = ssl3_send_server_hello_done(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800319 if (ret <= 0) {
320 goto end;
321 }
David Benjamin0d56f882015-12-19 17:05:56 -0500322 ssl->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
323 ssl->state = SSL3_ST_SW_FLUSH;
Adam Langleyfcf25832014-12-18 17:42:32 -0800324 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700325
Adam Langleyfcf25832014-12-18 17:42:32 -0800326 case SSL3_ST_SR_CERT_A:
David Benjamin0d56f882015-12-19 17:05:56 -0500327 if (ssl->s3->tmp.cert_request) {
328 ret = ssl3_get_client_certificate(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800329 if (ret <= 0) {
330 goto end;
331 }
332 }
David Benjamin0d56f882015-12-19 17:05:56 -0500333 ssl->state = SSL3_ST_SR_KEY_EXCH_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800334 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700335
Adam Langleyfcf25832014-12-18 17:42:32 -0800336 case SSL3_ST_SR_KEY_EXCH_A:
337 case SSL3_ST_SR_KEY_EXCH_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500338 ret = ssl3_get_client_key_exchange(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800339 if (ret <= 0) {
340 goto end;
341 }
David Benjamin0d56f882015-12-19 17:05:56 -0500342 ssl->state = SSL3_ST_SR_CERT_VRFY_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800343 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700344
Adam Langleyfcf25832014-12-18 17:42:32 -0800345 case SSL3_ST_SR_CERT_VRFY_A:
David Benjamin0d56f882015-12-19 17:05:56 -0500346 ret = ssl3_get_cert_verify(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800347 if (ret <= 0) {
348 goto end;
349 }
Adam Langley95c29f32014-06-20 12:00:00 -0700350
David Benjamin0d56f882015-12-19 17:05:56 -0500351 ssl->state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800352 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700353
David Benjamina41280d2015-11-26 02:16:49 -0500354 case SSL3_ST_SR_CHANGE:
David Benjaminf0ee9072016-06-15 17:44:37 -0400355 ret = ssl->method->read_change_cipher_spec(ssl);
David Benjamina41280d2015-11-26 02:16:49 -0500356 if (ret <= 0) {
357 goto end;
358 }
Adam Langley95c29f32014-06-20 12:00:00 -0700359
David Benjamin57997da2015-12-25 15:48:39 -0500360 if (!tls1_change_cipher_state(ssl, SSL3_CHANGE_CIPHER_SERVER_READ)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800361 ret = -1;
362 goto end;
363 }
David Benjamina41280d2015-11-26 02:16:49 -0500364
David Benjamin47749a62016-06-13 13:56:33 -0400365 ssl->state = SSL3_ST_SR_NEXT_PROTO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800366 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700367
Adam Langleyfcf25832014-12-18 17:42:32 -0800368 case SSL3_ST_SR_NEXT_PROTO_A:
David Benjamin47749a62016-06-13 13:56:33 -0400369 if (ssl->s3->next_proto_neg_seen) {
370 ret = ssl3_get_next_proto(ssl);
371 if (ret <= 0) {
372 goto end;
373 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800374 } else {
David Benjamin47749a62016-06-13 13:56:33 -0400375 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800376 }
David Benjamin47749a62016-06-13 13:56:33 -0400377 ssl->state = SSL3_ST_SR_CHANNEL_ID_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800378 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700379
Adam Langleyfcf25832014-12-18 17:42:32 -0800380 case SSL3_ST_SR_CHANNEL_ID_A:
David Benjamin47749a62016-06-13 13:56:33 -0400381 if (ssl->s3->tlsext_channel_id_valid) {
382 ret = ssl3_get_channel_id(ssl);
383 if (ret <= 0) {
384 goto end;
385 }
386 } else {
387 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800388 }
David Benjamin0d56f882015-12-19 17:05:56 -0500389 ssl->state = SSL3_ST_SR_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800390 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700391
Adam Langleyfcf25832014-12-18 17:42:32 -0800392 case SSL3_ST_SR_FINISHED_A:
David Benjamin1e6d6df2016-05-13 18:28:17 -0400393 ret = ssl3_get_finished(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800394 if (ret <= 0) {
395 goto end;
396 }
Adam Langley95c29f32014-06-20 12:00:00 -0700397
David Benjamindf50eec2016-06-07 16:49:42 -0400398 ssl->method->received_flight(ssl);
Steven Valdez87eab492016-06-27 16:34:59 -0400399 if (ssl->session != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500400 ssl->state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800401 } else {
David Benjamin47749a62016-06-13 13:56:33 -0400402 ssl->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800403 }
David Benjamindf50eec2016-06-07 16:49:42 -0400404
Steven Valdez87eab492016-06-27 16:34:59 -0400405 /* If this is a full handshake with ChannelID then record the handshake
406 * hashes in |ssl->s3->new_session| in case we need them to verify a
407 * ChannelID signature on a resumption of this session in the future. */
408 if (ssl->session == NULL && ssl->s3->tlsext_channel_id_valid) {
David Benjamin0d56f882015-12-19 17:05:56 -0500409 ret = tls1_record_handshake_hashes_for_channel_id(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800410 if (ret <= 0) {
411 goto end;
412 }
413 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800414 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700415
Adam Langleyfcf25832014-12-18 17:42:32 -0800416 case SSL3_ST_SW_SESSION_TICKET_A:
417 case SSL3_ST_SW_SESSION_TICKET_B:
David Benjamin47749a62016-06-13 13:56:33 -0400418 if (ssl->tlsext_ticket_expected) {
419 ret = ssl3_send_new_session_ticket(ssl);
420 if (ret <= 0) {
421 goto end;
422 }
423 } else {
424 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800425 }
David Benjamin352d0a92016-06-28 11:22:02 -0400426 ssl->state = SSL3_ST_SW_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800427 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700428
David Benjamin352d0a92016-06-28 11:22:02 -0400429 case SSL3_ST_SW_CHANGE:
430 ret = ssl->method->send_change_cipher_spec(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800431 if (ret <= 0) {
432 goto end;
433 }
David Benjamin0d56f882015-12-19 17:05:56 -0500434 ssl->state = SSL3_ST_SW_FINISHED_A;
Adam Langley95c29f32014-06-20 12:00:00 -0700435
David Benjamin57997da2015-12-25 15:48:39 -0500436 if (!tls1_change_cipher_state(ssl, SSL3_CHANGE_CIPHER_SERVER_WRITE)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800437 ret = -1;
438 goto end;
439 }
440 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700441
Adam Langleyfcf25832014-12-18 17:42:32 -0800442 case SSL3_ST_SW_FINISHED_A:
443 case SSL3_ST_SW_FINISHED_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500444 ret = ssl3_send_finished(ssl, SSL3_ST_SW_FINISHED_A,
David Benjaminbaa12162015-12-29 19:13:58 -0500445 SSL3_ST_SW_FINISHED_B);
Adam Langleyfcf25832014-12-18 17:42:32 -0800446 if (ret <= 0) {
447 goto end;
448 }
David Benjamin0d56f882015-12-19 17:05:56 -0500449 ssl->state = SSL3_ST_SW_FLUSH;
Steven Valdez87eab492016-06-27 16:34:59 -0400450 if (ssl->session != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500451 ssl->s3->tmp.next_state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800452 } else {
David Benjamin0d56f882015-12-19 17:05:56 -0500453 ssl->s3->tmp.next_state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800454 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800455 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700456
David Benjamin9f1dc822016-06-07 17:03:46 -0400457 case SSL3_ST_SW_FLUSH:
458 if (BIO_flush(ssl->wbio) <= 0) {
459 ssl->rwstate = SSL_WRITING;
460 ret = -1;
461 goto end;
462 }
463
464 ssl->state = ssl->s3->tmp.next_state;
465 if (ssl->state != SSL_ST_OK) {
466 ssl->method->expect_flight(ssl);
467 }
468 break;
469
Steven Valdez143e8b32016-07-11 13:19:03 -0400470 case SSL_ST_TLS13:
471 ret = tls13_handshake(ssl);
472 if (ret <= 0) {
473 goto end;
474 }
475 ssl->state = SSL_ST_OK;
476 break;
477
Adam Langleyfcf25832014-12-18 17:42:32 -0800478 case SSL_ST_OK:
David Benjamin4497e582016-07-27 17:51:49 -0400479 /* Clean a few things up. */
David Benjamin0d56f882015-12-19 17:05:56 -0500480 ssl3_cleanup_key_block(ssl);
David Benjamin4497e582016-07-27 17:51:49 -0400481 ssl->method->release_current_message(ssl, 1 /* free_buffer */);
Adam Langley95c29f32014-06-20 12:00:00 -0700482
Steven Valdez87eab492016-06-27 16:34:59 -0400483 /* If we aren't retaining peer certificates then we can discard it
484 * now. */
485 if (ssl->s3->new_session != NULL &&
486 ssl->ctx->retain_only_sha256_of_client_certs) {
487 X509_free(ssl->s3->new_session->peer);
488 ssl->s3->new_session->peer = NULL;
489 sk_X509_pop_free(ssl->s3->new_session->cert_chain, X509_free);
490 ssl->s3->new_session->cert_chain = NULL;
491 }
492
493 SSL_SESSION_free(ssl->s3->established_session);
494 if (ssl->session != NULL) {
David Benjaminb9195402016-08-05 10:51:43 -0400495 SSL_SESSION_up_ref(ssl->session);
496 ssl->s3->established_session = ssl->session;
Steven Valdez87eab492016-06-27 16:34:59 -0400497 } else {
498 ssl->s3->established_session = ssl->s3->new_session;
499 ssl->s3->established_session->not_resumable = 0;
500 ssl->s3->new_session = NULL;
501 }
502
Adam Langleyfcf25832014-12-18 17:42:32 -0800503 /* remove buffering on output */
David Benjamin0d56f882015-12-19 17:05:56 -0500504 ssl_free_wbio_buffer(ssl);
Adam Langley95c29f32014-06-20 12:00:00 -0700505
Steven Valdez143e8b32016-07-11 13:19:03 -0400506 ssl_handshake_free(ssl->s3->hs);
507 ssl->s3->hs = NULL;
508
David Benjamin0d56f882015-12-19 17:05:56 -0500509 ssl->s3->initial_handshake_complete = 1;
Adam Langley95c29f32014-06-20 12:00:00 -0700510
David Benjamin0d56f882015-12-19 17:05:56 -0500511 ssl_update_cache(ssl, SSL_SESS_CACHE_SERVER);
Adam Langley95c29f32014-06-20 12:00:00 -0700512
David Benjamin4e9cc712016-06-01 20:16:03 -0400513 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_DONE, 1);
Adam Langley75872532014-06-20 12:00:00 -0700514
Adam Langleyfcf25832014-12-18 17:42:32 -0800515 ret = 1;
516 goto end;
Adam Langley95c29f32014-06-20 12:00:00 -0700517
Adam Langleyfcf25832014-12-18 17:42:32 -0800518 default:
David Benjamin3570d732015-06-29 00:28:17 -0400519 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_STATE);
Adam Langleyfcf25832014-12-18 17:42:32 -0800520 ret = -1;
521 goto end;
522 }
Adam Langley95c29f32014-06-20 12:00:00 -0700523
David Benjamin4e9cc712016-06-01 20:16:03 -0400524 if (!ssl->s3->tmp.reuse_message && !skip && ssl->state != state) {
525 int new_state = ssl->state;
David Benjamin0d56f882015-12-19 17:05:56 -0500526 ssl->state = state;
David Benjamin4e9cc712016-06-01 20:16:03 -0400527 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_LOOP, 1);
David Benjamin0d56f882015-12-19 17:05:56 -0500528 ssl->state = new_state;
Adam Langleyfcf25832014-12-18 17:42:32 -0800529 }
530 skip = 0;
531 }
532
Adam Langley95c29f32014-06-20 12:00:00 -0700533end:
David Benjamin4e9cc712016-06-01 20:16:03 -0400534 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_EXIT, ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800535 return ret;
536}
Adam Langley95c29f32014-06-20 12:00:00 -0700537
David Benjamin1deb41b2016-08-09 19:36:38 -0400538int ssl_client_cipher_list_contains_cipher(
539 const struct ssl_early_callback_ctx *client_hello, uint16_t id) {
540 CBS cipher_suites;
541 CBS_init(&cipher_suites, client_hello->cipher_suites,
542 client_hello->cipher_suites_len);
543
544 while (CBS_len(&cipher_suites) > 0) {
545 uint16_t got_id;
546 if (!CBS_get_u16(&cipher_suites, &got_id)) {
547 return 0;
548 }
549
550 if (got_id == id) {
551 return 1;
552 }
553 }
554
555 return 0;
556}
557
David Benjamin25fe85b2016-08-09 20:00:32 -0400558static int negotiate_version(
559 SSL *ssl, int *out_alert,
560 const struct ssl_early_callback_ctx *client_hello) {
561 uint16_t min_version, max_version;
562 if (!ssl_get_version_range(ssl, &min_version, &max_version)) {
563 *out_alert = SSL_AD_PROTOCOL_VERSION;
564 return 0;
565 }
566
David Benjamin2dc02042016-09-19 19:57:37 -0400567 uint16_t version = 0;
Steven Valdezfdd10992016-09-15 16:27:05 -0400568 /* Check supported_versions extension if it is present. */
569 CBS supported_versions;
570 if (ssl_early_callback_get_extension(client_hello, &supported_versions,
571 TLSEXT_TYPE_supported_versions)) {
572 CBS versions;
573 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) ||
574 CBS_len(&supported_versions) != 0 ||
575 CBS_len(&versions) == 0) {
576 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
577 *out_alert = SSL_AD_DECODE_ERROR;
578 return 0;
579 }
580
581 int found_version = 0;
582 while (CBS_len(&versions) != 0) {
583 uint16_t ext_version;
584 if (!CBS_get_u16(&versions, &ext_version)) {
585 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
586 *out_alert = SSL_AD_DECODE_ERROR;
587 return 0;
588 }
589 if (!ssl->method->version_from_wire(&ext_version, ext_version)) {
590 continue;
591 }
592 if (min_version <= ext_version &&
593 ext_version <= max_version) {
594 version = ext_version;
595 found_version = 1;
596 break;
597 }
598 }
599
600 if (!found_version) {
601 goto unsupported_protocol;
David Benjamin2dc02042016-09-19 19:57:37 -0400602 }
603 } else {
Steven Valdezfdd10992016-09-15 16:27:05 -0400604 /* Process ClientHello.version instead. Note that versions beyond (D)TLS 1.2
605 * do not use this mechanism. */
606 if (SSL_is_dtls(ssl)) {
607 if (client_hello->version <= DTLS1_2_VERSION) {
608 version = TLS1_2_VERSION;
609 } else if (client_hello->version <= DTLS1_VERSION) {
610 version = TLS1_1_VERSION;
611 } else {
612 goto unsupported_protocol;
613 }
614 } else {
615 if (client_hello->version >= TLS1_2_VERSION) {
616 version = TLS1_2_VERSION;
617 } else if (client_hello->version >= TLS1_1_VERSION) {
618 version = TLS1_1_VERSION;
619 } else if (client_hello->version >= TLS1_VERSION) {
620 version = TLS1_VERSION;
621 } else if (client_hello->version >= SSL3_VERSION) {
622 version = SSL3_VERSION;
623 } else {
624 goto unsupported_protocol;
625 }
David Benjamin2dc02042016-09-19 19:57:37 -0400626 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400627
Steven Valdezfdd10992016-09-15 16:27:05 -0400628 /* Apply our minimum and maximum version. */
629 if (version > max_version) {
630 version = max_version;
631 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400632
Steven Valdezfdd10992016-09-15 16:27:05 -0400633 if (version < min_version) {
634 goto unsupported_protocol;
635 }
David Benjamin25fe85b2016-08-09 20:00:32 -0400636 }
637
638 /* Handle FALLBACK_SCSV. */
639 if (ssl_client_cipher_list_contains_cipher(client_hello,
640 SSL3_CK_FALLBACK_SCSV & 0xffff) &&
641 version < max_version) {
642 OPENSSL_PUT_ERROR(SSL, SSL_R_INAPPROPRIATE_FALLBACK);
643 *out_alert = SSL3_AD_INAPPROPRIATE_FALLBACK;
644 return 0;
645 }
646
David Benjamin2dc02042016-09-19 19:57:37 -0400647 ssl->client_version = client_hello->version;
David Benjamin25fe85b2016-08-09 20:00:32 -0400648 ssl->version = ssl->method->version_to_wire(version);
649 ssl->s3->enc_method = ssl3_get_enc_method(version);
650 assert(ssl->s3->enc_method != NULL);
651
652 /* At this point, the connection's version is known and |ssl->version| is
653 * fixed. Begin enforcing the record-layer version. */
654 ssl->s3->have_version = 1;
655
656 return 1;
Steven Valdezfdd10992016-09-15 16:27:05 -0400657
658unsupported_protocol:
659 OPENSSL_PUT_ERROR(SSL, SSL_R_UNSUPPORTED_PROTOCOL);
660 *out_alert = SSL_AD_PROTOCOL_VERSION;
661 return 0;
David Benjamin25fe85b2016-08-09 20:00:32 -0400662}
663
David Benjamindf50eec2016-06-07 16:49:42 -0400664static int ssl3_get_client_hello(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -0700665 int al = SSL_AD_INTERNAL_ERROR, ret = -1;
David Benjamine3aa1d92015-06-16 15:34:50 -0400666 SSL_SESSION *session = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700667
David Benjamine14ff062016-08-09 16:21:24 -0400668 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_A) {
669 /* The first time around, read the ClientHello. */
670 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CLIENT_HELLO,
671 ssl_hash_message);
672 if (msg_ret <= 0) {
673 return msg_ret;
David Benjamin09eb6552016-07-08 14:32:11 -0700674 }
David Benjamin22f9bcc2014-07-13 12:29:21 -0400675
David Benjamine14ff062016-08-09 16:21:24 -0400676 ssl->state = SSL3_ST_SR_CLNT_HELLO_B;
Adam Langleyfcf25832014-12-18 17:42:32 -0800677 }
Adam Langley95c29f32014-06-20 12:00:00 -0700678
David Benjamine14ff062016-08-09 16:21:24 -0400679 struct ssl_early_callback_ctx client_hello;
680 if (!ssl_early_callback_init(ssl, &client_hello, ssl->init_msg,
681 ssl->init_num)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800682 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -0400683 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800684 goto f_err;
685 }
Adam Langley95c29f32014-06-20 12:00:00 -0700686
David Benjamine14ff062016-08-09 16:21:24 -0400687 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_B) {
688 /* Unlike other callbacks, the early callback is not run a second time if
689 * paused. */
690 ssl->state = SSL3_ST_SR_CLNT_HELLO_C;
David Benjaminb6a0a512016-06-21 10:33:21 -0400691
David Benjamine14ff062016-08-09 16:21:24 -0400692 /* Run the early callback. */
693 if (ssl->ctx->select_certificate_cb != NULL) {
694 switch (ssl->ctx->select_certificate_cb(&client_hello)) {
695 case 0:
696 ssl->rwstate = SSL_CERTIFICATE_SELECTION_PENDING;
697 goto err;
698
699 case -1:
700 /* Connection rejected. */
David Benjamin2c66e072016-09-16 15:58:00 -0400701 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamine14ff062016-08-09 16:21:24 -0400702 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
703 goto f_err;
704
705 default:
706 /* fallthrough */;
707 }
708 }
709 }
710
David Benjamin25fe85b2016-08-09 20:00:32 -0400711 /* Negotiate the protocol version if we have not done so yet. */
David Benjamin0d56f882015-12-19 17:05:56 -0500712 if (!ssl->s3->have_version) {
David Benjamin25fe85b2016-08-09 20:00:32 -0400713 if (!negotiate_version(ssl, &al, &client_hello)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800714 goto f_err;
715 }
David Benjamin1deb41b2016-08-09 19:36:38 -0400716
David Benjamin25fe85b2016-08-09 20:00:32 -0400717 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
718 ssl->state = SSL_ST_TLS13;
719 return 1;
720 }
721 }
722
723 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_C) {
724 /* Load the client random. */
725 if (client_hello.random_len != SSL3_RANDOM_SIZE) {
726 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
727 return -1;
728 }
729 memcpy(ssl->s3->client_random, client_hello.random,
730 client_hello.random_len);
731
732 /* Determine whether we are doing session resumption. */
733 int send_new_ticket = 0;
734 switch (
735 ssl_get_prev_session(ssl, &session, &send_new_ticket, &client_hello)) {
736 case ssl_session_success:
737 break;
738 case ssl_session_error:
739 goto err;
740 case ssl_session_retry:
741 ssl->rwstate = SSL_PENDING_SESSION;
742 goto err;
743 }
744 ssl->tlsext_ticket_expected = send_new_ticket;
745
746 /* The EMS state is needed when making the resumption decision, but
747 * extensions are not normally parsed until later. This detects the EMS
748 * extension for the resumption decision and it's checked against the result
749 * of the normal parse later in this function. */
750 CBS ems;
751 int have_extended_master_secret =
752 ssl->version != SSL3_VERSION &&
753 ssl_early_callback_get_extension(&client_hello, &ems,
754 TLSEXT_TYPE_extended_master_secret) &&
755 CBS_len(&ems) == 0;
756
757 int has_session = 0;
758 if (session != NULL) {
759 if (session->extended_master_secret &&
760 !have_extended_master_secret) {
761 /* A ClientHello without EMS that attempts to resume a session with EMS
762 * is fatal to the connection. */
763 al = SSL_AD_HANDSHAKE_FAILURE;
764 OPENSSL_PUT_ERROR(SSL, SSL_R_RESUMED_EMS_SESSION_WITHOUT_EMS_EXTENSION);
765 goto f_err;
766 }
767
768 has_session =
769 /* Only resume if the session's version matches the negotiated
770 * version: most clients do not accept a mismatch. */
771 ssl->version == session->ssl_version &&
772 /* If the client offers the EMS extension, but the previous session
773 * didn't use it, then negotiate a new session. */
774 have_extended_master_secret == session->extended_master_secret;
775 }
776
777 if (has_session) {
778 /* Use the old session. */
779 ssl->session = session;
780 session = NULL;
Steven Valdez4aa154e2016-07-29 14:32:55 -0400781 ssl->s3->session_reused = 1;
David Benjamin25fe85b2016-08-09 20:00:32 -0400782 } else {
David Benjamin4d0be242016-09-01 01:10:07 -0400783 ssl_set_session(ssl, NULL);
David Benjamin25fe85b2016-08-09 20:00:32 -0400784 if (!ssl_get_new_session(ssl, 1 /* server */)) {
785 goto err;
786 }
787
788 /* Clear the session ID if we want the session to be single-use. */
789 if (!(ssl->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)) {
790 ssl->s3->new_session->session_id_length = 0;
791 }
792 }
793
794 if (ssl->ctx->dos_protection_cb != NULL &&
795 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
796 /* Connection rejected for DOS reasons. */
David Benjamin2c66e072016-09-16 15:58:00 -0400797 al = SSL_AD_INTERNAL_ERROR;
David Benjamin25fe85b2016-08-09 20:00:32 -0400798 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
David Benjamin1deb41b2016-08-09 19:36:38 -0400799 goto f_err;
800 }
801
David Benjamin25fe85b2016-08-09 20:00:32 -0400802 /* Only null compression is supported. */
803 if (memchr(client_hello.compression_methods, 0,
804 client_hello.compression_methods_len) == NULL) {
805 al = SSL_AD_ILLEGAL_PARAMETER;
806 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_COMPRESSION_SPECIFIED);
807 goto f_err;
808 }
David Benjamin8b8c0062014-11-23 02:47:52 -0500809
David Benjamin25fe85b2016-08-09 20:00:32 -0400810 /* TLS extensions. */
811 if (!ssl_parse_clienthello_tlsext(ssl, &client_hello)) {
812 OPENSSL_PUT_ERROR(SSL, SSL_R_PARSE_TLSEXT);
David Benjamine3aa1d92015-06-16 15:34:50 -0400813 goto err;
David Benjamin25fe85b2016-08-09 20:00:32 -0400814 }
David Benjamin4b30b282015-05-26 16:37:58 -0400815
David Benjamin25fe85b2016-08-09 20:00:32 -0400816 if (have_extended_master_secret != ssl->s3->tmp.extended_master_secret) {
817 al = SSL_AD_INTERNAL_ERROR;
818 OPENSSL_PUT_ERROR(SSL, SSL_R_EMS_STATE_INCONSISTENT);
Adam Langleyba5934b2015-06-02 10:50:35 -0700819 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -0800820 }
Adam Langleyba5934b2015-06-02 10:50:35 -0700821
David Benjamin25fe85b2016-08-09 20:00:32 -0400822 ssl->state = SSL3_ST_SR_CLNT_HELLO_D;
Adam Langleyba5934b2015-06-02 10:50:35 -0700823 }
824
David Benjamin25fe85b2016-08-09 20:00:32 -0400825 /* Determine the remaining connection parameters. This is a separate state so
826 * |cert_cb| does not cause earlier logic to run multiple times. */
827 assert(ssl->state == SSL3_ST_SR_CLNT_HELLO_D);
828
829 if (ssl->session != NULL) {
830 /* Check that the cipher is in the list. */
831 if (!ssl_client_cipher_list_contains_cipher(
832 &client_hello, (uint16_t)ssl->session->cipher->id)) {
833 al = SSL_AD_ILLEGAL_PARAMETER;
834 OPENSSL_PUT_ERROR(SSL, SSL_R_REQUIRED_CIPHER_MISSING);
835 goto f_err;
836 }
837
838 ssl->s3->tmp.new_cipher = ssl->session->cipher;
839 ssl->s3->tmp.cert_request = 0;
David Benjamin56380462015-10-10 14:59:09 -0400840 } else {
David Benjamin25fe85b2016-08-09 20:00:32 -0400841 /* Call |cert_cb| to update server certificates if required. */
842 if (ssl->cert->cert_cb != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500843 int rv = ssl->cert->cert_cb(ssl, ssl->cert->cert_cb_arg);
Adam Langleyfcf25832014-12-18 17:42:32 -0800844 if (rv == 0) {
845 al = SSL_AD_INTERNAL_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -0400846 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_CB_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800847 goto f_err;
848 }
849 if (rv < 0) {
David Benjamin0d56f882015-12-19 17:05:56 -0500850 ssl->rwstate = SSL_X509_LOOKUP;
Adam Langleyfcf25832014-12-18 17:42:32 -0800851 goto err;
852 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800853 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800854
David Benjamin25fe85b2016-08-09 20:00:32 -0400855 const SSL_CIPHER *c =
856 ssl3_choose_cipher(ssl, &client_hello, ssl_get_cipher_preferences(ssl));
Adam Langleyfcf25832014-12-18 17:42:32 -0800857 if (c == NULL) {
858 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamin3570d732015-06-29 00:28:17 -0400859 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_SHARED_CIPHER);
Adam Langleyfcf25832014-12-18 17:42:32 -0800860 goto f_err;
861 }
David Benjaminfddbadc2016-08-09 19:53:00 -0400862
Steven Valdez87eab492016-06-27 16:34:59 -0400863 ssl->s3->new_session->cipher = c;
David Benjamin0d56f882015-12-19 17:05:56 -0500864 ssl->s3->tmp.new_cipher = c;
David Benjamin5c1ce292015-05-26 16:59:43 -0400865
866 /* Determine whether to request a client certificate. */
David Benjamin0d56f882015-12-19 17:05:56 -0500867 ssl->s3->tmp.cert_request = !!(ssl->verify_mode & SSL_VERIFY_PEER);
David Benjamin5c1ce292015-05-26 16:59:43 -0400868 /* Only request a certificate if Channel ID isn't negotiated. */
David Benjamin0d56f882015-12-19 17:05:56 -0500869 if ((ssl->verify_mode & SSL_VERIFY_PEER_IF_NO_OBC) &&
870 ssl->s3->tlsext_channel_id_valid) {
871 ssl->s3->tmp.cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400872 }
David Benjaminc032dfa2016-05-12 14:54:57 -0400873 /* CertificateRequest may only be sent in certificate-based ciphers. */
David Benjamin3d458dc2016-09-12 22:40:27 +0000874 if (!ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamin0d56f882015-12-19 17:05:56 -0500875 ssl->s3->tmp.cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400876 }
Adam Langley37646832016-08-01 16:16:46 -0700877
878 if (!ssl->s3->tmp.cert_request) {
879 /* OpenSSL returns X509_V_OK when no certificates are requested. This is
David Benjamindd634eb2016-08-18 16:40:28 -0400880 * classed by them as a bug, but it's assumed by at least NGINX. */
Adam Langley37646832016-08-01 16:16:46 -0700881 ssl->s3->new_session->verify_result = X509_V_OK;
882 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800883 }
884
David Benjamin9550c3a2015-08-05 08:50:34 -0400885 /* Now that the cipher is known, initialize the handshake hash. */
David Benjamin0d56f882015-12-19 17:05:56 -0500886 if (!ssl3_init_handshake_hash(ssl)) {
David Benjamin9550c3a2015-08-05 08:50:34 -0400887 goto f_err;
888 }
889
Steven Valdez2b8415e2016-06-30 13:27:23 -0400890 /* Release the handshake buffer if client authentication isn't required. */
891 if (!ssl->s3->tmp.cert_request) {
David Benjamin0d56f882015-12-19 17:05:56 -0500892 ssl3_free_handshake_buffer(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800893 }
894
David Benjamin0bd71eb2015-12-01 14:14:40 -0500895 ret = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800896
897 if (0) {
898 f_err:
David Benjamin0d56f882015-12-19 17:05:56 -0500899 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langleyfcf25832014-12-18 17:42:32 -0800900 }
901
Adam Langley95c29f32014-06-20 12:00:00 -0700902err:
David Benjamine3aa1d92015-06-16 15:34:50 -0400903 SSL_SESSION_free(session);
Adam Langleyfcf25832014-12-18 17:42:32 -0800904 return ret;
905}
Adam Langley95c29f32014-06-20 12:00:00 -0700906
David Benjamindf50eec2016-06-07 16:49:42 -0400907static int ssl3_send_server_hello(SSL *ssl) {
David Benjamin56380462015-10-10 14:59:09 -0400908 if (ssl->state == SSL3_ST_SW_SRVR_HELLO_B) {
David Benjamin75836432016-06-17 18:48:29 -0400909 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800910 }
Adam Langley95c29f32014-06-20 12:00:00 -0700911
David Benjamin56380462015-10-10 14:59:09 -0400912 assert(ssl->state == SSL3_ST_SW_SRVR_HELLO_A);
913
914 /* We only accept ChannelIDs on connections with ECDHE in order to avoid a
915 * known attack while we fix ChannelID itself. */
916 if (ssl->s3->tlsext_channel_id_valid &&
917 (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
918 ssl->s3->tlsext_channel_id_valid = 0;
919 }
920
921 /* If this is a resumption and the original handshake didn't support
922 * ChannelID then we didn't record the original handshake hashes in the
923 * session and so cannot resume with ChannelIDs. */
Steven Valdez87eab492016-06-27 16:34:59 -0400924 if (ssl->session != NULL &&
925 ssl->session->original_handshake_hash_len == 0) {
David Benjamin56380462015-10-10 14:59:09 -0400926 ssl->s3->tlsext_channel_id_valid = 0;
927 }
928
David Benjamin721e8b72016-08-03 13:13:17 -0400929 struct timeval now;
930 ssl_get_current_time(ssl, &now);
931 ssl->s3->server_random[0] = now.tv_sec >> 24;
932 ssl->s3->server_random[1] = now.tv_sec >> 16;
933 ssl->s3->server_random[2] = now.tv_sec >> 8;
934 ssl->s3->server_random[3] = now.tv_sec;
David Benjamin1f61f0d2016-07-10 12:20:35 -0400935 if (!RAND_bytes(ssl->s3->server_random + 4, SSL3_RANDOM_SIZE - 4)) {
David Benjamin56380462015-10-10 14:59:09 -0400936 return -1;
937 }
938
David Benjamin55108632016-08-11 22:01:18 -0400939 /* TODO(davidben): Implement the TLS 1.1 and 1.2 downgrade sentinels once TLS
940 * 1.3 is finalized and we are not implementing a draft version. */
David Benjamin1f61f0d2016-07-10 12:20:35 -0400941
Steven Valdez87eab492016-06-27 16:34:59 -0400942 const SSL_SESSION *session = ssl->s3->new_session;
943 if (ssl->session != NULL) {
944 session = ssl->session;
945 }
946
David Benjamin75836432016-06-17 18:48:29 -0400947 CBB cbb, body, session_id;
948 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO) ||
949 !CBB_add_u16(&body, ssl->version) ||
950 !CBB_add_bytes(&body, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
951 !CBB_add_u8_length_prefixed(&body, &session_id) ||
Steven Valdez87eab492016-06-27 16:34:59 -0400952 !CBB_add_bytes(&session_id, session->session_id,
953 session->session_id_length) ||
David Benjamin75836432016-06-17 18:48:29 -0400954 !CBB_add_u16(&body, ssl_cipher_get_value(ssl->s3->tmp.new_cipher)) ||
955 !CBB_add_u8(&body, 0 /* no compression */) ||
956 !ssl_add_serverhello_tlsext(ssl, &body) ||
957 !ssl->method->finish_message(ssl, &cbb)) {
David Benjamin56380462015-10-10 14:59:09 -0400958 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
959 CBB_cleanup(&cbb);
960 return -1;
961 }
962
963 ssl->state = SSL3_ST_SW_SRVR_HELLO_B;
David Benjamin75836432016-06-17 18:48:29 -0400964 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800965}
Adam Langley95c29f32014-06-20 12:00:00 -0700966
David Benjamin9f1dc822016-06-07 17:03:46 -0400967static int ssl3_send_server_certificate(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -0400968 if (ssl->state == SSL3_ST_SW_CERT_B) {
969 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400970 }
971
David Benjamin32a66d52016-07-13 22:03:11 -0400972 if (!ssl_has_certificate(ssl)) {
973 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_SET);
974 return 0;
975 }
976
David Benjamin75836432016-06-17 18:48:29 -0400977 if (!ssl3_output_cert_chain(ssl)) {
978 return 0;
979 }
980 ssl->state = SSL3_ST_SW_CERT_B;
981 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400982}
983
David Benjamindf50eec2016-06-07 16:49:42 -0400984static int ssl3_send_certificate_status(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -0400985 if (ssl->state == SSL3_ST_SW_CERT_STATUS_B) {
986 return ssl->method->write_message(ssl);
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100987 }
988
David Benjamin75836432016-06-17 18:48:29 -0400989 CBB cbb, body, ocsp_response;
990 if (!ssl->method->init_message(ssl, &cbb, &body,
991 SSL3_MT_CERTIFICATE_STATUS) ||
992 !CBB_add_u8(&body, TLSEXT_STATUSTYPE_ocsp) ||
993 !CBB_add_u24_length_prefixed(&body, &ocsp_response) ||
994 !CBB_add_bytes(&ocsp_response, ssl->ctx->ocsp_response,
995 ssl->ctx->ocsp_response_length) ||
996 !ssl->method->finish_message(ssl, &cbb)) {
997 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
998 CBB_cleanup(&cbb);
999 return -1;
1000 }
1001
1002 ssl->state = SSL3_ST_SW_CERT_STATUS_B;
1003 return ssl->method->write_message(ssl);
Paul Lietaraeeff2c2015-08-12 11:47:11 +01001004}
1005
David Benjamindf50eec2016-06-07 16:49:42 -04001006static int ssl3_send_server_key_exchange(SSL *ssl) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001007 if (ssl->state == SSL3_ST_SW_KEY_EXCH_C) {
David Benjamin75836432016-06-17 18:48:29 -04001008 return ssl->method->write_message(ssl);
David Benjamin1f9f9c42015-08-28 16:17:59 -04001009 }
1010
David Benjamin2a0b3912015-12-18 01:01:21 -05001011 CBB cbb, child;
David Benjaminc42acee2016-06-17 17:47:58 -04001012 CBB_zero(&cbb);
nagendra modadugu601448a2015-07-24 09:31:31 -07001013
David Benjaminc42acee2016-06-17 17:47:58 -04001014 /* Put together the parameters. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001015 if (ssl->state == SSL3_ST_SW_KEY_EXCH_A) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001016 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1017 uint32_t alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -07001018
David Benjaminc42acee2016-06-17 17:47:58 -04001019 /* Pre-allocate enough room to comfortably fit an ECDHE public key. */
1020 if (!CBB_init(&cbb, 128)) {
1021 goto err;
1022 }
1023
David Benjamin2a0b3912015-12-18 01:01:21 -05001024 /* PSK ciphers begin with an identity hint. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001025 if (alg_a & SSL_aPSK) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001026 size_t len =
1027 (ssl->psk_identity_hint == NULL) ? 0 : strlen(ssl->psk_identity_hint);
1028 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
1029 !CBB_add_bytes(&child, (const uint8_t *)ssl->psk_identity_hint,
1030 len)) {
1031 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001032 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001033 }
Adam Langley95c29f32014-06-20 12:00:00 -07001034
David Benjamin7061e282015-03-19 11:10:48 -04001035 if (alg_k & SSL_kDHE) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001036 /* Determine the group to use. */
1037 DH *params = ssl->cert->dh_tmp;
1038 if (params == NULL && ssl->cert->dh_tmp_cb != NULL) {
1039 params = ssl->cert->dh_tmp_cb(ssl, 0, 1024);
Adam Langleyfcf25832014-12-18 17:42:32 -08001040 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001041 if (params == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001042 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_DH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001043 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001044 goto err;
1045 }
Steven Valdez87eab492016-06-27 16:34:59 -04001046 ssl->s3->new_session->key_exchange_info = DH_num_bits(params);
David Benjamin2a0b3912015-12-18 01:01:21 -05001047
David Benjamin974c7ba2015-12-19 16:58:04 -05001048 /* Set up DH, generate a key, and emit the public half. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001049 DH *dh = DHparams_dup(params);
David Benjamin974c7ba2015-12-19 16:58:04 -05001050 if (dh == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001051 goto err;
1052 }
David Benjamin9f226a52015-04-26 22:12:32 -04001053
David Benjamin974c7ba2015-12-19 16:58:04 -05001054 SSL_ECDH_CTX_init_for_dhe(&ssl->s3->tmp.ecdh_ctx, dh);
David Benjamin2a0b3912015-12-18 01:01:21 -05001055 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001056 !BN_bn2cbb_padded(&child, BN_num_bytes(params->p), params->p) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001057 !CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001058 !BN_bn2cbb_padded(&child, BN_num_bytes(params->g), params->g) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001059 !CBB_add_u16_length_prefixed(&cbb, &child) ||
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001060 !SSL_ECDH_CTX_offer(&ssl->s3->tmp.ecdh_ctx, &child)) {
David Benjamin9f226a52015-04-26 22:12:32 -04001061 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001062 }
David Benjamin7061e282015-03-19 11:10:48 -04001063 } else if (alg_k & SSL_kECDHE) {
Steven Valdezce902a92016-05-17 11:47:53 -04001064 /* Determine the group to use. */
1065 uint16_t group_id;
1066 if (!tls1_get_shared_group(ssl, &group_id)) {
David Benjamin3570d732015-06-29 00:28:17 -04001067 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_ECDH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001068 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001069 goto err;
1070 }
Steven Valdez87eab492016-06-27 16:34:59 -04001071 ssl->s3->new_session->key_exchange_info = group_id;
Adam Langley95c29f32014-06-20 12:00:00 -07001072
David Benjamin4298d772015-12-19 00:18:25 -05001073 /* Set up ECDH, generate a key, and emit the public half. */
Steven Valdezce902a92016-05-17 11:47:53 -04001074 if (!SSL_ECDH_CTX_init(&ssl->s3->tmp.ecdh_ctx, group_id) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001075 !CBB_add_u8(&cbb, NAMED_CURVE_TYPE) ||
Steven Valdezce902a92016-05-17 11:47:53 -04001076 !CBB_add_u16(&cbb, group_id) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001077 !CBB_add_u8_length_prefixed(&cbb, &child) ||
1078 !SSL_ECDH_CTX_offer(&ssl->s3->tmp.ecdh_ctx, &child)) {
1079 goto err;
1080 }
1081 } else if (alg_k & SSL_kCECPQ1) {
David Benjamin18a35182016-06-30 13:46:24 -04001082 SSL_ECDH_CTX_init_for_cecpq1(&ssl->s3->tmp.ecdh_ctx);
1083 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001084 !SSL_ECDH_CTX_offer(&ssl->s3->tmp.ecdh_ctx, &child)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001085 goto err;
1086 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001087 } else {
1088 assert(alg_k & SSL_kPSK);
Adam Langleyfcf25832014-12-18 17:42:32 -08001089 }
Adam Langley95c29f32014-06-20 12:00:00 -07001090
David Benjaminc42acee2016-06-17 17:47:58 -04001091 size_t len;
1092 if (!CBB_finish(&cbb, &ssl->s3->tmp.server_params, &len) ||
1093 len > 0xffffffffu) {
1094 OPENSSL_free(ssl->s3->tmp.server_params);
1095 ssl->s3->tmp.server_params = NULL;
1096 goto err;
1097 }
1098 ssl->s3->tmp.server_params_len = (uint32_t)len;
1099 }
1100
1101 /* Assemble the message. */
David Benjamin75836432016-06-17 18:48:29 -04001102 CBB body;
1103 if (!ssl->method->init_message(ssl, &cbb, &body,
1104 SSL3_MT_SERVER_KEY_EXCHANGE) ||
1105 !CBB_add_bytes(&body, ssl->s3->tmp.server_params,
David Benjaminc42acee2016-06-17 17:47:58 -04001106 ssl->s3->tmp.server_params_len)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001107 goto err;
1108 }
Adam Langley95c29f32014-06-20 12:00:00 -07001109
David Benjamin2a0b3912015-12-18 01:01:21 -05001110 /* Add a signature. */
David Benjamin3d458dc2016-09-12 22:40:27 +00001111 if (ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001112 if (!ssl_has_private_key(ssl)) {
1113 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001114 goto err;
1115 }
Adam Langley95c29f32014-06-20 12:00:00 -07001116
David Benjaminc42acee2016-06-17 17:47:58 -04001117 /* Determine the signature algorithm. */
David Benjaminea9a0d52016-07-08 15:52:59 -07001118 uint16_t signature_algorithm;
1119 if (!tls1_choose_signature_algorithm(ssl, &signature_algorithm)) {
1120 goto err;
1121 }
David Benjaminc42acee2016-06-17 17:47:58 -04001122 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001123 if (!CBB_add_u16(&body, signature_algorithm)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001124 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1125 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1126 goto err;
1127 }
David Benjaminc42acee2016-06-17 17:47:58 -04001128 }
1129
1130 /* Add space for the signature. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001131 const size_t max_sig_len = ssl_private_key_max_signature_len(ssl);
David Benjaminc42acee2016-06-17 17:47:58 -04001132 uint8_t *ptr;
David Benjamin75836432016-06-17 18:48:29 -04001133 if (!CBB_add_u16_length_prefixed(&body, &child) ||
David Benjaminc42acee2016-06-17 17:47:58 -04001134 !CBB_reserve(&child, &ptr, max_sig_len)) {
1135 goto err;
1136 }
1137
David Benjamin2a0b3912015-12-18 01:01:21 -05001138 size_t sig_len;
1139 enum ssl_private_key_result_t sign_result;
1140 if (ssl->state == SSL3_ST_SW_KEY_EXCH_A) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001141 CBB transcript;
1142 uint8_t *transcript_data;
1143 size_t transcript_len;
1144 if (!CBB_init(&transcript,
1145 2*SSL3_RANDOM_SIZE + ssl->s3->tmp.server_params_len) ||
1146 !CBB_add_bytes(&transcript, ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
1147 !CBB_add_bytes(&transcript, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
1148 !CBB_add_bytes(&transcript, ssl->s3->tmp.server_params,
1149 ssl->s3->tmp.server_params_len) ||
1150 !CBB_finish(&transcript, &transcript_data, &transcript_len)) {
1151 CBB_cleanup(&transcript);
1152 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1153 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Steven Valdezf0451ca2016-06-29 13:16:27 -04001154 goto err;
1155 }
1156
Steven Valdezf0451ca2016-06-29 13:16:27 -04001157 sign_result = ssl_private_key_sign(ssl, ptr, &sig_len, max_sig_len,
Steven Valdez2b8415e2016-06-30 13:27:23 -04001158 signature_algorithm, transcript_data,
1159 transcript_len);
1160 OPENSSL_free(transcript_data);
David Benjamin1f9f9c42015-08-28 16:17:59 -04001161 } else {
David Benjamin2a0b3912015-12-18 01:01:21 -05001162 assert(ssl->state == SSL3_ST_SW_KEY_EXCH_B);
David Benjamind3440b42016-07-14 14:52:41 -04001163 sign_result = ssl_private_key_complete(ssl, ptr, &sig_len, max_sig_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001164 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001165
1166 switch (sign_result) {
1167 case ssl_private_key_success:
David Benjamin2a0b3912015-12-18 01:01:21 -05001168 if (!CBB_did_write(&child, sig_len)) {
1169 goto err;
1170 }
1171 break;
1172 case ssl_private_key_failure:
David Benjamin2a0b3912015-12-18 01:01:21 -05001173 goto err;
1174 case ssl_private_key_retry:
David Benjamin2a0b3912015-12-18 01:01:21 -05001175 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
1176 ssl->state = SSL3_ST_SW_KEY_EXCH_B;
1177 goto err;
1178 }
David Benjamin1f9f9c42015-08-28 16:17:59 -04001179 }
1180
David Benjamin75836432016-06-17 18:48:29 -04001181 if (!ssl->method->finish_message(ssl, &cbb)) {
David Benjamin1f9f9c42015-08-28 16:17:59 -04001182 goto err;
1183 }
David Benjaminc42acee2016-06-17 17:47:58 -04001184
1185 OPENSSL_free(ssl->s3->tmp.server_params);
1186 ssl->s3->tmp.server_params = NULL;
1187 ssl->s3->tmp.server_params_len = 0;
1188
David Benjamin2a0b3912015-12-18 01:01:21 -05001189 ssl->state = SSL3_ST_SW_KEY_EXCH_C;
David Benjamin75836432016-06-17 18:48:29 -04001190 return ssl->method->write_message(ssl);
nagendra modadugu601448a2015-07-24 09:31:31 -07001191
Adam Langley95c29f32014-06-20 12:00:00 -07001192err:
David Benjamin2a0b3912015-12-18 01:01:21 -05001193 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001194 return -1;
1195}
Adam Langley95c29f32014-06-20 12:00:00 -07001196
David Benjamin75836432016-06-17 18:48:29 -04001197static int add_cert_types(SSL *ssl, CBB *cbb) {
1198 /* Get configured signature algorithms. */
1199 int have_rsa_sign = 0;
1200 int have_ecdsa_sign = 0;
Steven Valdez02563852016-06-23 13:33:05 -04001201 const uint16_t *sig_algs;
1202 size_t sig_algs_len = tls12_get_psigalgs(ssl, &sig_algs);
David Benjamin54091232016-09-05 12:47:25 -04001203 for (size_t i = 0; i < sig_algs_len; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001204 switch (sig_algs[i]) {
1205 case SSL_SIGN_RSA_PKCS1_SHA512:
1206 case SSL_SIGN_RSA_PKCS1_SHA384:
1207 case SSL_SIGN_RSA_PKCS1_SHA256:
1208 case SSL_SIGN_RSA_PKCS1_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001209 have_rsa_sign = 1;
1210 break;
Adam Langley95c29f32014-06-20 12:00:00 -07001211
Steven Valdez02563852016-06-23 13:33:05 -04001212 case SSL_SIGN_ECDSA_SECP521R1_SHA512:
1213 case SSL_SIGN_ECDSA_SECP384R1_SHA384:
1214 case SSL_SIGN_ECDSA_SECP256R1_SHA256:
1215 case SSL_SIGN_ECDSA_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001216 have_ecdsa_sign = 1;
1217 break;
Adam Langleyfcf25832014-12-18 17:42:32 -08001218 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001219 }
Adam Langley95c29f32014-06-20 12:00:00 -07001220
David Benjamin75836432016-06-17 18:48:29 -04001221 if (have_rsa_sign && !CBB_add_u8(cbb, SSL3_CT_RSA_SIGN)) {
1222 return 0;
1223 }
1224
1225 /* ECDSA certs can be used with RSA cipher suites as well so we don't need to
1226 * check for SSL_kECDH or SSL_kECDHE. */
1227 if (ssl->version >= TLS1_VERSION && have_ecdsa_sign &&
1228 !CBB_add_u8(cbb, TLS_CT_ECDSA_SIGN)) {
1229 return 0;
1230 }
1231
1232 return 1;
1233}
1234
1235static int ssl3_send_certificate_request(SSL *ssl) {
1236 if (ssl->state == SSL3_ST_SW_CERT_REQ_B) {
1237 return ssl->method->write_message(ssl);
1238 }
1239
David Benjamin32a66d52016-07-13 22:03:11 -04001240 CBB cbb, body, cert_types, sigalgs_cbb;
David Benjamin75836432016-06-17 18:48:29 -04001241 if (!ssl->method->init_message(ssl, &cbb, &body,
1242 SSL3_MT_CERTIFICATE_REQUEST) ||
1243 !CBB_add_u8_length_prefixed(&body, &cert_types) ||
1244 !add_cert_types(ssl, &cert_types)) {
1245 goto err;
1246 }
1247
1248 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001249 const uint16_t *sigalgs;
David Benjamin0fc37ef2016-08-17 15:29:46 -04001250 size_t num_sigalgs = tls12_get_psigalgs(ssl, &sigalgs);
Steven Valdez02563852016-06-23 13:33:05 -04001251 if (!CBB_add_u16_length_prefixed(&body, &sigalgs_cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001252 goto err;
1253 }
Steven Valdez02563852016-06-23 13:33:05 -04001254
David Benjamin0fc37ef2016-08-17 15:29:46 -04001255 for (size_t i = 0; i < num_sigalgs; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001256 if (!CBB_add_u16(&sigalgs_cbb, sigalgs[i])) {
1257 goto err;
1258 }
1259 }
David Benjamin75836432016-06-17 18:48:29 -04001260 }
1261
David Benjamin32a66d52016-07-13 22:03:11 -04001262 if (!ssl_add_client_CA_list(ssl, &body) ||
1263 !ssl->method->finish_message(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001264 goto err;
1265 }
1266
1267 ssl->state = SSL3_ST_SW_CERT_REQ_B;
1268 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001269
Adam Langley95c29f32014-06-20 12:00:00 -07001270err:
David Benjamin75836432016-06-17 18:48:29 -04001271 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1272 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001273 return -1;
1274}
Adam Langley95c29f32014-06-20 12:00:00 -07001275
David Benjamin3dcec452016-06-07 17:13:28 -04001276static int ssl3_send_server_hello_done(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -04001277 if (ssl->state == SSL3_ST_SW_SRVR_DONE_B) {
1278 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001279 }
1280
David Benjamin75836432016-06-17 18:48:29 -04001281 CBB cbb, body;
1282 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO_DONE) ||
1283 !ssl->method->finish_message(ssl, &cbb)) {
1284 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1285 CBB_cleanup(&cbb);
1286 return -1;
1287 }
1288
1289 ssl->state = SSL3_ST_SW_SRVR_DONE_B;
1290 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001291}
1292
1293static int ssl3_get_client_certificate(SSL *ssl) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001294 assert(ssl->s3->tmp.cert_request);
David Benjamin9f1dc822016-06-07 17:03:46 -04001295
David Benjamin09eb6552016-07-08 14:32:11 -07001296 int msg_ret = ssl->method->ssl_get_message(ssl, -1, ssl_hash_message);
1297 if (msg_ret <= 0) {
1298 return msg_ret;
David Benjamin9f1dc822016-06-07 17:03:46 -04001299 }
1300
1301 if (ssl->s3->tmp.message_type != SSL3_MT_CERTIFICATE) {
1302 if (ssl->version == SSL3_VERSION &&
1303 ssl->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) {
Adam Langley37646832016-08-01 16:16:46 -07001304 /* In SSL 3.0, the Certificate message is omitted to signal no
1305 * certificate. */
David Benjaminda2630c2016-08-01 19:57:43 -04001306 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001307 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001308 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1309 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001310 }
1311
Adam Langley37646832016-08-01 16:16:46 -07001312 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001313 * classed by them as a bug, but it's assumed by at least NGINX. */
Adam Langley37646832016-08-01 16:16:46 -07001314 ssl->s3->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001315 ssl->s3->tmp.reuse_message = 1;
1316 return 1;
1317 }
1318
David Benjamin9f1dc822016-06-07 17:03:46 -04001319 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
David Benjamin5c900c82016-07-13 23:03:26 -04001320 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
1321 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001322 }
1323
David Benjamin5c900c82016-07-13 23:03:26 -04001324 CBS certificate_msg;
David Benjamin09eb6552016-07-08 14:32:11 -07001325 CBS_init(&certificate_msg, ssl->init_msg, ssl->init_num);
David Benjamin5c900c82016-07-13 23:03:26 -04001326 uint8_t alert;
1327 STACK_OF(X509) *chain = ssl_parse_cert_chain(
Steven Valdez87eab492016-06-27 16:34:59 -04001328 ssl, &alert, ssl->ctx->retain_only_sha256_of_client_certs
1329 ? ssl->s3->new_session->peer_sha256
1330 : NULL,
David Benjamin5c900c82016-07-13 23:03:26 -04001331 &certificate_msg);
1332 if (chain == NULL) {
1333 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
David Benjamin9f1dc822016-06-07 17:03:46 -04001334 goto err;
1335 }
1336
David Benjamin5c900c82016-07-13 23:03:26 -04001337 if (CBS_len(&certificate_msg) != 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001338 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin5c900c82016-07-13 23:03:26 -04001339 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1340 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001341 }
1342
David Benjamin5c900c82016-07-13 23:03:26 -04001343 if (sk_X509_num(chain) == 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001344 /* No client certificate so the handshake buffer may be discarded. */
1345 ssl3_free_handshake_buffer(ssl);
1346
David Benjamine455e512016-08-01 20:11:13 -04001347 /* In SSL 3.0, sending no certificate is signaled by omitting the
1348 * Certificate message. */
David Benjamin9f1dc822016-06-07 17:03:46 -04001349 if (ssl->version == SSL3_VERSION) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001350 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATES_RETURNED);
David Benjamin5c900c82016-07-13 23:03:26 -04001351 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1352 goto err;
David Benjamine455e512016-08-01 20:11:13 -04001353 }
1354
1355 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001356 /* Fail for TLS only if we required a certificate */
1357 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001358 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1359 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001360 }
Adam Langley37646832016-08-01 16:16:46 -07001361
1362 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001363 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin7aa31d62016-08-08 21:38:32 -04001364 ssl->s3->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001365 } else {
David Benjamin5c900c82016-07-13 23:03:26 -04001366 /* The hash would have been filled in. */
1367 if (ssl->ctx->retain_only_sha256_of_client_certs) {
Steven Valdez87eab492016-06-27 16:34:59 -04001368 ssl->s3->new_session->peer_sha256_valid = 1;
David Benjamin5c900c82016-07-13 23:03:26 -04001369 }
1370
David Benjamin7aa31d62016-08-08 21:38:32 -04001371 if (!ssl_verify_cert_chain(ssl, &ssl->s3->new_session->verify_result,
1372 chain)) {
David Benjamin5c900c82016-07-13 23:03:26 -04001373 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001374 }
1375 }
1376
Steven Valdez87eab492016-06-27 16:34:59 -04001377 X509_free(ssl->s3->new_session->peer);
1378 ssl->s3->new_session->peer = sk_X509_shift(chain);
David Benjamin9f1dc822016-06-07 17:03:46 -04001379
Steven Valdez87eab492016-06-27 16:34:59 -04001380 sk_X509_pop_free(ssl->s3->new_session->cert_chain, X509_free);
1381 ssl->s3->new_session->cert_chain = chain;
David Benjamin9f1dc822016-06-07 17:03:46 -04001382 /* Inconsistency alert: cert_chain does *not* include the peer's own
1383 * certificate, while we do include it in s3_clnt.c */
1384
David Benjamin5c900c82016-07-13 23:03:26 -04001385 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001386
1387err:
David Benjamin5c900c82016-07-13 23:03:26 -04001388 sk_X509_pop_free(chain, X509_free);
1389 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001390}
1391
David Benjamindf50eec2016-06-07 16:49:42 -04001392static int ssl3_get_client_key_exchange(SSL *ssl) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001393 int al;
Adam Langleyfcf25832014-12-18 17:42:32 -08001394 CBS client_key_exchange;
David Benjamin3fa27772015-04-17 22:32:19 -04001395 uint32_t alg_k;
1396 uint32_t alg_a;
Adam Langleyfcf25832014-12-18 17:42:32 -08001397 uint8_t *premaster_secret = NULL;
1398 size_t premaster_secret_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001399 uint8_t *decrypt_buf = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001400
David Benjamin4298d772015-12-19 00:18:25 -05001401 unsigned psk_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001402 uint8_t psk[PSK_MAX_PSK_LEN];
Adam Langley95c29f32014-06-20 12:00:00 -07001403
David Benjamin1e6d6df2016-05-13 18:28:17 -04001404 if (ssl->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjamin09eb6552016-07-08 14:32:11 -07001405 int ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CLIENT_KEY_EXCHANGE,
1406 ssl_hash_message);
1407 if (ret <= 0) {
1408 return ret;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001409 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001410 }
Adam Langley95c29f32014-06-20 12:00:00 -07001411
David Benjamin0d56f882015-12-19 17:05:56 -05001412 CBS_init(&client_key_exchange, ssl->init_msg, ssl->init_num);
1413 alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1414 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langleyc26c8022014-06-20 12:00:00 -07001415
Adam Langleyfcf25832014-12-18 17:42:32 -08001416 /* If using a PSK key exchange, prepare the pre-shared key. */
1417 if (alg_a & SSL_aPSK) {
1418 CBS psk_identity;
David Benjamin35c02302014-07-13 04:14:59 -04001419
Adam Langleyfcf25832014-12-18 17:42:32 -08001420 /* If using PSK, the ClientKeyExchange contains a psk_identity. If PSK,
1421 * then this is the only field in the message. */
1422 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) ||
1423 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0)) {
David Benjamin3570d732015-06-29 00:28:17 -04001424 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001425 al = SSL_AD_DECODE_ERROR;
1426 goto f_err;
1427 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001428
David Benjamin0d56f882015-12-19 17:05:56 -05001429 if (ssl->psk_server_callback == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001430 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_NO_SERVER_CB);
Adam Langleyfcf25832014-12-18 17:42:32 -08001431 al = SSL_AD_INTERNAL_ERROR;
1432 goto f_err;
1433 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001434
Adam Langleyfcf25832014-12-18 17:42:32 -08001435 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
1436 CBS_contains_zero_byte(&psk_identity)) {
David Benjamin3570d732015-06-29 00:28:17 -04001437 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001438 al = SSL_AD_ILLEGAL_PARAMETER;
1439 goto f_err;
1440 }
David Benjamin35c02302014-07-13 04:14:59 -04001441
Steven Valdez87eab492016-06-27 16:34:59 -04001442 if (!CBS_strdup(&psk_identity, &ssl->s3->new_session->psk_identity)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001443 al = SSL_AD_INTERNAL_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001444 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001445 goto f_err;
1446 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001447
Adam Langleyfcf25832014-12-18 17:42:32 -08001448 /* Look up the key for the identity. */
Steven Valdez87eab492016-06-27 16:34:59 -04001449 psk_len = ssl->psk_server_callback(ssl, ssl->s3->new_session->psk_identity,
1450 psk, sizeof(psk));
Adam Langleyfcf25832014-12-18 17:42:32 -08001451 if (psk_len > PSK_MAX_PSK_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04001452 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001453 al = SSL_AD_INTERNAL_ERROR;
1454 goto f_err;
1455 } else if (psk_len == 0) {
1456 /* PSK related to the given identity not found */
David Benjamin3570d732015-06-29 00:28:17 -04001457 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_IDENTITY_NOT_FOUND);
Adam Langleyfcf25832014-12-18 17:42:32 -08001458 al = SSL_AD_UNKNOWN_PSK_IDENTITY;
1459 goto f_err;
1460 }
1461 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001462
Adam Langleyfcf25832014-12-18 17:42:32 -08001463 /* Depending on the key exchange method, compute |premaster_secret| and
1464 * |premaster_secret_len|. */
1465 if (alg_k & SSL_kRSA) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001466 /* Allocate a buffer large enough for an RSA decryption. */
David Benjamin0d56f882015-12-19 17:05:56 -05001467 const size_t rsa_size = ssl_private_key_max_signature_len(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001468 decrypt_buf = OPENSSL_malloc(rsa_size);
1469 if (decrypt_buf == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001470 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001471 goto err;
1472 }
David Benjamin35c02302014-07-13 04:14:59 -04001473
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001474 enum ssl_private_key_result_t decrypt_result;
David Benjamin3f5b43d2015-12-01 19:31:24 -05001475 size_t decrypt_len;
David Benjamin1e6d6df2016-05-13 18:28:17 -04001476 if (ssl->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjamin0d56f882015-12-19 17:05:56 -05001477 if (!ssl_has_private_key(ssl) ||
David Benjamin0c0b7e12016-07-14 13:47:55 -04001478 ssl_private_key_type(ssl) != NID_rsaEncryption) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001479 al = SSL_AD_HANDSHAKE_FAILURE;
1480 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_RSA_CERTIFICATE);
1481 goto f_err;
1482 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001483 CBS encrypted_premaster_secret;
David Benjamin0d56f882015-12-19 17:05:56 -05001484 if (ssl->version > SSL3_VERSION) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001485 if (!CBS_get_u16_length_prefixed(&client_key_exchange,
1486 &encrypted_premaster_secret) ||
1487 CBS_len(&client_key_exchange) != 0) {
David Benjaminef5e5152015-11-18 20:35:31 -05001488 al = SSL_AD_DECODE_ERROR;
1489 OPENSSL_PUT_ERROR(SSL,
1490 SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
1491 goto f_err;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001492 }
1493 } else {
1494 encrypted_premaster_secret = client_key_exchange;
1495 }
1496
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001497 /* Decrypt with no padding. PKCS#1 padding will be removed as part of the
1498 * timing-sensitive code below. */
1499 decrypt_result = ssl_private_key_decrypt(
David Benjamin0d56f882015-12-19 17:05:56 -05001500 ssl, decrypt_buf, &decrypt_len, rsa_size,
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001501 CBS_data(&encrypted_premaster_secret),
1502 CBS_len(&encrypted_premaster_secret));
1503 } else {
David Benjamin1e6d6df2016-05-13 18:28:17 -04001504 assert(ssl->state == SSL3_ST_SR_KEY_EXCH_B);
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001505 /* Complete async decrypt. */
David Benjamind3440b42016-07-14 14:52:41 -04001506 decrypt_result =
1507 ssl_private_key_complete(ssl, decrypt_buf, &decrypt_len, rsa_size);
Adam Langleyfcf25832014-12-18 17:42:32 -08001508 }
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001509
1510 switch (decrypt_result) {
1511 case ssl_private_key_success:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001512 break;
1513 case ssl_private_key_failure:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001514 goto err;
1515 case ssl_private_key_retry:
David Benjamin0d56f882015-12-19 17:05:56 -05001516 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamin1e6d6df2016-05-13 18:28:17 -04001517 ssl->state = SSL3_ST_SR_KEY_EXCH_B;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001518 goto err;
1519 }
1520
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001521 if (decrypt_len != rsa_size) {
1522 al = SSL_AD_DECRYPT_ERROR;
1523 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1524 goto f_err;
1525 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001526
David Benjamin3f5b43d2015-12-01 19:31:24 -05001527 /* Prepare a random premaster, to be used on invalid padding. See RFC 5246,
1528 * section 7.4.7.1. */
1529 premaster_secret_len = SSL_MAX_MASTER_KEY_LENGTH;
1530 premaster_secret = OPENSSL_malloc(premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001531 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001532 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001533 goto err;
1534 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001535 if (!RAND_bytes(premaster_secret, premaster_secret_len)) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001536 goto err;
1537 }
1538
David Benjamin3f5b43d2015-12-01 19:31:24 -05001539 /* The smallest padded premaster is 11 bytes of overhead. Small keys are
1540 * publicly invalid. */
1541 if (decrypt_len < 11 + premaster_secret_len) {
1542 al = SSL_AD_DECRYPT_ERROR;
1543 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1544 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001545 }
David Benjamin35c02302014-07-13 04:14:59 -04001546
David Benjamin3f5b43d2015-12-01 19:31:24 -05001547 /* Check the padding. See RFC 3447, section 7.2.2. */
1548 size_t padding_len = decrypt_len - premaster_secret_len;
1549 uint8_t good = constant_time_eq_int_8(decrypt_buf[0], 0) &
1550 constant_time_eq_int_8(decrypt_buf[1], 2);
David Benjamin54091232016-09-05 12:47:25 -04001551 for (size_t i = 2; i < padding_len - 1; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001552 good &= ~constant_time_is_zero_8(decrypt_buf[i]);
1553 }
1554 good &= constant_time_is_zero_8(decrypt_buf[padding_len - 1]);
1555
1556 /* The premaster secret must begin with |client_version|. This too must be
1557 * checked in constant time (http://eprint.iacr.org/2003/052/). */
1558 good &= constant_time_eq_8(decrypt_buf[padding_len],
David Benjamin0d56f882015-12-19 17:05:56 -05001559 (unsigned)(ssl->client_version >> 8));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001560 good &= constant_time_eq_8(decrypt_buf[padding_len + 1],
David Benjamin0d56f882015-12-19 17:05:56 -05001561 (unsigned)(ssl->client_version & 0xff));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001562
1563 /* Select, in constant time, either the decrypted premaster or the random
1564 * premaster based on |good|. */
David Benjamin54091232016-09-05 12:47:25 -04001565 for (size_t i = 0; i < premaster_secret_len; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001566 premaster_secret[i] = constant_time_select_8(
1567 good, decrypt_buf[padding_len + i], premaster_secret[i]);
1568 }
1569
1570 OPENSSL_free(decrypt_buf);
1571 decrypt_buf = NULL;
Matt Braithwaite053931e2016-05-25 12:06:05 -07001572 } else if (alg_k & (SSL_kECDHE|SSL_kDHE|SSL_kCECPQ1)) {
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001573 /* Parse the ClientKeyExchange. */
David Benjamin974c7ba2015-12-19 16:58:04 -05001574 CBS peer_key;
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001575 if (!SSL_ECDH_CTX_get_key(&ssl->s3->tmp.ecdh_ctx, &client_key_exchange,
1576 &peer_key) ||
1577 CBS_len(&client_key_exchange) != 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001578 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001579 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001580 goto f_err;
1581 }
David Benjaminbd30f8e2014-08-19 16:02:38 -04001582
David Benjamin4298d772015-12-19 00:18:25 -05001583 /* Compute the premaster. */
1584 uint8_t alert;
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001585 if (!SSL_ECDH_CTX_finish(&ssl->s3->tmp.ecdh_ctx, &premaster_secret,
1586 &premaster_secret_len, &alert, CBS_data(&peer_key),
1587 CBS_len(&peer_key))) {
David Benjamin4298d772015-12-19 00:18:25 -05001588 al = alert;
1589 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001590 }
Adam Langley95c29f32014-06-20 12:00:00 -07001591
David Benjamin4298d772015-12-19 00:18:25 -05001592 /* The key exchange state may now be discarded. */
David Benjamin0d56f882015-12-19 17:05:56 -05001593 SSL_ECDH_CTX_cleanup(&ssl->s3->tmp.ecdh_ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08001594 } else if (alg_k & SSL_kPSK) {
1595 /* For plain PSK, other_secret is a block of 0s with the same length as the
1596 * pre-shared key. */
1597 premaster_secret_len = psk_len;
1598 premaster_secret = OPENSSL_malloc(premaster_secret_len);
1599 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001600 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001601 goto err;
1602 }
1603 memset(premaster_secret, 0, premaster_secret_len);
1604 } else {
1605 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamin3570d732015-06-29 00:28:17 -04001606 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_CIPHER_TYPE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001607 goto f_err;
1608 }
Adam Langley95c29f32014-06-20 12:00:00 -07001609
Adam Langleyfcf25832014-12-18 17:42:32 -08001610 /* For a PSK cipher suite, the actual pre-master secret is combined with the
1611 * pre-shared key. */
1612 if (alg_a & SSL_aPSK) {
1613 CBB new_premaster, child;
1614 uint8_t *new_data;
1615 size_t new_len;
David Benjamin14c83e72014-07-13 04:54:57 -04001616
David Benjamina8653202015-06-28 01:26:10 -04001617 CBB_zero(&new_premaster);
1618 if (!CBB_init(&new_premaster, 2 + psk_len + 2 + premaster_secret_len) ||
1619 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001620 !CBB_add_bytes(&child, premaster_secret, premaster_secret_len) ||
1621 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
1622 !CBB_add_bytes(&child, psk, psk_len) ||
1623 !CBB_finish(&new_premaster, &new_data, &new_len)) {
David Benjamin3570d732015-06-29 00:28:17 -04001624 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001625 CBB_cleanup(&new_premaster);
1626 goto err;
1627 }
David Benjamin14c83e72014-07-13 04:54:57 -04001628
Adam Langleyfcf25832014-12-18 17:42:32 -08001629 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1630 OPENSSL_free(premaster_secret);
1631 premaster_secret = new_data;
1632 premaster_secret_len = new_len;
1633 }
David Benjamin14c83e72014-07-13 04:54:57 -04001634
Adam Langleyfcf25832014-12-18 17:42:32 -08001635 /* Compute the master secret */
Steven Valdez87eab492016-06-27 16:34:59 -04001636 ssl->s3->new_session->master_key_length = tls1_generate_master_secret(
1637 ssl, ssl->s3->new_session->master_key, premaster_secret,
1638 premaster_secret_len);
1639 if (ssl->s3->new_session->master_key_length == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001640 goto err;
1641 }
Steven Valdez87eab492016-06-27 16:34:59 -04001642 ssl->s3->new_session->extended_master_secret =
1643 ssl->s3->tmp.extended_master_secret;
David Benjamin14c83e72014-07-13 04:54:57 -04001644
Adam Langleyfcf25832014-12-18 17:42:32 -08001645 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1646 OPENSSL_free(premaster_secret);
1647 return 1;
1648
Adam Langley95c29f32014-06-20 12:00:00 -07001649f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001650 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langley95c29f32014-06-20 12:00:00 -07001651err:
David Benjamin4298d772015-12-19 00:18:25 -05001652 if (premaster_secret != NULL) {
1653 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001654 OPENSSL_free(premaster_secret);
1655 }
David Benjamin2755a3e2015-04-22 16:17:58 -04001656 OPENSSL_free(decrypt_buf);
Adam Langley95c29f32014-06-20 12:00:00 -07001657
Adam Langleyfcf25832014-12-18 17:42:32 -08001658 return -1;
1659}
Adam Langley95c29f32014-06-20 12:00:00 -07001660
David Benjamindf50eec2016-06-07 16:49:42 -04001661static int ssl3_get_cert_verify(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001662 int al, ret = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001663 CBS certificate_verify, signature;
Steven Valdez87eab492016-06-27 16:34:59 -04001664 X509 *peer = ssl->s3->new_session->peer;
Adam Langleyfcf25832014-12-18 17:42:32 -08001665 EVP_PKEY *pkey = NULL;
David Benjamin6553b372014-07-22 14:11:30 -04001666
Adam Langleyfcf25832014-12-18 17:42:32 -08001667 /* Only RSA and ECDSA client certificates are supported, so a
1668 * CertificateVerify is required if and only if there's a client certificate.
1669 * */
1670 if (peer == NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -05001671 ssl3_free_handshake_buffer(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001672 return 1;
1673 }
Adam Langley95c29f32014-06-20 12:00:00 -07001674
David Benjamin09eb6552016-07-08 14:32:11 -07001675 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CERTIFICATE_VERIFY,
1676 ssl_dont_hash_message);
1677 if (msg_ret <= 0) {
1678 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001679 }
David Benjaminef865502014-08-24 02:48:34 -04001680
Adam Langleyfcf25832014-12-18 17:42:32 -08001681 /* Filter out unsupported certificate types. */
1682 pkey = X509_get_pubkey(peer);
David Benjamin9d0847a2015-02-16 03:57:55 -05001683 if (pkey == NULL) {
1684 goto err;
1685 }
David Benjamin6897dbe2014-07-12 20:18:28 -04001686
David Benjamin09eb6552016-07-08 14:32:11 -07001687 CBS_init(&certificate_verify, ssl->init_msg, ssl->init_num);
David Benjamin6897dbe2014-07-12 20:18:28 -04001688
Adam Langleyfcf25832014-12-18 17:42:32 -08001689 /* Determine the digest type if needbe. */
Steven Valdezf0451ca2016-06-29 13:16:27 -04001690 uint16_t signature_algorithm = 0;
David Benjamina1e9cab2015-12-30 00:08:49 -05001691 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001692 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001693 al = SSL_AD_DECODE_ERROR;
1694 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1695 goto f_err;
1696 }
David Benjamin887c3002016-07-08 16:15:32 -07001697 if (!tls12_check_peer_sigalg(ssl, &al, signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001698 goto f_err;
1699 }
Steven Valdez02563852016-06-23 13:33:05 -04001700 ssl->s3->tmp.peer_signature_algorithm = signature_algorithm;
Steven Valdezf0451ca2016-06-29 13:16:27 -04001701 } else if (pkey->type == EVP_PKEY_RSA) {
1702 signature_algorithm = SSL_SIGN_RSA_PKCS1_MD5_SHA1;
1703 } else if (pkey->type == EVP_PKEY_EC) {
1704 signature_algorithm = SSL_SIGN_ECDSA_SHA1;
David Benjamin49ec9bb2016-07-14 00:11:26 -04001705 } else {
1706 al = SSL_AD_UNSUPPORTED_CERTIFICATE;
1707 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE);
1708 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001709 }
David Benjamin854dd652014-08-26 00:32:30 -04001710
Adam Langleyfcf25832014-12-18 17:42:32 -08001711 /* Parse and verify the signature. */
1712 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) ||
1713 CBS_len(&certificate_verify) != 0) {
1714 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001715 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001716 goto f_err;
1717 }
Adam Langley95c29f32014-06-20 12:00:00 -07001718
Steven Valdez2b8415e2016-06-30 13:27:23 -04001719 int sig_ok;
1720 /* The SSL3 construction for CertificateVerify does not decompose into a
1721 * single final digest and signature, and must be special-cased. */
1722 if (ssl3_protocol_version(ssl) == SSL3_VERSION) {
David Benjamin0aa25bd2016-07-08 14:44:56 -07001723 const EVP_MD *md;
Steven Valdez2b8415e2016-06-30 13:27:23 -04001724 uint8_t digest[EVP_MAX_MD_SIZE];
1725 size_t digest_len;
David Benjamin0aa25bd2016-07-08 14:44:56 -07001726 if (!ssl3_cert_verify_hash(ssl, &md, digest, &digest_len,
Steven Valdez2b8415e2016-06-30 13:27:23 -04001727 signature_algorithm)) {
1728 goto err;
1729 }
1730
Steven Valdez2b8415e2016-06-30 13:27:23 -04001731 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey, NULL);
1732 sig_ok = pctx != NULL &&
1733 EVP_PKEY_verify_init(pctx) &&
1734 EVP_PKEY_CTX_set_signature_md(pctx, md) &&
1735 EVP_PKEY_verify(pctx, CBS_data(&signature), CBS_len(&signature),
1736 digest, digest_len);
Steven Valdez2b8415e2016-06-30 13:27:23 -04001737 EVP_PKEY_CTX_free(pctx);
1738 } else {
1739 sig_ok = ssl_public_key_verify(
1740 ssl, CBS_data(&signature), CBS_len(&signature), signature_algorithm,
1741 pkey, (const uint8_t *)ssl->s3->handshake_buffer->data,
1742 ssl->s3->handshake_buffer->length);
Adam Langleyfcf25832014-12-18 17:42:32 -08001743 }
Steven Valdezf0451ca2016-06-29 13:16:27 -04001744
David Benjaminbf82aed2016-03-01 22:57:40 -05001745#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
1746 sig_ok = 1;
1747 ERR_clear_error();
1748#endif
1749 if (!sig_ok) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001750 al = SSL_AD_DECRYPT_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001751 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001752 goto f_err;
1753 }
1754
Steven Valdez2b8415e2016-06-30 13:27:23 -04001755 /* The handshake buffer is no longer necessary, and we may hash the current
1756 * message.*/
1757 ssl3_free_handshake_buffer(ssl);
David Benjamin528bd262016-07-08 09:34:05 -07001758 if (!ssl->method->hash_current_message(ssl)) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001759 goto err;
1760 }
1761
Adam Langleyfcf25832014-12-18 17:42:32 -08001762 ret = 1;
1763
1764 if (0) {
1765 f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001766 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langleyfcf25832014-12-18 17:42:32 -08001767 }
1768
David Benjamin854dd652014-08-26 00:32:30 -04001769err:
Adam Langleyfcf25832014-12-18 17:42:32 -08001770 EVP_PKEY_free(pkey);
Adam Langley95c29f32014-06-20 12:00:00 -07001771
Adam Langleyfcf25832014-12-18 17:42:32 -08001772 return ret;
1773}
Adam Langley95c29f32014-06-20 12:00:00 -07001774
Adam Langley95c29f32014-06-20 12:00:00 -07001775/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
1776 * sets the next_proto member in s if found */
David Benjamindf50eec2016-06-07 16:49:42 -04001777static int ssl3_get_next_proto(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001778 int ret =
1779 ssl->method->ssl_get_message(ssl, SSL3_MT_NEXT_PROTO, ssl_hash_message);
1780 if (ret <= 0) {
1781 return ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001782 }
Adam Langley95c29f32014-06-20 12:00:00 -07001783
David Benjamin09eb6552016-07-08 14:32:11 -07001784 CBS next_protocol, selected_protocol, padding;
1785 CBS_init(&next_protocol, ssl->init_msg, ssl->init_num);
Adam Langleyfcf25832014-12-18 17:42:32 -08001786 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) ||
1787 !CBS_get_u8_length_prefixed(&next_protocol, &padding) ||
David Benjamin639846e2016-09-09 11:41:18 -04001788 CBS_len(&next_protocol) != 0) {
1789 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1790 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1791 return 0;
1792 }
1793
1794 if (!CBS_stow(&selected_protocol, &ssl->s3->next_proto_negotiated,
David Benjamin79978df2015-12-25 15:56:49 -05001795 &ssl->s3->next_proto_negotiated_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001796 return 0;
1797 }
Adam Langley95c29f32014-06-20 12:00:00 -07001798
Adam Langleyfcf25832014-12-18 17:42:32 -08001799 return 1;
1800}
Adam Langley95c29f32014-06-20 12:00:00 -07001801
Adam Langley1258b6a2014-06-20 12:00:00 -07001802/* ssl3_get_channel_id reads and verifies a ClientID handshake message. */
David Benjamindf50eec2016-06-07 16:49:42 -04001803static int ssl3_get_channel_id(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001804 int ret = -1;
David Benjamind6a4ae92015-08-06 11:10:51 -04001805 uint8_t channel_id_hash[EVP_MAX_MD_SIZE];
1806 size_t channel_id_hash_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001807 const uint8_t *p;
Adam Langley49c7af12015-07-10 14:33:46 -07001808 uint16_t extension_type;
Adam Langleyfcf25832014-12-18 17:42:32 -08001809 EC_GROUP *p256 = NULL;
1810 EC_KEY *key = NULL;
1811 EC_POINT *point = NULL;
1812 ECDSA_SIG sig;
1813 BIGNUM x, y;
1814 CBS encrypted_extensions, extension;
Adam Langley1258b6a2014-06-20 12:00:00 -07001815
David Benjamin09eb6552016-07-08 14:32:11 -07001816 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CHANNEL_ID,
1817 ssl_dont_hash_message);
1818 if (msg_ret <= 0) {
1819 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001820 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001821
Adam Langleyfcf25832014-12-18 17:42:32 -08001822 /* Before incorporating the EncryptedExtensions message to the handshake
1823 * hash, compute the hash that should have been signed. */
David Benjamin0d56f882015-12-19 17:05:56 -05001824 if (!tls1_channel_id_hash(ssl, channel_id_hash, &channel_id_hash_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001825 return -1;
1826 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001827 assert(channel_id_hash_len == SHA256_DIGEST_LENGTH);
David Benjamin880b14e2014-08-25 22:35:07 -04001828
David Benjamin528bd262016-07-08 09:34:05 -07001829 if (!ssl->method->hash_current_message(ssl)) {
David Benjaminfbdfefb2015-02-16 19:33:53 -05001830 return -1;
1831 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001832
David Benjamin09eb6552016-07-08 14:32:11 -07001833 CBS_init(&encrypted_extensions, ssl->init_msg, ssl->init_num);
Adam Langley1258b6a2014-06-20 12:00:00 -07001834
Adam Langleyfcf25832014-12-18 17:42:32 -08001835 /* EncryptedExtensions could include multiple extensions, but the only
David Benjamin8e710ca2016-06-13 14:09:37 -04001836 * extension that could be negotiated is Channel ID, so there can only be one
1837 * entry. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001838 if (!CBS_get_u16(&encrypted_extensions, &extension_type) ||
1839 !CBS_get_u16_length_prefixed(&encrypted_extensions, &extension) ||
1840 CBS_len(&encrypted_extensions) != 0 ||
Adam Langley49c7af12015-07-10 14:33:46 -07001841 extension_type != TLSEXT_TYPE_channel_id ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001842 CBS_len(&extension) != TLSEXT_CHANNEL_ID_SIZE) {
David Benjamin639846e2016-09-09 11:41:18 -04001843 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1844 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001845 return -1;
1846 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001847
Adam Langleyfcf25832014-12-18 17:42:32 -08001848 p256 = EC_GROUP_new_by_curve_name(NID_X9_62_prime256v1);
1849 if (!p256) {
David Benjamin3570d732015-06-29 00:28:17 -04001850 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_P256_SUPPORT);
Adam Langleyfcf25832014-12-18 17:42:32 -08001851 return -1;
1852 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001853
Adam Langleyfcf25832014-12-18 17:42:32 -08001854 BN_init(&x);
1855 BN_init(&y);
1856 sig.r = BN_new();
1857 sig.s = BN_new();
David Benjamin9d0847a2015-02-16 03:57:55 -05001858 if (sig.r == NULL || sig.s == NULL) {
1859 goto err;
1860 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001861
Adam Langleyfcf25832014-12-18 17:42:32 -08001862 p = CBS_data(&extension);
1863 if (BN_bin2bn(p + 0, 32, &x) == NULL ||
1864 BN_bin2bn(p + 32, 32, &y) == NULL ||
1865 BN_bin2bn(p + 64, 32, sig.r) == NULL ||
1866 BN_bin2bn(p + 96, 32, sig.s) == NULL) {
1867 goto err;
1868 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001869
Adam Langleyfcf25832014-12-18 17:42:32 -08001870 point = EC_POINT_new(p256);
David Benjamin0d56f882015-12-19 17:05:56 -05001871 if (!point ||
1872 !EC_POINT_set_affine_coordinates_GFp(p256, point, &x, &y, NULL)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001873 goto err;
1874 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001875
Adam Langleyfcf25832014-12-18 17:42:32 -08001876 key = EC_KEY_new();
1877 if (!key || !EC_KEY_set_group(key, p256) ||
1878 !EC_KEY_set_public_key(key, point)) {
1879 goto err;
1880 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001881
Adam Langleyfcf25832014-12-18 17:42:32 -08001882 /* We stored the handshake hash in |tlsext_channel_id| the first time that we
1883 * were called. */
David Benjamin1032df52016-09-22 16:39:12 -04001884 int sig_ok = ECDSA_do_verify(channel_id_hash, channel_id_hash_len, &sig, key);
1885#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
1886 sig_ok = 1;
1887#endif
1888 if (!sig_ok) {
David Benjamin3570d732015-06-29 00:28:17 -04001889 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_SIGNATURE_INVALID);
David Benjamin196df5b2016-09-21 16:23:27 -04001890 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECRYPT_ERROR);
David Benjamin0d56f882015-12-19 17:05:56 -05001891 ssl->s3->tlsext_channel_id_valid = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001892 goto err;
1893 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001894
David Benjamin0d56f882015-12-19 17:05:56 -05001895 memcpy(ssl->s3->tlsext_channel_id, p, 64);
Adam Langleyfcf25832014-12-18 17:42:32 -08001896 ret = 1;
Adam Langley1258b6a2014-06-20 12:00:00 -07001897
1898err:
Adam Langleyfcf25832014-12-18 17:42:32 -08001899 BN_free(&x);
1900 BN_free(&y);
1901 BN_free(sig.r);
1902 BN_free(sig.s);
David Benjamin2755a3e2015-04-22 16:17:58 -04001903 EC_KEY_free(key);
1904 EC_POINT_free(point);
1905 EC_GROUP_free(p256);
Adam Langleyfcf25832014-12-18 17:42:32 -08001906 return ret;
1907}
David Benjamin9f1dc822016-06-07 17:03:46 -04001908
David Benjamin9f1dc822016-06-07 17:03:46 -04001909static int ssl3_send_new_session_ticket(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -04001910 if (ssl->state == SSL3_ST_SW_SESSION_TICKET_B) {
1911 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001912 }
1913
David Benjamin75836432016-06-17 18:48:29 -04001914 CBB cbb, body, ticket;
Steven Valdez1e6f11a2016-07-27 11:10:52 -04001915 if (!ssl->method->init_message(ssl, &cbb, &body,
1916 SSL3_MT_NEW_SESSION_TICKET) ||
David Benjamin75836432016-06-17 18:48:29 -04001917 /* Ticket lifetime hint (advisory only): We leave this unspecified for
1918 * resumed session (for simplicity), and guess that tickets for new
1919 * sessions will live as long as their sessions. */
Steven Valdez1e6f11a2016-07-27 11:10:52 -04001920 !CBB_add_u32(&body,
1921 ssl->session != NULL ? 0 : ssl->s3->new_session->timeout) ||
1922 !CBB_add_u16_length_prefixed(&body, &ticket) ||
1923 !ssl_encrypt_ticket(ssl, &ticket, ssl->session != NULL
1924 ? ssl->session
1925 : ssl->s3->new_session) ||
David Benjamin75836432016-06-17 18:48:29 -04001926 !ssl->method->finish_message(ssl, &cbb)) {
Steven Valdez1e6f11a2016-07-27 11:10:52 -04001927 return 0;
David Benjamin75836432016-06-17 18:48:29 -04001928 }
1929
1930 ssl->state = SSL3_ST_SW_SESSION_TICKET_B;
Steven Valdez1e6f11a2016-07-27 11:10:52 -04001931 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001932}