blob: ff9169787c72bd86c8a049442e9951249d9d52d9 [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 Benjamin4eb95cc2016-11-16 17:08:23 +0900234 case SSL3_ST_SR_CLNT_HELLO_E:
David Benjamin0d56f882015-12-19 17:05:56 -0500235 ret = ssl3_get_client_hello(ssl);
Steven Valdez143e8b32016-07-11 13:19:03 -0400236 if (ssl->state == SSL_ST_TLS13) {
237 break;
238 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800239 if (ret <= 0) {
240 goto end;
241 }
David Benjamindf50eec2016-06-07 16:49:42 -0400242 ssl->method->received_flight(ssl);
David Benjamin0d56f882015-12-19 17:05:56 -0500243 ssl->state = SSL3_ST_SW_SRVR_HELLO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800244 break;
David Benjamin4b755cb2014-12-12 03:58:07 -0500245
Adam Langleyfcf25832014-12-18 17:42:32 -0800246 case SSL3_ST_SW_SRVR_HELLO_A:
247 case SSL3_ST_SW_SRVR_HELLO_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500248 ret = ssl3_send_server_hello(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800249 if (ret <= 0) {
250 goto end;
251 }
Steven Valdez87eab492016-06-27 16:34:59 -0400252 if (ssl->session != NULL) {
David Benjamin47749a62016-06-13 13:56:33 -0400253 ssl->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800254 } else {
David Benjamin0d56f882015-12-19 17:05:56 -0500255 ssl->state = SSL3_ST_SW_CERT_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800256 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800257 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700258
Adam Langleyfcf25832014-12-18 17:42:32 -0800259 case SSL3_ST_SW_CERT_A:
260 case SSL3_ST_SW_CERT_B:
David Benjamin3d458dc2016-09-12 22:40:27 +0000261 if (ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamin0d56f882015-12-19 17:05:56 -0500262 ret = ssl3_send_server_certificate(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800263 if (ret <= 0) {
264 goto end;
265 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800266 } else {
267 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800268 }
David Benjamin47749a62016-06-13 13:56:33 -0400269 ssl->state = SSL3_ST_SW_CERT_STATUS_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800270 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700271
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100272 case SSL3_ST_SW_CERT_STATUS_A:
273 case SSL3_ST_SW_CERT_STATUS_B:
David Benjamina0486782016-10-06 19:11:32 -0400274 if (ssl->s3->hs->certificate_status_expected) {
David Benjamin47749a62016-06-13 13:56:33 -0400275 ret = ssl3_send_certificate_status(ssl);
276 if (ret <= 0) {
277 goto end;
278 }
279 } else {
280 skip = 1;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100281 }
David Benjamin0d56f882015-12-19 17:05:56 -0500282 ssl->state = SSL3_ST_SW_KEY_EXCH_A;
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100283 break;
284
Adam Langleyfcf25832014-12-18 17:42:32 -0800285 case SSL3_ST_SW_KEY_EXCH_A:
286 case SSL3_ST_SW_KEY_EXCH_B:
nagendra modadugu601448a2015-07-24 09:31:31 -0700287 case SSL3_ST_SW_KEY_EXCH_C:
David Benjamin0d56f882015-12-19 17:05:56 -0500288 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -0700289
David Benjamindf50eec2016-06-07 16:49:42 -0400290 /* PSK ciphers send ServerKeyExchange if there is an identity hint. */
David Benjamin0d56f882015-12-19 17:05:56 -0500291 if (ssl_cipher_requires_server_key_exchange(ssl->s3->tmp.new_cipher) ||
292 ((alg_a & SSL_aPSK) && ssl->psk_identity_hint)) {
293 ret = ssl3_send_server_key_exchange(ssl);
David Benjamin6eb000d2015-02-11 01:17:41 -0500294 if (ret <= 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800295 goto end;
David Benjamin6eb000d2015-02-11 01:17:41 -0500296 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800297 } else {
298 skip = 1;
299 }
Adam Langley95c29f32014-06-20 12:00:00 -0700300
David Benjamin0d56f882015-12-19 17:05:56 -0500301 ssl->state = SSL3_ST_SW_CERT_REQ_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800302 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700303
Adam Langleyfcf25832014-12-18 17:42:32 -0800304 case SSL3_ST_SW_CERT_REQ_A:
305 case SSL3_ST_SW_CERT_REQ_B:
David Benjamina0486782016-10-06 19:11:32 -0400306 if (ssl->s3->hs->cert_request) {
David Benjamin0d56f882015-12-19 17:05:56 -0500307 ret = ssl3_send_certificate_request(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800308 if (ret <= 0) {
309 goto end;
310 }
David Benjamin5c1ce292015-05-26 16:59:43 -0400311 } else {
312 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800313 }
David Benjamin0d56f882015-12-19 17:05:56 -0500314 ssl->state = SSL3_ST_SW_SRVR_DONE_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800315 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700316
Adam Langleyfcf25832014-12-18 17:42:32 -0800317 case SSL3_ST_SW_SRVR_DONE_A:
318 case SSL3_ST_SW_SRVR_DONE_B:
David Benjamin3dcec452016-06-07 17:13:28 -0400319 ret = ssl3_send_server_hello_done(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800320 if (ret <= 0) {
321 goto end;
322 }
David Benjamin0d56f882015-12-19 17:05:56 -0500323 ssl->s3->tmp.next_state = SSL3_ST_SR_CERT_A;
324 ssl->state = SSL3_ST_SW_FLUSH;
Adam Langleyfcf25832014-12-18 17:42:32 -0800325 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700326
Adam Langleyfcf25832014-12-18 17:42:32 -0800327 case SSL3_ST_SR_CERT_A:
David Benjamina0486782016-10-06 19:11:32 -0400328 if (ssl->s3->hs->cert_request) {
David Benjamin0d56f882015-12-19 17:05:56 -0500329 ret = ssl3_get_client_certificate(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800330 if (ret <= 0) {
331 goto end;
332 }
333 }
David Benjamin0d56f882015-12-19 17:05:56 -0500334 ssl->state = SSL3_ST_SR_KEY_EXCH_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800335 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700336
Adam Langleyfcf25832014-12-18 17:42:32 -0800337 case SSL3_ST_SR_KEY_EXCH_A:
338 case SSL3_ST_SR_KEY_EXCH_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500339 ret = ssl3_get_client_key_exchange(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800340 if (ret <= 0) {
341 goto end;
342 }
David Benjamin0d56f882015-12-19 17:05:56 -0500343 ssl->state = SSL3_ST_SR_CERT_VRFY_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800344 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700345
Adam Langleyfcf25832014-12-18 17:42:32 -0800346 case SSL3_ST_SR_CERT_VRFY_A:
David Benjamin0d56f882015-12-19 17:05:56 -0500347 ret = ssl3_get_cert_verify(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800348 if (ret <= 0) {
349 goto end;
350 }
Adam Langley95c29f32014-06-20 12:00:00 -0700351
David Benjamin0d56f882015-12-19 17:05:56 -0500352 ssl->state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800353 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700354
David Benjamina41280d2015-11-26 02:16:49 -0500355 case SSL3_ST_SR_CHANGE:
David Benjaminf0ee9072016-06-15 17:44:37 -0400356 ret = ssl->method->read_change_cipher_spec(ssl);
David Benjamina41280d2015-11-26 02:16:49 -0500357 if (ret <= 0) {
358 goto end;
359 }
Adam Langley95c29f32014-06-20 12:00:00 -0700360
David Benjamin57997da2015-12-25 15:48:39 -0500361 if (!tls1_change_cipher_state(ssl, SSL3_CHANGE_CIPHER_SERVER_READ)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800362 ret = -1;
363 goto end;
364 }
David Benjamina41280d2015-11-26 02:16:49 -0500365
David Benjamin47749a62016-06-13 13:56:33 -0400366 ssl->state = SSL3_ST_SR_NEXT_PROTO_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800367 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700368
Adam Langleyfcf25832014-12-18 17:42:32 -0800369 case SSL3_ST_SR_NEXT_PROTO_A:
David Benjaminb74b0812016-10-06 19:43:48 -0400370 if (ssl->s3->hs->next_proto_neg_seen) {
David Benjamin47749a62016-06-13 13:56:33 -0400371 ret = ssl3_get_next_proto(ssl);
372 if (ret <= 0) {
373 goto end;
374 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800375 } else {
David Benjamin47749a62016-06-13 13:56:33 -0400376 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800377 }
David Benjamin47749a62016-06-13 13:56:33 -0400378 ssl->state = SSL3_ST_SR_CHANNEL_ID_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800379 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700380
Adam Langleyfcf25832014-12-18 17:42:32 -0800381 case SSL3_ST_SR_CHANNEL_ID_A:
David Benjamin47749a62016-06-13 13:56:33 -0400382 if (ssl->s3->tlsext_channel_id_valid) {
383 ret = ssl3_get_channel_id(ssl);
384 if (ret <= 0) {
385 goto end;
386 }
387 } else {
388 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800389 }
David Benjamin0d56f882015-12-19 17:05:56 -0500390 ssl->state = SSL3_ST_SR_FINISHED_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800391 break;
Adam Langley1258b6a2014-06-20 12:00:00 -0700392
Adam Langleyfcf25832014-12-18 17:42:32 -0800393 case SSL3_ST_SR_FINISHED_A:
David Benjamin1e6d6df2016-05-13 18:28:17 -0400394 ret = ssl3_get_finished(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800395 if (ret <= 0) {
396 goto end;
397 }
Adam Langley95c29f32014-06-20 12:00:00 -0700398
David Benjamindf50eec2016-06-07 16:49:42 -0400399 ssl->method->received_flight(ssl);
Steven Valdez87eab492016-06-27 16:34:59 -0400400 if (ssl->session != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500401 ssl->state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800402 } else {
David Benjamin47749a62016-06-13 13:56:33 -0400403 ssl->state = SSL3_ST_SW_SESSION_TICKET_A;
Adam Langleyfcf25832014-12-18 17:42:32 -0800404 }
David Benjamindf50eec2016-06-07 16:49:42 -0400405
Steven Valdez87eab492016-06-27 16:34:59 -0400406 /* If this is a full handshake with ChannelID then record the handshake
407 * hashes in |ssl->s3->new_session| in case we need them to verify a
408 * ChannelID signature on a resumption of this session in the future. */
409 if (ssl->session == NULL && ssl->s3->tlsext_channel_id_valid) {
David Benjamin0d56f882015-12-19 17:05:56 -0500410 ret = tls1_record_handshake_hashes_for_channel_id(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800411 if (ret <= 0) {
412 goto end;
413 }
414 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800415 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700416
Adam Langleyfcf25832014-12-18 17:42:32 -0800417 case SSL3_ST_SW_SESSION_TICKET_A:
418 case SSL3_ST_SW_SESSION_TICKET_B:
David Benjamin78476f62016-11-12 11:20:55 +0900419 if (ssl->s3->hs->ticket_expected) {
David Benjamin47749a62016-06-13 13:56:33 -0400420 ret = ssl3_send_new_session_ticket(ssl);
421 if (ret <= 0) {
422 goto end;
423 }
424 } else {
425 skip = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800426 }
David Benjamin352d0a92016-06-28 11:22:02 -0400427 ssl->state = SSL3_ST_SW_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800428 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700429
David Benjamin352d0a92016-06-28 11:22:02 -0400430 case SSL3_ST_SW_CHANGE:
431 ret = ssl->method->send_change_cipher_spec(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800432 if (ret <= 0) {
433 goto end;
434 }
David Benjamin0d56f882015-12-19 17:05:56 -0500435 ssl->state = SSL3_ST_SW_FINISHED_A;
Adam Langley95c29f32014-06-20 12:00:00 -0700436
David Benjamin57997da2015-12-25 15:48:39 -0500437 if (!tls1_change_cipher_state(ssl, SSL3_CHANGE_CIPHER_SERVER_WRITE)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800438 ret = -1;
439 goto end;
440 }
441 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700442
Adam Langleyfcf25832014-12-18 17:42:32 -0800443 case SSL3_ST_SW_FINISHED_A:
444 case SSL3_ST_SW_FINISHED_B:
David Benjamin0d56f882015-12-19 17:05:56 -0500445 ret = ssl3_send_finished(ssl, SSL3_ST_SW_FINISHED_A,
David Benjaminbaa12162015-12-29 19:13:58 -0500446 SSL3_ST_SW_FINISHED_B);
Adam Langleyfcf25832014-12-18 17:42:32 -0800447 if (ret <= 0) {
448 goto end;
449 }
David Benjamin0d56f882015-12-19 17:05:56 -0500450 ssl->state = SSL3_ST_SW_FLUSH;
Steven Valdez87eab492016-06-27 16:34:59 -0400451 if (ssl->session != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500452 ssl->s3->tmp.next_state = SSL3_ST_SR_CHANGE;
Adam Langleyfcf25832014-12-18 17:42:32 -0800453 } else {
David Benjamin0d56f882015-12-19 17:05:56 -0500454 ssl->s3->tmp.next_state = SSL_ST_OK;
Adam Langleyfcf25832014-12-18 17:42:32 -0800455 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800456 break;
Adam Langley95c29f32014-06-20 12:00:00 -0700457
David Benjamin9f1dc822016-06-07 17:03:46 -0400458 case SSL3_ST_SW_FLUSH:
459 if (BIO_flush(ssl->wbio) <= 0) {
460 ssl->rwstate = SSL_WRITING;
461 ret = -1;
462 goto end;
463 }
464
465 ssl->state = ssl->s3->tmp.next_state;
466 if (ssl->state != SSL_ST_OK) {
467 ssl->method->expect_flight(ssl);
468 }
469 break;
470
Steven Valdez143e8b32016-07-11 13:19:03 -0400471 case SSL_ST_TLS13:
472 ret = tls13_handshake(ssl);
473 if (ret <= 0) {
474 goto end;
475 }
476 ssl->state = SSL_ST_OK;
477 break;
478
Adam Langleyfcf25832014-12-18 17:42:32 -0800479 case SSL_ST_OK:
David Benjamin4497e582016-07-27 17:51:49 -0400480 ssl->method->release_current_message(ssl, 1 /* free_buffer */);
Adam Langley95c29f32014-06-20 12:00:00 -0700481
Steven Valdez87eab492016-06-27 16:34:59 -0400482 /* If we aren't retaining peer certificates then we can discard it
483 * now. */
484 if (ssl->s3->new_session != NULL &&
485 ssl->ctx->retain_only_sha256_of_client_certs) {
Adam Langleyc5ac2b62016-11-07 12:02:35 -0800486 X509_free(ssl->s3->new_session->x509_peer);
487 ssl->s3->new_session->x509_peer = NULL;
488 sk_X509_pop_free(ssl->s3->new_session->x509_chain, X509_free);
489 ssl->s3->new_session->x509_chain = NULL;
Steven Valdez87eab492016-06-27 16:34:59 -0400490 }
491
492 SSL_SESSION_free(ssl->s3->established_session);
493 if (ssl->session != NULL) {
David Benjaminb9195402016-08-05 10:51:43 -0400494 SSL_SESSION_up_ref(ssl->session);
495 ssl->s3->established_session = ssl->session;
Steven Valdez87eab492016-06-27 16:34:59 -0400496 } else {
497 ssl->s3->established_session = ssl->s3->new_session;
498 ssl->s3->established_session->not_resumable = 0;
499 ssl->s3->new_session = NULL;
500 }
501
Adam Langleyfcf25832014-12-18 17:42:32 -0800502 /* remove buffering on output */
David Benjamin0d56f882015-12-19 17:05:56 -0500503 ssl_free_wbio_buffer(ssl);
Adam Langley95c29f32014-06-20 12:00:00 -0700504
David Benjamin78476f62016-11-12 11:20:55 +0900505 ssl->s3->initial_handshake_complete = 1;
506 ssl_update_cache(ssl, SSL_SESS_CACHE_SERVER);
507
Steven Valdez143e8b32016-07-11 13:19:03 -0400508 ssl_handshake_free(ssl->s3->hs);
509 ssl->s3->hs = NULL;
510
David Benjamin4e9cc712016-06-01 20:16:03 -0400511 ssl_do_info_callback(ssl, SSL_CB_HANDSHAKE_DONE, 1);
Adam Langleyfcf25832014-12-18 17:42:32 -0800512 ret = 1;
513 goto end;
Adam Langley95c29f32014-06-20 12:00:00 -0700514
Adam Langleyfcf25832014-12-18 17:42:32 -0800515 default:
David Benjamin3570d732015-06-29 00:28:17 -0400516 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_STATE);
Adam Langleyfcf25832014-12-18 17:42:32 -0800517 ret = -1;
518 goto end;
519 }
Adam Langley95c29f32014-06-20 12:00:00 -0700520
David Benjamin4e9cc712016-06-01 20:16:03 -0400521 if (!ssl->s3->tmp.reuse_message && !skip && ssl->state != state) {
522 int new_state = ssl->state;
David Benjamin0d56f882015-12-19 17:05:56 -0500523 ssl->state = state;
David Benjamin4e9cc712016-06-01 20:16:03 -0400524 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_LOOP, 1);
David Benjamin0d56f882015-12-19 17:05:56 -0500525 ssl->state = new_state;
Adam Langleyfcf25832014-12-18 17:42:32 -0800526 }
527 skip = 0;
528 }
529
Adam Langley95c29f32014-06-20 12:00:00 -0700530end:
David Benjamin4e9cc712016-06-01 20:16:03 -0400531 ssl_do_info_callback(ssl, SSL_CB_ACCEPT_EXIT, ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800532 return ret;
533}
Adam Langley95c29f32014-06-20 12:00:00 -0700534
David Benjamin1deb41b2016-08-09 19:36:38 -0400535int ssl_client_cipher_list_contains_cipher(
536 const struct ssl_early_callback_ctx *client_hello, uint16_t id) {
537 CBS cipher_suites;
538 CBS_init(&cipher_suites, client_hello->cipher_suites,
539 client_hello->cipher_suites_len);
540
541 while (CBS_len(&cipher_suites) > 0) {
542 uint16_t got_id;
543 if (!CBS_get_u16(&cipher_suites, &got_id)) {
544 return 0;
545 }
546
547 if (got_id == id) {
548 return 1;
549 }
550 }
551
552 return 0;
553}
554
David Benjamin25fe85b2016-08-09 20:00:32 -0400555static int negotiate_version(
David Benjamin9ef31f02016-10-31 18:01:13 -0400556 SSL *ssl, uint8_t *out_alert,
David Benjamin25fe85b2016-08-09 20:00:32 -0400557 const struct ssl_early_callback_ctx *client_hello) {
558 uint16_t min_version, max_version;
559 if (!ssl_get_version_range(ssl, &min_version, &max_version)) {
560 *out_alert = SSL_AD_PROTOCOL_VERSION;
561 return 0;
562 }
563
David Benjamin2dc02042016-09-19 19:57:37 -0400564 uint16_t version = 0;
Steven Valdezfdd10992016-09-15 16:27:05 -0400565 /* Check supported_versions extension if it is present. */
566 CBS supported_versions;
567 if (ssl_early_callback_get_extension(client_hello, &supported_versions,
568 TLSEXT_TYPE_supported_versions)) {
569 CBS versions;
570 if (!CBS_get_u8_length_prefixed(&supported_versions, &versions) ||
571 CBS_len(&supported_versions) != 0 ||
572 CBS_len(&versions) == 0) {
573 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
574 *out_alert = SSL_AD_DECODE_ERROR;
575 return 0;
576 }
577
Brian Smithf85d3232016-10-28 10:34:06 -1000578 /* Choose the newest commonly-supported version advertised by the client.
579 * The client orders the versions according to its preferences, but we're
580 * not required to honor the client's preferences. */
Steven Valdezfdd10992016-09-15 16:27:05 -0400581 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 &&
Brian Smithf85d3232016-10-28 10:34:06 -1000593 ext_version <= max_version &&
594 (!found_version || version < ext_version)) {
Steven Valdezfdd10992016-09-15 16:27:05 -0400595 version = ext_version;
596 found_version = 1;
Steven Valdezfdd10992016-09-15 16:27:05 -0400597 }
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 Benjamin9ef31f02016-10-31 18:01:13 -0400665 uint8_t al = SSL_AD_INTERNAL_ERROR;
666 int ret = -1;
David Benjamine3aa1d92015-06-16 15:34:50 -0400667 SSL_SESSION *session = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700668
David Benjamine14ff062016-08-09 16:21:24 -0400669 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_A) {
670 /* The first time around, read the ClientHello. */
671 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CLIENT_HELLO,
672 ssl_hash_message);
673 if (msg_ret <= 0) {
674 return msg_ret;
David Benjamin09eb6552016-07-08 14:32:11 -0700675 }
David Benjamin22f9bcc2014-07-13 12:29:21 -0400676
David Benjamine14ff062016-08-09 16:21:24 -0400677 ssl->state = SSL3_ST_SR_CLNT_HELLO_B;
Adam Langleyfcf25832014-12-18 17:42:32 -0800678 }
Adam Langley95c29f32014-06-20 12:00:00 -0700679
David Benjamine14ff062016-08-09 16:21:24 -0400680 struct ssl_early_callback_ctx client_hello;
681 if (!ssl_early_callback_init(ssl, &client_hello, ssl->init_msg,
682 ssl->init_num)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800683 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -0400684 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800685 goto f_err;
686 }
Adam Langley95c29f32014-06-20 12:00:00 -0700687
David Benjamine14ff062016-08-09 16:21:24 -0400688 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_B) {
689 /* Unlike other callbacks, the early callback is not run a second time if
690 * paused. */
691 ssl->state = SSL3_ST_SR_CLNT_HELLO_C;
David Benjaminb6a0a512016-06-21 10:33:21 -0400692
David Benjamine14ff062016-08-09 16:21:24 -0400693 /* Run the early callback. */
694 if (ssl->ctx->select_certificate_cb != NULL) {
695 switch (ssl->ctx->select_certificate_cb(&client_hello)) {
696 case 0:
697 ssl->rwstate = SSL_CERTIFICATE_SELECTION_PENDING;
698 goto err;
699
700 case -1:
701 /* Connection rejected. */
David Benjamin2c66e072016-09-16 15:58:00 -0400702 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamine14ff062016-08-09 16:21:24 -0400703 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
704 goto f_err;
705
706 default:
707 /* fallthrough */;
708 }
709 }
710 }
711
David Benjamin25fe85b2016-08-09 20:00:32 -0400712 /* Negotiate the protocol version if we have not done so yet. */
David Benjamin0d56f882015-12-19 17:05:56 -0500713 if (!ssl->s3->have_version) {
David Benjamin25fe85b2016-08-09 20:00:32 -0400714 if (!negotiate_version(ssl, &al, &client_hello)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800715 goto f_err;
716 }
David Benjamin1deb41b2016-08-09 19:36:38 -0400717
David Benjamin25fe85b2016-08-09 20:00:32 -0400718 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
719 ssl->state = SSL_ST_TLS13;
720 return 1;
721 }
722 }
723
724 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_C) {
725 /* Load the client random. */
726 if (client_hello.random_len != SSL3_RANDOM_SIZE) {
727 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
728 return -1;
729 }
730 memcpy(ssl->s3->client_random, client_hello.random,
731 client_hello.random_len);
732
David Benjamin4eb95cc2016-11-16 17:08:23 +0900733 /* Only null compression is supported. */
734 if (memchr(client_hello.compression_methods, 0,
735 client_hello.compression_methods_len) == NULL) {
736 al = SSL_AD_ILLEGAL_PARAMETER;
737 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_COMPRESSION_SPECIFIED);
738 goto f_err;
739 }
740
741 /* TLS extensions. */
742 if (!ssl_parse_clienthello_tlsext(ssl, &client_hello)) {
743 OPENSSL_PUT_ERROR(SSL, SSL_R_PARSE_TLSEXT);
744 goto err;
745 }
746
747 ssl->state = SSL3_ST_SR_CLNT_HELLO_D;
748 }
749
750 if (ssl->state == SSL3_ST_SR_CLNT_HELLO_D) {
David Benjamin25fe85b2016-08-09 20:00:32 -0400751 /* Call |cert_cb| to update server certificates if required. */
752 if (ssl->cert->cert_cb != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -0500753 int rv = ssl->cert->cert_cb(ssl, ssl->cert->cert_cb_arg);
Adam Langleyfcf25832014-12-18 17:42:32 -0800754 if (rv == 0) {
755 al = SSL_AD_INTERNAL_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -0400756 OPENSSL_PUT_ERROR(SSL, SSL_R_CERT_CB_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800757 goto f_err;
758 }
759 if (rv < 0) {
David Benjamin0d56f882015-12-19 17:05:56 -0500760 ssl->rwstate = SSL_X509_LOOKUP;
Adam Langleyfcf25832014-12-18 17:42:32 -0800761 goto err;
762 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800763 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800764
David Benjamin34202b92016-11-16 19:07:53 +0900765 ssl->state = SSL3_ST_SR_CLNT_HELLO_E;
766 }
767
768 assert(ssl->state == SSL3_ST_SR_CLNT_HELLO_E);
769
770 /* Determine whether we are doing session resumption. */
771 int tickets_supported = 0, renew_ticket = 0;
772 switch (ssl_get_prev_session(ssl, &session, &tickets_supported, &renew_ticket,
773 &client_hello)) {
774 case ssl_session_success:
775 break;
776 case ssl_session_error:
777 goto err;
778 case ssl_session_retry:
779 ssl->rwstate = SSL_PENDING_SESSION;
780 goto err;
781 }
782
783 if (session != NULL) {
784 if (session->extended_master_secret &&
785 !ssl->s3->tmp.extended_master_secret) {
786 /* A ClientHello without EMS that attempts to resume a session with EMS
787 * is fatal to the connection. */
788 al = SSL_AD_HANDSHAKE_FAILURE;
789 OPENSSL_PUT_ERROR(SSL, SSL_R_RESUMED_EMS_SESSION_WITHOUT_EMS_EXTENSION);
790 goto f_err;
791 }
792
793 if (!ssl_session_is_resumable(ssl, session) ||
794 /* If the client offers the EMS extension, but the previous session
795 * didn't use it, then negotiate a new session. */
796 ssl->s3->tmp.extended_master_secret !=
797 session->extended_master_secret) {
798 SSL_SESSION_free(session);
799 session = NULL;
800 }
801 }
802
803 if (session != NULL) {
804 /* Use the old session. */
805 ssl->s3->hs->ticket_expected = renew_ticket;
806 ssl->session = session;
807 session = NULL;
808 ssl->s3->session_reused = 1;
809 } else {
810 ssl->s3->hs->ticket_expected = tickets_supported;
811 ssl_set_session(ssl, NULL);
812 if (!ssl_get_new_session(ssl, 1 /* server */)) {
813 goto err;
814 }
815
816 /* Clear the session ID if we want the session to be single-use. */
817 if (!(ssl->ctx->session_cache_mode & SSL_SESS_CACHE_SERVER)) {
818 ssl->s3->new_session->session_id_length = 0;
819 }
820 }
821
822 if (ssl->ctx->dos_protection_cb != NULL &&
823 ssl->ctx->dos_protection_cb(&client_hello) == 0) {
824 /* Connection rejected for DOS reasons. */
825 al = SSL_AD_INTERNAL_ERROR;
826 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_REJECTED);
827 goto f_err;
828 }
829
830 if (ssl->session != NULL) {
831 /* Check that the cipher is in the list. */
832 if (!ssl_client_cipher_list_contains_cipher(
833 &client_hello, (uint16_t)ssl->session->cipher->id)) {
834 al = SSL_AD_ILLEGAL_PARAMETER;
835 OPENSSL_PUT_ERROR(SSL, SSL_R_REQUIRED_CIPHER_MISSING);
836 goto f_err;
837 }
838
839 ssl->s3->tmp.new_cipher = ssl->session->cipher;
840 } else {
David Benjamin25fe85b2016-08-09 20:00:32 -0400841 const SSL_CIPHER *c =
842 ssl3_choose_cipher(ssl, &client_hello, ssl_get_cipher_preferences(ssl));
Adam Langleyfcf25832014-12-18 17:42:32 -0800843 if (c == NULL) {
844 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamin3570d732015-06-29 00:28:17 -0400845 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_SHARED_CIPHER);
Adam Langleyfcf25832014-12-18 17:42:32 -0800846 goto f_err;
847 }
David Benjaminfddbadc2016-08-09 19:53:00 -0400848
Steven Valdez87eab492016-06-27 16:34:59 -0400849 ssl->s3->new_session->cipher = c;
David Benjamin0d56f882015-12-19 17:05:56 -0500850 ssl->s3->tmp.new_cipher = c;
David Benjamin5c1ce292015-05-26 16:59:43 -0400851
David Benjamin4eb95cc2016-11-16 17:08:23 +0900852 /* On new sessions, stash the SNI value in the session. */
853 if (ssl->s3->hs->hostname != NULL) {
854 ssl->s3->new_session->tlsext_hostname = BUF_strdup(ssl->s3->hs->hostname);
855 if (ssl->s3->new_session->tlsext_hostname == NULL) {
856 al = SSL_AD_INTERNAL_ERROR;
857 goto f_err;
858 }
859 }
860
David Benjamin5c1ce292015-05-26 16:59:43 -0400861 /* Determine whether to request a client certificate. */
David Benjamina0486782016-10-06 19:11:32 -0400862 ssl->s3->hs->cert_request = !!(ssl->verify_mode & SSL_VERIFY_PEER);
David Benjamin5c1ce292015-05-26 16:59:43 -0400863 /* Only request a certificate if Channel ID isn't negotiated. */
David Benjamin0d56f882015-12-19 17:05:56 -0500864 if ((ssl->verify_mode & SSL_VERIFY_PEER_IF_NO_OBC) &&
865 ssl->s3->tlsext_channel_id_valid) {
David Benjamina0486782016-10-06 19:11:32 -0400866 ssl->s3->hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400867 }
David Benjaminc032dfa2016-05-12 14:54:57 -0400868 /* CertificateRequest may only be sent in certificate-based ciphers. */
David Benjamin3d458dc2016-09-12 22:40:27 +0000869 if (!ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamina0486782016-10-06 19:11:32 -0400870 ssl->s3->hs->cert_request = 0;
David Benjamin5c1ce292015-05-26 16:59:43 -0400871 }
Adam Langley37646832016-08-01 16:16:46 -0700872
David Benjamina0486782016-10-06 19:11:32 -0400873 if (!ssl->s3->hs->cert_request) {
Adam Langley37646832016-08-01 16:16:46 -0700874 /* OpenSSL returns X509_V_OK when no certificates are requested. This is
David Benjamindd634eb2016-08-18 16:40:28 -0400875 * classed by them as a bug, but it's assumed by at least NGINX. */
Adam Langley37646832016-08-01 16:16:46 -0700876 ssl->s3->new_session->verify_result = X509_V_OK;
877 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800878 }
879
David Benjamin9ef31f02016-10-31 18:01:13 -0400880 /* Resolve ALPN after the cipher suite is selected. HTTP/2 negotiation depends
881 * on the cipher suite. */
882 if (!ssl_negotiate_alpn(ssl, &al, &client_hello)) {
883 goto f_err;
884 }
885
David Benjamin9550c3a2015-08-05 08:50:34 -0400886 /* Now that the cipher is known, initialize the handshake hash. */
David Benjamin0d56f882015-12-19 17:05:56 -0500887 if (!ssl3_init_handshake_hash(ssl)) {
David Benjamin9550c3a2015-08-05 08:50:34 -0400888 goto f_err;
889 }
890
Steven Valdez2b8415e2016-06-30 13:27:23 -0400891 /* Release the handshake buffer if client authentication isn't required. */
David Benjamina0486782016-10-06 19:11:32 -0400892 if (!ssl->s3->hs->cert_request) {
David Benjamin0d56f882015-12-19 17:05:56 -0500893 ssl3_free_handshake_buffer(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800894 }
895
David Benjamin0bd71eb2015-12-01 14:14:40 -0500896 ret = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800897
898 if (0) {
899 f_err:
David Benjamin0d56f882015-12-19 17:05:56 -0500900 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langleyfcf25832014-12-18 17:42:32 -0800901 }
902
Adam Langley95c29f32014-06-20 12:00:00 -0700903err:
David Benjamine3aa1d92015-06-16 15:34:50 -0400904 SSL_SESSION_free(session);
Adam Langleyfcf25832014-12-18 17:42:32 -0800905 return ret;
906}
Adam Langley95c29f32014-06-20 12:00:00 -0700907
David Benjamindf50eec2016-06-07 16:49:42 -0400908static int ssl3_send_server_hello(SSL *ssl) {
David Benjamin56380462015-10-10 14:59:09 -0400909 if (ssl->state == SSL3_ST_SW_SRVR_HELLO_B) {
David Benjamin75836432016-06-17 18:48:29 -0400910 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800911 }
Adam Langley95c29f32014-06-20 12:00:00 -0700912
David Benjamin56380462015-10-10 14:59:09 -0400913 assert(ssl->state == SSL3_ST_SW_SRVR_HELLO_A);
914
915 /* We only accept ChannelIDs on connections with ECDHE in order to avoid a
916 * known attack while we fix ChannelID itself. */
917 if (ssl->s3->tlsext_channel_id_valid &&
918 (ssl->s3->tmp.new_cipher->algorithm_mkey & SSL_kECDHE) == 0) {
919 ssl->s3->tlsext_channel_id_valid = 0;
920 }
921
922 /* If this is a resumption and the original handshake didn't support
923 * ChannelID then we didn't record the original handshake hashes in the
924 * session and so cannot resume with ChannelIDs. */
Steven Valdez87eab492016-06-27 16:34:59 -0400925 if (ssl->session != NULL &&
926 ssl->session->original_handshake_hash_len == 0) {
David Benjamin56380462015-10-10 14:59:09 -0400927 ssl->s3->tlsext_channel_id_valid = 0;
928 }
929
David Benjamin721e8b72016-08-03 13:13:17 -0400930 struct timeval now;
931 ssl_get_current_time(ssl, &now);
932 ssl->s3->server_random[0] = now.tv_sec >> 24;
933 ssl->s3->server_random[1] = now.tv_sec >> 16;
934 ssl->s3->server_random[2] = now.tv_sec >> 8;
935 ssl->s3->server_random[3] = now.tv_sec;
David Benjamin1f61f0d2016-07-10 12:20:35 -0400936 if (!RAND_bytes(ssl->s3->server_random + 4, SSL3_RANDOM_SIZE - 4)) {
David Benjamin56380462015-10-10 14:59:09 -0400937 return -1;
938 }
939
David Benjamin55108632016-08-11 22:01:18 -0400940 /* TODO(davidben): Implement the TLS 1.1 and 1.2 downgrade sentinels once TLS
941 * 1.3 is finalized and we are not implementing a draft version. */
David Benjamin1f61f0d2016-07-10 12:20:35 -0400942
Steven Valdez87eab492016-06-27 16:34:59 -0400943 const SSL_SESSION *session = ssl->s3->new_session;
944 if (ssl->session != NULL) {
945 session = ssl->session;
946 }
947
David Benjamin75836432016-06-17 18:48:29 -0400948 CBB cbb, body, session_id;
949 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO) ||
950 !CBB_add_u16(&body, ssl->version) ||
951 !CBB_add_bytes(&body, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
952 !CBB_add_u8_length_prefixed(&body, &session_id) ||
Steven Valdez87eab492016-06-27 16:34:59 -0400953 !CBB_add_bytes(&session_id, session->session_id,
954 session->session_id_length) ||
David Benjamin75836432016-06-17 18:48:29 -0400955 !CBB_add_u16(&body, ssl_cipher_get_value(ssl->s3->tmp.new_cipher)) ||
956 !CBB_add_u8(&body, 0 /* no compression */) ||
957 !ssl_add_serverhello_tlsext(ssl, &body) ||
Steven Valdez5eead162016-11-11 22:23:25 -0500958 !ssl_complete_message(ssl, &cbb)) {
David Benjamin56380462015-10-10 14:59:09 -0400959 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
960 CBB_cleanup(&cbb);
961 return -1;
962 }
963
964 ssl->state = SSL3_ST_SW_SRVR_HELLO_B;
David Benjamin75836432016-06-17 18:48:29 -0400965 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800966}
Adam Langley95c29f32014-06-20 12:00:00 -0700967
David Benjamin9f1dc822016-06-07 17:03:46 -0400968static int ssl3_send_server_certificate(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -0400969 if (ssl->state == SSL3_ST_SW_CERT_B) {
970 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400971 }
972
David Benjamin32a66d52016-07-13 22:03:11 -0400973 if (!ssl_has_certificate(ssl)) {
974 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_SET);
975 return 0;
976 }
977
David Benjamin75836432016-06-17 18:48:29 -0400978 if (!ssl3_output_cert_chain(ssl)) {
979 return 0;
980 }
981 ssl->state = SSL3_ST_SW_CERT_B;
982 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -0400983}
984
David Benjamindf50eec2016-06-07 16:49:42 -0400985static int ssl3_send_certificate_status(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -0400986 if (ssl->state == SSL3_ST_SW_CERT_STATUS_B) {
987 return ssl->method->write_message(ssl);
Paul Lietaraeeff2c2015-08-12 11:47:11 +0100988 }
989
David Benjamin75836432016-06-17 18:48:29 -0400990 CBB cbb, body, ocsp_response;
991 if (!ssl->method->init_message(ssl, &cbb, &body,
992 SSL3_MT_CERTIFICATE_STATUS) ||
993 !CBB_add_u8(&body, TLSEXT_STATUSTYPE_ocsp) ||
994 !CBB_add_u24_length_prefixed(&body, &ocsp_response) ||
995 !CBB_add_bytes(&ocsp_response, ssl->ctx->ocsp_response,
996 ssl->ctx->ocsp_response_length) ||
Steven Valdez5eead162016-11-11 22:23:25 -0500997 !ssl_complete_message(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -0400998 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
999 CBB_cleanup(&cbb);
1000 return -1;
1001 }
1002
1003 ssl->state = SSL3_ST_SW_CERT_STATUS_B;
1004 return ssl->method->write_message(ssl);
Paul Lietaraeeff2c2015-08-12 11:47:11 +01001005}
1006
David Benjamindf50eec2016-06-07 16:49:42 -04001007static int ssl3_send_server_key_exchange(SSL *ssl) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001008 if (ssl->state == SSL3_ST_SW_KEY_EXCH_C) {
David Benjamin75836432016-06-17 18:48:29 -04001009 return ssl->method->write_message(ssl);
David Benjamin1f9f9c42015-08-28 16:17:59 -04001010 }
1011
David Benjamin2a0b3912015-12-18 01:01:21 -05001012 CBB cbb, child;
David Benjaminc42acee2016-06-17 17:47:58 -04001013 CBB_zero(&cbb);
nagendra modadugu601448a2015-07-24 09:31:31 -07001014
David Benjaminc42acee2016-06-17 17:47:58 -04001015 /* Put together the parameters. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001016 if (ssl->state == SSL3_ST_SW_KEY_EXCH_A) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001017 uint32_t alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1018 uint32_t alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langley95c29f32014-06-20 12:00:00 -07001019
David Benjaminc42acee2016-06-17 17:47:58 -04001020 /* Pre-allocate enough room to comfortably fit an ECDHE public key. */
1021 if (!CBB_init(&cbb, 128)) {
1022 goto err;
1023 }
1024
David Benjamin2a0b3912015-12-18 01:01:21 -05001025 /* PSK ciphers begin with an identity hint. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001026 if (alg_a & SSL_aPSK) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001027 size_t len =
1028 (ssl->psk_identity_hint == NULL) ? 0 : strlen(ssl->psk_identity_hint);
1029 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
1030 !CBB_add_bytes(&child, (const uint8_t *)ssl->psk_identity_hint,
1031 len)) {
1032 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001033 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001034 }
Adam Langley95c29f32014-06-20 12:00:00 -07001035
David Benjamin7061e282015-03-19 11:10:48 -04001036 if (alg_k & SSL_kDHE) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001037 /* Determine the group to use. */
1038 DH *params = ssl->cert->dh_tmp;
1039 if (params == NULL && ssl->cert->dh_tmp_cb != NULL) {
1040 params = ssl->cert->dh_tmp_cb(ssl, 0, 1024);
Adam Langleyfcf25832014-12-18 17:42:32 -08001041 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001042 if (params == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001043 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_DH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001044 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001045 goto err;
1046 }
Steven Valdez87eab492016-06-27 16:34:59 -04001047 ssl->s3->new_session->key_exchange_info = DH_num_bits(params);
David Benjamin2a0b3912015-12-18 01:01:21 -05001048
David Benjamin974c7ba2015-12-19 16:58:04 -05001049 /* Set up DH, generate a key, and emit the public half. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001050 DH *dh = DHparams_dup(params);
David Benjamin974c7ba2015-12-19 16:58:04 -05001051 if (dh == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001052 goto err;
1053 }
David Benjamin9f226a52015-04-26 22:12:32 -04001054
David Benjamina4c8ff02016-10-08 02:49:01 -04001055 SSL_ECDH_CTX_init_for_dhe(&ssl->s3->hs->ecdh_ctx, dh);
David Benjamin2a0b3912015-12-18 01:01:21 -05001056 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001057 !BN_bn2cbb_padded(&child, BN_num_bytes(params->p), params->p) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001058 !CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamin974c7ba2015-12-19 16:58:04 -05001059 !BN_bn2cbb_padded(&child, BN_num_bytes(params->g), params->g) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001060 !CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamina4c8ff02016-10-08 02:49:01 -04001061 !SSL_ECDH_CTX_offer(&ssl->s3->hs->ecdh_ctx, &child)) {
David Benjamin9f226a52015-04-26 22:12:32 -04001062 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001063 }
David Benjamin7061e282015-03-19 11:10:48 -04001064 } else if (alg_k & SSL_kECDHE) {
Steven Valdezce902a92016-05-17 11:47:53 -04001065 /* Determine the group to use. */
1066 uint16_t group_id;
1067 if (!tls1_get_shared_group(ssl, &group_id)) {
David Benjamin3570d732015-06-29 00:28:17 -04001068 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_TMP_ECDH_KEY);
David Benjamin2a0b3912015-12-18 01:01:21 -05001069 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001070 goto err;
1071 }
Steven Valdez87eab492016-06-27 16:34:59 -04001072 ssl->s3->new_session->key_exchange_info = group_id;
Adam Langley95c29f32014-06-20 12:00:00 -07001073
David Benjamin4298d772015-12-19 00:18:25 -05001074 /* Set up ECDH, generate a key, and emit the public half. */
David Benjamina4c8ff02016-10-08 02:49:01 -04001075 if (!SSL_ECDH_CTX_init(&ssl->s3->hs->ecdh_ctx, group_id) ||
David Benjamin2a0b3912015-12-18 01:01:21 -05001076 !CBB_add_u8(&cbb, NAMED_CURVE_TYPE) ||
Steven Valdezce902a92016-05-17 11:47:53 -04001077 !CBB_add_u16(&cbb, group_id) ||
Matt Braithwaite053931e2016-05-25 12:06:05 -07001078 !CBB_add_u8_length_prefixed(&cbb, &child) ||
David Benjamina4c8ff02016-10-08 02:49:01 -04001079 !SSL_ECDH_CTX_offer(&ssl->s3->hs->ecdh_ctx, &child)) {
Matt Braithwaite053931e2016-05-25 12:06:05 -07001080 goto err;
1081 }
1082 } else if (alg_k & SSL_kCECPQ1) {
David Benjamina4c8ff02016-10-08 02:49:01 -04001083 SSL_ECDH_CTX_init_for_cecpq1(&ssl->s3->hs->ecdh_ctx);
David Benjamin18a35182016-06-30 13:46:24 -04001084 if (!CBB_add_u16_length_prefixed(&cbb, &child) ||
David Benjamina4c8ff02016-10-08 02:49:01 -04001085 !SSL_ECDH_CTX_offer(&ssl->s3->hs->ecdh_ctx, &child)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001086 goto err;
1087 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001088 } else {
1089 assert(alg_k & SSL_kPSK);
Adam Langleyfcf25832014-12-18 17:42:32 -08001090 }
Adam Langley95c29f32014-06-20 12:00:00 -07001091
David Benjamina4c8ff02016-10-08 02:49:01 -04001092 if (!CBB_finish(&cbb, &ssl->s3->hs->server_params,
1093 &ssl->s3->hs->server_params_len)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001094 goto err;
1095 }
David Benjaminc42acee2016-06-17 17:47:58 -04001096 }
1097
1098 /* Assemble the message. */
David Benjamin75836432016-06-17 18:48:29 -04001099 CBB body;
1100 if (!ssl->method->init_message(ssl, &cbb, &body,
1101 SSL3_MT_SERVER_KEY_EXCHANGE) ||
David Benjamina4c8ff02016-10-08 02:49:01 -04001102 !CBB_add_bytes(&body, ssl->s3->hs->server_params,
1103 ssl->s3->hs->server_params_len)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001104 goto err;
1105 }
Adam Langley95c29f32014-06-20 12:00:00 -07001106
David Benjamin2a0b3912015-12-18 01:01:21 -05001107 /* Add a signature. */
David Benjamin3d458dc2016-09-12 22:40:27 +00001108 if (ssl_cipher_uses_certificate_auth(ssl->s3->tmp.new_cipher)) {
David Benjamin2a0b3912015-12-18 01:01:21 -05001109 if (!ssl_has_private_key(ssl)) {
1110 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001111 goto err;
1112 }
Adam Langley95c29f32014-06-20 12:00:00 -07001113
David Benjaminc42acee2016-06-17 17:47:58 -04001114 /* Determine the signature algorithm. */
David Benjaminea9a0d52016-07-08 15:52:59 -07001115 uint16_t signature_algorithm;
1116 if (!tls1_choose_signature_algorithm(ssl, &signature_algorithm)) {
1117 goto err;
1118 }
David Benjaminc42acee2016-06-17 17:47:58 -04001119 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdezf0451ca2016-06-29 13:16:27 -04001120 if (!CBB_add_u16(&body, signature_algorithm)) {
David Benjaminc42acee2016-06-17 17:47:58 -04001121 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1122 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
1123 goto err;
1124 }
David Benjaminc42acee2016-06-17 17:47:58 -04001125 }
1126
1127 /* Add space for the signature. */
David Benjamin2a0b3912015-12-18 01:01:21 -05001128 const size_t max_sig_len = ssl_private_key_max_signature_len(ssl);
David Benjaminc42acee2016-06-17 17:47:58 -04001129 uint8_t *ptr;
David Benjamin75836432016-06-17 18:48:29 -04001130 if (!CBB_add_u16_length_prefixed(&body, &child) ||
David Benjaminc42acee2016-06-17 17:47:58 -04001131 !CBB_reserve(&child, &ptr, max_sig_len)) {
1132 goto err;
1133 }
1134
David Benjamin2a0b3912015-12-18 01:01:21 -05001135 size_t sig_len;
1136 enum ssl_private_key_result_t sign_result;
1137 if (ssl->state == SSL3_ST_SW_KEY_EXCH_A) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001138 CBB transcript;
1139 uint8_t *transcript_data;
1140 size_t transcript_len;
1141 if (!CBB_init(&transcript,
David Benjamina4c8ff02016-10-08 02:49:01 -04001142 2*SSL3_RANDOM_SIZE + ssl->s3->hs->server_params_len) ||
Steven Valdez2b8415e2016-06-30 13:27:23 -04001143 !CBB_add_bytes(&transcript, ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
1144 !CBB_add_bytes(&transcript, ssl->s3->server_random, SSL3_RANDOM_SIZE) ||
David Benjamina4c8ff02016-10-08 02:49:01 -04001145 !CBB_add_bytes(&transcript, ssl->s3->hs->server_params,
1146 ssl->s3->hs->server_params_len) ||
Steven Valdez2b8415e2016-06-30 13:27:23 -04001147 !CBB_finish(&transcript, &transcript_data, &transcript_len)) {
1148 CBB_cleanup(&transcript);
1149 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1150 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_INTERNAL_ERROR);
Steven Valdezf0451ca2016-06-29 13:16:27 -04001151 goto err;
1152 }
1153
Steven Valdezf0451ca2016-06-29 13:16:27 -04001154 sign_result = ssl_private_key_sign(ssl, ptr, &sig_len, max_sig_len,
Steven Valdez2b8415e2016-06-30 13:27:23 -04001155 signature_algorithm, transcript_data,
1156 transcript_len);
1157 OPENSSL_free(transcript_data);
David Benjamin1f9f9c42015-08-28 16:17:59 -04001158 } else {
David Benjamin2a0b3912015-12-18 01:01:21 -05001159 assert(ssl->state == SSL3_ST_SW_KEY_EXCH_B);
David Benjamind3440b42016-07-14 14:52:41 -04001160 sign_result = ssl_private_key_complete(ssl, ptr, &sig_len, max_sig_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001161 }
David Benjamin2a0b3912015-12-18 01:01:21 -05001162
1163 switch (sign_result) {
1164 case ssl_private_key_success:
David Benjamin2a0b3912015-12-18 01:01:21 -05001165 if (!CBB_did_write(&child, sig_len)) {
1166 goto err;
1167 }
1168 break;
1169 case ssl_private_key_failure:
David Benjamin2a0b3912015-12-18 01:01:21 -05001170 goto err;
1171 case ssl_private_key_retry:
David Benjamin2a0b3912015-12-18 01:01:21 -05001172 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
1173 ssl->state = SSL3_ST_SW_KEY_EXCH_B;
1174 goto err;
1175 }
David Benjamin1f9f9c42015-08-28 16:17:59 -04001176 }
1177
Steven Valdez5eead162016-11-11 22:23:25 -05001178 if (!ssl_complete_message(ssl, &cbb)) {
David Benjamin1f9f9c42015-08-28 16:17:59 -04001179 goto err;
1180 }
David Benjaminc42acee2016-06-17 17:47:58 -04001181
David Benjamina4c8ff02016-10-08 02:49:01 -04001182 OPENSSL_free(ssl->s3->hs->server_params);
1183 ssl->s3->hs->server_params = NULL;
1184 ssl->s3->hs->server_params_len = 0;
David Benjaminc42acee2016-06-17 17:47:58 -04001185
David Benjamin2a0b3912015-12-18 01:01:21 -05001186 ssl->state = SSL3_ST_SW_KEY_EXCH_C;
David Benjamin75836432016-06-17 18:48:29 -04001187 return ssl->method->write_message(ssl);
nagendra modadugu601448a2015-07-24 09:31:31 -07001188
Adam Langley95c29f32014-06-20 12:00:00 -07001189err:
David Benjamin2a0b3912015-12-18 01:01:21 -05001190 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001191 return -1;
1192}
Adam Langley95c29f32014-06-20 12:00:00 -07001193
David Benjamin75836432016-06-17 18:48:29 -04001194static int add_cert_types(SSL *ssl, CBB *cbb) {
1195 /* Get configured signature algorithms. */
1196 int have_rsa_sign = 0;
1197 int have_ecdsa_sign = 0;
Steven Valdez02563852016-06-23 13:33:05 -04001198 const uint16_t *sig_algs;
David Benjamin3ef76972016-10-17 17:59:54 -04001199 size_t num_sig_algs = tls12_get_verify_sigalgs(ssl, &sig_algs);
1200 for (size_t i = 0; i < num_sig_algs; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001201 switch (sig_algs[i]) {
1202 case SSL_SIGN_RSA_PKCS1_SHA512:
1203 case SSL_SIGN_RSA_PKCS1_SHA384:
1204 case SSL_SIGN_RSA_PKCS1_SHA256:
1205 case SSL_SIGN_RSA_PKCS1_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001206 have_rsa_sign = 1;
1207 break;
Adam Langley95c29f32014-06-20 12:00:00 -07001208
Steven Valdez02563852016-06-23 13:33:05 -04001209 case SSL_SIGN_ECDSA_SECP521R1_SHA512:
1210 case SSL_SIGN_ECDSA_SECP384R1_SHA384:
1211 case SSL_SIGN_ECDSA_SECP256R1_SHA256:
1212 case SSL_SIGN_ECDSA_SHA1:
David Benjamin75836432016-06-17 18:48:29 -04001213 have_ecdsa_sign = 1;
1214 break;
Adam Langleyfcf25832014-12-18 17:42:32 -08001215 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001216 }
Adam Langley95c29f32014-06-20 12:00:00 -07001217
David Benjamin75836432016-06-17 18:48:29 -04001218 if (have_rsa_sign && !CBB_add_u8(cbb, SSL3_CT_RSA_SIGN)) {
1219 return 0;
1220 }
1221
1222 /* ECDSA certs can be used with RSA cipher suites as well so we don't need to
1223 * check for SSL_kECDH or SSL_kECDHE. */
1224 if (ssl->version >= TLS1_VERSION && have_ecdsa_sign &&
1225 !CBB_add_u8(cbb, TLS_CT_ECDSA_SIGN)) {
1226 return 0;
1227 }
1228
1229 return 1;
1230}
1231
1232static int ssl3_send_certificate_request(SSL *ssl) {
1233 if (ssl->state == SSL3_ST_SW_CERT_REQ_B) {
1234 return ssl->method->write_message(ssl);
1235 }
1236
David Benjamin32a66d52016-07-13 22:03:11 -04001237 CBB cbb, body, cert_types, sigalgs_cbb;
David Benjamin75836432016-06-17 18:48:29 -04001238 if (!ssl->method->init_message(ssl, &cbb, &body,
1239 SSL3_MT_CERTIFICATE_REQUEST) ||
1240 !CBB_add_u8_length_prefixed(&body, &cert_types) ||
1241 !add_cert_types(ssl, &cert_types)) {
1242 goto err;
1243 }
1244
1245 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001246 const uint16_t *sigalgs;
David Benjamin3ef76972016-10-17 17:59:54 -04001247 size_t num_sigalgs = tls12_get_verify_sigalgs(ssl, &sigalgs);
Steven Valdez02563852016-06-23 13:33:05 -04001248 if (!CBB_add_u16_length_prefixed(&body, &sigalgs_cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001249 goto err;
1250 }
Steven Valdez02563852016-06-23 13:33:05 -04001251
David Benjamin0fc37ef2016-08-17 15:29:46 -04001252 for (size_t i = 0; i < num_sigalgs; i++) {
Steven Valdez02563852016-06-23 13:33:05 -04001253 if (!CBB_add_u16(&sigalgs_cbb, sigalgs[i])) {
1254 goto err;
1255 }
1256 }
David Benjamin75836432016-06-17 18:48:29 -04001257 }
1258
David Benjamin32a66d52016-07-13 22:03:11 -04001259 if (!ssl_add_client_CA_list(ssl, &body) ||
Steven Valdez5eead162016-11-11 22:23:25 -05001260 !ssl_complete_message(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001261 goto err;
1262 }
1263
1264 ssl->state = SSL3_ST_SW_CERT_REQ_B;
1265 return ssl->method->write_message(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001266
Adam Langley95c29f32014-06-20 12:00:00 -07001267err:
David Benjamin75836432016-06-17 18:48:29 -04001268 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1269 CBB_cleanup(&cbb);
Adam Langleyfcf25832014-12-18 17:42:32 -08001270 return -1;
1271}
Adam Langley95c29f32014-06-20 12:00:00 -07001272
David Benjamin3dcec452016-06-07 17:13:28 -04001273static int ssl3_send_server_hello_done(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -04001274 if (ssl->state == SSL3_ST_SW_SRVR_DONE_B) {
1275 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001276 }
1277
David Benjamin75836432016-06-17 18:48:29 -04001278 CBB cbb, body;
1279 if (!ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_SERVER_HELLO_DONE) ||
Steven Valdez5eead162016-11-11 22:23:25 -05001280 !ssl_complete_message(ssl, &cbb)) {
David Benjamin75836432016-06-17 18:48:29 -04001281 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
1282 CBB_cleanup(&cbb);
1283 return -1;
1284 }
1285
1286 ssl->state = SSL3_ST_SW_SRVR_DONE_B;
1287 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001288}
1289
1290static int ssl3_get_client_certificate(SSL *ssl) {
David Benjamina0486782016-10-06 19:11:32 -04001291 assert(ssl->s3->hs->cert_request);
David Benjamin9f1dc822016-06-07 17:03:46 -04001292
David Benjamin09eb6552016-07-08 14:32:11 -07001293 int msg_ret = ssl->method->ssl_get_message(ssl, -1, ssl_hash_message);
1294 if (msg_ret <= 0) {
1295 return msg_ret;
David Benjamin9f1dc822016-06-07 17:03:46 -04001296 }
1297
1298 if (ssl->s3->tmp.message_type != SSL3_MT_CERTIFICATE) {
1299 if (ssl->version == SSL3_VERSION &&
1300 ssl->s3->tmp.message_type == SSL3_MT_CLIENT_KEY_EXCHANGE) {
Adam Langley37646832016-08-01 16:16:46 -07001301 /* In SSL 3.0, the Certificate message is omitted to signal no
1302 * certificate. */
David Benjaminda2630c2016-08-01 19:57:43 -04001303 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001304 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001305 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1306 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001307 }
1308
Adam Langley37646832016-08-01 16:16:46 -07001309 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001310 * classed by them as a bug, but it's assumed by at least NGINX. */
Adam Langley37646832016-08-01 16:16:46 -07001311 ssl->s3->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001312 ssl->s3->tmp.reuse_message = 1;
1313 return 1;
1314 }
1315
David Benjamin9f1dc822016-06-07 17:03:46 -04001316 OPENSSL_PUT_ERROR(SSL, SSL_R_UNEXPECTED_MESSAGE);
David Benjamin5c900c82016-07-13 23:03:26 -04001317 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_UNEXPECTED_MESSAGE);
1318 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001319 }
1320
David Benjamin5c900c82016-07-13 23:03:26 -04001321 CBS certificate_msg;
David Benjamin09eb6552016-07-08 14:32:11 -07001322 CBS_init(&certificate_msg, ssl->init_msg, ssl->init_num);
David Benjamin5c900c82016-07-13 23:03:26 -04001323 uint8_t alert;
1324 STACK_OF(X509) *chain = ssl_parse_cert_chain(
Steven Valdez87eab492016-06-27 16:34:59 -04001325 ssl, &alert, ssl->ctx->retain_only_sha256_of_client_certs
1326 ? ssl->s3->new_session->peer_sha256
1327 : NULL,
David Benjamin5c900c82016-07-13 23:03:26 -04001328 &certificate_msg);
1329 if (chain == NULL) {
1330 ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
David Benjamin9f1dc822016-06-07 17:03:46 -04001331 goto err;
1332 }
1333
David Benjamin5c900c82016-07-13 23:03:26 -04001334 if (CBS_len(&certificate_msg) != 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001335 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
David Benjamin5c900c82016-07-13 23:03:26 -04001336 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1337 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001338 }
1339
David Benjamin5c900c82016-07-13 23:03:26 -04001340 if (sk_X509_num(chain) == 0) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001341 /* No client certificate so the handshake buffer may be discarded. */
1342 ssl3_free_handshake_buffer(ssl);
1343
David Benjamine455e512016-08-01 20:11:13 -04001344 /* In SSL 3.0, sending no certificate is signaled by omitting the
1345 * Certificate message. */
David Benjamin9f1dc822016-06-07 17:03:46 -04001346 if (ssl->version == SSL3_VERSION) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001347 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATES_RETURNED);
David Benjamin5c900c82016-07-13 23:03:26 -04001348 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1349 goto err;
David Benjamine455e512016-08-01 20:11:13 -04001350 }
1351
1352 if (ssl->verify_mode & SSL_VERIFY_FAIL_IF_NO_PEER_CERT) {
David Benjamin9f1dc822016-06-07 17:03:46 -04001353 /* Fail for TLS only if we required a certificate */
1354 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_DID_NOT_RETURN_A_CERTIFICATE);
David Benjamin5c900c82016-07-13 23:03:26 -04001355 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1356 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001357 }
Adam Langley37646832016-08-01 16:16:46 -07001358
1359 /* OpenSSL returns X509_V_OK when no certificates are received. This is
David Benjamindd634eb2016-08-18 16:40:28 -04001360 * classed by them as a bug, but it's assumed by at least NGINX. */
David Benjamin7aa31d62016-08-08 21:38:32 -04001361 ssl->s3->new_session->verify_result = X509_V_OK;
David Benjamin9f1dc822016-06-07 17:03:46 -04001362 } else {
David Benjamin5c900c82016-07-13 23:03:26 -04001363 /* The hash would have been filled in. */
1364 if (ssl->ctx->retain_only_sha256_of_client_certs) {
Steven Valdez87eab492016-06-27 16:34:59 -04001365 ssl->s3->new_session->peer_sha256_valid = 1;
David Benjamin5c900c82016-07-13 23:03:26 -04001366 }
1367
David Benjamin7aa31d62016-08-08 21:38:32 -04001368 if (!ssl_verify_cert_chain(ssl, &ssl->s3->new_session->verify_result,
1369 chain)) {
David Benjamin5c900c82016-07-13 23:03:26 -04001370 goto err;
David Benjamin9f1dc822016-06-07 17:03:46 -04001371 }
1372 }
1373
Adam Langleyc5ac2b62016-11-07 12:02:35 -08001374 X509_free(ssl->s3->new_session->x509_peer);
1375 ssl->s3->new_session->x509_peer = sk_X509_shift(chain);
David Benjamin9f1dc822016-06-07 17:03:46 -04001376
Adam Langleyc5ac2b62016-11-07 12:02:35 -08001377 sk_X509_pop_free(ssl->s3->new_session->x509_chain, X509_free);
1378 ssl->s3->new_session->x509_chain = chain;
1379 /* Inconsistency alert: x509_chain does *not* include the peer's own
David Benjamin9f1dc822016-06-07 17:03:46 -04001380 * certificate, while we do include it in s3_clnt.c */
1381
David Benjamin5c900c82016-07-13 23:03:26 -04001382 return 1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001383
1384err:
David Benjamin5c900c82016-07-13 23:03:26 -04001385 sk_X509_pop_free(chain, X509_free);
1386 return -1;
David Benjamin9f1dc822016-06-07 17:03:46 -04001387}
1388
David Benjamindf50eec2016-06-07 16:49:42 -04001389static int ssl3_get_client_key_exchange(SSL *ssl) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001390 int al;
Adam Langleyfcf25832014-12-18 17:42:32 -08001391 CBS client_key_exchange;
David Benjamin3fa27772015-04-17 22:32:19 -04001392 uint32_t alg_k;
1393 uint32_t alg_a;
Adam Langleyfcf25832014-12-18 17:42:32 -08001394 uint8_t *premaster_secret = NULL;
1395 size_t premaster_secret_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001396 uint8_t *decrypt_buf = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001397
David Benjamin4298d772015-12-19 00:18:25 -05001398 unsigned psk_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001399 uint8_t psk[PSK_MAX_PSK_LEN];
Adam Langley95c29f32014-06-20 12:00:00 -07001400
David Benjamin1e6d6df2016-05-13 18:28:17 -04001401 if (ssl->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjamin09eb6552016-07-08 14:32:11 -07001402 int ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CLIENT_KEY_EXCHANGE,
1403 ssl_hash_message);
1404 if (ret <= 0) {
1405 return ret;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001406 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001407 }
Adam Langley95c29f32014-06-20 12:00:00 -07001408
David Benjamin0d56f882015-12-19 17:05:56 -05001409 CBS_init(&client_key_exchange, ssl->init_msg, ssl->init_num);
1410 alg_k = ssl->s3->tmp.new_cipher->algorithm_mkey;
1411 alg_a = ssl->s3->tmp.new_cipher->algorithm_auth;
Adam Langleyc26c8022014-06-20 12:00:00 -07001412
Adam Langleyfcf25832014-12-18 17:42:32 -08001413 /* If using a PSK key exchange, prepare the pre-shared key. */
1414 if (alg_a & SSL_aPSK) {
1415 CBS psk_identity;
David Benjamin35c02302014-07-13 04:14:59 -04001416
Adam Langleyfcf25832014-12-18 17:42:32 -08001417 /* If using PSK, the ClientKeyExchange contains a psk_identity. If PSK,
1418 * then this is the only field in the message. */
1419 if (!CBS_get_u16_length_prefixed(&client_key_exchange, &psk_identity) ||
1420 ((alg_k & SSL_kPSK) && CBS_len(&client_key_exchange) != 0)) {
David Benjamin3570d732015-06-29 00:28:17 -04001421 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001422 al = SSL_AD_DECODE_ERROR;
1423 goto f_err;
1424 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001425
David Benjamin0d56f882015-12-19 17:05:56 -05001426 if (ssl->psk_server_callback == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001427 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_NO_SERVER_CB);
Adam Langleyfcf25832014-12-18 17:42:32 -08001428 al = SSL_AD_INTERNAL_ERROR;
1429 goto f_err;
1430 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001431
Adam Langleyfcf25832014-12-18 17:42:32 -08001432 if (CBS_len(&psk_identity) > PSK_MAX_IDENTITY_LEN ||
1433 CBS_contains_zero_byte(&psk_identity)) {
David Benjamin3570d732015-06-29 00:28:17 -04001434 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001435 al = SSL_AD_ILLEGAL_PARAMETER;
1436 goto f_err;
1437 }
David Benjamin35c02302014-07-13 04:14:59 -04001438
Steven Valdez87eab492016-06-27 16:34:59 -04001439 if (!CBS_strdup(&psk_identity, &ssl->s3->new_session->psk_identity)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001440 al = SSL_AD_INTERNAL_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001441 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001442 goto f_err;
1443 }
Adam Langleyc26c8022014-06-20 12:00:00 -07001444
Adam Langleyfcf25832014-12-18 17:42:32 -08001445 /* Look up the key for the identity. */
Steven Valdez87eab492016-06-27 16:34:59 -04001446 psk_len = ssl->psk_server_callback(ssl, ssl->s3->new_session->psk_identity,
1447 psk, sizeof(psk));
Adam Langleyfcf25832014-12-18 17:42:32 -08001448 if (psk_len > PSK_MAX_PSK_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04001449 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001450 al = SSL_AD_INTERNAL_ERROR;
1451 goto f_err;
1452 } else if (psk_len == 0) {
1453 /* PSK related to the given identity not found */
David Benjamin3570d732015-06-29 00:28:17 -04001454 OPENSSL_PUT_ERROR(SSL, SSL_R_PSK_IDENTITY_NOT_FOUND);
Adam Langleyfcf25832014-12-18 17:42:32 -08001455 al = SSL_AD_UNKNOWN_PSK_IDENTITY;
1456 goto f_err;
1457 }
1458 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001459
Adam Langleyfcf25832014-12-18 17:42:32 -08001460 /* Depending on the key exchange method, compute |premaster_secret| and
1461 * |premaster_secret_len|. */
1462 if (alg_k & SSL_kRSA) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001463 /* Allocate a buffer large enough for an RSA decryption. */
David Benjamin0d56f882015-12-19 17:05:56 -05001464 const size_t rsa_size = ssl_private_key_max_signature_len(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001465 decrypt_buf = OPENSSL_malloc(rsa_size);
1466 if (decrypt_buf == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001467 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001468 goto err;
1469 }
David Benjamin35c02302014-07-13 04:14:59 -04001470
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001471 enum ssl_private_key_result_t decrypt_result;
David Benjamin3f5b43d2015-12-01 19:31:24 -05001472 size_t decrypt_len;
David Benjamin1e6d6df2016-05-13 18:28:17 -04001473 if (ssl->state == SSL3_ST_SR_KEY_EXCH_A) {
David Benjamin0d56f882015-12-19 17:05:56 -05001474 if (!ssl_has_private_key(ssl) ||
David Benjamin0c0b7e12016-07-14 13:47:55 -04001475 ssl_private_key_type(ssl) != NID_rsaEncryption) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001476 al = SSL_AD_HANDSHAKE_FAILURE;
1477 OPENSSL_PUT_ERROR(SSL, SSL_R_MISSING_RSA_CERTIFICATE);
1478 goto f_err;
1479 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001480 CBS encrypted_premaster_secret;
David Benjamin0d56f882015-12-19 17:05:56 -05001481 if (ssl->version > SSL3_VERSION) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001482 if (!CBS_get_u16_length_prefixed(&client_key_exchange,
1483 &encrypted_premaster_secret) ||
1484 CBS_len(&client_key_exchange) != 0) {
David Benjaminef5e5152015-11-18 20:35:31 -05001485 al = SSL_AD_DECODE_ERROR;
1486 OPENSSL_PUT_ERROR(SSL,
1487 SSL_R_TLS_RSA_ENCRYPTED_VALUE_LENGTH_IS_WRONG);
1488 goto f_err;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001489 }
1490 } else {
1491 encrypted_premaster_secret = client_key_exchange;
1492 }
1493
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001494 /* Decrypt with no padding. PKCS#1 padding will be removed as part of the
1495 * timing-sensitive code below. */
1496 decrypt_result = ssl_private_key_decrypt(
David Benjamin0d56f882015-12-19 17:05:56 -05001497 ssl, decrypt_buf, &decrypt_len, rsa_size,
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001498 CBS_data(&encrypted_premaster_secret),
1499 CBS_len(&encrypted_premaster_secret));
1500 } else {
David Benjamin1e6d6df2016-05-13 18:28:17 -04001501 assert(ssl->state == SSL3_ST_SR_KEY_EXCH_B);
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001502 /* Complete async decrypt. */
David Benjamind3440b42016-07-14 14:52:41 -04001503 decrypt_result =
1504 ssl_private_key_complete(ssl, decrypt_buf, &decrypt_len, rsa_size);
Adam Langleyfcf25832014-12-18 17:42:32 -08001505 }
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001506
1507 switch (decrypt_result) {
1508 case ssl_private_key_success:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001509 break;
1510 case ssl_private_key_failure:
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001511 goto err;
1512 case ssl_private_key_retry:
David Benjamin0d56f882015-12-19 17:05:56 -05001513 ssl->rwstate = SSL_PRIVATE_KEY_OPERATION;
David Benjamin1e6d6df2016-05-13 18:28:17 -04001514 ssl->state = SSL3_ST_SR_KEY_EXCH_B;
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001515 goto err;
1516 }
1517
Daniel Bathgate4365c3f2016-04-14 17:18:02 -04001518 if (decrypt_len != rsa_size) {
1519 al = SSL_AD_DECRYPT_ERROR;
1520 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1521 goto f_err;
1522 }
Adam Langleyacff73f2014-06-20 12:00:00 -07001523
David Benjamin3f5b43d2015-12-01 19:31:24 -05001524 /* Prepare a random premaster, to be used on invalid padding. See RFC 5246,
1525 * section 7.4.7.1. */
1526 premaster_secret_len = SSL_MAX_MASTER_KEY_LENGTH;
1527 premaster_secret = OPENSSL_malloc(premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001528 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001529 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001530 goto err;
1531 }
David Benjamin3f5b43d2015-12-01 19:31:24 -05001532 if (!RAND_bytes(premaster_secret, premaster_secret_len)) {
nagendra modadugu3398dbf2015-08-07 14:07:52 -07001533 goto err;
1534 }
1535
David Benjamin3f5b43d2015-12-01 19:31:24 -05001536 /* The smallest padded premaster is 11 bytes of overhead. Small keys are
1537 * publicly invalid. */
1538 if (decrypt_len < 11 + premaster_secret_len) {
1539 al = SSL_AD_DECRYPT_ERROR;
1540 OPENSSL_PUT_ERROR(SSL, SSL_R_DECRYPTION_FAILED);
1541 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001542 }
David Benjamin35c02302014-07-13 04:14:59 -04001543
David Benjamin3f5b43d2015-12-01 19:31:24 -05001544 /* Check the padding. See RFC 3447, section 7.2.2. */
1545 size_t padding_len = decrypt_len - premaster_secret_len;
1546 uint8_t good = constant_time_eq_int_8(decrypt_buf[0], 0) &
1547 constant_time_eq_int_8(decrypt_buf[1], 2);
David Benjamin54091232016-09-05 12:47:25 -04001548 for (size_t i = 2; i < padding_len - 1; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001549 good &= ~constant_time_is_zero_8(decrypt_buf[i]);
1550 }
1551 good &= constant_time_is_zero_8(decrypt_buf[padding_len - 1]);
1552
1553 /* The premaster secret must begin with |client_version|. This too must be
1554 * checked in constant time (http://eprint.iacr.org/2003/052/). */
1555 good &= constant_time_eq_8(decrypt_buf[padding_len],
David Benjamin0d56f882015-12-19 17:05:56 -05001556 (unsigned)(ssl->client_version >> 8));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001557 good &= constant_time_eq_8(decrypt_buf[padding_len + 1],
David Benjamin0d56f882015-12-19 17:05:56 -05001558 (unsigned)(ssl->client_version & 0xff));
David Benjamin3f5b43d2015-12-01 19:31:24 -05001559
1560 /* Select, in constant time, either the decrypted premaster or the random
1561 * premaster based on |good|. */
David Benjamin54091232016-09-05 12:47:25 -04001562 for (size_t i = 0; i < premaster_secret_len; i++) {
David Benjamin3f5b43d2015-12-01 19:31:24 -05001563 premaster_secret[i] = constant_time_select_8(
1564 good, decrypt_buf[padding_len + i], premaster_secret[i]);
1565 }
1566
1567 OPENSSL_free(decrypt_buf);
1568 decrypt_buf = NULL;
Matt Braithwaite053931e2016-05-25 12:06:05 -07001569 } else if (alg_k & (SSL_kECDHE|SSL_kDHE|SSL_kCECPQ1)) {
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001570 /* Parse the ClientKeyExchange. */
David Benjamin974c7ba2015-12-19 16:58:04 -05001571 CBS peer_key;
David Benjamina4c8ff02016-10-08 02:49:01 -04001572 if (!SSL_ECDH_CTX_get_key(&ssl->s3->hs->ecdh_ctx, &client_key_exchange,
Matt Braithwaitee25775b2016-05-16 16:31:05 -07001573 &peer_key) ||
1574 CBS_len(&client_key_exchange) != 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001575 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001576 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001577 goto f_err;
1578 }
David Benjaminbd30f8e2014-08-19 16:02:38 -04001579
David Benjamin4298d772015-12-19 00:18:25 -05001580 /* Compute the premaster. */
1581 uint8_t alert;
David Benjamina4c8ff02016-10-08 02:49:01 -04001582 if (!SSL_ECDH_CTX_finish(&ssl->s3->hs->ecdh_ctx, &premaster_secret,
Matt Braithwaitef4ce8e52016-05-16 14:27:14 -07001583 &premaster_secret_len, &alert, CBS_data(&peer_key),
1584 CBS_len(&peer_key))) {
David Benjamin4298d772015-12-19 00:18:25 -05001585 al = alert;
1586 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001587 }
Adam Langley95c29f32014-06-20 12:00:00 -07001588
David Benjamin4298d772015-12-19 00:18:25 -05001589 /* The key exchange state may now be discarded. */
David Benjamina4c8ff02016-10-08 02:49:01 -04001590 SSL_ECDH_CTX_cleanup(&ssl->s3->hs->ecdh_ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08001591 } else if (alg_k & SSL_kPSK) {
1592 /* For plain PSK, other_secret is a block of 0s with the same length as the
1593 * pre-shared key. */
1594 premaster_secret_len = psk_len;
1595 premaster_secret = OPENSSL_malloc(premaster_secret_len);
1596 if (premaster_secret == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001597 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001598 goto err;
1599 }
1600 memset(premaster_secret, 0, premaster_secret_len);
1601 } else {
1602 al = SSL_AD_HANDSHAKE_FAILURE;
David Benjamin3570d732015-06-29 00:28:17 -04001603 OPENSSL_PUT_ERROR(SSL, SSL_R_UNKNOWN_CIPHER_TYPE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001604 goto f_err;
1605 }
Adam Langley95c29f32014-06-20 12:00:00 -07001606
Adam Langleyfcf25832014-12-18 17:42:32 -08001607 /* For a PSK cipher suite, the actual pre-master secret is combined with the
1608 * pre-shared key. */
1609 if (alg_a & SSL_aPSK) {
1610 CBB new_premaster, child;
1611 uint8_t *new_data;
1612 size_t new_len;
David Benjamin14c83e72014-07-13 04:54:57 -04001613
David Benjamina8653202015-06-28 01:26:10 -04001614 CBB_zero(&new_premaster);
1615 if (!CBB_init(&new_premaster, 2 + psk_len + 2 + premaster_secret_len) ||
1616 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08001617 !CBB_add_bytes(&child, premaster_secret, premaster_secret_len) ||
1618 !CBB_add_u16_length_prefixed(&new_premaster, &child) ||
1619 !CBB_add_bytes(&child, psk, psk_len) ||
1620 !CBB_finish(&new_premaster, &new_data, &new_len)) {
David Benjamin3570d732015-06-29 00:28:17 -04001621 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001622 CBB_cleanup(&new_premaster);
1623 goto err;
1624 }
David Benjamin14c83e72014-07-13 04:54:57 -04001625
Adam Langleyfcf25832014-12-18 17:42:32 -08001626 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1627 OPENSSL_free(premaster_secret);
1628 premaster_secret = new_data;
1629 premaster_secret_len = new_len;
1630 }
David Benjamin14c83e72014-07-13 04:54:57 -04001631
Adam Langleyfcf25832014-12-18 17:42:32 -08001632 /* Compute the master secret */
Steven Valdez87eab492016-06-27 16:34:59 -04001633 ssl->s3->new_session->master_key_length = tls1_generate_master_secret(
1634 ssl, ssl->s3->new_session->master_key, premaster_secret,
1635 premaster_secret_len);
1636 if (ssl->s3->new_session->master_key_length == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001637 goto err;
1638 }
Steven Valdez87eab492016-06-27 16:34:59 -04001639 ssl->s3->new_session->extended_master_secret =
1640 ssl->s3->tmp.extended_master_secret;
David Benjamin14c83e72014-07-13 04:54:57 -04001641
Adam Langleyfcf25832014-12-18 17:42:32 -08001642 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
1643 OPENSSL_free(premaster_secret);
1644 return 1;
1645
Adam Langley95c29f32014-06-20 12:00:00 -07001646f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001647 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langley95c29f32014-06-20 12:00:00 -07001648err:
David Benjamin4298d772015-12-19 00:18:25 -05001649 if (premaster_secret != NULL) {
1650 OPENSSL_cleanse(premaster_secret, premaster_secret_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001651 OPENSSL_free(premaster_secret);
1652 }
David Benjamin2755a3e2015-04-22 16:17:58 -04001653 OPENSSL_free(decrypt_buf);
Adam Langley95c29f32014-06-20 12:00:00 -07001654
Adam Langleyfcf25832014-12-18 17:42:32 -08001655 return -1;
1656}
Adam Langley95c29f32014-06-20 12:00:00 -07001657
David Benjamindf50eec2016-06-07 16:49:42 -04001658static int ssl3_get_cert_verify(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001659 int al, ret = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001660 CBS certificate_verify, signature;
Adam Langleyc5ac2b62016-11-07 12:02:35 -08001661 X509 *peer = ssl->s3->new_session->x509_peer;
Adam Langleyfcf25832014-12-18 17:42:32 -08001662 EVP_PKEY *pkey = NULL;
David Benjamin6553b372014-07-22 14:11:30 -04001663
Adam Langleyfcf25832014-12-18 17:42:32 -08001664 /* Only RSA and ECDSA client certificates are supported, so a
1665 * CertificateVerify is required if and only if there's a client certificate.
1666 * */
1667 if (peer == NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -05001668 ssl3_free_handshake_buffer(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001669 return 1;
1670 }
Adam Langley95c29f32014-06-20 12:00:00 -07001671
David Benjamin09eb6552016-07-08 14:32:11 -07001672 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CERTIFICATE_VERIFY,
1673 ssl_dont_hash_message);
1674 if (msg_ret <= 0) {
1675 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001676 }
David Benjaminef865502014-08-24 02:48:34 -04001677
Adam Langleyfcf25832014-12-18 17:42:32 -08001678 /* Filter out unsupported certificate types. */
1679 pkey = X509_get_pubkey(peer);
David Benjamin9d0847a2015-02-16 03:57:55 -05001680 if (pkey == NULL) {
1681 goto err;
1682 }
David Benjamin6897dbe2014-07-12 20:18:28 -04001683
David Benjamin09eb6552016-07-08 14:32:11 -07001684 CBS_init(&certificate_verify, ssl->init_msg, ssl->init_num);
David Benjamin6897dbe2014-07-12 20:18:28 -04001685
Adam Langleyfcf25832014-12-18 17:42:32 -08001686 /* Determine the digest type if needbe. */
Steven Valdezf0451ca2016-06-29 13:16:27 -04001687 uint16_t signature_algorithm = 0;
David Benjamina1e9cab2015-12-30 00:08:49 -05001688 if (ssl3_protocol_version(ssl) >= TLS1_2_VERSION) {
Steven Valdez02563852016-06-23 13:33:05 -04001689 if (!CBS_get_u16(&certificate_verify, &signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001690 al = SSL_AD_DECODE_ERROR;
1691 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1692 goto f_err;
1693 }
David Benjamin887c3002016-07-08 16:15:32 -07001694 if (!tls12_check_peer_sigalg(ssl, &al, signature_algorithm)) {
David Benjamin6e807652015-11-02 12:02:20 -05001695 goto f_err;
1696 }
Steven Valdez02563852016-06-23 13:33:05 -04001697 ssl->s3->tmp.peer_signature_algorithm = signature_algorithm;
Steven Valdezf0451ca2016-06-29 13:16:27 -04001698 } else if (pkey->type == EVP_PKEY_RSA) {
1699 signature_algorithm = SSL_SIGN_RSA_PKCS1_MD5_SHA1;
1700 } else if (pkey->type == EVP_PKEY_EC) {
1701 signature_algorithm = SSL_SIGN_ECDSA_SHA1;
David Benjamin49ec9bb2016-07-14 00:11:26 -04001702 } else {
1703 al = SSL_AD_UNSUPPORTED_CERTIFICATE;
1704 OPENSSL_PUT_ERROR(SSL, SSL_R_PEER_ERROR_UNSUPPORTED_CERTIFICATE_TYPE);
1705 goto f_err;
Adam Langleyfcf25832014-12-18 17:42:32 -08001706 }
David Benjamin854dd652014-08-26 00:32:30 -04001707
Adam Langleyfcf25832014-12-18 17:42:32 -08001708 /* Parse and verify the signature. */
1709 if (!CBS_get_u16_length_prefixed(&certificate_verify, &signature) ||
1710 CBS_len(&certificate_verify) != 0) {
1711 al = SSL_AD_DECODE_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001712 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08001713 goto f_err;
1714 }
Adam Langley95c29f32014-06-20 12:00:00 -07001715
Steven Valdez2b8415e2016-06-30 13:27:23 -04001716 int sig_ok;
1717 /* The SSL3 construction for CertificateVerify does not decompose into a
1718 * single final digest and signature, and must be special-cased. */
1719 if (ssl3_protocol_version(ssl) == SSL3_VERSION) {
David Benjamin0aa25bd2016-07-08 14:44:56 -07001720 const EVP_MD *md;
Steven Valdez2b8415e2016-06-30 13:27:23 -04001721 uint8_t digest[EVP_MAX_MD_SIZE];
1722 size_t digest_len;
David Benjamin0aa25bd2016-07-08 14:44:56 -07001723 if (!ssl3_cert_verify_hash(ssl, &md, digest, &digest_len,
Steven Valdez2b8415e2016-06-30 13:27:23 -04001724 signature_algorithm)) {
1725 goto err;
1726 }
1727
Steven Valdez2b8415e2016-06-30 13:27:23 -04001728 EVP_PKEY_CTX *pctx = EVP_PKEY_CTX_new(pkey, NULL);
1729 sig_ok = pctx != NULL &&
1730 EVP_PKEY_verify_init(pctx) &&
1731 EVP_PKEY_CTX_set_signature_md(pctx, md) &&
1732 EVP_PKEY_verify(pctx, CBS_data(&signature), CBS_len(&signature),
1733 digest, digest_len);
Steven Valdez2b8415e2016-06-30 13:27:23 -04001734 EVP_PKEY_CTX_free(pctx);
1735 } else {
1736 sig_ok = ssl_public_key_verify(
1737 ssl, CBS_data(&signature), CBS_len(&signature), signature_algorithm,
1738 pkey, (const uint8_t *)ssl->s3->handshake_buffer->data,
1739 ssl->s3->handshake_buffer->length);
Adam Langleyfcf25832014-12-18 17:42:32 -08001740 }
Steven Valdezf0451ca2016-06-29 13:16:27 -04001741
David Benjaminbf82aed2016-03-01 22:57:40 -05001742#if defined(BORINGSSL_UNSAFE_FUZZER_MODE)
1743 sig_ok = 1;
1744 ERR_clear_error();
1745#endif
1746 if (!sig_ok) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001747 al = SSL_AD_DECRYPT_ERROR;
David Benjamin3570d732015-06-29 00:28:17 -04001748 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_SIGNATURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001749 goto f_err;
1750 }
1751
Steven Valdez2b8415e2016-06-30 13:27:23 -04001752 /* The handshake buffer is no longer necessary, and we may hash the current
1753 * message.*/
1754 ssl3_free_handshake_buffer(ssl);
David Benjaminced94792016-11-14 17:12:11 +09001755 if (!ssl_hash_current_message(ssl)) {
Steven Valdez2b8415e2016-06-30 13:27:23 -04001756 goto err;
1757 }
1758
Adam Langleyfcf25832014-12-18 17:42:32 -08001759 ret = 1;
1760
1761 if (0) {
1762 f_err:
David Benjamin0d56f882015-12-19 17:05:56 -05001763 ssl3_send_alert(ssl, SSL3_AL_FATAL, al);
Adam Langleyfcf25832014-12-18 17:42:32 -08001764 }
1765
David Benjamin854dd652014-08-26 00:32:30 -04001766err:
Adam Langleyfcf25832014-12-18 17:42:32 -08001767 EVP_PKEY_free(pkey);
Adam Langley95c29f32014-06-20 12:00:00 -07001768
Adam Langleyfcf25832014-12-18 17:42:32 -08001769 return ret;
1770}
Adam Langley95c29f32014-06-20 12:00:00 -07001771
Adam Langley95c29f32014-06-20 12:00:00 -07001772/* ssl3_get_next_proto reads a Next Protocol Negotiation handshake message. It
1773 * sets the next_proto member in s if found */
David Benjamindf50eec2016-06-07 16:49:42 -04001774static int ssl3_get_next_proto(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001775 int ret =
1776 ssl->method->ssl_get_message(ssl, SSL3_MT_NEXT_PROTO, ssl_hash_message);
1777 if (ret <= 0) {
1778 return ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001779 }
Adam Langley95c29f32014-06-20 12:00:00 -07001780
David Benjamin09eb6552016-07-08 14:32:11 -07001781 CBS next_protocol, selected_protocol, padding;
1782 CBS_init(&next_protocol, ssl->init_msg, ssl->init_num);
Adam Langleyfcf25832014-12-18 17:42:32 -08001783 if (!CBS_get_u8_length_prefixed(&next_protocol, &selected_protocol) ||
1784 !CBS_get_u8_length_prefixed(&next_protocol, &padding) ||
David Benjamin639846e2016-09-09 11:41:18 -04001785 CBS_len(&next_protocol) != 0) {
1786 OPENSSL_PUT_ERROR(SSL, SSL_R_DECODE_ERROR);
1787 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
1788 return 0;
1789 }
1790
1791 if (!CBS_stow(&selected_protocol, &ssl->s3->next_proto_negotiated,
David Benjamin79978df2015-12-25 15:56:49 -05001792 &ssl->s3->next_proto_negotiated_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001793 return 0;
1794 }
Adam Langley95c29f32014-06-20 12:00:00 -07001795
Adam Langleyfcf25832014-12-18 17:42:32 -08001796 return 1;
1797}
Adam Langley95c29f32014-06-20 12:00:00 -07001798
Adam Langley1258b6a2014-06-20 12:00:00 -07001799/* ssl3_get_channel_id reads and verifies a ClientID handshake message. */
David Benjamindf50eec2016-06-07 16:49:42 -04001800static int ssl3_get_channel_id(SSL *ssl) {
David Benjamin09eb6552016-07-08 14:32:11 -07001801 int msg_ret = ssl->method->ssl_get_message(ssl, SSL3_MT_CHANNEL_ID,
1802 ssl_dont_hash_message);
1803 if (msg_ret <= 0) {
1804 return msg_ret;
Adam Langleyfcf25832014-12-18 17:42:32 -08001805 }
Adam Langley1258b6a2014-06-20 12:00:00 -07001806
Nick Harper60a85cb2016-09-23 16:25:11 -07001807 if (!tls1_verify_channel_id(ssl) ||
David Benjaminced94792016-11-14 17:12:11 +09001808 !ssl_hash_current_message(ssl)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001809 return -1;
1810 }
Nick Harper60a85cb2016-09-23 16:25:11 -07001811 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001812}
David Benjamin9f1dc822016-06-07 17:03:46 -04001813
David Benjamin9f1dc822016-06-07 17:03:46 -04001814static int ssl3_send_new_session_ticket(SSL *ssl) {
David Benjamin75836432016-06-17 18:48:29 -04001815 if (ssl->state == SSL3_ST_SW_SESSION_TICKET_B) {
1816 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001817 }
1818
David Benjamin123db572016-11-03 16:59:25 -04001819 const SSL_SESSION *session;
1820 SSL_SESSION *session_copy = NULL;
1821 if (ssl->session == NULL) {
1822 /* Fix the timeout to measure from the ticket issuance time. */
1823 ssl_session_refresh_time(ssl, ssl->s3->new_session);
1824 session = ssl->s3->new_session;
1825 } else {
1826 /* We are renewing an existing session. Duplicate the session to adjust the
1827 * timeout. */
1828 session_copy = SSL_SESSION_dup(ssl->session, SSL_SESSION_INCLUDE_NONAUTH);
1829 if (session_copy == NULL) {
1830 return -1;
1831 }
1832
1833 ssl_session_refresh_time(ssl, session_copy);
1834 session = session_copy;
1835 }
1836
David Benjamin75836432016-06-17 18:48:29 -04001837 CBB cbb, body, ticket;
David Benjamin123db572016-11-03 16:59:25 -04001838 int ok =
1839 ssl->method->init_message(ssl, &cbb, &body, SSL3_MT_NEW_SESSION_TICKET) &&
1840 CBB_add_u32(&body, session->timeout) &&
1841 CBB_add_u16_length_prefixed(&body, &ticket) &&
1842 ssl_encrypt_ticket(ssl, &ticket, session) &&
Steven Valdez5eead162016-11-11 22:23:25 -05001843 ssl_complete_message(ssl, &cbb);
David Benjamin123db572016-11-03 16:59:25 -04001844
1845 SSL_SESSION_free(session_copy);
1846 CBB_cleanup(&cbb);
1847
1848 if (!ok) {
David Benjamine75cc272016-11-03 18:06:27 -04001849 return -1;
David Benjamin75836432016-06-17 18:48:29 -04001850 }
1851
1852 ssl->state = SSL3_ST_SW_SESSION_TICKET_B;
Steven Valdez1e6f11a2016-07-27 11:10:52 -04001853 return ssl->method->write_message(ssl);
David Benjamin9f1dc822016-06-07 17:03:46 -04001854}