blob: 2fd3beb2938e9aa01349edf5e6bb9a3d18841a08 [file] [log] [blame]
Adam Langleyd9e397b2015-01-22 14:27:53 -08001/* 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 * ECC cipher suite support in OpenSSL originally developed by
113 * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
114 */
115/* ====================================================================
116 * Copyright 2005 Nokia. All rights reserved.
117 *
118 * The portions of the attached software ("Contribution") is developed by
119 * Nokia Corporation and is licensed pursuant to the OpenSSL open source
120 * license.
121 *
122 * The Contribution, originally written by Mika Kousa and Pasi Eronen of
123 * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
124 * support (see RFC 4279) to OpenSSL.
125 *
126 * No patent licenses or other rights except those expressly stated in
127 * the OpenSSL open source license shall be deemed granted or received
128 * expressly, by implication, estoppel, or otherwise.
129 *
130 * No assurances are provided by Nokia that the Contribution does not
131 * infringe the patent or other intellectual property rights of any third
132 * party or that the license provides you with all the necessary rights
133 * to make use of the Contribution.
134 *
135 * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
136 * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
137 * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
138 * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
139 * OTHERWISE. */
140
Kenny Rootb8494592015-09-25 02:29:14 +0000141#include <openssl/ssl.h>
142
Adam Langleyd9e397b2015-01-22 14:27:53 -0800143#include <assert.h>
David Benjaminf0c4a6c2016-08-11 13:26:41 -0400144#include <stdlib.h>
Adam Langleye9ada862015-05-11 17:20:37 -0700145#include <string.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800146
147#include <openssl/bytestring.h>
Kenny Rootb8494592015-09-25 02:29:14 +0000148#include <openssl/crypto.h>
Adam Langleye9ada862015-05-11 17:20:37 -0700149#include <openssl/err.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800150#include <openssl/lhash.h>
151#include <openssl/mem.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800152#include <openssl/rand.h>
Adam Langleyd9e397b2015-01-22 14:27:53 -0800153
Adam Langleye9ada862015-05-11 17:20:37 -0700154#include "internal.h"
155#include "../crypto/internal.h"
156
David Benjaminc895d6b2016-08-11 13:26:41 -0400157#if defined(OPENSSL_WINDOWS)
158#include <sys/timeb.h>
159#else
160#include <sys/socket.h>
161#include <sys/time.h>
162#endif
163
Adam Langleyd9e397b2015-01-22 14:27:53 -0800164
Robert Sloanb6d070c2017-07-24 08:40:01 -0700165namespace bssl {
166
Robert Sloana27a6a42017-09-05 08:39:28 -0700167// |SSL_R_UNKNOWN_PROTOCOL| is no longer emitted, but continue to define it
168// to avoid downstream churn.
Kenny Rootb8494592015-09-25 02:29:14 +0000169OPENSSL_DECLARE_ERROR_REASON(SSL, UNKNOWN_PROTOCOL)
170
Robert Sloana27a6a42017-09-05 08:39:28 -0700171// The following errors are no longer emitted, but are used in nginx without
172// #ifdefs.
David Benjaminf0c4a6c2016-08-11 13:26:41 -0400173OPENSSL_DECLARE_ERROR_REASON(SSL, BLOCK_CIPHER_PAD_IS_WRONG)
174OPENSSL_DECLARE_ERROR_REASON(SSL, NO_CIPHERS_SPECIFIED)
175
Robert Sloana27a6a42017-09-05 08:39:28 -0700176// Some error codes are special. Ensure the make_errors.go script never
177// regresses this.
Robert Sloana12bf462017-07-17 07:08:26 -0700178static_assert(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION ==
179 SSL_AD_NO_RENEGOTIATION + SSL_AD_REASON_OFFSET,
180 "alert reason code mismatch");
Adam Langleyd9e397b2015-01-22 14:27:53 -0800181
Robert Sloana27a6a42017-09-05 08:39:28 -0700182// kMaxHandshakeSize is the maximum size, in bytes, of a handshake message.
Adam Langleye9ada862015-05-11 17:20:37 -0700183static const size_t kMaxHandshakeSize = (1u << 24) - 1;
184
Kenny Rootb8494592015-09-25 02:29:14 +0000185static CRYPTO_EX_DATA_CLASS g_ex_data_class_ssl =
186 CRYPTO_EX_DATA_CLASS_INIT_WITH_APP_DATA;
187static CRYPTO_EX_DATA_CLASS g_ex_data_class_ssl_ctx =
188 CRYPTO_EX_DATA_CLASS_INIT_WITH_APP_DATA;
Adam Langleye9ada862015-05-11 17:20:37 -0700189
Robert Sloan4562e9d2017-10-02 10:26:51 -0700190bool CBBFinishArray(CBB *cbb, Array<uint8_t> *out) {
191 uint8_t *ptr;
192 size_t len;
193 if (!CBB_finish(cbb, &ptr, &len)) {
194 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
195 return false;
196 }
197 out->Reset(ptr, len);
198 return true;
199}
200
Robert Sloanb6d070c2017-07-24 08:40:01 -0700201void ssl_reset_error_state(SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700202 // Functions which use |SSL_get_error| must reset I/O and error state on
203 // entry.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700204 ssl->s3->rwstate = SSL_NOTHING;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700205 ERR_clear_error();
206 ERR_clear_system_error();
207}
208
Robert Sloan36272962017-10-23 10:28:39 -0700209void ssl_set_read_error(SSL* ssl) {
210 ssl->s3->read_shutdown = ssl_shutdown_error;
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700211 ssl->s3->read_error.reset(ERR_save_state());
Robert Sloan36272962017-10-23 10:28:39 -0700212}
213
214static bool check_read_error(const SSL *ssl) {
215 if (ssl->s3->read_shutdown == ssl_shutdown_error) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700216 ERR_restore_state(ssl->s3->read_error.get());
Robert Sloan36272962017-10-23 10:28:39 -0700217 return false;
218 }
219 return true;
220}
221
Robert Sloanb6d070c2017-07-24 08:40:01 -0700222int ssl_can_write(const SSL *ssl) {
223 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_write;
224}
225
226int ssl_can_read(const SSL *ssl) {
227 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_read;
228}
229
Robert Sloan36272962017-10-23 10:28:39 -0700230ssl_open_record_t ssl_open_handshake(SSL *ssl, size_t *out_consumed,
231 uint8_t *out_alert, Span<uint8_t> in) {
232 *out_consumed = 0;
233 if (!check_read_error(ssl)) {
234 *out_alert = 0;
235 return ssl_open_record_error;
236 }
237 auto ret = ssl->method->open_handshake(ssl, out_consumed, out_alert, in);
238 if (ret == ssl_open_record_error) {
239 ssl_set_read_error(ssl);
240 }
241 return ret;
242}
243
244ssl_open_record_t ssl_open_change_cipher_spec(SSL *ssl, size_t *out_consumed,
245 uint8_t *out_alert,
246 Span<uint8_t> in) {
247 *out_consumed = 0;
248 if (!check_read_error(ssl)) {
249 *out_alert = 0;
250 return ssl_open_record_error;
251 }
252 auto ret =
253 ssl->method->open_change_cipher_spec(ssl, out_consumed, out_alert, in);
254 if (ret == ssl_open_record_error) {
255 ssl_set_read_error(ssl);
256 }
257 return ret;
258}
259
260ssl_open_record_t ssl_open_app_data(SSL *ssl, Span<uint8_t> *out,
261 size_t *out_consumed, uint8_t *out_alert,
262 Span<uint8_t> in) {
263 *out_consumed = 0;
264 if (!check_read_error(ssl)) {
265 *out_alert = 0;
266 return ssl_open_record_error;
267 }
268 auto ret = ssl->method->open_app_data(ssl, out, out_consumed, out_alert, in);
269 if (ret == ssl_open_record_error) {
270 ssl_set_read_error(ssl);
271 }
272 return ret;
273}
274
Robert Sloanb6d070c2017-07-24 08:40:01 -0700275void ssl_cipher_preference_list_free(
276 struct ssl_cipher_preference_list_st *cipher_list) {
277 if (cipher_list == NULL) {
278 return;
279 }
280 sk_SSL_CIPHER_free(cipher_list->ciphers);
281 OPENSSL_free(cipher_list->in_group_flags);
282 OPENSSL_free(cipher_list);
283}
284
285void ssl_update_cache(SSL_HANDSHAKE *hs, int mode) {
286 SSL *const ssl = hs->ssl;
287 SSL_CTX *ctx = ssl->session_ctx;
Robert Sloana27a6a42017-09-05 08:39:28 -0700288 // Never cache sessions with empty session IDs.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700289 if (ssl->s3->established_session->session_id_length == 0 ||
Robert Sloan8f860b12017-08-28 07:37:06 -0700290 ssl->s3->established_session->not_resumable ||
Robert Sloanb6d070c2017-07-24 08:40:01 -0700291 (ctx->session_cache_mode & mode) != mode) {
292 return;
293 }
294
Robert Sloana27a6a42017-09-05 08:39:28 -0700295 // Clients never use the internal session cache.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700296 int use_internal_cache = ssl->server && !(ctx->session_cache_mode &
297 SSL_SESS_CACHE_NO_INTERNAL_STORE);
298
Robert Sloana27a6a42017-09-05 08:39:28 -0700299 // A client may see new sessions on abbreviated handshakes if the server
300 // decides to renew the ticket. Once the handshake is completed, it should be
301 // inserted into the cache.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700302 if (ssl->s3->established_session.get() != ssl->session ||
Robert Sloanb6d070c2017-07-24 08:40:01 -0700303 (!ssl->server && hs->ticket_expected)) {
304 if (use_internal_cache) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700305 SSL_CTX_add_session(ctx, ssl->s3->established_session.get());
Robert Sloanb6d070c2017-07-24 08:40:01 -0700306 }
307 if (ctx->new_session_cb != NULL) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700308 SSL_SESSION_up_ref(ssl->s3->established_session.get());
309 if (!ctx->new_session_cb(ssl, ssl->s3->established_session.get())) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700310 // |new_session_cb|'s return value signals whether it took ownership.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700311 SSL_SESSION_free(ssl->s3->established_session.get());
Robert Sloanb6d070c2017-07-24 08:40:01 -0700312 }
313 }
314 }
315
316 if (use_internal_cache &&
317 !(ctx->session_cache_mode & SSL_SESS_CACHE_NO_AUTO_CLEAR)) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700318 // Automatically flush the internal session cache every 255 connections.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700319 int flush_cache = 0;
320 CRYPTO_MUTEX_lock_write(&ctx->lock);
321 ctx->handshakes_since_cache_flush++;
322 if (ctx->handshakes_since_cache_flush >= 255) {
323 flush_cache = 1;
324 ctx->handshakes_since_cache_flush = 0;
325 }
326 CRYPTO_MUTEX_unlock_write(&ctx->lock);
327
328 if (flush_cache) {
329 struct OPENSSL_timeval now;
330 ssl_get_current_time(ssl, &now);
331 SSL_CTX_flush_sessions(ctx, now.tv_sec);
332 }
333 }
334}
335
336static int cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) {
337 static const char hextable[] = "0123456789abcdef";
338 uint8_t *out;
339
340 if (!CBB_add_space(cbb, &out, in_len * 2)) {
341 return 0;
342 }
343
344 for (size_t i = 0; i < in_len; i++) {
345 *(out++) = (uint8_t)hextable[in[i] >> 4];
346 *(out++) = (uint8_t)hextable[in[i] & 0xf];
347 }
348
349 return 1;
350}
351
352int ssl_log_secret(const SSL *ssl, const char *label, const uint8_t *secret,
353 size_t secret_len) {
354 if (ssl->ctx->keylog_callback == NULL) {
355 return 1;
356 }
357
358 ScopedCBB cbb;
359 uint8_t *out;
360 size_t out_len;
361 if (!CBB_init(cbb.get(), strlen(label) + 1 + SSL3_RANDOM_SIZE * 2 + 1 +
362 secret_len * 2 + 1) ||
363 !CBB_add_bytes(cbb.get(), (const uint8_t *)label, strlen(label)) ||
364 !CBB_add_bytes(cbb.get(), (const uint8_t *)" ", 1) ||
365 !cbb_add_hex(cbb.get(), ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
366 !CBB_add_bytes(cbb.get(), (const uint8_t *)" ", 1) ||
367 !cbb_add_hex(cbb.get(), secret, secret_len) ||
368 !CBB_add_u8(cbb.get(), 0 /* NUL */) ||
369 !CBB_finish(cbb.get(), &out, &out_len)) {
370 return 0;
371 }
372
373 ssl->ctx->keylog_callback(ssl, (const char *)out);
374 OPENSSL_free(out);
375 return 1;
376}
377
Robert Sloanb6d070c2017-07-24 08:40:01 -0700378void ssl_do_info_callback(const SSL *ssl, int type, int value) {
379 void (*cb)(const SSL *ssl, int type, int value) = NULL;
380 if (ssl->info_callback != NULL) {
381 cb = ssl->info_callback;
382 } else if (ssl->ctx->info_callback != NULL) {
383 cb = ssl->ctx->info_callback;
384 }
385
386 if (cb != NULL) {
387 cb(ssl, type, value);
388 }
389}
390
391void ssl_do_msg_callback(SSL *ssl, int is_write, int content_type,
Robert Sloan921ef2c2017-10-17 09:02:20 -0700392 Span<const uint8_t> in) {
Robert Sloanb6d070c2017-07-24 08:40:01 -0700393 if (ssl->msg_callback == NULL) {
394 return;
395 }
396
Robert Sloana27a6a42017-09-05 08:39:28 -0700397 // |version| is zero when calling for |SSL3_RT_HEADER| and |SSL2_VERSION| for
398 // a V2ClientHello.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700399 int version;
400 switch (content_type) {
401 case 0:
Robert Sloana27a6a42017-09-05 08:39:28 -0700402 // V2ClientHello
Robert Sloanb6d070c2017-07-24 08:40:01 -0700403 version = SSL2_VERSION;
404 break;
405 case SSL3_RT_HEADER:
406 version = 0;
407 break;
408 default:
409 version = SSL_version(ssl);
410 }
411
Robert Sloan921ef2c2017-10-17 09:02:20 -0700412 ssl->msg_callback(is_write, version, content_type, in.data(), in.size(), ssl,
Robert Sloanb6d070c2017-07-24 08:40:01 -0700413 ssl->msg_callback_arg);
414}
415
416void ssl_get_current_time(const SSL *ssl, struct OPENSSL_timeval *out_clock) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700417 // TODO(martinkr): Change callers to |ssl_ctx_get_current_time| and drop the
418 // |ssl| arg from |current_time_cb| if possible.
Robert Sloan8f860b12017-08-28 07:37:06 -0700419 ssl_ctx_get_current_time(ssl->ctx, out_clock);
420}
421
422void ssl_ctx_get_current_time(const SSL_CTX *ctx,
423 struct OPENSSL_timeval *out_clock) {
424 if (ctx->current_time_cb != NULL) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700425 // TODO(davidben): Update current_time_cb to use OPENSSL_timeval. See
426 // https://crbug.com/boringssl/155.
Robert Sloanb6d070c2017-07-24 08:40:01 -0700427 struct timeval clock;
Robert Sloan8f860b12017-08-28 07:37:06 -0700428 ctx->current_time_cb(nullptr /* ssl */, &clock);
Robert Sloanb6d070c2017-07-24 08:40:01 -0700429 if (clock.tv_sec < 0) {
430 assert(0);
431 out_clock->tv_sec = 0;
432 out_clock->tv_usec = 0;
433 } else {
434 out_clock->tv_sec = (uint64_t)clock.tv_sec;
435 out_clock->tv_usec = (uint32_t)clock.tv_usec;
436 }
437 return;
438 }
439
440#if defined(BORINGSSL_UNSAFE_DETERMINISTIC_MODE)
441 out_clock->tv_sec = 1234;
442 out_clock->tv_usec = 1234;
443#elif defined(OPENSSL_WINDOWS)
444 struct _timeb time;
445 _ftime(&time);
446 if (time.time < 0) {
447 assert(0);
448 out_clock->tv_sec = 0;
449 out_clock->tv_usec = 0;
450 } else {
451 out_clock->tv_sec = time.time;
452 out_clock->tv_usec = time.millitm * 1000;
453 }
454#else
455 struct timeval clock;
456 gettimeofday(&clock, NULL);
457 if (clock.tv_sec < 0) {
458 assert(0);
459 out_clock->tv_sec = 0;
460 out_clock->tv_usec = 0;
461 } else {
462 out_clock->tv_sec = (uint64_t)clock.tv_sec;
463 out_clock->tv_usec = (uint32_t)clock.tv_usec;
464 }
465#endif
466}
467
Robert Sloan8542c082018-02-05 09:07:34 -0800468void SSL_CTX_set_handoff_mode(SSL_CTX *ctx, bool on) {
469 ctx->handoff = on;
470}
471
Robert Sloanb6d070c2017-07-24 08:40:01 -0700472} // namespace bssl
473
474using namespace bssl;
475
Kenny Rootb8494592015-09-25 02:29:14 +0000476int SSL_library_init(void) {
477 CRYPTO_library_init();
Adam Langleyd9e397b2015-01-22 14:27:53 -0800478 return 1;
479}
480
Robert Sloan4562e9d2017-10-02 10:26:51 -0700481int OPENSSL_init_ssl(uint64_t opts, const OPENSSL_INIT_SETTINGS *settings) {
482 CRYPTO_library_init();
483 return 1;
484}
485
David Benjamin4969cc92016-04-22 15:02:23 -0400486static uint32_t ssl_session_hash(const SSL_SESSION *sess) {
487 const uint8_t *session_id = sess->session_id;
488
489 uint8_t tmp_storage[sizeof(uint32_t)];
490 if (sess->session_id_length < sizeof(tmp_storage)) {
Robert Sloan69939df2017-01-09 10:53:07 -0800491 OPENSSL_memset(tmp_storage, 0, sizeof(tmp_storage));
492 OPENSSL_memcpy(tmp_storage, sess->session_id, sess->session_id_length);
David Benjamin4969cc92016-04-22 15:02:23 -0400493 session_id = tmp_storage;
494 }
495
Kenny Rootb8494592015-09-25 02:29:14 +0000496 uint32_t hash =
David Benjamin4969cc92016-04-22 15:02:23 -0400497 ((uint32_t)session_id[0]) |
498 ((uint32_t)session_id[1] << 8) |
499 ((uint32_t)session_id[2] << 16) |
500 ((uint32_t)session_id[3] << 24);
Kenny Rootb8494592015-09-25 02:29:14 +0000501
502 return hash;
503}
504
Robert Sloana27a6a42017-09-05 08:39:28 -0700505// NB: If this function (or indeed the hash function which uses a sort of
506// coarser function than this one) is changed, ensure
507// SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being
508// able to construct an SSL_SESSION that will collide with any existing session
509// with a matching session ID.
Kenny Rootb8494592015-09-25 02:29:14 +0000510static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) {
511 if (a->ssl_version != b->ssl_version) {
512 return 1;
513 }
514
515 if (a->session_id_length != b->session_id_length) {
516 return 1;
517 }
518
Robert Sloan69939df2017-01-09 10:53:07 -0800519 return OPENSSL_memcmp(a->session_id, b->session_id, a->session_id_length);
Kenny Rootb8494592015-09-25 02:29:14 +0000520}
521
522SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
523 SSL_CTX *ret = NULL;
524
525 if (method == NULL) {
526 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_METHOD_PASSED);
527 return NULL;
528 }
529
Robert Sloana12bf462017-07-17 07:08:26 -0700530 ret = (SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX));
Kenny Rootb8494592015-09-25 02:29:14 +0000531 if (ret == NULL) {
532 goto err;
533 }
534
Robert Sloan69939df2017-01-09 10:53:07 -0800535 OPENSSL_memset(ret, 0, sizeof(SSL_CTX));
Kenny Rootb8494592015-09-25 02:29:14 +0000536
537 ret->method = method->method;
Robert Sloan5d625782017-02-13 09:55:39 -0800538 ret->x509_method = method->x509_method;
Kenny Rootb8494592015-09-25 02:29:14 +0000539
540 CRYPTO_MUTEX_init(&ret->lock);
541
542 ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
543 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
544
Kenny Rootb8494592015-09-25 02:29:14 +0000545 ret->session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
Robert Sloan4d1ac502017-02-06 08:36:14 -0800546 ret->session_psk_dhe_timeout = SSL_DEFAULT_SESSION_PSK_DHE_TIMEOUT;
Kenny Rootb8494592015-09-25 02:29:14 +0000547
548 ret->references = 1;
549
550 ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
551 ret->verify_mode = SSL_VERIFY_NONE;
Robert Sloan5d625782017-02-13 09:55:39 -0800552 ret->cert = ssl_cert_new(method->x509_method);
Kenny Rootb8494592015-09-25 02:29:14 +0000553 if (ret->cert == NULL) {
554 goto err;
555 }
556
557 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
558 if (ret->sessions == NULL) {
559 goto err;
560 }
Robert Sloan7d422bc2017-03-06 10:04:29 -0800561
562 if (!ret->x509_method->ssl_ctx_new(ret)) {
Kenny Rootb8494592015-09-25 02:29:14 +0000563 goto err;
564 }
565
Robert Sloan1c9db532017-03-13 08:03:59 -0700566 if (!SSL_CTX_set_strict_cipher_list(ret, SSL_DEFAULT_CIPHER_LIST)) {
Kenny Rootb8494592015-09-25 02:29:14 +0000567 goto err2;
568 }
569
Robert Sloan7d422bc2017-03-06 10:04:29 -0800570 ret->client_CA = sk_CRYPTO_BUFFER_new_null();
Kenny Rootb8494592015-09-25 02:29:14 +0000571 if (ret->client_CA == NULL) {
572 goto err;
573 }
574
Adam Langley4139edb2016-01-13 15:00:54 -0800575 CRYPTO_new_ex_data(&ret->ex_data);
Kenny Rootb8494592015-09-25 02:29:14 +0000576
577 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
578
Robert Sloana27a6a42017-09-05 08:39:28 -0700579 // Disable the auto-chaining feature by default. Once this has stuck without
580 // problems, the feature will be removed entirely.
Steven Valdez909b19f2016-11-21 15:35:44 -0500581 ret->mode = SSL_MODE_NO_AUTO_CHAIN;
582
Robert Sloana27a6a42017-09-05 08:39:28 -0700583 // Lock the SSL_CTX to the specified version, for compatibility with legacy
584 // uses of SSL_METHOD, but we do not set the minimum version for
585 // |SSLv3_method|.
David Benjamin7c0d06c2016-08-11 13:26:41 -0400586 if (!SSL_CTX_set_max_proto_version(ret, method->version) ||
Robert Sloan572a4e22017-04-17 10:52:19 -0700587 !SSL_CTX_set_min_proto_version(ret, method->version == SSL3_VERSION
Robert Sloana27a6a42017-09-05 08:39:28 -0700588 ? 0 // default
Robert Sloan572a4e22017-04-17 10:52:19 -0700589 : method->version)) {
David Benjamin7c0d06c2016-08-11 13:26:41 -0400590 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
591 goto err2;
Kenny Rootb8494592015-09-25 02:29:14 +0000592 }
593
594 return ret;
595
596err:
597 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
598err2:
599 SSL_CTX_free(ret);
600 return NULL;
601}
602
David Benjaminc895d6b2016-08-11 13:26:41 -0400603int SSL_CTX_up_ref(SSL_CTX *ctx) {
604 CRYPTO_refcount_inc(&ctx->references);
605 return 1;
606}
607
Kenny Rootb8494592015-09-25 02:29:14 +0000608void SSL_CTX_free(SSL_CTX *ctx) {
609 if (ctx == NULL ||
610 !CRYPTO_refcount_dec_and_test_zero(&ctx->references)) {
611 return;
612 }
613
Robert Sloana27a6a42017-09-05 08:39:28 -0700614 // Free internal session cache. However: the remove_cb() may reference the
615 // ex_data of SSL_CTX, thus the ex_data store can only be removed after the
616 // sessions were flushed. As the ex_data handling routines might also touch
617 // the session cache, the most secure solution seems to be: empty (flush) the
618 // cache, then free ex_data, then finally free the cache. (See ticket
619 // [openssl.org #212].)
Kenny Rootb8494592015-09-25 02:29:14 +0000620 SSL_CTX_flush_sessions(ctx, 0);
621
622 CRYPTO_free_ex_data(&g_ex_data_class_ssl_ctx, ctx, &ctx->ex_data);
623
624 CRYPTO_MUTEX_cleanup(&ctx->lock);
625 lh_SSL_SESSION_free(ctx->sessions);
Kenny Rootb8494592015-09-25 02:29:14 +0000626 ssl_cipher_preference_list_free(ctx->cipher_list);
Kenny Rootb8494592015-09-25 02:29:14 +0000627 ssl_cert_free(ctx->cert);
628 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->client_custom_extensions,
629 SSL_CUSTOM_EXTENSION_free);
630 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->server_custom_extensions,
631 SSL_CUSTOM_EXTENSION_free);
Robert Sloan7d422bc2017-03-06 10:04:29 -0800632 sk_CRYPTO_BUFFER_pop_free(ctx->client_CA, CRYPTO_BUFFER_free);
633 ctx->x509_method->ssl_ctx_free(ctx);
Kenny Rootb8494592015-09-25 02:29:14 +0000634 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
635 OPENSSL_free(ctx->psk_identity_hint);
David Benjamind316cba2016-06-02 16:17:39 -0400636 OPENSSL_free(ctx->supported_group_list);
Kenny Rootb8494592015-09-25 02:29:14 +0000637 OPENSSL_free(ctx->alpn_client_proto_list);
Kenny Rootb8494592015-09-25 02:29:14 +0000638 EVP_PKEY_free(ctx->tlsext_channel_id_private);
Robert Sloan572a4e22017-04-17 10:52:19 -0700639 OPENSSL_free(ctx->verify_sigalgs);
Robert Sloan8f860b12017-08-28 07:37:06 -0700640 OPENSSL_free(ctx->tlsext_ticket_key_current);
641 OPENSSL_free(ctx->tlsext_ticket_key_prev);
Kenny Rootb8494592015-09-25 02:29:14 +0000642
643 OPENSSL_free(ctx);
644}
645
Adam Langleyd9e397b2015-01-22 14:27:53 -0800646SSL *SSL_new(SSL_CTX *ctx) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800647 if (ctx == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +0000648 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_CTX);
Adam Langleyd9e397b2015-01-22 14:27:53 -0800649 return NULL;
650 }
651 if (ctx->method == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +0000652 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
Adam Langleyd9e397b2015-01-22 14:27:53 -0800653 return NULL;
654 }
655
Robert Sloana12bf462017-07-17 07:08:26 -0700656 SSL *ssl = (SSL *)OPENSSL_malloc(sizeof(SSL));
Adam Langley4139edb2016-01-13 15:00:54 -0800657 if (ssl == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800658 goto err;
659 }
Robert Sloan69939df2017-01-09 10:53:07 -0800660 OPENSSL_memset(ssl, 0, sizeof(SSL));
Adam Langleyd9e397b2015-01-22 14:27:53 -0800661
Robert Sloane56da3e2017-06-26 08:26:42 -0700662 ssl->conf_min_version = ctx->conf_min_version;
663 ssl->conf_max_version = ctx->conf_max_version;
Robert Sloana12bf462017-07-17 07:08:26 -0700664 ssl->tls13_variant = ctx->tls13_variant;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800665
Robert Sloana27a6a42017-09-05 08:39:28 -0700666 // RFC 6347 states that implementations SHOULD use an initial timer value of
667 // 1 second.
David Benjamind316cba2016-06-02 16:17:39 -0400668 ssl->initial_timeout_duration_ms = 1000;
669
Adam Langley4139edb2016-01-13 15:00:54 -0800670 ssl->options = ctx->options;
671 ssl->mode = ctx->mode;
672 ssl->max_cert_list = ctx->max_cert_list;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800673
Adam Langley4139edb2016-01-13 15:00:54 -0800674 ssl->cert = ssl_cert_dup(ctx->cert);
675 if (ssl->cert == NULL) {
Adam Langleye9ada862015-05-11 17:20:37 -0700676 goto err;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800677 }
678
Adam Langley4139edb2016-01-13 15:00:54 -0800679 ssl->msg_callback = ctx->msg_callback;
680 ssl->msg_callback_arg = ctx->msg_callback_arg;
681 ssl->verify_mode = ctx->verify_mode;
Adam Langley4139edb2016-01-13 15:00:54 -0800682 ssl->verify_callback = ctx->default_verify_callback;
Robert Sloanb6d070c2017-07-24 08:40:01 -0700683 ssl->custom_verify_callback = ctx->custom_verify_callback;
Steven Valdez909b19f2016-11-21 15:35:44 -0500684 ssl->retain_only_sha256_of_client_certs =
685 ctx->retain_only_sha256_of_client_certs;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800686
Adam Langley4139edb2016-01-13 15:00:54 -0800687 ssl->quiet_shutdown = ctx->quiet_shutdown;
688 ssl->max_send_fragment = ctx->max_send_fragment;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800689
Robert Sloan69939df2017-01-09 10:53:07 -0800690 SSL_CTX_up_ref(ctx);
Adam Langley4139edb2016-01-13 15:00:54 -0800691 ssl->ctx = ctx;
Robert Sloan69939df2017-01-09 10:53:07 -0800692 SSL_CTX_up_ref(ctx);
Robert Sloan1c9db532017-03-13 08:03:59 -0700693 ssl->session_ctx = ctx;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800694
Robert Sloan7d422bc2017-03-06 10:04:29 -0800695 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
696 goto err;
697 }
698
David Benjamind316cba2016-06-02 16:17:39 -0400699 if (ctx->supported_group_list) {
Robert Sloana12bf462017-07-17 07:08:26 -0700700 ssl->supported_group_list = (uint16_t *)BUF_memdup(
701 ctx->supported_group_list, ctx->supported_group_list_len * 2);
David Benjamind316cba2016-06-02 16:17:39 -0400702 if (!ssl->supported_group_list) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800703 goto err;
704 }
David Benjamind316cba2016-06-02 16:17:39 -0400705 ssl->supported_group_list_len = ctx->supported_group_list_len;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800706 }
Adam Langleyd9e397b2015-01-22 14:27:53 -0800707
Robert Sloan4d1ac502017-02-06 08:36:14 -0800708 if (ctx->alpn_client_proto_list) {
Robert Sloana12bf462017-07-17 07:08:26 -0700709 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(
710 ctx->alpn_client_proto_list, ctx->alpn_client_proto_list_len);
Adam Langley4139edb2016-01-13 15:00:54 -0800711 if (ssl->alpn_client_proto_list == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800712 goto err;
713 }
Robert Sloan4d1ac502017-02-06 08:36:14 -0800714 ssl->alpn_client_proto_list_len = ctx->alpn_client_proto_list_len;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800715 }
716
Adam Langley4139edb2016-01-13 15:00:54 -0800717 ssl->method = ctx->method;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800718
Adam Langley4139edb2016-01-13 15:00:54 -0800719 if (!ssl->method->ssl_new(ssl)) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800720 goto err;
721 }
Adam Langleyd9e397b2015-01-22 14:27:53 -0800722
Adam Langley4139edb2016-01-13 15:00:54 -0800723 CRYPTO_new_ex_data(&ssl->ex_data);
Adam Langleyd9e397b2015-01-22 14:27:53 -0800724
Adam Langley4139edb2016-01-13 15:00:54 -0800725 ssl->psk_identity_hint = NULL;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800726 if (ctx->psk_identity_hint) {
Adam Langley4139edb2016-01-13 15:00:54 -0800727 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
728 if (ssl->psk_identity_hint == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -0800729 goto err;
730 }
731 }
Adam Langley4139edb2016-01-13 15:00:54 -0800732 ssl->psk_client_callback = ctx->psk_client_callback;
733 ssl->psk_server_callback = ctx->psk_server_callback;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800734
Adam Langley4139edb2016-01-13 15:00:54 -0800735 ssl->tlsext_channel_id_enabled = ctx->tlsext_channel_id_enabled;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800736 if (ctx->tlsext_channel_id_private) {
David Benjaminc895d6b2016-08-11 13:26:41 -0400737 EVP_PKEY_up_ref(ctx->tlsext_channel_id_private);
738 ssl->tlsext_channel_id_private = ctx->tlsext_channel_id_private;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800739 }
740
Robert Sloan4d1ac502017-02-06 08:36:14 -0800741 ssl->signed_cert_timestamps_enabled = ctx->signed_cert_timestamps_enabled;
742 ssl->ocsp_stapling_enabled = ctx->ocsp_stapling_enabled;
Robert Sloan8542c082018-02-05 09:07:34 -0800743 ssl->handoff = ctx->handoff;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800744
Adam Langley4139edb2016-01-13 15:00:54 -0800745 return ssl;
Adam Langleyd9e397b2015-01-22 14:27:53 -0800746
747err:
Adam Langley4139edb2016-01-13 15:00:54 -0800748 SSL_free(ssl);
Kenny Rootb8494592015-09-25 02:29:14 +0000749 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyd9e397b2015-01-22 14:27:53 -0800750
751 return NULL;
752}
753
Kenny Rootb8494592015-09-25 02:29:14 +0000754void SSL_free(SSL *ssl) {
755 if (ssl == NULL) {
756 return;
757 }
758
Robert Sloane56da3e2017-06-26 08:26:42 -0700759 if (ssl->ctx != NULL) {
760 ssl->ctx->x509_method->ssl_free(ssl);
761 }
762
Kenny Rootb8494592015-09-25 02:29:14 +0000763 CRYPTO_free_ex_data(&g_ex_data_class_ssl, ssl, &ssl->ex_data);
764
Kenny Rootb8494592015-09-25 02:29:14 +0000765 BIO_free_all(ssl->rbio);
David Benjaminc895d6b2016-08-11 13:26:41 -0400766 BIO_free_all(ssl->wbio);
Kenny Rootb8494592015-09-25 02:29:14 +0000767
Robert Sloana27a6a42017-09-05 08:39:28 -0700768 // add extra stuff
Kenny Rootb8494592015-09-25 02:29:14 +0000769 ssl_cipher_preference_list_free(ssl->cipher_list);
Kenny Rootb8494592015-09-25 02:29:14 +0000770
Kenny Rootb8494592015-09-25 02:29:14 +0000771 SSL_SESSION_free(ssl->session);
772
Kenny Rootb8494592015-09-25 02:29:14 +0000773 ssl_cert_free(ssl->cert);
774
775 OPENSSL_free(ssl->tlsext_hostname);
Robert Sloan1c9db532017-03-13 08:03:59 -0700776 SSL_CTX_free(ssl->session_ctx);
David Benjamind316cba2016-06-02 16:17:39 -0400777 OPENSSL_free(ssl->supported_group_list);
Kenny Rootb8494592015-09-25 02:29:14 +0000778 OPENSSL_free(ssl->alpn_client_proto_list);
Robert Sloan978112c2018-01-22 12:53:01 -0800779 OPENSSL_free(ssl->token_binding_params);
Robert Sloan8542c082018-02-05 09:07:34 -0800780 OPENSSL_free(ssl->quic_transport_params);
Kenny Rootb8494592015-09-25 02:29:14 +0000781 EVP_PKEY_free(ssl->tlsext_channel_id_private);
782 OPENSSL_free(ssl->psk_identity_hint);
Robert Sloan7d422bc2017-03-06 10:04:29 -0800783 sk_CRYPTO_BUFFER_pop_free(ssl->client_CA, CRYPTO_BUFFER_free);
Kenny Rootb8494592015-09-25 02:29:14 +0000784 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
785
786 if (ssl->method != NULL) {
787 ssl->method->ssl_free(ssl);
788 }
789 SSL_CTX_free(ssl->ctx);
790
791 OPENSSL_free(ssl);
792}
793
794void SSL_set_connect_state(SSL *ssl) {
Robert Sloan921ef2c2017-10-17 09:02:20 -0700795 ssl->server = false;
Robert Sloana27a6a42017-09-05 08:39:28 -0700796 ssl->do_handshake = ssl_client_handshake;
Kenny Rootb8494592015-09-25 02:29:14 +0000797}
798
799void SSL_set_accept_state(SSL *ssl) {
Robert Sloan921ef2c2017-10-17 09:02:20 -0700800 ssl->server = true;
Robert Sloana27a6a42017-09-05 08:39:28 -0700801 ssl->do_handshake = ssl_server_handshake;
Kenny Rootb8494592015-09-25 02:29:14 +0000802}
803
David Benjaminc895d6b2016-08-11 13:26:41 -0400804void SSL_set0_rbio(SSL *ssl, BIO *rbio) {
805 BIO_free_all(ssl->rbio);
806 ssl->rbio = rbio;
807}
808
809void SSL_set0_wbio(SSL *ssl, BIO *wbio) {
David Benjaminc895d6b2016-08-11 13:26:41 -0400810 BIO_free_all(ssl->wbio);
Kenny Rootb8494592015-09-25 02:29:14 +0000811 ssl->wbio = wbio;
812}
813
David Benjaminc895d6b2016-08-11 13:26:41 -0400814void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700815 // For historical reasons, this function has many different cases in ownership
816 // handling.
David Benjaminc895d6b2016-08-11 13:26:41 -0400817
Robert Sloana27a6a42017-09-05 08:39:28 -0700818 // If nothing has changed, do nothing
David Benjaminc895d6b2016-08-11 13:26:41 -0400819 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
820 return;
821 }
822
Robert Sloana27a6a42017-09-05 08:39:28 -0700823 // If the two arguments are equal, one fewer reference is granted than
824 // taken.
David Benjaminc895d6b2016-08-11 13:26:41 -0400825 if (rbio != NULL && rbio == wbio) {
826 BIO_up_ref(rbio);
827 }
828
Robert Sloana27a6a42017-09-05 08:39:28 -0700829 // If only the wbio is changed, adopt only one reference.
David Benjaminc895d6b2016-08-11 13:26:41 -0400830 if (rbio == SSL_get_rbio(ssl)) {
831 SSL_set0_wbio(ssl, wbio);
832 return;
833 }
834
Robert Sloana27a6a42017-09-05 08:39:28 -0700835 // There is an asymmetry here for historical reasons. If only the rbio is
836 // changed AND the rbio and wbio were originally different, then we only adopt
837 // one reference.
David Benjaminc895d6b2016-08-11 13:26:41 -0400838 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
839 SSL_set0_rbio(ssl, rbio);
840 return;
841 }
842
Robert Sloana27a6a42017-09-05 08:39:28 -0700843 // Otherwise, adopt both references.
David Benjaminc895d6b2016-08-11 13:26:41 -0400844 SSL_set0_rbio(ssl, rbio);
845 SSL_set0_wbio(ssl, wbio);
846}
847
Kenny Rootb8494592015-09-25 02:29:14 +0000848BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
849
Robert Sloan4d1ac502017-02-06 08:36:14 -0800850BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio; }
Kenny Rootb8494592015-09-25 02:29:14 +0000851
Robert Sloan69939df2017-01-09 10:53:07 -0800852int SSL_do_handshake(SSL *ssl) {
853 ssl_reset_error_state(ssl);
David Benjamin4969cc92016-04-22 15:02:23 -0400854
Robert Sloana27a6a42017-09-05 08:39:28 -0700855 if (ssl->do_handshake == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +0000856 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_TYPE_NOT_SET);
857 return -1;
858 }
859
860 if (!SSL_in_init(ssl)) {
861 return 1;
862 }
863
Robert Sloana27a6a42017-09-05 08:39:28 -0700864 // Run the handshake.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700865 SSL_HANDSHAKE *hs = ssl->s3->hs.get();
David Benjamin1b249672016-12-06 18:25:50 -0500866
Robert Sloana27a6a42017-09-05 08:39:28 -0700867 bool early_return = false;
868 int ret = ssl_run_handshake(hs, &early_return);
869 ssl_do_info_callback(
870 ssl, ssl->server ? SSL_CB_ACCEPT_EXIT : SSL_CB_CONNECT_EXIT, ret);
David Benjamin1b249672016-12-06 18:25:50 -0500871 if (ret <= 0) {
872 return ret;
873 }
874
Robert Sloana27a6a42017-09-05 08:39:28 -0700875 // Destroy the handshake object if the handshake has completely finished.
876 if (!early_return) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700877 ssl->s3->hs.reset();
David Benjamin1b249672016-12-06 18:25:50 -0500878 }
879
880 return 1;
Kenny Rootb8494592015-09-25 02:29:14 +0000881}
882
883int SSL_connect(SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700884 if (ssl->do_handshake == NULL) {
885 // Not properly initialized yet
Kenny Rootb8494592015-09-25 02:29:14 +0000886 SSL_set_connect_state(ssl);
887 }
888
David Benjamin4969cc92016-04-22 15:02:23 -0400889 return SSL_do_handshake(ssl);
Kenny Rootb8494592015-09-25 02:29:14 +0000890}
891
892int SSL_accept(SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700893 if (ssl->do_handshake == NULL) {
894 // Not properly initialized yet
Kenny Rootb8494592015-09-25 02:29:14 +0000895 SSL_set_accept_state(ssl);
896 }
897
David Benjamin4969cc92016-04-22 15:02:23 -0400898 return SSL_do_handshake(ssl);
899}
900
Robert Sloan84377092017-08-14 09:33:19 -0700901static int ssl_do_post_handshake(SSL *ssl, const SSLMessage &msg) {
Robert Sloan921ef2c2017-10-17 09:02:20 -0700902 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
Robert Sloan84377092017-08-14 09:33:19 -0700903 return tls13_post_handshake(ssl, msg);
904 }
905
Robert Sloana27a6a42017-09-05 08:39:28 -0700906 // We do not accept renegotiations as a server or SSL 3.0. SSL 3.0 will be
907 // removed entirely in the future and requires retaining more data for
908 // renegotiation_info.
David Benjamin95add822016-10-19 01:09:12 -0400909 if (ssl->server || ssl->version == SSL3_VERSION) {
David Benjaminc895d6b2016-08-11 13:26:41 -0400910 goto no_renegotiation;
911 }
912
Robert Sloan84377092017-08-14 09:33:19 -0700913 if (msg.type != SSL3_MT_HELLO_REQUEST || CBS_len(&msg.body) != 0) {
Robert Sloan921ef2c2017-10-17 09:02:20 -0700914 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
David Benjaminc895d6b2016-08-11 13:26:41 -0400915 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_HELLO_REQUEST);
916 return 0;
917 }
918
919 switch (ssl->renegotiate_mode) {
920 case ssl_renegotiate_ignore:
Robert Sloana27a6a42017-09-05 08:39:28 -0700921 // Ignore the HelloRequest.
David Benjaminc895d6b2016-08-11 13:26:41 -0400922 return 1;
923
924 case ssl_renegotiate_once:
925 if (ssl->s3->total_renegotiations != 0) {
926 goto no_renegotiation;
927 }
928 break;
929
930 case ssl_renegotiate_never:
931 goto no_renegotiation;
932
933 case ssl_renegotiate_freely:
934 break;
935 }
936
Robert Sloana27a6a42017-09-05 08:39:28 -0700937 // Renegotiation is only supported at quiescent points in the application
938 // protocol, namely in HTTPS, just before reading the HTTP response. Require
939 // the record-layer be idle and avoid complexities of sending a handshake
940 // record while an application_data record is being written.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700941 if (!ssl->s3->write_buffer.empty() ||
Robert Sloan36272962017-10-23 10:28:39 -0700942 ssl->s3->write_shutdown != ssl_shutdown_none) {
David Benjaminc895d6b2016-08-11 13:26:41 -0400943 goto no_renegotiation;
944 }
945
Robert Sloana27a6a42017-09-05 08:39:28 -0700946 // Begin a new handshake.
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700947 if (ssl->s3->hs != nullptr) {
Steven Valdeze7531f02016-12-14 13:29:57 -0500948 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
949 return 0;
950 }
951 ssl->s3->hs = ssl_handshake_new(ssl);
Robert Sloan29c1d2c2017-10-30 14:10:28 -0700952 if (ssl->s3->hs == nullptr) {
Steven Valdeze7531f02016-12-14 13:29:57 -0500953 return 0;
954 }
955
David Benjaminc895d6b2016-08-11 13:26:41 -0400956 ssl->s3->total_renegotiations++;
David Benjaminc895d6b2016-08-11 13:26:41 -0400957 return 1;
958
959no_renegotiation:
David Benjaminc895d6b2016-08-11 13:26:41 -0400960 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_RENEGOTIATION);
Robert Sloan36272962017-10-23 10:28:39 -0700961 ssl_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_NO_RENEGOTIATION);
David Benjaminc895d6b2016-08-11 13:26:41 -0400962 return 0;
963}
964
Robert Sloan36272962017-10-23 10:28:39 -0700965static int ssl_read_impl(SSL *ssl) {
Robert Sloan69939df2017-01-09 10:53:07 -0800966 ssl_reset_error_state(ssl);
David Benjamin4969cc92016-04-22 15:02:23 -0400967
Robert Sloana27a6a42017-09-05 08:39:28 -0700968 if (ssl->do_handshake == NULL) {
David Benjamin4969cc92016-04-22 15:02:23 -0400969 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
Kenny Rootb8494592015-09-25 02:29:14 +0000970 return -1;
971 }
972
Robert Sloan36272962017-10-23 10:28:39 -0700973 // Replay post-handshake message errors.
974 if (!check_read_error(ssl)) {
975 return -1;
976 }
977
978 while (ssl->s3->pending_app_data.empty()) {
Robert Sloana27a6a42017-09-05 08:39:28 -0700979 // Complete the current handshake, if any. False Start will cause
980 // |SSL_do_handshake| to return mid-handshake, so this may require multiple
981 // iterations.
Robert Sloan6d0d00e2017-03-27 07:13:07 -0700982 while (!ssl_can_read(ssl)) {
David Benjaminc895d6b2016-08-11 13:26:41 -0400983 int ret = SSL_do_handshake(ssl);
984 if (ret < 0) {
985 return ret;
986 }
987 if (ret == 0) {
988 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
989 return -1;
990 }
991 }
992
Robert Sloan921ef2c2017-10-17 09:02:20 -0700993 // Process any buffered post-handshake messages.
Robert Sloan84377092017-08-14 09:33:19 -0700994 SSLMessage msg;
Robert Sloan921ef2c2017-10-17 09:02:20 -0700995 if (ssl->method->get_message(ssl, &msg)) {
Robert Sloanb1b54b82017-11-06 13:50:02 -0800996 // If we received an interrupt in early read (EndOfEarlyData), loop again
997 // for the handshake to process it.
998 if (SSL_in_init(ssl)) {
999 ssl->s3->hs->can_early_read = false;
1000 continue;
1001 }
1002
Robert Sloana27a6a42017-09-05 08:39:28 -07001003 // Handle the post-handshake message and try again.
Robert Sloan84377092017-08-14 09:33:19 -07001004 if (!ssl_do_post_handshake(ssl, msg)) {
Robert Sloan36272962017-10-23 10:28:39 -07001005 ssl_set_read_error(ssl);
Robert Sloan84377092017-08-14 09:33:19 -07001006 return -1;
1007 }
1008 ssl->method->next_message(ssl);
Robert Sloan921ef2c2017-10-17 09:02:20 -07001009 continue; // Loop again. We may have begun a new handshake.
David Benjamin4969cc92016-04-22 15:02:23 -04001010 }
Robert Sloan921ef2c2017-10-17 09:02:20 -07001011
Robert Sloan36272962017-10-23 10:28:39 -07001012 uint8_t alert = SSL_AD_DECODE_ERROR;
1013 size_t consumed = 0;
1014 auto ret = ssl_open_app_data(ssl, &ssl->s3->pending_app_data, &consumed,
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001015 &alert, ssl->s3->read_buffer.span());
Robert Sloan36272962017-10-23 10:28:39 -07001016 bool retry;
1017 int bio_ret = ssl_handle_open_record(ssl, &retry, ret, consumed, alert);
1018 if (bio_ret <= 0) {
1019 return bio_ret;
Robert Sloan921ef2c2017-10-17 09:02:20 -07001020 }
Robert Sloan36272962017-10-23 10:28:39 -07001021 if (!retry) {
1022 assert(!ssl->s3->pending_app_data.empty());
Robert Sloan921ef2c2017-10-17 09:02:20 -07001023 ssl->s3->key_update_count = 0;
1024 }
David Benjamin4969cc92016-04-22 15:02:23 -04001025 }
Robert Sloan36272962017-10-23 10:28:39 -07001026
1027 return 1;
Kenny Rootb8494592015-09-25 02:29:14 +00001028}
1029
1030int SSL_read(SSL *ssl, void *buf, int num) {
Robert Sloan36272962017-10-23 10:28:39 -07001031 int ret = SSL_peek(ssl, buf, num);
1032 if (ret <= 0) {
1033 return ret;
1034 }
1035 // TODO(davidben): In DTLS, should the rest of the record be discarded? DTLS
1036 // is not a stream. See https://crbug.com/boringssl/65.
1037 ssl->s3->pending_app_data =
1038 ssl->s3->pending_app_data.subspan(static_cast<size_t>(ret));
1039 if (ssl->s3->pending_app_data.empty()) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001040 ssl->s3->read_buffer.DiscardConsumed();
Robert Sloan36272962017-10-23 10:28:39 -07001041 }
1042 return ret;
Kenny Rootb8494592015-09-25 02:29:14 +00001043}
1044
1045int SSL_peek(SSL *ssl, void *buf, int num) {
Robert Sloan36272962017-10-23 10:28:39 -07001046 int ret = ssl_read_impl(ssl);
1047 if (ret <= 0) {
1048 return ret;
1049 }
1050 if (num <= 0) {
1051 return num;
1052 }
1053 size_t todo =
1054 std::min(ssl->s3->pending_app_data.size(), static_cast<size_t>(num));
1055 OPENSSL_memcpy(buf, ssl->s3->pending_app_data.data(), todo);
1056 return static_cast<int>(todo);
Kenny Rootb8494592015-09-25 02:29:14 +00001057}
1058
1059int SSL_write(SSL *ssl, const void *buf, int num) {
Robert Sloan69939df2017-01-09 10:53:07 -08001060 ssl_reset_error_state(ssl);
David Benjamin4969cc92016-04-22 15:02:23 -04001061
Robert Sloana27a6a42017-09-05 08:39:28 -07001062 if (ssl->do_handshake == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00001063 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
1064 return -1;
1065 }
1066
Robert Sloan921ef2c2017-10-17 09:02:20 -07001067 if (ssl->s3->write_shutdown != ssl_shutdown_none) {
Kenny Rootb8494592015-09-25 02:29:14 +00001068 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
1069 return -1;
1070 }
1071
Robert Sloana27a6a42017-09-05 08:39:28 -07001072 int ret = 0;
1073 bool needs_handshake = false;
Robert Sloane56da3e2017-06-26 08:26:42 -07001074 do {
Robert Sloana27a6a42017-09-05 08:39:28 -07001075 // If necessary, complete the handshake implicitly.
Robert Sloane56da3e2017-06-26 08:26:42 -07001076 if (!ssl_can_write(ssl)) {
1077 ret = SSL_do_handshake(ssl);
1078 if (ret < 0) {
1079 return ret;
1080 }
1081 if (ret == 0) {
1082 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
1083 return -1;
1084 }
David Benjamin4969cc92016-04-22 15:02:23 -04001085 }
David Benjamin4969cc92016-04-22 15:02:23 -04001086
Robert Sloana12bf462017-07-17 07:08:26 -07001087 ret = ssl->method->write_app_data(ssl, &needs_handshake,
1088 (const uint8_t *)buf, num);
Robert Sloane56da3e2017-06-26 08:26:42 -07001089 } while (needs_handshake);
1090 return ret;
Kenny Rootb8494592015-09-25 02:29:14 +00001091}
1092
1093int SSL_shutdown(SSL *ssl) {
Robert Sloan69939df2017-01-09 10:53:07 -08001094 ssl_reset_error_state(ssl);
David Benjamin4969cc92016-04-22 15:02:23 -04001095
Robert Sloana27a6a42017-09-05 08:39:28 -07001096 if (ssl->do_handshake == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00001097 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
1098 return -1;
1099 }
1100
Robert Sloana27a6a42017-09-05 08:39:28 -07001101 // If we are in the middle of a handshake, silently succeed. Consumers often
1102 // call this function before |SSL_free|, whether the handshake succeeded or
1103 // not. We assume the caller has already handled failed handshakes.
Kenny Rootb8494592015-09-25 02:29:14 +00001104 if (SSL_in_init(ssl)) {
Robert Sloana94fe052017-02-21 08:49:28 -08001105 return 1;
Kenny Rootb8494592015-09-25 02:29:14 +00001106 }
1107
Kenny Rootb8494592015-09-25 02:29:14 +00001108 if (ssl->quiet_shutdown) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001109 // Do nothing if configured not to send a close_notify.
Robert Sloan921ef2c2017-10-17 09:02:20 -07001110 ssl->s3->write_shutdown = ssl_shutdown_close_notify;
1111 ssl->s3->read_shutdown = ssl_shutdown_close_notify;
Kenny Rootb8494592015-09-25 02:29:14 +00001112 return 1;
1113 }
1114
Robert Sloana27a6a42017-09-05 08:39:28 -07001115 // This function completes in two stages. It sends a close_notify and then it
1116 // waits for a close_notify to come in. Perform exactly one action and return
1117 // whether or not it succeeds.
Kenny Rootb8494592015-09-25 02:29:14 +00001118
Robert Sloan921ef2c2017-10-17 09:02:20 -07001119 if (ssl->s3->write_shutdown != ssl_shutdown_close_notify) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001120 // Send a close_notify.
Robert Sloan921ef2c2017-10-17 09:02:20 -07001121 if (ssl_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) {
David Benjamind316cba2016-06-02 16:17:39 -04001122 return -1;
Kenny Rootb8494592015-09-25 02:29:14 +00001123 }
1124 } else if (ssl->s3->alert_dispatch) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001125 // Finish sending the close_notify.
David Benjaminc895d6b2016-08-11 13:26:41 -04001126 if (ssl->method->dispatch_alert(ssl) <= 0) {
David Benjamind316cba2016-06-02 16:17:39 -04001127 return -1;
Kenny Rootb8494592015-09-25 02:29:14 +00001128 }
Robert Sloan921ef2c2017-10-17 09:02:20 -07001129 } else if (ssl->s3->read_shutdown != ssl_shutdown_close_notify) {
Robert Sloan36272962017-10-23 10:28:39 -07001130 if (SSL_is_dtls(ssl)) {
1131 // Bidirectional shutdown doesn't make sense for an unordered
1132 // transport. DTLS alerts also aren't delivered reliably, so we may even
1133 // time out because the peer never received our close_notify. Report to
1134 // the caller that the channel has fully shut down.
1135 if (ssl->s3->read_shutdown == ssl_shutdown_error) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001136 ERR_restore_state(ssl->s3->read_error.get());
Robert Sloan36272962017-10-23 10:28:39 -07001137 return -1;
1138 }
1139 ssl->s3->read_shutdown = ssl_shutdown_close_notify;
1140 } else {
1141 // Keep discarding data until we see a close_notify.
1142 for (;;) {
1143 ssl->s3->pending_app_data = Span<uint8_t>();
1144 int ret = ssl_read_impl(ssl);
1145 if (ret <= 0) {
1146 break;
1147 }
1148 }
1149 if (ssl->s3->read_shutdown != ssl_shutdown_close_notify) {
1150 return -1;
1151 }
Kenny Rootb8494592015-09-25 02:29:14 +00001152 }
1153 }
1154
Robert Sloana27a6a42017-09-05 08:39:28 -07001155 // Return 0 for unidirectional shutdown and 1 for bidirectional shutdown.
Robert Sloan921ef2c2017-10-17 09:02:20 -07001156 return ssl->s3->read_shutdown == ssl_shutdown_close_notify;
Kenny Rootb8494592015-09-25 02:29:14 +00001157}
1158
David Benjaminc895d6b2016-08-11 13:26:41 -04001159int SSL_send_fatal_alert(SSL *ssl, uint8_t alert) {
1160 if (ssl->s3->alert_dispatch) {
1161 if (ssl->s3->send_alert[0] != SSL3_AL_FATAL ||
1162 ssl->s3->send_alert[1] != alert) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001163 // We are already attempting to write a different alert.
David Benjaminc895d6b2016-08-11 13:26:41 -04001164 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
1165 return -1;
1166 }
1167 return ssl->method->dispatch_alert(ssl);
1168 }
1169
Robert Sloan921ef2c2017-10-17 09:02:20 -07001170 return ssl_send_alert(ssl, SSL3_AL_FATAL, alert);
David Benjaminc895d6b2016-08-11 13:26:41 -04001171}
1172
Robert Sloan8542c082018-02-05 09:07:34 -08001173int SSL_set_quic_transport_params(SSL *ssl, const uint8_t *params,
1174 size_t params_len) {
1175 ssl->quic_transport_params = (uint8_t *)BUF_memdup(params, params_len);
1176 if (!ssl->quic_transport_params) {
1177 return 0;
1178 }
1179 ssl->quic_transport_params_len = params_len;
1180 return 1;
1181}
1182
1183void SSL_get_peer_quic_transport_params(const SSL *ssl,
1184 const uint8_t **out_params,
1185 size_t *out_params_len) {
1186 *out_params = ssl->s3->peer_quic_transport_params.data();
1187 *out_params_len = ssl->s3->peer_quic_transport_params.size();
1188}
1189
Robert Sloan69939df2017-01-09 10:53:07 -08001190void SSL_CTX_set_early_data_enabled(SSL_CTX *ctx, int enabled) {
Robert Sloan572a4e22017-04-17 10:52:19 -07001191 ctx->cert->enable_early_data = !!enabled;
1192}
1193
Robert Sloana12bf462017-07-17 07:08:26 -07001194void SSL_CTX_set_tls13_variant(SSL_CTX *ctx, enum tls13_variant_t variant) {
1195 ctx->tls13_variant = variant;
1196}
1197
1198void SSL_set_tls13_variant(SSL *ssl, enum tls13_variant_t variant) {
1199 ssl->tls13_variant = variant;
1200}
1201
Robert Sloan572a4e22017-04-17 10:52:19 -07001202void SSL_set_early_data_enabled(SSL *ssl, int enabled) {
1203 ssl->cert->enable_early_data = !!enabled;
Robert Sloan69939df2017-01-09 10:53:07 -08001204}
1205
Robert Sloane56da3e2017-06-26 08:26:42 -07001206int SSL_in_early_data(const SSL *ssl) {
1207 if (ssl->s3->hs == NULL) {
1208 return 0;
1209 }
1210 return ssl->s3->hs->in_early_data;
1211}
1212
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001213int SSL_early_data_accepted(const SSL *ssl) {
Robert Sloan0da43952018-01-03 15:13:14 -08001214 return ssl->s3->early_data_accepted;
Robert Sloan6d0d00e2017-03-27 07:13:07 -07001215}
1216
Robert Sloane56da3e2017-06-26 08:26:42 -07001217void SSL_reset_early_data_reject(SSL *ssl) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001218 SSL_HANDSHAKE *hs = ssl->s3->hs.get();
Robert Sloane56da3e2017-06-26 08:26:42 -07001219 if (hs == NULL ||
1220 hs->wait != ssl_hs_early_data_rejected) {
1221 abort();
1222 }
1223
1224 hs->wait = ssl_hs_ok;
Robert Sloana27a6a42017-09-05 08:39:28 -07001225 hs->in_early_data = false;
Robert Sloanb6d070c2017-07-24 08:40:01 -07001226 hs->early_session.reset();
Robert Sloane56da3e2017-06-26 08:26:42 -07001227
Robert Sloana27a6a42017-09-05 08:39:28 -07001228 // Discard any unfinished writes from the perspective of |SSL_write|'s
1229 // retry. The handshake will transparently flush out the pending record
1230 // (discarded by the server) to keep the framing correct.
1231 ssl->s3->wpend_pending = false;
Robert Sloane56da3e2017-06-26 08:26:42 -07001232}
1233
Steven Valdeze7531f02016-12-14 13:29:57 -05001234static int bio_retry_reason_to_error(int reason) {
1235 switch (reason) {
1236 case BIO_RR_CONNECT:
1237 return SSL_ERROR_WANT_CONNECT;
1238 case BIO_RR_ACCEPT:
1239 return SSL_ERROR_WANT_ACCEPT;
1240 default:
1241 return SSL_ERROR_SYSCALL;
1242 }
1243}
Kenny Rootb8494592015-09-25 02:29:14 +00001244
Steven Valdeze7531f02016-12-14 13:29:57 -05001245int SSL_get_error(const SSL *ssl, int ret_code) {
Kenny Rootb8494592015-09-25 02:29:14 +00001246 if (ret_code > 0) {
1247 return SSL_ERROR_NONE;
1248 }
1249
Robert Sloana27a6a42017-09-05 08:39:28 -07001250 // Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
1251 // where we do encode the error
Steven Valdeze7531f02016-12-14 13:29:57 -05001252 uint32_t err = ERR_peek_error();
Kenny Rootb8494592015-09-25 02:29:14 +00001253 if (err != 0) {
1254 if (ERR_GET_LIB(err) == ERR_LIB_SYS) {
1255 return SSL_ERROR_SYSCALL;
1256 }
1257 return SSL_ERROR_SSL;
1258 }
1259
1260 if (ret_code == 0) {
Robert Sloan921ef2c2017-10-17 09:02:20 -07001261 if (ssl->s3->read_shutdown == ssl_shutdown_close_notify) {
Kenny Rootb8494592015-09-25 02:29:14 +00001262 return SSL_ERROR_ZERO_RETURN;
1263 }
Robert Sloana27a6a42017-09-05 08:39:28 -07001264 // An EOF was observed which violates the protocol, and the underlying
1265 // transport does not participate in the error queue. Bubble up to the
1266 // caller.
Kenny Rootb8494592015-09-25 02:29:14 +00001267 return SSL_ERROR_SYSCALL;
1268 }
1269
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001270 switch (ssl->s3->rwstate) {
Steven Valdeze7531f02016-12-14 13:29:57 -05001271 case SSL_PENDING_SESSION:
1272 return SSL_ERROR_PENDING_SESSION;
Kenny Rootb8494592015-09-25 02:29:14 +00001273
Steven Valdeze7531f02016-12-14 13:29:57 -05001274 case SSL_CERTIFICATE_SELECTION_PENDING:
1275 return SSL_ERROR_PENDING_CERTIFICATE;
Kenny Rootb8494592015-09-25 02:29:14 +00001276
Robert Sloan8542c082018-02-05 09:07:34 -08001277 case SSL_HANDOFF:
1278 return SSL_ERROR_HANDOFF;
1279
Steven Valdeze7531f02016-12-14 13:29:57 -05001280 case SSL_READING: {
1281 BIO *bio = SSL_get_rbio(ssl);
1282 if (BIO_should_read(bio)) {
1283 return SSL_ERROR_WANT_READ;
Kenny Rootb8494592015-09-25 02:29:14 +00001284 }
1285
Steven Valdeze7531f02016-12-14 13:29:57 -05001286 if (BIO_should_write(bio)) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001287 // TODO(davidben): OpenSSL historically checked for writes on the read
1288 // BIO. Can this be removed?
Steven Valdeze7531f02016-12-14 13:29:57 -05001289 return SSL_ERROR_WANT_WRITE;
Kenny Rootb8494592015-09-25 02:29:14 +00001290 }
1291
Steven Valdeze7531f02016-12-14 13:29:57 -05001292 if (BIO_should_io_special(bio)) {
1293 return bio_retry_reason_to_error(BIO_get_retry_reason(bio));
Kenny Rootb8494592015-09-25 02:29:14 +00001294 }
1295
Steven Valdeze7531f02016-12-14 13:29:57 -05001296 break;
1297 }
1298
1299 case SSL_WRITING: {
1300 BIO *bio = SSL_get_wbio(ssl);
1301 if (BIO_should_write(bio)) {
1302 return SSL_ERROR_WANT_WRITE;
Kenny Rootb8494592015-09-25 02:29:14 +00001303 }
1304
Steven Valdeze7531f02016-12-14 13:29:57 -05001305 if (BIO_should_read(bio)) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001306 // TODO(davidben): OpenSSL historically checked for reads on the write
1307 // BIO. Can this be removed?
Steven Valdeze7531f02016-12-14 13:29:57 -05001308 return SSL_ERROR_WANT_READ;
1309 }
1310
1311 if (BIO_should_io_special(bio)) {
1312 return bio_retry_reason_to_error(BIO_get_retry_reason(bio));
1313 }
1314
1315 break;
Kenny Rootb8494592015-09-25 02:29:14 +00001316 }
Kenny Rootb8494592015-09-25 02:29:14 +00001317
Steven Valdeze7531f02016-12-14 13:29:57 -05001318 case SSL_X509_LOOKUP:
1319 return SSL_ERROR_WANT_X509_LOOKUP;
Kenny Rootb8494592015-09-25 02:29:14 +00001320
Steven Valdeze7531f02016-12-14 13:29:57 -05001321 case SSL_CHANNEL_ID_LOOKUP:
1322 return SSL_ERROR_WANT_CHANNEL_ID_LOOKUP;
Kenny Rootb8494592015-09-25 02:29:14 +00001323
Steven Valdeze7531f02016-12-14 13:29:57 -05001324 case SSL_PRIVATE_KEY_OPERATION:
1325 return SSL_ERROR_WANT_PRIVATE_KEY_OPERATION;
Robert Sloan1c9db532017-03-13 08:03:59 -07001326
1327 case SSL_PENDING_TICKET:
1328 return SSL_ERROR_PENDING_TICKET;
Robert Sloane56da3e2017-06-26 08:26:42 -07001329
1330 case SSL_EARLY_DATA_REJECTED:
1331 return SSL_ERROR_EARLY_DATA_REJECTED;
Robert Sloanb6d070c2017-07-24 08:40:01 -07001332
1333 case SSL_CERTIFICATE_VERIFY:
1334 return SSL_ERROR_WANT_CERTIFICATE_VERIFY;
Kenny Rootb8494592015-09-25 02:29:14 +00001335 }
1336
1337 return SSL_ERROR_SYSCALL;
1338}
1339
Kenny Rootb8494592015-09-25 02:29:14 +00001340uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) {
1341 ctx->options |= options;
1342 return ctx->options;
1343}
1344
1345uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options) {
1346 ctx->options &= ~options;
1347 return ctx->options;
1348}
1349
1350uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
1351
1352uint32_t SSL_set_options(SSL *ssl, uint32_t options) {
1353 ssl->options |= options;
1354 return ssl->options;
1355}
1356
1357uint32_t SSL_clear_options(SSL *ssl, uint32_t options) {
1358 ssl->options &= ~options;
1359 return ssl->options;
1360}
1361
1362uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; }
1363
1364uint32_t SSL_CTX_set_mode(SSL_CTX *ctx, uint32_t mode) {
1365 ctx->mode |= mode;
1366 return ctx->mode;
1367}
1368
1369uint32_t SSL_CTX_clear_mode(SSL_CTX *ctx, uint32_t mode) {
1370 ctx->mode &= ~mode;
1371 return ctx->mode;
1372}
1373
1374uint32_t SSL_CTX_get_mode(const SSL_CTX *ctx) { return ctx->mode; }
1375
1376uint32_t SSL_set_mode(SSL *ssl, uint32_t mode) {
1377 ssl->mode |= mode;
1378 return ssl->mode;
1379}
1380
1381uint32_t SSL_clear_mode(SSL *ssl, uint32_t mode) {
1382 ssl->mode &= ~mode;
1383 return ssl->mode;
1384}
1385
1386uint32_t SSL_get_mode(const SSL *ssl) { return ssl->mode; }
1387
Steven Valdeze7531f02016-12-14 13:29:57 -05001388void SSL_CTX_set0_buffer_pool(SSL_CTX *ctx, CRYPTO_BUFFER_POOL *pool) {
1389 ctx->pool = pool;
1390}
1391
Kenny Rootb8494592015-09-25 02:29:14 +00001392int SSL_get_tls_unique(const SSL *ssl, uint8_t *out, size_t *out_len,
1393 size_t max_out) {
Robert Sloana12bf462017-07-17 07:08:26 -07001394 *out_len = 0;
1395 OPENSSL_memset(out, 0, max_out);
1396
Robert Sloana27a6a42017-09-05 08:39:28 -07001397 // tls-unique is not defined for SSL 3.0 or TLS 1.3.
David Benjamin95add822016-10-19 01:09:12 -04001398 if (!ssl->s3->initial_handshake_complete ||
Robert Sloan921ef2c2017-10-17 09:02:20 -07001399 ssl_protocol_version(ssl) < TLS1_VERSION ||
1400 ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
Robert Sloana12bf462017-07-17 07:08:26 -07001401 return 0;
David Benjamin95add822016-10-19 01:09:12 -04001402 }
1403
Robert Sloana27a6a42017-09-05 08:39:28 -07001404 // The tls-unique value is the first Finished message in the handshake, which
1405 // is the client's in a full handshake and the server's for a resumption. See
1406 // https://tools.ietf.org/html/rfc5929#section-3.1.
Kenny Rootb8494592015-09-25 02:29:14 +00001407 const uint8_t *finished = ssl->s3->previous_client_finished;
1408 size_t finished_len = ssl->s3->previous_client_finished_len;
David Benjaminc895d6b2016-08-11 13:26:41 -04001409 if (ssl->session != NULL) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001410 // tls-unique is broken for resumed sessions unless EMS is used.
Kenny Rootb8494592015-09-25 02:29:14 +00001411 if (!ssl->session->extended_master_secret) {
Robert Sloana12bf462017-07-17 07:08:26 -07001412 return 0;
Kenny Rootb8494592015-09-25 02:29:14 +00001413 }
1414 finished = ssl->s3->previous_server_finished;
1415 finished_len = ssl->s3->previous_server_finished_len;
1416 }
1417
Kenny Rootb8494592015-09-25 02:29:14 +00001418 *out_len = finished_len;
1419 if (finished_len > max_out) {
1420 *out_len = max_out;
1421 }
1422
Robert Sloan69939df2017-01-09 10:53:07 -08001423 OPENSSL_memcpy(out, finished, *out_len);
Kenny Rootb8494592015-09-25 02:29:14 +00001424 return 1;
Kenny Rootb8494592015-09-25 02:29:14 +00001425}
1426
Robert Sloana94fe052017-02-21 08:49:28 -08001427static int set_session_id_context(CERT *cert, const uint8_t *sid_ctx,
David Benjamin1b249672016-12-06 18:25:50 -05001428 size_t sid_ctx_len) {
Robert Sloana94fe052017-02-21 08:49:28 -08001429 if (sid_ctx_len > sizeof(cert->sid_ctx)) {
Kenny Rootb8494592015-09-25 02:29:14 +00001430 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001431 return 0;
1432 }
David Benjamin1b249672016-12-06 18:25:50 -05001433
Robert Sloana12bf462017-07-17 07:08:26 -07001434 static_assert(sizeof(cert->sid_ctx) < 256, "sid_ctx too large");
Robert Sloana94fe052017-02-21 08:49:28 -08001435 cert->sid_ctx_length = (uint8_t)sid_ctx_len;
1436 OPENSSL_memcpy(cert->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001437 return 1;
1438}
1439
Robert Sloana94fe052017-02-21 08:49:28 -08001440int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const uint8_t *sid_ctx,
1441 size_t sid_ctx_len) {
1442 return set_session_id_context(ctx->cert, sid_ctx, sid_ctx_len);
1443}
1444
Adam Langleyd9e397b2015-01-22 14:27:53 -08001445int SSL_set_session_id_context(SSL *ssl, const uint8_t *sid_ctx,
David Benjamin1b249672016-12-06 18:25:50 -05001446 size_t sid_ctx_len) {
Robert Sloana94fe052017-02-21 08:49:28 -08001447 return set_session_id_context(ssl->cert, sid_ctx, sid_ctx_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001448}
1449
David Benjaminf31229b2017-01-25 14:08:15 -05001450const uint8_t *SSL_get0_session_id_context(const SSL *ssl, size_t *out_len) {
Robert Sloana94fe052017-02-21 08:49:28 -08001451 *out_len = ssl->cert->sid_ctx_length;
1452 return ssl->cert->sid_ctx;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001453}
1454
Kenny Rootb8494592015-09-25 02:29:14 +00001455void SSL_certs_clear(SSL *ssl) { ssl_cert_clear_certs(ssl->cert); }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001456
Kenny Roote99801b2015-11-06 15:31:15 -08001457int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001458
Kenny Roote99801b2015-11-06 15:31:15 -08001459int SSL_get_rfd(const SSL *ssl) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001460 int ret = -1;
Kenny Roote99801b2015-11-06 15:31:15 -08001461 BIO *b = BIO_find_type(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR);
1462 if (b != NULL) {
1463 BIO_get_fd(b, &ret);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001464 }
1465 return ret;
1466}
1467
Kenny Roote99801b2015-11-06 15:31:15 -08001468int SSL_get_wfd(const SSL *ssl) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001469 int ret = -1;
Kenny Roote99801b2015-11-06 15:31:15 -08001470 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR);
1471 if (b != NULL) {
1472 BIO_get_fd(b, &ret);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001473 }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001474 return ret;
1475}
1476
Kenny Roote99801b2015-11-06 15:31:15 -08001477int SSL_set_fd(SSL *ssl, int fd) {
David Benjamin4969cc92016-04-22 15:02:23 -04001478 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyd9e397b2015-01-22 14:27:53 -08001479 if (bio == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00001480 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
Kenny Roote99801b2015-11-06 15:31:15 -08001481 return 0;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001482 }
1483 BIO_set_fd(bio, fd, BIO_NOCLOSE);
Kenny Roote99801b2015-11-06 15:31:15 -08001484 SSL_set_bio(ssl, bio, bio);
1485 return 1;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001486}
1487
Kenny Roote99801b2015-11-06 15:31:15 -08001488int SSL_set_wfd(SSL *ssl, int fd) {
David Benjamind316cba2016-06-02 16:17:39 -04001489 BIO *rbio = SSL_get_rbio(ssl);
1490 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET ||
1491 BIO_get_fd(rbio, NULL) != fd) {
David Benjamin4969cc92016-04-22 15:02:23 -04001492 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyd9e397b2015-01-22 14:27:53 -08001493 if (bio == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00001494 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
Kenny Roote99801b2015-11-06 15:31:15 -08001495 return 0;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001496 }
1497 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjaminc895d6b2016-08-11 13:26:41 -04001498 SSL_set0_wbio(ssl, bio);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001499 } else {
Robert Sloana27a6a42017-09-05 08:39:28 -07001500 // Copy the rbio over to the wbio.
David Benjaminc895d6b2016-08-11 13:26:41 -04001501 BIO_up_ref(rbio);
1502 SSL_set0_wbio(ssl, rbio);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001503 }
1504
Kenny Roote99801b2015-11-06 15:31:15 -08001505 return 1;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001506}
1507
Kenny Roote99801b2015-11-06 15:31:15 -08001508int SSL_set_rfd(SSL *ssl, int fd) {
David Benjamind316cba2016-06-02 16:17:39 -04001509 BIO *wbio = SSL_get_wbio(ssl);
1510 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET ||
1511 BIO_get_fd(wbio, NULL) != fd) {
David Benjamin4969cc92016-04-22 15:02:23 -04001512 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyd9e397b2015-01-22 14:27:53 -08001513 if (bio == NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00001514 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
Kenny Roote99801b2015-11-06 15:31:15 -08001515 return 0;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001516 }
1517 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjaminc895d6b2016-08-11 13:26:41 -04001518 SSL_set0_rbio(ssl, bio);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001519 } else {
Robert Sloana27a6a42017-09-05 08:39:28 -07001520 // Copy the wbio over to the rbio.
David Benjaminc895d6b2016-08-11 13:26:41 -04001521 BIO_up_ref(wbio);
1522 SSL_set0_rbio(ssl, wbio);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001523 }
Kenny Roote99801b2015-11-06 15:31:15 -08001524 return 1;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001525}
1526
David Benjamin95add822016-10-19 01:09:12 -04001527static size_t copy_finished(void *out, size_t out_len, const uint8_t *in,
1528 size_t in_len) {
1529 if (out_len > in_len) {
1530 out_len = in_len;
1531 }
Robert Sloan69939df2017-01-09 10:53:07 -08001532 OPENSSL_memcpy(out, in, out_len);
David Benjamin95add822016-10-19 01:09:12 -04001533 return in_len;
1534}
Adam Langleyd9e397b2015-01-22 14:27:53 -08001535
David Benjamin95add822016-10-19 01:09:12 -04001536size_t SSL_get_finished(const SSL *ssl, void *buf, size_t count) {
1537 if (!ssl->s3->initial_handshake_complete ||
Robert Sloan921ef2c2017-10-17 09:02:20 -07001538 ssl_protocol_version(ssl) < TLS1_VERSION ||
1539 ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
David Benjamin95add822016-10-19 01:09:12 -04001540 return 0;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001541 }
1542
David Benjamin95add822016-10-19 01:09:12 -04001543 if (ssl->server) {
1544 return copy_finished(buf, count, ssl->s3->previous_server_finished,
1545 ssl->s3->previous_server_finished_len);
1546 }
1547
1548 return copy_finished(buf, count, ssl->s3->previous_client_finished,
1549 ssl->s3->previous_client_finished_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001550}
1551
Kenny Roote99801b2015-11-06 15:31:15 -08001552size_t SSL_get_peer_finished(const SSL *ssl, void *buf, size_t count) {
David Benjamin95add822016-10-19 01:09:12 -04001553 if (!ssl->s3->initial_handshake_complete ||
Robert Sloan921ef2c2017-10-17 09:02:20 -07001554 ssl_protocol_version(ssl) < TLS1_VERSION ||
1555 ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
David Benjamin95add822016-10-19 01:09:12 -04001556 return 0;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001557 }
1558
David Benjamin95add822016-10-19 01:09:12 -04001559 if (ssl->server) {
1560 return copy_finished(buf, count, ssl->s3->previous_client_finished,
1561 ssl->s3->previous_client_finished_len);
1562 }
1563
1564 return copy_finished(buf, count, ssl->s3->previous_server_finished,
1565 ssl->s3->previous_server_finished_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001566}
1567
Kenny Rootb8494592015-09-25 02:29:14 +00001568int SSL_get_verify_mode(const SSL *ssl) { return ssl->verify_mode; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001569
Kenny Rootb8494592015-09-25 02:29:14 +00001570int SSL_get_extms_support(const SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001571 // TLS 1.3 does not require extended master secret and always reports as
1572 // supporting it.
David Benjaminc895d6b2016-08-11 13:26:41 -04001573 if (!ssl->s3->have_version) {
1574 return 0;
1575 }
Robert Sloan921ef2c2017-10-17 09:02:20 -07001576 if (ssl_protocol_version(ssl) >= TLS1_3_VERSION) {
Robert Sloana94fe052017-02-21 08:49:28 -08001577 return 1;
1578 }
1579
Robert Sloana27a6a42017-09-05 08:39:28 -07001580 // If the initial handshake completed, query the established session.
Robert Sloana94fe052017-02-21 08:49:28 -08001581 if (ssl->s3->established_session != NULL) {
1582 return ssl->s3->established_session->extended_master_secret;
1583 }
1584
Robert Sloana27a6a42017-09-05 08:39:28 -07001585 // Otherwise, query the in-progress handshake.
Robert Sloana94fe052017-02-21 08:49:28 -08001586 if (ssl->s3->hs != NULL) {
1587 return ssl->s3->hs->extended_master_secret;
1588 }
1589 assert(0);
1590 return 0;
Kenny Rootb8494592015-09-25 02:29:14 +00001591}
1592
Adam Langleyf4e42722015-06-04 17:45:09 -07001593int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001594
Adam Langley4139edb2016-01-13 15:00:54 -08001595int SSL_get_read_ahead(const SSL *ssl) { return 0; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08001596
Adam Langleyf4e42722015-06-04 17:45:09 -07001597void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { }
Adam Langleye9ada862015-05-11 17:20:37 -07001598
Adam Langley4139edb2016-01-13 15:00:54 -08001599void SSL_set_read_ahead(SSL *ssl, int yes) { }
Adam Langleye9ada862015-05-11 17:20:37 -07001600
Kenny Roote99801b2015-11-06 15:31:15 -08001601int SSL_pending(const SSL *ssl) {
Robert Sloan36272962017-10-23 10:28:39 -07001602 return static_cast<int>(ssl->s3->pending_app_data.size());
Adam Langleyd9e397b2015-01-22 14:27:53 -08001603}
1604
Robert Sloana27a6a42017-09-05 08:39:28 -07001605// Fix this so it checks all the valid key/cert options
Adam Langleyd9e397b2015-01-22 14:27:53 -08001606int SSL_CTX_check_private_key(const SSL_CTX *ctx) {
Robert Sloan4d1ac502017-02-06 08:36:14 -08001607 return ssl_cert_check_private_key(ctx->cert, ctx->cert->privatekey);
Steven Valdez909b19f2016-11-21 15:35:44 -05001608}
1609
Robert Sloana27a6a42017-09-05 08:39:28 -07001610// Fix this function so that it takes an optional type parameter
Steven Valdez909b19f2016-11-21 15:35:44 -05001611int SSL_check_private_key(const SSL *ssl) {
Robert Sloan4d1ac502017-02-06 08:36:14 -08001612 return ssl_cert_check_private_key(ssl->cert, ssl->cert->privatekey);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001613}
1614
Kenny Rootb8494592015-09-25 02:29:14 +00001615long SSL_get_default_timeout(const SSL *ssl) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001616 return SSL_DEFAULT_SESSION_TIMEOUT;
1617}
1618
Adam Langleyf4e42722015-06-04 17:45:09 -07001619int SSL_renegotiate(SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001620 // Caller-initiated renegotiation is not supported.
Kenny Rootb8494592015-09-25 02:29:14 +00001621 OPENSSL_PUT_ERROR(SSL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
Adam Langleyf4e42722015-06-04 17:45:09 -07001622 return 0;
1623}
1624
1625int SSL_renegotiate_pending(SSL *ssl) {
1626 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001627}
1628
David Benjamin6e899c72016-06-09 18:02:18 -04001629int SSL_total_renegotiations(const SSL *ssl) {
1630 return ssl->s3->total_renegotiations;
1631}
1632
Adam Langleye9ada862015-05-11 17:20:37 -07001633size_t SSL_CTX_get_max_cert_list(const SSL_CTX *ctx) {
1634 return ctx->max_cert_list;
1635}
1636
1637void SSL_CTX_set_max_cert_list(SSL_CTX *ctx, size_t max_cert_list) {
1638 if (max_cert_list > kMaxHandshakeSize) {
1639 max_cert_list = kMaxHandshakeSize;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001640 }
Adam Langleye9ada862015-05-11 17:20:37 -07001641 ctx->max_cert_list = (uint32_t)max_cert_list;
1642}
1643
1644size_t SSL_get_max_cert_list(const SSL *ssl) {
1645 return ssl->max_cert_list;
1646}
1647
1648void SSL_set_max_cert_list(SSL *ssl, size_t max_cert_list) {
1649 if (max_cert_list > kMaxHandshakeSize) {
1650 max_cert_list = kMaxHandshakeSize;
1651 }
1652 ssl->max_cert_list = (uint32_t)max_cert_list;
1653}
1654
David Benjamin4969cc92016-04-22 15:02:23 -04001655int SSL_CTX_set_max_send_fragment(SSL_CTX *ctx, size_t max_send_fragment) {
Adam Langleye9ada862015-05-11 17:20:37 -07001656 if (max_send_fragment < 512) {
1657 max_send_fragment = 512;
1658 }
1659 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1660 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1661 }
1662 ctx->max_send_fragment = (uint16_t)max_send_fragment;
David Benjamin4969cc92016-04-22 15:02:23 -04001663
1664 return 1;
Adam Langleye9ada862015-05-11 17:20:37 -07001665}
1666
David Benjamin4969cc92016-04-22 15:02:23 -04001667int SSL_set_max_send_fragment(SSL *ssl, size_t max_send_fragment) {
Adam Langleye9ada862015-05-11 17:20:37 -07001668 if (max_send_fragment < 512) {
1669 max_send_fragment = 512;
1670 }
1671 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1672 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1673 }
1674 ssl->max_send_fragment = (uint16_t)max_send_fragment;
David Benjamin4969cc92016-04-22 15:02:23 -04001675
1676 return 1;
Adam Langleye9ada862015-05-11 17:20:37 -07001677}
1678
1679int SSL_set_mtu(SSL *ssl, unsigned mtu) {
David Benjaminc895d6b2016-08-11 13:26:41 -04001680 if (!SSL_is_dtls(ssl) || mtu < dtls1_min_mtu()) {
Adam Langleye9ada862015-05-11 17:20:37 -07001681 return 0;
1682 }
1683 ssl->d1->mtu = mtu;
1684 return 1;
1685}
1686
1687int SSL_get_secure_renegotiation_support(const SSL *ssl) {
Steven Valdezb0b45c62017-01-17 16:23:54 -05001688 if (!ssl->s3->have_version) {
1689 return 0;
1690 }
Robert Sloan921ef2c2017-10-17 09:02:20 -07001691 return ssl_protocol_version(ssl) >= TLS1_3_VERSION ||
Steven Valdezb0b45c62017-01-17 16:23:54 -05001692 ssl->s3->send_connection_binding;
Adam Langleye9ada862015-05-11 17:20:37 -07001693}
1694
Adam Langleye9ada862015-05-11 17:20:37 -07001695size_t SSL_CTX_sess_number(const SSL_CTX *ctx) {
Robert Sloan4562e9d2017-10-02 10:26:51 -07001696 MutexReadLock lock(const_cast<CRYPTO_MUTEX *>(&ctx->lock));
Adam Langleye9ada862015-05-11 17:20:37 -07001697 return lh_SSL_SESSION_num_items(ctx->sessions);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001698}
1699
Adam Langleye9ada862015-05-11 17:20:37 -07001700unsigned long SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, unsigned long size) {
1701 unsigned long ret = ctx->session_cache_size;
1702 ctx->session_cache_size = size;
1703 return ret;
1704}
Adam Langleyd9e397b2015-01-22 14:27:53 -08001705
Adam Langleye9ada862015-05-11 17:20:37 -07001706unsigned long SSL_CTX_sess_get_cache_size(const SSL_CTX *ctx) {
1707 return ctx->session_cache_size;
1708}
1709
1710int SSL_CTX_set_session_cache_mode(SSL_CTX *ctx, int mode) {
1711 int ret = ctx->session_cache_mode;
1712 ctx->session_cache_mode = mode;
1713 return ret;
1714}
1715
1716int SSL_CTX_get_session_cache_mode(const SSL_CTX *ctx) {
1717 return ctx->session_cache_mode;
1718}
1719
David Benjamin6e899c72016-06-09 18:02:18 -04001720
1721int SSL_CTX_get_tlsext_ticket_keys(SSL_CTX *ctx, void *out, size_t len) {
1722 if (out == NULL) {
1723 return 48;
1724 }
1725 if (len != 48) {
1726 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1727 return 0;
1728 }
Robert Sloan8f860b12017-08-28 07:37:06 -07001729
Robert Sloana27a6a42017-09-05 08:39:28 -07001730 // The default ticket keys are initialized lazily. Trigger a key
1731 // rotation to initialize them.
Robert Sloan8f860b12017-08-28 07:37:06 -07001732 if (!ssl_ctx_rotate_ticket_encryption_key(ctx)) {
1733 return 0;
1734 }
1735
Robert Sloana12bf462017-07-17 07:08:26 -07001736 uint8_t *out_bytes = reinterpret_cast<uint8_t *>(out);
Robert Sloan8f860b12017-08-28 07:37:06 -07001737 MutexReadLock lock(&ctx->lock);
1738 OPENSSL_memcpy(out_bytes, ctx->tlsext_ticket_key_current->name, 16);
1739 OPENSSL_memcpy(out_bytes + 16, ctx->tlsext_ticket_key_current->hmac_key, 16);
1740 OPENSSL_memcpy(out_bytes + 32, ctx->tlsext_ticket_key_current->aes_key, 16);
David Benjamin6e899c72016-06-09 18:02:18 -04001741 return 1;
1742}
1743
1744int SSL_CTX_set_tlsext_ticket_keys(SSL_CTX *ctx, const void *in, size_t len) {
1745 if (in == NULL) {
1746 return 48;
1747 }
1748 if (len != 48) {
1749 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1750 return 0;
1751 }
Robert Sloan8f860b12017-08-28 07:37:06 -07001752 if (!ctx->tlsext_ticket_key_current) {
1753 ctx->tlsext_ticket_key_current =
1754 (tlsext_ticket_key *)OPENSSL_malloc(sizeof(tlsext_ticket_key));
1755 if (!ctx->tlsext_ticket_key_current) {
1756 return 0;
1757 }
1758 }
1759 OPENSSL_memset(ctx->tlsext_ticket_key_current, 0, sizeof(tlsext_ticket_key));
Robert Sloana12bf462017-07-17 07:08:26 -07001760 const uint8_t *in_bytes = reinterpret_cast<const uint8_t *>(in);
Robert Sloan8f860b12017-08-28 07:37:06 -07001761 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->name, in_bytes, 16);
1762 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->hmac_key, in_bytes + 16, 16);
1763 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->aes_key, in_bytes + 32, 16);
1764 OPENSSL_free(ctx->tlsext_ticket_key_prev);
1765 ctx->tlsext_ticket_key_prev = nullptr;
Robert Sloana27a6a42017-09-05 08:39:28 -07001766 // Disable automatic key rotation.
Robert Sloan8f860b12017-08-28 07:37:06 -07001767 ctx->tlsext_ticket_key_current->next_rotation_tv_sec = 0;
David Benjamin6e899c72016-06-09 18:02:18 -04001768 return 1;
1769}
1770
1771int SSL_CTX_set_tlsext_ticket_key_cb(
1772 SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,
1773 EVP_CIPHER_CTX *ctx, HMAC_CTX *hmac_ctx,
1774 int encrypt)) {
1775 ctx->tlsext_ticket_key_cb = callback;
1776 return 1;
1777}
1778
1779int SSL_CTX_set1_curves(SSL_CTX *ctx, const int *curves, size_t curves_len) {
1780 return tls1_set_curves(&ctx->supported_group_list,
1781 &ctx->supported_group_list_len, curves,
1782 curves_len);
1783}
1784
1785int SSL_set1_curves(SSL *ssl, const int *curves, size_t curves_len) {
1786 return tls1_set_curves(&ssl->supported_group_list,
1787 &ssl->supported_group_list_len, curves,
1788 curves_len);
1789}
1790
Steven Valdezbb1ceac2016-10-07 10:34:51 -04001791int SSL_CTX_set1_curves_list(SSL_CTX *ctx, const char *curves) {
1792 return tls1_set_curves_list(&ctx->supported_group_list,
1793 &ctx->supported_group_list_len, curves);
1794}
1795
1796int SSL_set1_curves_list(SSL *ssl, const char *curves) {
1797 return tls1_set_curves_list(&ssl->supported_group_list,
1798 &ssl->supported_group_list_len, curves);
1799}
1800
David Benjaminc895d6b2016-08-11 13:26:41 -04001801uint16_t SSL_get_curve_id(const SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001802 // TODO(davidben): This checks the wrong session if there is a renegotiation
1803 // in progress.
David Benjaminc895d6b2016-08-11 13:26:41 -04001804 SSL_SESSION *session = SSL_get_session(ssl);
Steven Valdeze7531f02016-12-14 13:29:57 -05001805 if (session == NULL) {
David Benjaminc895d6b2016-08-11 13:26:41 -04001806 return 0;
1807 }
1808
Steven Valdeze7531f02016-12-14 13:29:57 -05001809 return session->group_id;
David Benjaminc895d6b2016-08-11 13:26:41 -04001810}
1811
David Benjamin6e899c72016-06-09 18:02:18 -04001812int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) {
David Benjamin6e899c72016-06-09 18:02:18 -04001813 return 1;
1814}
1815
1816int SSL_set_tmp_dh(SSL *ssl, const DH *dh) {
David Benjamin6e899c72016-06-09 18:02:18 -04001817 return 1;
1818}
1819
Robert Sloan84377092017-08-14 09:33:19 -07001820STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) {
Robert Sloan7d422bc2017-03-06 10:04:29 -08001821 return ctx->cipher_list->ciphers;
1822}
1823
Robert Sloan84377092017-08-14 09:33:19 -07001824int SSL_CTX_cipher_in_group(const SSL_CTX *ctx, size_t i) {
1825 if (i >= sk_SSL_CIPHER_num(ctx->cipher_list->ciphers)) {
1826 return 0;
1827 }
1828 return ctx->cipher_list->in_group_flags[i];
1829}
1830
Kenny Roote99801b2015-11-06 15:31:15 -08001831STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) {
1832 if (ssl == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001833 return NULL;
1834 }
1835
Steven Valdez909b19f2016-11-21 15:35:44 -05001836 const struct ssl_cipher_preference_list_st *prefs =
1837 ssl_get_cipher_preferences(ssl);
1838 if (prefs == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001839 return NULL;
1840 }
1841
Steven Valdez909b19f2016-11-21 15:35:44 -05001842 return prefs->ciphers;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001843}
1844
Kenny Roote99801b2015-11-06 15:31:15 -08001845const char *SSL_get_cipher_list(const SSL *ssl, int n) {
Kenny Roote99801b2015-11-06 15:31:15 -08001846 if (ssl == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001847 return NULL;
1848 }
1849
Robert Sloan7d422bc2017-03-06 10:04:29 -08001850 STACK_OF(SSL_CIPHER) *sk = SSL_get_ciphers(ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001851 if (sk == NULL || n < 0 || (size_t)n >= sk_SSL_CIPHER_num(sk)) {
1852 return NULL;
1853 }
1854
Robert Sloan7d422bc2017-03-06 10:04:29 -08001855 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, n);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001856 if (c == NULL) {
1857 return NULL;
1858 }
1859
1860 return c->name;
1861}
1862
Adam Langleyd9e397b2015-01-22 14:27:53 -08001863int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) {
Robert Sloanb1b54b82017-11-06 13:50:02 -08001864 return ssl_create_cipher_list(&ctx->cipher_list, str, false /* not strict */);
Robert Sloan7c50ec52017-02-27 08:17:21 -08001865}
1866
1867int SSL_CTX_set_strict_cipher_list(SSL_CTX *ctx, const char *str) {
Robert Sloanb1b54b82017-11-06 13:50:02 -08001868 return ssl_create_cipher_list(&ctx->cipher_list, str, true /* strict */);
Kenny Rootb8494592015-09-25 02:29:14 +00001869}
1870
Kenny Roote99801b2015-11-06 15:31:15 -08001871int SSL_set_cipher_list(SSL *ssl, const char *str) {
Robert Sloanb1b54b82017-11-06 13:50:02 -08001872 return ssl_create_cipher_list(&ssl->cipher_list, str, false /* not strict */);
Robert Sloan7c50ec52017-02-27 08:17:21 -08001873}
1874
1875int SSL_set_strict_cipher_list(SSL *ssl, const char *str) {
Robert Sloanb1b54b82017-11-06 13:50:02 -08001876 return ssl_create_cipher_list(&ssl->cipher_list, str, true /* strict */);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001877}
1878
Kenny Roote99801b2015-11-06 15:31:15 -08001879const char *SSL_get_servername(const SSL *ssl, const int type) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001880 if (type != TLSEXT_NAMETYPE_host_name) {
1881 return NULL;
1882 }
1883
Robert Sloana27a6a42017-09-05 08:39:28 -07001884 // Historically, |SSL_get_servername| was also the configuration getter
1885 // corresponding to |SSL_set_tlsext_host_name|.
Kenny Roote99801b2015-11-06 15:31:15 -08001886 if (ssl->tlsext_hostname != NULL) {
1887 return ssl->tlsext_hostname;
1888 }
1889
Robert Sloan29c1d2c2017-10-30 14:10:28 -07001890 return ssl->s3->hostname.get();
Adam Langleyd9e397b2015-01-22 14:27:53 -08001891}
1892
Kenny Roote99801b2015-11-06 15:31:15 -08001893int SSL_get_servername_type(const SSL *ssl) {
Robert Sloand1d118f2017-09-11 09:00:48 -07001894 if (SSL_get_servername(ssl, TLSEXT_NAMETYPE_host_name) == NULL) {
David Benjaminc895d6b2016-08-11 13:26:41 -04001895 return -1;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001896 }
David Benjaminc895d6b2016-08-11 13:26:41 -04001897 return TLSEXT_NAMETYPE_host_name;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001898}
1899
Robert Sloanb6d070c2017-07-24 08:40:01 -07001900void SSL_CTX_set_custom_verify(
1901 SSL_CTX *ctx, int mode,
1902 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1903 ctx->verify_mode = mode;
1904 ctx->custom_verify_callback = callback;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001905}
1906
Robert Sloanb6d070c2017-07-24 08:40:01 -07001907void SSL_set_custom_verify(
1908 SSL *ssl, int mode,
1909 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1910 ssl->verify_mode = mode;
1911 ssl->custom_verify_callback = callback;
1912}
1913
1914void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx) {
Robert Sloan921ef2c2017-10-17 09:02:20 -07001915 ctx->signed_cert_timestamps_enabled = true;
Robert Sloan1c9db532017-03-13 08:03:59 -07001916}
1917
Robert Sloana94fe052017-02-21 08:49:28 -08001918void SSL_enable_signed_cert_timestamps(SSL *ssl) {
Robert Sloan921ef2c2017-10-17 09:02:20 -07001919 ssl->signed_cert_timestamps_enabled = true;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001920}
1921
1922void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx) {
Robert Sloan921ef2c2017-10-17 09:02:20 -07001923 ctx->ocsp_stapling_enabled = true;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001924}
1925
Robert Sloana94fe052017-02-21 08:49:28 -08001926void SSL_enable_ocsp_stapling(SSL *ssl) {
Robert Sloan921ef2c2017-10-17 09:02:20 -07001927 ssl->ocsp_stapling_enabled = true;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001928}
1929
1930void SSL_get0_signed_cert_timestamp_list(const SSL *ssl, const uint8_t **out,
1931 size_t *out_len) {
David Benjaminc895d6b2016-08-11 13:26:41 -04001932 SSL_SESSION *session = SSL_get_session(ssl);
Robert Sloan8f860b12017-08-28 07:37:06 -07001933 if (ssl->server || !session || !session->signed_cert_timestamp_list) {
1934 *out_len = 0;
1935 *out = NULL;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001936 return;
1937 }
1938
Robert Sloan8f860b12017-08-28 07:37:06 -07001939 *out = CRYPTO_BUFFER_data(session->signed_cert_timestamp_list);
1940 *out_len = CRYPTO_BUFFER_len(session->signed_cert_timestamp_list);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001941}
1942
1943void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
1944 size_t *out_len) {
David Benjaminc895d6b2016-08-11 13:26:41 -04001945 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001946 if (ssl->server || !session || !session->ocsp_response) {
Robert Sloan8f860b12017-08-28 07:37:06 -07001947 *out_len = 0;
1948 *out = NULL;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001949 return;
1950 }
Robert Sloan8f860b12017-08-28 07:37:06 -07001951
1952 *out = CRYPTO_BUFFER_data(session->ocsp_response);
1953 *out_len = CRYPTO_BUFFER_len(session->ocsp_response);
Adam Langleyd9e397b2015-01-22 14:27:53 -08001954}
1955
David Benjamin6e899c72016-06-09 18:02:18 -04001956int SSL_set_tlsext_host_name(SSL *ssl, const char *name) {
1957 OPENSSL_free(ssl->tlsext_hostname);
1958 ssl->tlsext_hostname = NULL;
1959
1960 if (name == NULL) {
1961 return 1;
1962 }
1963
1964 size_t len = strlen(name);
1965 if (len == 0 || len > TLSEXT_MAXLEN_host_name) {
1966 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL3_EXT_INVALID_SERVERNAME);
1967 return 0;
1968 }
1969 ssl->tlsext_hostname = BUF_strdup(name);
1970 if (ssl->tlsext_hostname == NULL) {
1971 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
1972 return 0;
1973 }
1974 return 1;
1975}
1976
1977int SSL_CTX_set_tlsext_servername_callback(
1978 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
1979 ctx->tlsext_servername_callback = callback;
1980 return 1;
1981}
1982
1983int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) {
1984 ctx->tlsext_servername_arg = arg;
1985 return 1;
1986}
1987
Robert Sloane56da3e2017-06-26 08:26:42 -07001988int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer,
1989 unsigned peer_len, const uint8_t *supported,
1990 unsigned supported_len) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08001991 const uint8_t *result;
Robert Sloane56da3e2017-06-26 08:26:42 -07001992 int status;
Adam Langleyd9e397b2015-01-22 14:27:53 -08001993
Robert Sloana27a6a42017-09-05 08:39:28 -07001994 // For each protocol in peer preference order, see if we support it.
Robert Sloane56da3e2017-06-26 08:26:42 -07001995 for (unsigned i = 0; i < peer_len;) {
1996 for (unsigned j = 0; j < supported_len;) {
1997 if (peer[i] == supported[j] &&
1998 OPENSSL_memcmp(&peer[i + 1], &supported[j + 1], peer[i]) == 0) {
Robert Sloana27a6a42017-09-05 08:39:28 -07001999 // We found a match
Robert Sloane56da3e2017-06-26 08:26:42 -07002000 result = &peer[i];
Adam Langleyd9e397b2015-01-22 14:27:53 -08002001 status = OPENSSL_NPN_NEGOTIATED;
2002 goto found;
2003 }
Robert Sloane56da3e2017-06-26 08:26:42 -07002004 j += supported[j];
Adam Langleyd9e397b2015-01-22 14:27:53 -08002005 j++;
2006 }
Robert Sloane56da3e2017-06-26 08:26:42 -07002007 i += peer[i];
Adam Langleyd9e397b2015-01-22 14:27:53 -08002008 i++;
2009 }
2010
Robert Sloana27a6a42017-09-05 08:39:28 -07002011 // There's no overlap between our protocols and the peer's list.
Robert Sloane56da3e2017-06-26 08:26:42 -07002012 result = supported;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002013 status = OPENSSL_NPN_NO_OVERLAP;
2014
2015found:
2016 *out = (uint8_t *)result + 1;
Kenny Rootb8494592015-09-25 02:29:14 +00002017 *out_len = result[0];
Adam Langleyd9e397b2015-01-22 14:27:53 -08002018 return status;
2019}
2020
Kenny Rootb8494592015-09-25 02:29:14 +00002021void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data,
2022 unsigned *out_len) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002023 *out_data = ssl->s3->next_proto_negotiated.data();
2024 *out_len = ssl->s3->next_proto_negotiated.size();
Adam Langleyd9e397b2015-01-22 14:27:53 -08002025}
2026
Adam Langleyd9e397b2015-01-22 14:27:53 -08002027void SSL_CTX_set_next_protos_advertised_cb(
2028 SSL_CTX *ctx,
Kenny Rootb8494592015-09-25 02:29:14 +00002029 int (*cb)(SSL *ssl, const uint8_t **out, unsigned *out_len, void *arg),
Adam Langleyd9e397b2015-01-22 14:27:53 -08002030 void *arg) {
2031 ctx->next_protos_advertised_cb = cb;
2032 ctx->next_protos_advertised_cb_arg = arg;
2033}
2034
Adam Langleyd9e397b2015-01-22 14:27:53 -08002035void SSL_CTX_set_next_proto_select_cb(
Kenny Rootb8494592015-09-25 02:29:14 +00002036 SSL_CTX *ctx, int (*cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
2037 const uint8_t *in, unsigned in_len, void *arg),
Adam Langleyd9e397b2015-01-22 14:27:53 -08002038 void *arg) {
2039 ctx->next_proto_select_cb = cb;
2040 ctx->next_proto_select_cb_arg = arg;
2041}
2042
Adam Langleyd9e397b2015-01-22 14:27:53 -08002043int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
2044 unsigned protos_len) {
Adam Langleye9ada862015-05-11 17:20:37 -07002045 OPENSSL_free(ctx->alpn_client_proto_list);
Robert Sloana12bf462017-07-17 07:08:26 -07002046 ctx->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002047 if (!ctx->alpn_client_proto_list) {
2048 return 1;
2049 }
2050 ctx->alpn_client_proto_list_len = protos_len;
2051
2052 return 0;
2053}
2054
Adam Langleyd9e397b2015-01-22 14:27:53 -08002055int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) {
Adam Langleye9ada862015-05-11 17:20:37 -07002056 OPENSSL_free(ssl->alpn_client_proto_list);
Robert Sloana12bf462017-07-17 07:08:26 -07002057 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002058 if (!ssl->alpn_client_proto_list) {
2059 return 1;
2060 }
2061 ssl->alpn_client_proto_list_len = protos_len;
2062
2063 return 0;
2064}
2065
Adam Langleyd9e397b2015-01-22 14:27:53 -08002066void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
2067 int (*cb)(SSL *ssl, const uint8_t **out,
Kenny Rootb8494592015-09-25 02:29:14 +00002068 uint8_t *out_len, const uint8_t *in,
2069 unsigned in_len, void *arg),
Adam Langleyd9e397b2015-01-22 14:27:53 -08002070 void *arg) {
2071 ctx->alpn_select_cb = cb;
2072 ctx->alpn_select_cb_arg = arg;
2073}
2074
Kenny Rootb8494592015-09-25 02:29:14 +00002075void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **out_data,
2076 unsigned *out_len) {
Robert Sloane56da3e2017-06-26 08:26:42 -07002077 if (SSL_in_early_data(ssl) && !ssl->server) {
2078 *out_data = ssl->s3->hs->early_session->early_alpn;
2079 *out_len = ssl->s3->hs->early_session->early_alpn_len;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002080 } else {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002081 *out_data = ssl->s3->alpn_selected.data();
2082 *out_len = ssl->s3->alpn_selected.size();
Adam Langleyd9e397b2015-01-22 14:27:53 -08002083 }
2084}
2085
Robert Sloan572a4e22017-04-17 10:52:19 -07002086void SSL_CTX_set_allow_unknown_alpn_protos(SSL_CTX *ctx, int enabled) {
2087 ctx->allow_unknown_alpn_protos = !!enabled;
2088}
David Benjamin6e899c72016-06-09 18:02:18 -04002089
David Benjamin1b249672016-12-06 18:25:50 -05002090void SSL_CTX_set_tls_channel_id_enabled(SSL_CTX *ctx, int enabled) {
2091 ctx->tlsext_channel_id_enabled = !!enabled;
2092}
2093
David Benjamin6e899c72016-06-09 18:02:18 -04002094int SSL_CTX_enable_tls_channel_id(SSL_CTX *ctx) {
David Benjamin1b249672016-12-06 18:25:50 -05002095 SSL_CTX_set_tls_channel_id_enabled(ctx, 1);
David Benjamin6e899c72016-06-09 18:02:18 -04002096 return 1;
2097}
2098
David Benjamin1b249672016-12-06 18:25:50 -05002099void SSL_set_tls_channel_id_enabled(SSL *ssl, int enabled) {
2100 ssl->tlsext_channel_id_enabled = !!enabled;
2101}
2102
David Benjamin6e899c72016-06-09 18:02:18 -04002103int SSL_enable_tls_channel_id(SSL *ssl) {
David Benjamin1b249672016-12-06 18:25:50 -05002104 SSL_set_tls_channel_id_enabled(ssl, 1);
David Benjamin6e899c72016-06-09 18:02:18 -04002105 return 1;
2106}
2107
2108static int is_p256_key(EVP_PKEY *private_key) {
2109 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(private_key);
2110 return ec_key != NULL &&
2111 EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)) ==
2112 NID_X9_62_prime256v1;
2113}
2114
2115int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
2116 if (!is_p256_key(private_key)) {
2117 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
2118 return 0;
2119 }
2120
2121 EVP_PKEY_free(ctx->tlsext_channel_id_private);
David Benjaminc895d6b2016-08-11 13:26:41 -04002122 EVP_PKEY_up_ref(private_key);
2123 ctx->tlsext_channel_id_private = private_key;
Robert Sloan921ef2c2017-10-17 09:02:20 -07002124 ctx->tlsext_channel_id_enabled = true;
David Benjamin6e899c72016-06-09 18:02:18 -04002125
2126 return 1;
2127}
2128
2129int SSL_set1_tls_channel_id(SSL *ssl, EVP_PKEY *private_key) {
2130 if (!is_p256_key(private_key)) {
2131 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
2132 return 0;
2133 }
2134
2135 EVP_PKEY_free(ssl->tlsext_channel_id_private);
David Benjaminc895d6b2016-08-11 13:26:41 -04002136 EVP_PKEY_up_ref(private_key);
2137 ssl->tlsext_channel_id_private = private_key;
Robert Sloan921ef2c2017-10-17 09:02:20 -07002138 ssl->tlsext_channel_id_enabled = true;
David Benjamin6e899c72016-06-09 18:02:18 -04002139
2140 return 1;
2141}
2142
2143size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out, size_t max_out) {
2144 if (!ssl->s3->tlsext_channel_id_valid) {
2145 return 0;
2146 }
Robert Sloan69939df2017-01-09 10:53:07 -08002147 OPENSSL_memcpy(out, ssl->s3->tlsext_channel_id,
2148 (max_out < 64) ? max_out : 64);
David Benjamin6e899c72016-06-09 18:02:18 -04002149 return 64;
2150}
2151
Robert Sloan978112c2018-01-22 12:53:01 -08002152int SSL_set_token_binding_params(SSL *ssl, const uint8_t *params, size_t len) {
2153 if (len > 256) {
2154 OPENSSL_PUT_ERROR(SSL, ERR_R_OVERFLOW);
2155 return 0;
2156 }
2157 OPENSSL_free(ssl->token_binding_params);
2158 ssl->token_binding_params = (uint8_t *)BUF_memdup(params, len);
2159 if (!ssl->token_binding_params) {
2160 return 0;
2161 }
2162 ssl->token_binding_params_len = len;
2163 return 1;
2164}
2165
2166int SSL_is_token_binding_negotiated(const SSL *ssl) {
2167 return ssl->token_binding_negotiated;
2168}
2169
2170uint8_t SSL_get_negotiated_token_binding_param(const SSL *ssl) {
2171 return ssl->negotiated_token_binding_param;
2172}
2173
David Benjamin6e899c72016-06-09 18:02:18 -04002174size_t SSL_get0_certificate_types(SSL *ssl, const uint8_t **out_types) {
David Benjamin95add822016-10-19 01:09:12 -04002175 if (ssl->server || ssl->s3->hs == NULL) {
David Benjamin6e899c72016-06-09 18:02:18 -04002176 *out_types = NULL;
2177 return 0;
2178 }
Robert Sloan4562e9d2017-10-02 10:26:51 -07002179 *out_types = ssl->s3->hs->certificate_types.data();
2180 return ssl->s3->hs->certificate_types.size();
David Benjamin6e899c72016-06-09 18:02:18 -04002181}
2182
Adam Langley4139edb2016-01-13 15:00:54 -08002183EVP_PKEY *SSL_get_privatekey(const SSL *ssl) {
2184 if (ssl->cert != NULL) {
2185 return ssl->cert->privatekey;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002186 }
2187
2188 return NULL;
2189}
2190
Adam Langleyd9e397b2015-01-22 14:27:53 -08002191EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
2192 if (ctx->cert != NULL) {
Kenny Rootb8494592015-09-25 02:29:14 +00002193 return ctx->cert->privatekey;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002194 }
2195
2196 return NULL;
2197}
2198
Kenny Rootb8494592015-09-25 02:29:14 +00002199const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) {
Robert Sloanb6d070c2017-07-24 08:40:01 -07002200 return ssl->s3->aead_write_ctx->cipher();
Adam Langleyd9e397b2015-01-22 14:27:53 -08002201}
2202
David Benjamin6e899c72016-06-09 18:02:18 -04002203int SSL_session_reused(const SSL *ssl) {
Robert Sloane56da3e2017-06-26 08:26:42 -07002204 return ssl->s3->session_reused || SSL_in_early_data(ssl);
David Benjamin6e899c72016-06-09 18:02:18 -04002205}
2206
Adam Langley4139edb2016-01-13 15:00:54 -08002207const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002208
Adam Langley4139edb2016-01-13 15:00:54 -08002209const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002210
David Benjamin4969cc92016-04-22 15:02:23 -04002211int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; }
2212
Adam Langleyd9e397b2015-01-22 14:27:53 -08002213void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) {
Adam Langleyfad63272015-11-12 12:15:39 -08002214 ctx->quiet_shutdown = (mode != 0);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002215}
2216
2217int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) {
2218 return ctx->quiet_shutdown;
2219}
2220
Adam Langleyfad63272015-11-12 12:15:39 -08002221void SSL_set_quiet_shutdown(SSL *ssl, int mode) {
2222 ssl->quiet_shutdown = (mode != 0);
2223}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002224
Kenny Roote99801b2015-11-06 15:31:15 -08002225int SSL_get_quiet_shutdown(const SSL *ssl) { return ssl->quiet_shutdown; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002226
Kenny Roote99801b2015-11-06 15:31:15 -08002227void SSL_set_shutdown(SSL *ssl, int mode) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002228 // It is an error to clear any bits that have already been set. (We can't try
2229 // to get a second close_notify or send two.)
David Benjamind316cba2016-06-02 16:17:39 -04002230 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl));
Adam Langleyd9e397b2015-01-22 14:27:53 -08002231
David Benjamind316cba2016-06-02 16:17:39 -04002232 if (mode & SSL_RECEIVED_SHUTDOWN &&
Robert Sloan921ef2c2017-10-17 09:02:20 -07002233 ssl->s3->read_shutdown == ssl_shutdown_none) {
2234 ssl->s3->read_shutdown = ssl_shutdown_close_notify;
David Benjamind316cba2016-06-02 16:17:39 -04002235 }
2236
2237 if (mode & SSL_SENT_SHUTDOWN &&
Robert Sloan921ef2c2017-10-17 09:02:20 -07002238 ssl->s3->write_shutdown == ssl_shutdown_none) {
2239 ssl->s3->write_shutdown = ssl_shutdown_close_notify;
David Benjamind316cba2016-06-02 16:17:39 -04002240 }
Kenny Roote99801b2015-11-06 15:31:15 -08002241}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002242
David Benjamind316cba2016-06-02 16:17:39 -04002243int SSL_get_shutdown(const SSL *ssl) {
2244 int ret = 0;
Robert Sloan921ef2c2017-10-17 09:02:20 -07002245 if (ssl->s3->read_shutdown != ssl_shutdown_none) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002246 // Historically, OpenSSL set |SSL_RECEIVED_SHUTDOWN| on both close_notify
2247 // and fatal alert.
David Benjamind316cba2016-06-02 16:17:39 -04002248 ret |= SSL_RECEIVED_SHUTDOWN;
2249 }
Robert Sloan921ef2c2017-10-17 09:02:20 -07002250 if (ssl->s3->write_shutdown == ssl_shutdown_close_notify) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002251 // Historically, OpenSSL set |SSL_SENT_SHUTDOWN| on only close_notify.
David Benjamind316cba2016-06-02 16:17:39 -04002252 ret |= SSL_SENT_SHUTDOWN;
2253 }
2254 return ret;
2255}
Kenny Roote99801b2015-11-06 15:31:15 -08002256
Adam Langleyd9e397b2015-01-22 14:27:53 -08002257SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) { return ssl->ctx; }
2258
2259SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) {
2260 if (ssl->ctx == ctx) {
2261 return ssl->ctx;
2262 }
2263
Robert Sloana27a6a42017-09-05 08:39:28 -07002264 // One cannot change the X.509 callbacks during a connection.
Robert Sloan5d625782017-02-13 09:55:39 -08002265 if (ssl->ctx->x509_method != ctx->x509_method) {
2266 assert(0);
2267 return NULL;
2268 }
2269
Adam Langleyd9e397b2015-01-22 14:27:53 -08002270 if (ctx == NULL) {
Robert Sloan1c9db532017-03-13 08:03:59 -07002271 ctx = ssl->session_ctx;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002272 }
2273
Adam Langleye9ada862015-05-11 17:20:37 -07002274 ssl_cert_free(ssl->cert);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002275 ssl->cert = ssl_cert_dup(ctx->cert);
Adam Langleye9ada862015-05-11 17:20:37 -07002276
Robert Sloan69939df2017-01-09 10:53:07 -08002277 SSL_CTX_up_ref(ctx);
2278 SSL_CTX_free(ssl->ctx);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002279 ssl->ctx = ctx;
2280
Adam Langleyd9e397b2015-01-22 14:27:53 -08002281 return ssl->ctx;
2282}
2283
Adam Langleyd9e397b2015-01-22 14:27:53 -08002284void SSL_set_info_callback(SSL *ssl,
Kenny Roote99801b2015-11-06 15:31:15 -08002285 void (*cb)(const SSL *ssl, int type, int value)) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002286 ssl->info_callback = cb;
2287}
2288
Kenny Roote99801b2015-11-06 15:31:15 -08002289void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type,
2290 int value) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002291 return ssl->info_callback;
2292}
2293
Steven Valdeze7531f02016-12-14 13:29:57 -05002294int SSL_state(const SSL *ssl) {
Robert Sloana94fe052017-02-21 08:49:28 -08002295 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK;
Steven Valdeze7531f02016-12-14 13:29:57 -05002296}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002297
Adam Langleyf4e42722015-06-04 17:45:09 -07002298void SSL_set_state(SSL *ssl, int state) { }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002299
David Benjamin4969cc92016-04-22 15:02:23 -04002300char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) {
2301 if (len <= 0) {
2302 return NULL;
2303 }
2304 buf[0] = '\0';
2305 return buf;
2306}
2307
Adam Langley4139edb2016-01-13 15:00:54 -08002308int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
Robert Sloan8ff03552017-06-14 12:40:58 -07002309 CRYPTO_EX_dup *dup_unused, CRYPTO_EX_free *free_func) {
Adam Langleye9ada862015-05-11 17:20:37 -07002310 int index;
2311 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
Robert Sloan8ff03552017-06-14 12:40:58 -07002312 free_func)) {
Adam Langleye9ada862015-05-11 17:20:37 -07002313 return -1;
2314 }
2315 return index;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002316}
2317
Robert Sloanfe7cd212017-08-07 09:03:39 -07002318int SSL_set_ex_data(SSL *ssl, int idx, void *data) {
2319 return CRYPTO_set_ex_data(&ssl->ex_data, idx, data);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002320}
2321
Kenny Rootb8494592015-09-25 02:29:14 +00002322void *SSL_get_ex_data(const SSL *ssl, int idx) {
2323 return CRYPTO_get_ex_data(&ssl->ex_data, idx);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002324}
2325
Adam Langley4139edb2016-01-13 15:00:54 -08002326int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
Robert Sloan8ff03552017-06-14 12:40:58 -07002327 CRYPTO_EX_dup *dup_unused,
Adam Langleyd9e397b2015-01-22 14:27:53 -08002328 CRYPTO_EX_free *free_func) {
Adam Langleye9ada862015-05-11 17:20:37 -07002329 int index;
2330 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
Robert Sloan8ff03552017-06-14 12:40:58 -07002331 free_func)) {
Adam Langleye9ada862015-05-11 17:20:37 -07002332 return -1;
2333 }
2334 return index;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002335}
2336
Robert Sloanfe7cd212017-08-07 09:03:39 -07002337int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) {
2338 return CRYPTO_set_ex_data(&ctx->ex_data, idx, data);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002339}
2340
Kenny Rootb8494592015-09-25 02:29:14 +00002341void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) {
2342 return CRYPTO_get_ex_data(&ctx->ex_data, idx);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002343}
2344
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002345int SSL_want(const SSL *ssl) { return ssl->s3->rwstate; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002346
2347void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2348 RSA *(*cb)(SSL *ssl, int is_export,
Robert Sloanfe7cd212017-08-07 09:03:39 -07002349 int keylength)) {}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002350
2351void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export,
Robert Sloanfe7cd212017-08-07 09:03:39 -07002352 int keylength)) {}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002353
2354void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
Robert Sloanfe7cd212017-08-07 09:03:39 -07002355 DH *(*cb)(SSL *ssl, int is_export,
2356 int keylength)) {}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002357
Robert Sloanfe7cd212017-08-07 09:03:39 -07002358void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*cb)(SSL *ssl, int is_export,
2359 int keylength)) {}
Adam Langleyd9e397b2015-01-22 14:27:53 -08002360
Robert Sloane56da3e2017-06-26 08:26:42 -07002361static int use_psk_identity_hint(char **out, const char *identity_hint) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002362 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
Kenny Rootb8494592015-09-25 02:29:14 +00002363 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002364 return 0;
2365 }
2366
Robert Sloana27a6a42017-09-05 08:39:28 -07002367 // Clear currently configured hint, if any.
Robert Sloane56da3e2017-06-26 08:26:42 -07002368 OPENSSL_free(*out);
2369 *out = NULL;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002370
Robert Sloana27a6a42017-09-05 08:39:28 -07002371 // Treat the empty hint as not supplying one. Plain PSK makes it possible to
2372 // send either no hint (omit ServerKeyExchange) or an empty hint, while
2373 // ECDHE_PSK can only spell empty hint. Having different capabilities is odd,
2374 // so we interpret empty and missing as identical.
David Benjamin7c0d06c2016-08-11 13:26:41 -04002375 if (identity_hint != NULL && identity_hint[0] != '\0') {
Robert Sloane56da3e2017-06-26 08:26:42 -07002376 *out = BUF_strdup(identity_hint);
2377 if (*out == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002378 return 0;
2379 }
2380 }
2381
2382 return 1;
2383}
2384
Robert Sloane56da3e2017-06-26 08:26:42 -07002385int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) {
2386 return use_psk_identity_hint(&ctx->psk_identity_hint, identity_hint);
2387}
2388
2389int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) {
2390 return use_psk_identity_hint(&ssl->psk_identity_hint, identity_hint);
2391}
2392
Kenny Rootb8494592015-09-25 02:29:14 +00002393const char *SSL_get_psk_identity_hint(const SSL *ssl) {
2394 if (ssl == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002395 return NULL;
2396 }
Kenny Rootb8494592015-09-25 02:29:14 +00002397 return ssl->psk_identity_hint;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002398}
2399
Kenny Rootb8494592015-09-25 02:29:14 +00002400const char *SSL_get_psk_identity(const SSL *ssl) {
David Benjaminc895d6b2016-08-11 13:26:41 -04002401 if (ssl == NULL) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002402 return NULL;
2403 }
David Benjaminc895d6b2016-08-11 13:26:41 -04002404 SSL_SESSION *session = SSL_get_session(ssl);
2405 if (session == NULL) {
2406 return NULL;
2407 }
2408 return session->psk_identity;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002409}
2410
2411void SSL_set_psk_client_callback(
Kenny Rootb8494592015-09-25 02:29:14 +00002412 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2413 unsigned max_identity_len, uint8_t *psk,
2414 unsigned max_psk_len)) {
2415 ssl->psk_client_callback = cb;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002416}
2417
2418void SSL_CTX_set_psk_client_callback(
Kenny Rootb8494592015-09-25 02:29:14 +00002419 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2420 unsigned max_identity_len, uint8_t *psk,
2421 unsigned max_psk_len)) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002422 ctx->psk_client_callback = cb;
2423}
2424
2425void SSL_set_psk_server_callback(
Kenny Rootb8494592015-09-25 02:29:14 +00002426 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2427 unsigned max_psk_len)) {
2428 ssl->psk_server_callback = cb;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002429}
2430
2431void SSL_CTX_set_psk_server_callback(
Kenny Rootb8494592015-09-25 02:29:14 +00002432 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity,
2433 uint8_t *psk, unsigned max_psk_len)) {
Adam Langleyd9e397b2015-01-22 14:27:53 -08002434 ctx->psk_server_callback = cb;
2435}
2436
Robert Sloan0db7f542018-01-16 15:48:33 -08002437int SSL_set_dummy_pq_padding_size(SSL *ssl, size_t num_bytes) {
2438 if (num_bytes > 0xffff) {
2439 return 0;
2440 }
2441
2442 ssl->dummy_pq_padding_len = num_bytes;
2443 return 1;
2444}
2445
Adam Langleyd9e397b2015-01-22 14:27:53 -08002446void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
2447 void (*cb)(int write_p, int version,
2448 int content_type, const void *buf,
2449 size_t len, SSL *ssl, void *arg)) {
Adam Langleye9ada862015-05-11 17:20:37 -07002450 ctx->msg_callback = cb;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002451}
Adam Langleye9ada862015-05-11 17:20:37 -07002452
2453void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg) {
2454 ctx->msg_callback_arg = arg;
2455}
2456
Adam Langleyd9e397b2015-01-22 14:27:53 -08002457void SSL_set_msg_callback(SSL *ssl,
2458 void (*cb)(int write_p, int version, int content_type,
2459 const void *buf, size_t len, SSL *ssl,
2460 void *arg)) {
Adam Langleye9ada862015-05-11 17:20:37 -07002461 ssl->msg_callback = cb;
2462}
2463
2464void SSL_set_msg_callback_arg(SSL *ssl, void *arg) {
2465 ssl->msg_callback_arg = arg;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002466}
2467
Adam Langley4139edb2016-01-13 15:00:54 -08002468void SSL_CTX_set_keylog_callback(SSL_CTX *ctx,
2469 void (*cb)(const SSL *ssl, const char *line)) {
2470 ctx->keylog_callback = cb;
Adam Langleyd9e397b2015-01-22 14:27:53 -08002471}
2472
David Benjamin7c0d06c2016-08-11 13:26:41 -04002473void (*SSL_CTX_get_keylog_callback(const SSL_CTX *ctx))(const SSL *ssl,
2474 const char *line) {
2475 return ctx->keylog_callback;
2476}
2477
David Benjamin6e899c72016-06-09 18:02:18 -04002478void SSL_CTX_set_current_time_cb(SSL_CTX *ctx,
2479 void (*cb)(const SSL *ssl,
2480 struct timeval *out_clock)) {
2481 ctx->current_time_cb = cb;
2482}
2483
Kenny Roote99801b2015-11-06 15:31:15 -08002484int SSL_is_init_finished(const SSL *ssl) {
Robert Sloana94fe052017-02-21 08:49:28 -08002485 return !SSL_in_init(ssl);
Kenny Roote99801b2015-11-06 15:31:15 -08002486}
2487
2488int SSL_in_init(const SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002489 // This returns false once all the handshake state has been finalized, to
2490 // allow callbacks and getters based on SSL_in_init to return the correct
2491 // values.
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002492 SSL_HANDSHAKE *hs = ssl->s3->hs.get();
Robert Sloana27a6a42017-09-05 08:39:28 -07002493 return hs != nullptr && !hs->handshake_finalized;
Kenny Roote99801b2015-11-06 15:31:15 -08002494}
2495
2496int SSL_in_false_start(const SSL *ssl) {
David Benjamin95add822016-10-19 01:09:12 -04002497 if (ssl->s3->hs == NULL) {
2498 return 0;
2499 }
2500 return ssl->s3->hs->in_false_start;
Adam Langleye9ada862015-05-11 17:20:37 -07002501}
2502
Adam Langley4139edb2016-01-13 15:00:54 -08002503int SSL_cutthrough_complete(const SSL *ssl) {
2504 return SSL_in_false_start(ssl);
Adam Langleyd9e397b2015-01-22 14:27:53 -08002505}
2506
2507void SSL_get_structure_sizes(size_t *ssl_size, size_t *ssl_ctx_size,
2508 size_t *ssl_session_size) {
2509 *ssl_size = sizeof(SSL);
2510 *ssl_ctx_size = sizeof(SSL_CTX);
2511 *ssl_session_size = sizeof(SSL_SESSION);
2512}
2513
David Benjaminc895d6b2016-08-11 13:26:41 -04002514int SSL_is_server(const SSL *ssl) { return ssl->server; }
2515
2516int SSL_is_dtls(const SSL *ssl) { return ssl->method->is_dtls; }
Adam Langleyd9e397b2015-01-22 14:27:53 -08002517
Robert Sloan6d0d00e2017-03-27 07:13:07 -07002518void SSL_CTX_set_select_certificate_cb(
2519 SSL_CTX *ctx,
2520 enum ssl_select_cert_result_t (*cb)(const SSL_CLIENT_HELLO *)) {
Kenny Roote99801b2015-11-06 15:31:15 -08002521 ctx->select_certificate_cb = cb;
2522}
2523
David Benjamin1b249672016-12-06 18:25:50 -05002524void SSL_CTX_set_dos_protection_cb(SSL_CTX *ctx,
2525 int (*cb)(const SSL_CLIENT_HELLO *)) {
Adam Langleye9ada862015-05-11 17:20:37 -07002526 ctx->dos_protection_cb = cb;
2527}
2528
Kenny Roote99801b2015-11-06 15:31:15 -08002529void SSL_set_renegotiate_mode(SSL *ssl, enum ssl_renegotiate_mode_t mode) {
2530 ssl->renegotiate_mode = mode;
2531}
2532
Adam Langleyfad63272015-11-12 12:15:39 -08002533int SSL_get_ivs(const SSL *ssl, const uint8_t **out_read_iv,
2534 const uint8_t **out_write_iv, size_t *out_iv_len) {
Adam Langleyfad63272015-11-12 12:15:39 -08002535 size_t write_iv_len;
Robert Sloanb6d070c2017-07-24 08:40:01 -07002536 if (!ssl->s3->aead_read_ctx->GetIV(out_read_iv, out_iv_len) ||
2537 !ssl->s3->aead_write_ctx->GetIV(out_write_iv, &write_iv_len) ||
Adam Langleyfad63272015-11-12 12:15:39 -08002538 *out_iv_len != write_iv_len) {
2539 return 0;
2540 }
2541
2542 return 1;
2543}
2544
David Benjamin4969cc92016-04-22 15:02:23 -04002545static uint64_t be_to_u64(const uint8_t in[8]) {
2546 return (((uint64_t)in[0]) << 56) | (((uint64_t)in[1]) << 48) |
2547 (((uint64_t)in[2]) << 40) | (((uint64_t)in[3]) << 32) |
2548 (((uint64_t)in[4]) << 24) | (((uint64_t)in[5]) << 16) |
2549 (((uint64_t)in[6]) << 8) | ((uint64_t)in[7]);
2550}
2551
2552uint64_t SSL_get_read_sequence(const SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002553 // TODO(davidben): Internally represent sequence numbers as uint64_t.
David Benjaminc895d6b2016-08-11 13:26:41 -04002554 if (SSL_is_dtls(ssl)) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002555 // max_seq_num already includes the epoch.
David Benjamin4969cc92016-04-22 15:02:23 -04002556 assert(ssl->d1->r_epoch == (ssl->d1->bitmap.max_seq_num >> 48));
2557 return ssl->d1->bitmap.max_seq_num;
2558 }
2559 return be_to_u64(ssl->s3->read_sequence);
2560}
2561
2562uint64_t SSL_get_write_sequence(const SSL *ssl) {
2563 uint64_t ret = be_to_u64(ssl->s3->write_sequence);
David Benjaminc895d6b2016-08-11 13:26:41 -04002564 if (SSL_is_dtls(ssl)) {
David Benjamin4969cc92016-04-22 15:02:23 -04002565 assert((ret >> 48) == 0);
2566 ret |= ((uint64_t)ssl->d1->w_epoch) << 48;
2567 }
2568 return ret;
2569}
2570
David Benjaminc895d6b2016-08-11 13:26:41 -04002571uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002572 // TODO(davidben): This checks the wrong session if there is a renegotiation
2573 // in progress.
Steven Valdeze7531f02016-12-14 13:29:57 -05002574 SSL_SESSION *session = SSL_get_session(ssl);
2575 if (session == NULL) {
2576 return 0;
2577 }
2578
2579 return session->peer_signature_algorithm;
Adam Langleyfad63272015-11-12 12:15:39 -08002580}
2581
David Benjamin4969cc92016-04-22 15:02:23 -04002582size_t SSL_get_client_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2583 if (max_out == 0) {
2584 return sizeof(ssl->s3->client_random);
2585 }
2586 if (max_out > sizeof(ssl->s3->client_random)) {
2587 max_out = sizeof(ssl->s3->client_random);
2588 }
Robert Sloan69939df2017-01-09 10:53:07 -08002589 OPENSSL_memcpy(out, ssl->s3->client_random, max_out);
David Benjamin4969cc92016-04-22 15:02:23 -04002590 return max_out;
2591}
2592
2593size_t SSL_get_server_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2594 if (max_out == 0) {
2595 return sizeof(ssl->s3->server_random);
2596 }
2597 if (max_out > sizeof(ssl->s3->server_random)) {
2598 max_out = sizeof(ssl->s3->server_random);
2599 }
Robert Sloan69939df2017-01-09 10:53:07 -08002600 OPENSSL_memcpy(out, ssl->s3->server_random, max_out);
David Benjamin4969cc92016-04-22 15:02:23 -04002601 return max_out;
2602}
2603
2604const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002605 SSL_HANDSHAKE *hs = ssl->s3->hs.get();
Robert Sloana94fe052017-02-21 08:49:28 -08002606 if (hs == NULL) {
David Benjamin4969cc92016-04-22 15:02:23 -04002607 return NULL;
2608 }
Robert Sloana94fe052017-02-21 08:49:28 -08002609 return hs->new_cipher;
David Benjamin4969cc92016-04-22 15:02:23 -04002610}
2611
Steven Valdez909b19f2016-11-21 15:35:44 -05002612void SSL_set_retain_only_sha256_of_client_certs(SSL *ssl, int enabled) {
2613 ssl->retain_only_sha256_of_client_certs = !!enabled;
2614}
2615
David Benjamin4969cc92016-04-22 15:02:23 -04002616void SSL_CTX_set_retain_only_sha256_of_client_certs(SSL_CTX *ctx, int enabled) {
2617 ctx->retain_only_sha256_of_client_certs = !!enabled;
2618}
2619
Steven Valdezbb1ceac2016-10-07 10:34:51 -04002620void SSL_CTX_set_grease_enabled(SSL_CTX *ctx, int enabled) {
2621 ctx->grease_enabled = !!enabled;
2622}
2623
Robert Sloan1c9db532017-03-13 08:03:59 -07002624int32_t SSL_get_ticket_age_skew(const SSL *ssl) {
2625 return ssl->s3->ticket_age_skew;
2626}
2627
Robert Sloancd79cde2017-12-11 09:06:12 -08002628void SSL_CTX_set_false_start_allowed_without_alpn(SSL_CTX *ctx, int allowed) {
2629 ctx->false_start_allowed_without_alpn = !!allowed;
2630}
2631
Robert Sloan0da43952018-01-03 15:13:14 -08002632int SSL_is_draft_downgrade(const SSL *ssl) { return ssl->s3->draft_downgrade; }
2633
Kenny Rootb8494592015-09-25 02:29:14 +00002634int SSL_clear(SSL *ssl) {
Robert Sloana27a6a42017-09-05 08:39:28 -07002635 // In OpenSSL, reusing a client |SSL| with |SSL_clear| causes the previously
2636 // established session to be offered the next time around. wpa_supplicant
2637 // depends on this behavior, so emulate it.
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002638 UniquePtr<SSL_SESSION> session;
David Benjamin1b249672016-12-06 18:25:50 -05002639 if (!ssl->server && ssl->s3->established_session != NULL) {
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002640 session.reset(ssl->s3->established_session.get());
2641 SSL_SESSION_up_ref(session.get());
Kenny Rootb8494592015-09-25 02:29:14 +00002642 }
2643
Robert Sloana27a6a42017-09-05 08:39:28 -07002644 // The ssl->d1->mtu is simultaneously configuration (preserved across
2645 // clear) and connection-specific state (gets reset).
2646 //
2647 // TODO(davidben): Avoid this.
Kenny Rootb8494592015-09-25 02:29:14 +00002648 unsigned mtu = 0;
2649 if (ssl->d1 != NULL) {
2650 mtu = ssl->d1->mtu;
Adam Langleyf4e42722015-06-04 17:45:09 -07002651 }
2652
Kenny Rootb8494592015-09-25 02:29:14 +00002653 ssl->method->ssl_free(ssl);
2654 if (!ssl->method->ssl_new(ssl)) {
2655 return 0;
2656 }
Kenny Rootb8494592015-09-25 02:29:14 +00002657
David Benjaminc895d6b2016-08-11 13:26:41 -04002658 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
Kenny Rootb8494592015-09-25 02:29:14 +00002659 ssl->d1->mtu = mtu;
Adam Langleyf4e42722015-06-04 17:45:09 -07002660 }
2661
Robert Sloan29c1d2c2017-10-30 14:10:28 -07002662 if (session != nullptr) {
2663 SSL_set_session(ssl, session.get());
David Benjamin1b249672016-12-06 18:25:50 -05002664 }
Kenny Rootb8494592015-09-25 02:29:14 +00002665
Adam Langleyf4e42722015-06-04 17:45:09 -07002666 return 1;
Adam Langley56d25032015-06-23 16:20:13 -07002667}
2668
Adam Langleye9ada862015-05-11 17:20:37 -07002669int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; }
2670int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; }
2671int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; }
2672int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; }
2673int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; }
2674int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; }
2675int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; }
2676int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; }
2677int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; }
2678int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; }
2679int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; }
David Benjamin6e899c72016-06-09 18:02:18 -04002680
2681int SSL_num_renegotiations(const SSL *ssl) {
2682 return SSL_total_renegotiations(ssl);
2683}
2684
2685int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; }
2686int SSL_need_tmp_RSA(const SSL *ssl) { return 0; }
2687int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; }
2688int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; }
Kenny Rootb8494592015-09-25 02:29:14 +00002689void ERR_load_SSL_strings(void) {}
2690void SSL_load_error_strings(void) {}
David Benjamin6e899c72016-06-09 18:02:18 -04002691int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); }
2692
2693int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) {
2694 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2695 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2696 return 0;
2697 }
2698 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2699 return SSL_CTX_set1_curves(ctx, &nid, 1);
2700}
2701
2702int SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ec_key) {
2703 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2704 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2705 return 0;
2706 }
2707 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2708 return SSL_set1_curves(ssl, &nid, 1);
2709}
David Benjaminc895d6b2016-08-11 13:26:41 -04002710
Robert Sloan1c9db532017-03-13 08:03:59 -07002711void SSL_CTX_set_ticket_aead_method(SSL_CTX *ctx,
2712 const SSL_TICKET_AEAD_METHOD *aead_method) {
2713 ctx->ticket_aead_method = aead_method;
2714}