blob: 32ec272ea0cc21fbd9d25fb37ce40ccee337d0f6 [file] [log] [blame]
Adam Langley95c29f32014-06-20 12:00:00 -07001/* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
2 * All rights reserved.
3 *
4 * This package is an SSL implementation written
5 * by Eric Young (eay@cryptsoft.com).
6 * The implementation was written so as to conform with Netscapes SSL.
7 *
8 * This library is free for commercial and non-commercial use as long as
9 * the following conditions are aheared to. The following conditions
10 * apply to all code found in this distribution, be it the RC4, RSA,
11 * lhash, DES, etc., code; not just the SSL code. The SSL documentation
12 * included with this distribution is covered by the same copyright terms
13 * except that the holder is Tim Hudson (tjh@cryptsoft.com).
14 *
15 * Copyright remains Eric Young's, and as such any Copyright notices in
16 * the code are not to be removed.
17 * If this package is used in a product, Eric Young should be given attribution
18 * as the author of the parts of the library used.
19 * This can be in the form of a textual message at program startup or
20 * in documentation (online or textual) provided with the package.
21 *
22 * Redistribution and use in source and binary forms, with or without
23 * modification, are permitted provided that the following conditions
24 * are met:
25 * 1. Redistributions of source code must retain the copyright
26 * notice, this list of conditions and the following disclaimer.
27 * 2. Redistributions in binary form must reproduce the above copyright
28 * notice, this list of conditions and the following disclaimer in the
29 * documentation and/or other materials provided with the distribution.
30 * 3. All advertising materials mentioning features or use of this software
31 * must display the following acknowledgement:
32 * "This product includes cryptographic software written by
33 * Eric Young (eay@cryptsoft.com)"
34 * The word 'cryptographic' can be left out if the rouines from the library
35 * being used are not cryptographic related :-).
36 * 4. If you include any Windows specific code (or a derivative thereof) from
37 * the apps directory (application code) you must include an acknowledgement:
38 * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
39 *
40 * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
41 * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
42 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
43 * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
44 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
45 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
46 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
47 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
48 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
49 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
50 * SUCH DAMAGE.
51 *
52 * The licence and distribution terms for any publically available version or
53 * derivative of this code cannot be changed. i.e. this code cannot simply be
54 * copied and put under another distribution licence
55 * [including the GNU Public Licence.]
56 */
57/* ====================================================================
58 * Copyright (c) 1998-2007 The OpenSSL Project. All rights reserved.
59 *
60 * Redistribution and use in source and binary forms, with or without
61 * modification, are permitted provided that the following conditions
62 * are met:
63 *
64 * 1. Redistributions of source code must retain the above copyright
65 * notice, this list of conditions and the following disclaimer.
66 *
67 * 2. Redistributions in binary form must reproduce the above copyright
68 * notice, this list of conditions and the following disclaimer in
69 * the documentation and/or other materials provided with the
70 * distribution.
71 *
72 * 3. All advertising materials mentioning features or use of this
73 * software must display the following acknowledgment:
74 * "This product includes software developed by the OpenSSL Project
75 * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
76 *
77 * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
78 * endorse or promote products derived from this software without
79 * prior written permission. For written permission, please contact
80 * openssl-core@openssl.org.
81 *
82 * 5. Products derived from this software may not be called "OpenSSL"
83 * nor may "OpenSSL" appear in their names without prior written
84 * permission of the OpenSSL Project.
85 *
86 * 6. Redistributions of any form whatsoever must retain the following
87 * acknowledgment:
88 * "This product includes software developed by the OpenSSL Project
89 * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
90 *
91 * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
92 * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
93 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
94 * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
95 * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
96 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
97 * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
98 * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
99 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
100 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
101 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
102 * OF THE POSSIBILITY OF SUCH DAMAGE.
103 * ====================================================================
104 *
105 * This product includes cryptographic software written by Eric Young
106 * (eay@cryptsoft.com). This product includes software written by Tim
107 * Hudson (tjh@cryptsoft.com).
108 *
109 */
110/* ====================================================================
111 * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
112 * 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
David Benjamin9e4e01e2015-09-15 01:48:04 -0400141#include <openssl/ssl.h>
142
Adam Langley95c29f32014-06-20 12:00:00 -0700143#include <assert.h>
David Benjamin93d97432016-08-08 21:22:47 -0400144#include <stdlib.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400145#include <string.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700146
David Benjamin39482a12014-07-20 13:30:15 -0400147#include <openssl/bytestring.h>
David Benjamin7c6d09b2015-09-05 11:00:19 -0400148#include <openssl/crypto.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400149#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700150#include <openssl/lhash.h>
151#include <openssl/mem.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700152#include <openssl/rand.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700153
David Benjamin2ee94aa2015-04-07 22:38:30 -0400154#include "internal.h"
David Benjamin546f1a52015-04-15 16:46:09 -0400155#include "../crypto/internal.h"
156
David Benjamin721e8b72016-08-03 13:13:17 -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 Langley95c29f32014-06-20 12:00:00 -0700164
David Benjamin86e95b82017-07-18 16:34:25 -0400165namespace bssl {
166
David Benjamin76c2efc2015-08-31 14:24:29 -0400167/* |SSL_R_UNKNOWN_PROTOCOL| is no longer emitted, but continue to define it
David Benjamin97760d52015-07-24 23:02:49 -0400168 * to avoid downstream churn. */
David Benjamin76c2efc2015-08-31 14:24:29 -0400169OPENSSL_DECLARE_ERROR_REASON(SSL, UNKNOWN_PROTOCOL)
David Benjamin97760d52015-07-24 23:02:49 -0400170
David Benjamin311c2572016-08-17 15:54:36 -0400171/* The following errors are no longer emitted, but are used in nginx without
172 * #ifdefs. */
173OPENSSL_DECLARE_ERROR_REASON(SSL, BLOCK_CIPHER_PAD_IS_WRONG)
174OPENSSL_DECLARE_ERROR_REASON(SSL, NO_CIPHERS_SPECIFIED)
175
Adam Langleyfcf25832014-12-18 17:42:32 -0800176/* Some error codes are special. Ensure the make_errors.go script never
177 * regresses this. */
David Benjamina3d76d02017-07-14 19:36:07 -0400178static_assert(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION ==
179 SSL_AD_NO_RENEGOTIATION + SSL_AD_REASON_OFFSET,
180 "alert reason code mismatch");
David Benjamine1136082014-09-20 12:28:58 -0400181
David Benjamin1d0a1942015-04-26 15:35:35 -0400182/* kMaxHandshakeSize is the maximum size, in bytes, of a handshake message. */
183static const size_t kMaxHandshakeSize = (1u << 24) - 1;
184
David Benjaminaa585132015-06-29 23:36:17 -0400185static 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;
David Benjamin9f33fc62015-04-15 17:29:53 -0400189
David Benjamin86e95b82017-07-18 16:34:25 -0400190void ssl_reset_error_state(SSL *ssl) {
191 /* Functions which use |SSL_get_error| must reset I/O and error state on
192 * entry. */
193 ssl->rwstate = SSL_NOTHING;
194 ERR_clear_error();
195 ERR_clear_system_error();
196}
197
198int ssl_can_write(const SSL *ssl) {
199 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_write;
200}
201
202int ssl_can_read(const SSL *ssl) {
203 return !SSL_in_init(ssl) || ssl->s3->hs->can_early_read;
204}
205
206void ssl_cipher_preference_list_free(
207 struct ssl_cipher_preference_list_st *cipher_list) {
208 if (cipher_list == NULL) {
209 return;
210 }
211 sk_SSL_CIPHER_free(cipher_list->ciphers);
212 OPENSSL_free(cipher_list->in_group_flags);
213 OPENSSL_free(cipher_list);
214}
215
216void ssl_update_cache(SSL_HANDSHAKE *hs, int mode) {
217 SSL *const ssl = hs->ssl;
218 SSL_CTX *ctx = ssl->session_ctx;
219 /* Never cache sessions with empty session IDs. */
220 if (ssl->s3->established_session->session_id_length == 0 ||
221 (ctx->session_cache_mode & mode) != mode) {
222 return;
223 }
224
225 /* Clients never use the internal session cache. */
226 int use_internal_cache = ssl->server && !(ctx->session_cache_mode &
227 SSL_SESS_CACHE_NO_INTERNAL_STORE);
228
229 /* A client may see new sessions on abbreviated handshakes if the server
230 * decides to renew the ticket. Once the handshake is completed, it should be
231 * inserted into the cache. */
232 if (ssl->s3->established_session != ssl->session ||
233 (!ssl->server && hs->ticket_expected)) {
234 if (use_internal_cache) {
235 SSL_CTX_add_session(ctx, ssl->s3->established_session);
236 }
237 if (ctx->new_session_cb != NULL) {
238 SSL_SESSION_up_ref(ssl->s3->established_session);
239 if (!ctx->new_session_cb(ssl, ssl->s3->established_session)) {
240 /* |new_session_cb|'s return value signals whether it took ownership. */
241 SSL_SESSION_free(ssl->s3->established_session);
242 }
243 }
244 }
245
246 if (use_internal_cache &&
247 !(ctx->session_cache_mode & SSL_SESS_CACHE_NO_AUTO_CLEAR)) {
248 /* Automatically flush the internal session cache every 255 connections. */
249 int flush_cache = 0;
250 CRYPTO_MUTEX_lock_write(&ctx->lock);
251 ctx->handshakes_since_cache_flush++;
252 if (ctx->handshakes_since_cache_flush >= 255) {
253 flush_cache = 1;
254 ctx->handshakes_since_cache_flush = 0;
255 }
256 CRYPTO_MUTEX_unlock_write(&ctx->lock);
257
258 if (flush_cache) {
259 struct OPENSSL_timeval now;
260 ssl_get_current_time(ssl, &now);
261 SSL_CTX_flush_sessions(ctx, now.tv_sec);
262 }
263 }
264}
265
266static int cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) {
267 static const char hextable[] = "0123456789abcdef";
268 uint8_t *out;
269
270 if (!CBB_add_space(cbb, &out, in_len * 2)) {
271 return 0;
272 }
273
274 for (size_t i = 0; i < in_len; i++) {
275 *(out++) = (uint8_t)hextable[in[i] >> 4];
276 *(out++) = (uint8_t)hextable[in[i] & 0xf];
277 }
278
279 return 1;
280}
281
282int ssl_log_secret(const SSL *ssl, const char *label, const uint8_t *secret,
283 size_t secret_len) {
284 if (ssl->ctx->keylog_callback == NULL) {
285 return 1;
286 }
287
David Benjamin1386aad2017-07-19 23:57:40 -0400288 ScopedCBB cbb;
David Benjamin86e95b82017-07-18 16:34:25 -0400289 uint8_t *out;
290 size_t out_len;
David Benjamin1386aad2017-07-19 23:57:40 -0400291 if (!CBB_init(cbb.get(), strlen(label) + 1 + SSL3_RANDOM_SIZE * 2 + 1 +
David Benjamin86e95b82017-07-18 16:34:25 -0400292 secret_len * 2 + 1) ||
David Benjamin1386aad2017-07-19 23:57:40 -0400293 !CBB_add_bytes(cbb.get(), (const uint8_t *)label, strlen(label)) ||
294 !CBB_add_bytes(cbb.get(), (const uint8_t *)" ", 1) ||
295 !cbb_add_hex(cbb.get(), ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
296 !CBB_add_bytes(cbb.get(), (const uint8_t *)" ", 1) ||
297 !cbb_add_hex(cbb.get(), secret, secret_len) ||
298 !CBB_add_u8(cbb.get(), 0 /* NUL */) ||
299 !CBB_finish(cbb.get(), &out, &out_len)) {
David Benjamin86e95b82017-07-18 16:34:25 -0400300 return 0;
301 }
302
303 ssl->ctx->keylog_callback(ssl, (const char *)out);
304 OPENSSL_free(out);
305 return 1;
306}
307
308int ssl3_can_false_start(const SSL *ssl) {
309 const SSL_CIPHER *const cipher = SSL_get_current_cipher(ssl);
310
311 /* False Start only for TLS 1.2 with an ECDHE+AEAD cipher and ALPN or NPN. */
312 return !SSL_is_dtls(ssl) &&
313 SSL_version(ssl) == TLS1_2_VERSION &&
314 (ssl->s3->alpn_selected != NULL ||
315 ssl->s3->next_proto_negotiated != NULL) &&
316 cipher != NULL &&
317 cipher->algorithm_mkey == SSL_kECDHE &&
318 cipher->algorithm_mac == SSL_AEAD;
319}
320
321void ssl_do_info_callback(const SSL *ssl, int type, int value) {
322 void (*cb)(const SSL *ssl, int type, int value) = NULL;
323 if (ssl->info_callback != NULL) {
324 cb = ssl->info_callback;
325 } else if (ssl->ctx->info_callback != NULL) {
326 cb = ssl->ctx->info_callback;
327 }
328
329 if (cb != NULL) {
330 cb(ssl, type, value);
331 }
332}
333
334void ssl_do_msg_callback(SSL *ssl, int is_write, int content_type,
335 const void *buf, size_t len) {
336 if (ssl->msg_callback == NULL) {
337 return;
338 }
339
340 /* |version| is zero when calling for |SSL3_RT_HEADER| and |SSL2_VERSION| for
341 * a V2ClientHello. */
342 int version;
343 switch (content_type) {
344 case 0:
345 /* V2ClientHello */
346 version = SSL2_VERSION;
347 break;
348 case SSL3_RT_HEADER:
349 version = 0;
350 break;
351 default:
352 version = SSL_version(ssl);
353 }
354
355 ssl->msg_callback(is_write, version, content_type, buf, len, ssl,
356 ssl->msg_callback_arg);
357}
358
359void ssl_get_current_time(const SSL *ssl, struct OPENSSL_timeval *out_clock) {
Martin Kreichgauer72912d22017-08-04 12:06:43 -0700360 /* TODO(martinkr): Change callers to |ssl_ctx_get_current_time| and drop the
361 * |ssl| arg from |current_time_cb| if possible. */
362 ssl_ctx_get_current_time(ssl->ctx, out_clock);
363}
364
365void ssl_ctx_get_current_time(const SSL_CTX *ctx,
366 struct OPENSSL_timeval *out_clock) {
367 if (ctx->current_time_cb != NULL) {
David Benjamin86e95b82017-07-18 16:34:25 -0400368 /* TODO(davidben): Update current_time_cb to use OPENSSL_timeval. See
369 * https://crbug.com/boringssl/155. */
370 struct timeval clock;
Martin Kreichgauer72912d22017-08-04 12:06:43 -0700371 ctx->current_time_cb(nullptr /* ssl */, &clock);
David Benjamin86e95b82017-07-18 16:34:25 -0400372 if (clock.tv_sec < 0) {
373 assert(0);
374 out_clock->tv_sec = 0;
375 out_clock->tv_usec = 0;
376 } else {
377 out_clock->tv_sec = (uint64_t)clock.tv_sec;
378 out_clock->tv_usec = (uint32_t)clock.tv_usec;
379 }
380 return;
381 }
382
383#if defined(BORINGSSL_UNSAFE_DETERMINISTIC_MODE)
384 out_clock->tv_sec = 1234;
385 out_clock->tv_usec = 1234;
386#elif defined(OPENSSL_WINDOWS)
387 struct _timeb time;
388 _ftime(&time);
389 if (time.time < 0) {
390 assert(0);
391 out_clock->tv_sec = 0;
392 out_clock->tv_usec = 0;
393 } else {
394 out_clock->tv_sec = time.time;
395 out_clock->tv_usec = time.millitm * 1000;
396 }
397#else
398 struct timeval clock;
399 gettimeofday(&clock, NULL);
400 if (clock.tv_sec < 0) {
401 assert(0);
402 out_clock->tv_sec = 0;
403 out_clock->tv_usec = 0;
404 } else {
405 out_clock->tv_sec = (uint64_t)clock.tv_sec;
406 out_clock->tv_usec = (uint32_t)clock.tv_usec;
407 }
408#endif
409}
410
411} // namespace bssl
412
413using namespace bssl;
414
David Benjamin7c6d09b2015-09-05 11:00:19 -0400415int SSL_library_init(void) {
416 CRYPTO_library_init();
417 return 1;
418}
419
Adam Langleye976e432016-02-15 14:01:10 -0800420static uint32_t ssl_session_hash(const SSL_SESSION *sess) {
421 const uint8_t *session_id = sess->session_id;
422
423 uint8_t tmp_storage[sizeof(uint32_t)];
424 if (sess->session_id_length < sizeof(tmp_storage)) {
David Benjamin17cf2cb2016-12-13 01:07:13 -0500425 OPENSSL_memset(tmp_storage, 0, sizeof(tmp_storage));
426 OPENSSL_memcpy(tmp_storage, sess->session_id, sess->session_id_length);
Adam Langleye976e432016-02-15 14:01:10 -0800427 session_id = tmp_storage;
428 }
429
David Benjamin27bbae42015-09-13 00:54:37 -0400430 uint32_t hash =
Adam Langleye976e432016-02-15 14:01:10 -0800431 ((uint32_t)session_id[0]) |
432 ((uint32_t)session_id[1] << 8) |
433 ((uint32_t)session_id[2] << 16) |
434 ((uint32_t)session_id[3] << 24);
David Benjamin7c6d09b2015-09-05 11:00:19 -0400435
David Benjamin27bbae42015-09-13 00:54:37 -0400436 return hash;
437}
438
439/* NB: If this function (or indeed the hash function which uses a sort of
440 * coarser function than this one) is changed, ensure
441 * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being
442 * able to construct an SSL_SESSION that will collide with any existing session
443 * with a matching session ID. */
444static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) {
445 if (a->ssl_version != b->ssl_version) {
446 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800447 }
Adam Langley95c29f32014-06-20 12:00:00 -0700448
David Benjamin27bbae42015-09-13 00:54:37 -0400449 if (a->session_id_length != b->session_id_length) {
450 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800451 }
Adam Langley95c29f32014-06-20 12:00:00 -0700452
David Benjamin17cf2cb2016-12-13 01:07:13 -0500453 return OPENSSL_memcmp(a->session_id, b->session_id, a->session_id_length);
David Benjamin27bbae42015-09-13 00:54:37 -0400454}
Adam Langley95c29f32014-06-20 12:00:00 -0700455
David Benjamin27bbae42015-09-13 00:54:37 -0400456SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
457 SSL_CTX *ret = NULL;
458
459 if (method == NULL) {
460 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_METHOD_PASSED);
461 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800462 }
Adam Langley95c29f32014-06-20 12:00:00 -0700463
David Benjaminf5260812017-07-12 17:16:39 -0400464 ret = (SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX));
David Benjamin27bbae42015-09-13 00:54:37 -0400465 if (ret == NULL) {
466 goto err;
David Benjamin62fd1622015-01-11 13:30:01 -0500467 }
468
David Benjamin17cf2cb2016-12-13 01:07:13 -0500469 OPENSSL_memset(ret, 0, sizeof(SSL_CTX));
Adam Langley95c29f32014-06-20 12:00:00 -0700470
David Benjamin27bbae42015-09-13 00:54:37 -0400471 ret->method = method->method;
Adam Langley3509dac2017-02-01 11:59:18 -0800472 ret->x509_method = method->x509_method;
David Benjamin27bbae42015-09-13 00:54:37 -0400473
474 CRYPTO_MUTEX_init(&ret->lock);
475
476 ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
477 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
478
David Benjamin27bbae42015-09-13 00:54:37 -0400479 ret->session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
David Benjamin17b30832017-01-28 14:00:32 -0500480 ret->session_psk_dhe_timeout = SSL_DEFAULT_SESSION_PSK_DHE_TIMEOUT;
David Benjamin27bbae42015-09-13 00:54:37 -0400481
482 ret->references = 1;
483
484 ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
485 ret->verify_mode = SSL_VERIFY_NONE;
Adam Langley3509dac2017-02-01 11:59:18 -0800486 ret->cert = ssl_cert_new(method->x509_method);
David Benjamin27bbae42015-09-13 00:54:37 -0400487 if (ret->cert == NULL) {
488 goto err;
489 }
490
491 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
492 if (ret->sessions == NULL) {
493 goto err;
494 }
Adam Langley2a3b3432017-02-10 13:56:48 -0800495
496 if (!ret->x509_method->ssl_ctx_new(ret)) {
David Benjamin27bbae42015-09-13 00:54:37 -0400497 goto err;
498 }
499
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -0800500 if (!SSL_CTX_set_strict_cipher_list(ret, SSL_DEFAULT_CIPHER_LIST)) {
David Benjamin27bbae42015-09-13 00:54:37 -0400501 goto err2;
502 }
503
Adam Langley34b4c822017-02-02 10:57:17 -0800504 ret->client_CA = sk_CRYPTO_BUFFER_new_null();
David Benjamin27bbae42015-09-13 00:54:37 -0400505 if (ret->client_CA == NULL) {
506 goto err;
507 }
508
David Benjamin8a589332015-12-04 23:14:35 -0500509 CRYPTO_new_ex_data(&ret->ex_data);
David Benjamin27bbae42015-09-13 00:54:37 -0400510
511 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
512
David Benjamina983b4c2016-11-09 14:21:12 -0500513 /* Disable the auto-chaining feature by default. Once this has stuck without
514 * problems, the feature will be removed entirely. */
515 ret->mode = SSL_MODE_NO_AUTO_CHAIN;
516
David Benjamin27bbae42015-09-13 00:54:37 -0400517 /* Lock the SSL_CTX to the specified version, for compatibility with legacy
David Benjamin3cfeb952017-03-01 16:48:38 -0500518 * uses of SSL_METHOD, but we do not set the minimum version for
519 * |SSLv3_method|. */
David Benjamine34bcc92016-09-21 16:53:09 -0400520 if (!SSL_CTX_set_max_proto_version(ret, method->version) ||
David Benjamin3cfeb952017-03-01 16:48:38 -0500521 !SSL_CTX_set_min_proto_version(ret, method->version == SSL3_VERSION
522 ? 0 /* default */
523 : method->version)) {
David Benjamine34bcc92016-09-21 16:53:09 -0400524 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
525 goto err2;
David Benjamin27bbae42015-09-13 00:54:37 -0400526 }
527
528 return ret;
529
530err:
531 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
532err2:
533 SSL_CTX_free(ret);
534 return NULL;
535}
536
Adam Langley84cd1592016-06-30 18:29:44 -0700537int SSL_CTX_up_ref(SSL_CTX *ctx) {
538 CRYPTO_refcount_inc(&ctx->references);
539 return 1;
540}
541
David Benjamin27bbae42015-09-13 00:54:37 -0400542void SSL_CTX_free(SSL_CTX *ctx) {
543 if (ctx == NULL ||
544 !CRYPTO_refcount_dec_and_test_zero(&ctx->references)) {
545 return;
546 }
547
David Benjamin27bbae42015-09-13 00:54:37 -0400548 /* Free internal session cache. However: the remove_cb() may reference the
549 * ex_data of SSL_CTX, thus the ex_data store can only be removed after the
550 * sessions were flushed. As the ex_data handling routines might also touch
551 * the session cache, the most secure solution seems to be: empty (flush) the
552 * cache, then free ex_data, then finally free the cache. (See ticket
553 * [openssl.org #212].) */
554 SSL_CTX_flush_sessions(ctx, 0);
555
556 CRYPTO_free_ex_data(&g_ex_data_class_ssl_ctx, ctx, &ctx->ex_data);
557
558 CRYPTO_MUTEX_cleanup(&ctx->lock);
559 lh_SSL_SESSION_free(ctx->sessions);
David Benjamin27bbae42015-09-13 00:54:37 -0400560 ssl_cipher_preference_list_free(ctx->cipher_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400561 ssl_cert_free(ctx->cert);
562 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->client_custom_extensions,
563 SSL_CUSTOM_EXTENSION_free);
564 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->server_custom_extensions,
565 SSL_CUSTOM_EXTENSION_free);
Adam Langley34b4c822017-02-02 10:57:17 -0800566 sk_CRYPTO_BUFFER_pop_free(ctx->client_CA, CRYPTO_BUFFER_free);
Adam Langley2a3b3432017-02-10 13:56:48 -0800567 ctx->x509_method->ssl_ctx_free(ctx);
David Benjamin27bbae42015-09-13 00:54:37 -0400568 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
569 OPENSSL_free(ctx->psk_identity_hint);
Steven Valdezce902a92016-05-17 11:47:53 -0400570 OPENSSL_free(ctx->supported_group_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400571 OPENSSL_free(ctx->alpn_client_proto_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400572 EVP_PKEY_free(ctx->tlsext_channel_id_private);
David Benjamin71c21b42017-04-14 17:05:40 -0400573 OPENSSL_free(ctx->verify_sigalgs);
Martin Kreichgauer72912d22017-08-04 12:06:43 -0700574 OPENSSL_free(ctx->tlsext_ticket_key_current);
575 OPENSSL_free(ctx->tlsext_ticket_key_prev);
David Benjamin27bbae42015-09-13 00:54:37 -0400576
577 OPENSSL_free(ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -0800578}
Adam Langley95c29f32014-06-20 12:00:00 -0700579
Adam Langleyfcf25832014-12-18 17:42:32 -0800580SSL *SSL_new(SSL_CTX *ctx) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800581 if (ctx == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400582 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_CTX);
Adam Langleyfcf25832014-12-18 17:42:32 -0800583 return NULL;
584 }
585 if (ctx->method == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400586 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
Adam Langleyfcf25832014-12-18 17:42:32 -0800587 return NULL;
588 }
Adam Langley95c29f32014-06-20 12:00:00 -0700589
David Benjaminf5260812017-07-12 17:16:39 -0400590 SSL *ssl = (SSL *)OPENSSL_malloc(sizeof(SSL));
David Benjamin0d56f882015-12-19 17:05:56 -0500591 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800592 goto err;
593 }
David Benjamin17cf2cb2016-12-13 01:07:13 -0500594 OPENSSL_memset(ssl, 0, sizeof(SSL));
Adam Langley95c29f32014-06-20 12:00:00 -0700595
David Benjaminfc08dfc2017-06-20 14:39:32 -0400596 ssl->conf_min_version = ctx->conf_min_version;
597 ssl->conf_max_version = ctx->conf_max_version;
Steven Valdez52586f92017-07-11 15:08:32 -0400598 ssl->tls13_variant = ctx->tls13_variant;
David Benjamin1eb367c2014-12-12 18:17:51 -0500599
Taylor Brandstetter376a0fe2016-05-10 19:30:28 -0700600 /* RFC 6347 states that implementations SHOULD use an initial timer value of
601 * 1 second. */
602 ssl->initial_timeout_duration_ms = 1000;
603
David Benjamin0d56f882015-12-19 17:05:56 -0500604 ssl->options = ctx->options;
605 ssl->mode = ctx->mode;
606 ssl->max_cert_list = ctx->max_cert_list;
Adam Langley95c29f32014-06-20 12:00:00 -0700607
David Benjamin0d56f882015-12-19 17:05:56 -0500608 ssl->cert = ssl_cert_dup(ctx->cert);
609 if (ssl->cert == NULL) {
David Benjamina5a3eeb2015-03-18 20:26:30 -0400610 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -0800611 }
Adam Langley95c29f32014-06-20 12:00:00 -0700612
David Benjamin0d56f882015-12-19 17:05:56 -0500613 ssl->msg_callback = ctx->msg_callback;
614 ssl->msg_callback_arg = ctx->msg_callback_arg;
615 ssl->verify_mode = ctx->verify_mode;
David Benjamin0d56f882015-12-19 17:05:56 -0500616 ssl->verify_callback = ctx->default_verify_callback;
David Benjamin3a1dd462017-07-11 16:13:10 -0400617 ssl->custom_verify_callback = ctx->custom_verify_callback;
David Benjaminbbaf3672016-11-17 10:53:09 +0900618 ssl->retain_only_sha256_of_client_certs =
619 ctx->retain_only_sha256_of_client_certs;
Adam Langley95c29f32014-06-20 12:00:00 -0700620
David Benjamin0d56f882015-12-19 17:05:56 -0500621 ssl->quiet_shutdown = ctx->quiet_shutdown;
622 ssl->max_send_fragment = ctx->max_send_fragment;
Adam Langley95c29f32014-06-20 12:00:00 -0700623
David Benjaminf650c712016-12-22 15:54:51 -0500624 SSL_CTX_up_ref(ctx);
David Benjamin0d56f882015-12-19 17:05:56 -0500625 ssl->ctx = ctx;
David Benjaminf650c712016-12-22 15:54:51 -0500626 SSL_CTX_up_ref(ctx);
David Benjaminbe497062017-03-10 16:08:36 -0500627 ssl->session_ctx = ctx;
Adam Langley95c29f32014-06-20 12:00:00 -0700628
Adam Langley2a3b3432017-02-10 13:56:48 -0800629 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
630 goto err;
631 }
632
Steven Valdezce902a92016-05-17 11:47:53 -0400633 if (ctx->supported_group_list) {
David Benjaminf5260812017-07-12 17:16:39 -0400634 ssl->supported_group_list = (uint16_t *)BUF_memdup(
635 ctx->supported_group_list, ctx->supported_group_list_len * 2);
Steven Valdezce902a92016-05-17 11:47:53 -0400636 if (!ssl->supported_group_list) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800637 goto err;
638 }
Steven Valdezce902a92016-05-17 11:47:53 -0400639 ssl->supported_group_list_len = ctx->supported_group_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800640 }
Adam Langley95c29f32014-06-20 12:00:00 -0700641
David Benjamin17b30832017-01-28 14:00:32 -0500642 if (ctx->alpn_client_proto_list) {
David Benjaminf5260812017-07-12 17:16:39 -0400643 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(
644 ctx->alpn_client_proto_list, ctx->alpn_client_proto_list_len);
David Benjamin0d56f882015-12-19 17:05:56 -0500645 if (ssl->alpn_client_proto_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800646 goto err;
647 }
David Benjamin17b30832017-01-28 14:00:32 -0500648 ssl->alpn_client_proto_list_len = ctx->alpn_client_proto_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800649 }
Adam Langley95c29f32014-06-20 12:00:00 -0700650
David Benjamin0d56f882015-12-19 17:05:56 -0500651 ssl->method = ctx->method;
Adam Langley95c29f32014-06-20 12:00:00 -0700652
David Benjamin0d56f882015-12-19 17:05:56 -0500653 if (!ssl->method->ssl_new(ssl)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800654 goto err;
655 }
Adam Langley95c29f32014-06-20 12:00:00 -0700656
David Benjamin0d56f882015-12-19 17:05:56 -0500657 ssl->rwstate = SSL_NOTHING;
Adam Langley95c29f32014-06-20 12:00:00 -0700658
David Benjamin0d56f882015-12-19 17:05:56 -0500659 CRYPTO_new_ex_data(&ssl->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -0700660
David Benjamin0d56f882015-12-19 17:05:56 -0500661 ssl->psk_identity_hint = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800662 if (ctx->psk_identity_hint) {
David Benjamin0d56f882015-12-19 17:05:56 -0500663 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
664 if (ssl->psk_identity_hint == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800665 goto err;
666 }
667 }
David Benjamin0d56f882015-12-19 17:05:56 -0500668 ssl->psk_client_callback = ctx->psk_client_callback;
669 ssl->psk_server_callback = ctx->psk_server_callback;
Adam Langley95c29f32014-06-20 12:00:00 -0700670
David Benjamin0d56f882015-12-19 17:05:56 -0500671 ssl->tlsext_channel_id_enabled = ctx->tlsext_channel_id_enabled;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500672 if (ctx->tlsext_channel_id_private) {
Adam Langley310d3f62016-07-12 10:39:20 -0700673 EVP_PKEY_up_ref(ctx->tlsext_channel_id_private);
674 ssl->tlsext_channel_id_private = ctx->tlsext_channel_id_private;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500675 }
676
David Benjamin17b30832017-01-28 14:00:32 -0500677 ssl->signed_cert_timestamps_enabled = ctx->signed_cert_timestamps_enabled;
678 ssl->ocsp_stapling_enabled = ctx->ocsp_stapling_enabled;
HÃ¥vard Molland9169c962014-08-14 14:42:37 +0200679
David Benjamin0d56f882015-12-19 17:05:56 -0500680 return ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -0800681
Adam Langley95c29f32014-06-20 12:00:00 -0700682err:
David Benjamin0d56f882015-12-19 17:05:56 -0500683 SSL_free(ssl);
David Benjamin3570d732015-06-29 00:28:17 -0400684 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langley95c29f32014-06-20 12:00:00 -0700685
Adam Langleyfcf25832014-12-18 17:42:32 -0800686 return NULL;
687}
Adam Langley95c29f32014-06-20 12:00:00 -0700688
David Benjamin27bbae42015-09-13 00:54:37 -0400689void SSL_free(SSL *ssl) {
690 if (ssl == NULL) {
691 return;
692 }
693
David Benjamin0391f162017-06-15 15:27:59 -0400694 if (ssl->ctx != NULL) {
695 ssl->ctx->x509_method->ssl_free(ssl);
696 }
697
David Benjamin27bbae42015-09-13 00:54:37 -0400698 CRYPTO_free_ex_data(&g_ex_data_class_ssl, ssl, &ssl->ex_data);
699
David Benjamin27bbae42015-09-13 00:54:37 -0400700 BIO_free_all(ssl->rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400701 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400702
703 BUF_MEM_free(ssl->init_buf);
704
705 /* add extra stuff */
706 ssl_cipher_preference_list_free(ssl->cipher_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400707
David Benjamin27bbae42015-09-13 00:54:37 -0400708 SSL_SESSION_free(ssl->session);
709
David Benjamin27bbae42015-09-13 00:54:37 -0400710 ssl_cert_free(ssl->cert);
711
712 OPENSSL_free(ssl->tlsext_hostname);
David Benjaminbe497062017-03-10 16:08:36 -0500713 SSL_CTX_free(ssl->session_ctx);
Steven Valdezce902a92016-05-17 11:47:53 -0400714 OPENSSL_free(ssl->supported_group_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400715 OPENSSL_free(ssl->alpn_client_proto_list);
716 EVP_PKEY_free(ssl->tlsext_channel_id_private);
717 OPENSSL_free(ssl->psk_identity_hint);
Adam Langley34b4c822017-02-02 10:57:17 -0800718 sk_CRYPTO_BUFFER_pop_free(ssl->client_CA, CRYPTO_BUFFER_free);
David Benjamin27bbae42015-09-13 00:54:37 -0400719 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
720
721 if (ssl->method != NULL) {
722 ssl->method->ssl_free(ssl);
723 }
724 SSL_CTX_free(ssl->ctx);
725
726 OPENSSL_free(ssl);
727}
728
729void SSL_set_connect_state(SSL *ssl) {
730 ssl->server = 0;
David Benjamin9f1dc822016-06-07 17:03:46 -0400731 ssl->handshake_func = ssl3_connect;
David Benjamin27bbae42015-09-13 00:54:37 -0400732}
733
734void SSL_set_accept_state(SSL *ssl) {
735 ssl->server = 1;
David Benjamin9f1dc822016-06-07 17:03:46 -0400736 ssl->handshake_func = ssl3_accept;
David Benjamin27bbae42015-09-13 00:54:37 -0400737}
738
David Benjamin4501bd52016-08-01 13:39:41 -0400739void SSL_set0_rbio(SSL *ssl, BIO *rbio) {
David Benjaminf715c422016-06-11 19:01:56 -0400740 BIO_free_all(ssl->rbio);
741 ssl->rbio = rbio;
742}
743
David Benjamin4501bd52016-08-01 13:39:41 -0400744void SSL_set0_wbio(SSL *ssl, BIO *wbio) {
David Benjaminf715c422016-06-11 19:01:56 -0400745 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400746 ssl->wbio = wbio;
747}
748
David Benjaminf715c422016-06-11 19:01:56 -0400749void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio) {
750 /* For historical reasons, this function has many different cases in ownership
751 * handling. */
752
David Benjamin4501bd52016-08-01 13:39:41 -0400753 /* If nothing has changed, do nothing */
754 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
755 return;
756 }
757
David Benjaminf715c422016-06-11 19:01:56 -0400758 /* If the two arguments are equal, one fewer reference is granted than
759 * taken. */
760 if (rbio != NULL && rbio == wbio) {
761 BIO_up_ref(rbio);
762 }
763
David Benjamin4501bd52016-08-01 13:39:41 -0400764 /* If only the wbio is changed, adopt only one reference. */
David Benjaminf715c422016-06-11 19:01:56 -0400765 if (rbio == SSL_get_rbio(ssl)) {
David Benjamin4501bd52016-08-01 13:39:41 -0400766 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400767 return;
768 }
David Benjamin4501bd52016-08-01 13:39:41 -0400769
770 /* There is an asymmetry here for historical reasons. If only the rbio is
771 * changed AND the rbio and wbio were originally different, then we only adopt
772 * one reference. */
773 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
774 SSL_set0_rbio(ssl, rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400775 return;
776 }
777
778 /* Otherwise, adopt both references. */
David Benjamin4501bd52016-08-01 13:39:41 -0400779 SSL_set0_rbio(ssl, rbio);
780 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400781}
782
David Benjamin27bbae42015-09-13 00:54:37 -0400783BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
784
David Benjamindaf207a2017-01-03 18:37:41 -0500785BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio; }
David Benjamin27bbae42015-09-13 00:54:37 -0400786
David Benjamin2be4aa72017-01-02 07:56:51 -0500787int SSL_do_handshake(SSL *ssl) {
788 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400789
David Benjamin27bbae42015-09-13 00:54:37 -0400790 if (ssl->handshake_func == NULL) {
791 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_TYPE_NOT_SET);
792 return -1;
793 }
794
795 if (!SSL_in_init(ssl)) {
796 return 1;
797 }
798
David Benjamin2644a132016-12-11 13:41:17 -0500799 if (ssl->s3->hs == NULL) {
800 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
801 return -1;
David Benjamince8c9d22016-11-14 10:45:16 +0900802 }
803
804 /* Run the handshake. */
805 assert(ssl->s3->hs != NULL);
806 int ret = ssl->handshake_func(ssl->s3->hs);
807 if (ret <= 0) {
808 return ret;
809 }
810
811 /* Destroy the handshake object if the handshake has completely finished. */
812 if (!SSL_in_init(ssl)) {
813 ssl_handshake_free(ssl->s3->hs);
814 ssl->s3->hs = NULL;
815 }
816
817 return 1;
David Benjamin27bbae42015-09-13 00:54:37 -0400818}
819
820int SSL_connect(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500821 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400822 /* Not properly initialized yet */
823 SSL_set_connect_state(ssl);
824 }
825
David Benjamin15c14882016-03-14 14:25:46 -0400826 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400827}
828
829int SSL_accept(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500830 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400831 /* Not properly initialized yet */
832 SSL_set_accept_state(ssl);
833 }
834
David Benjamin15c14882016-03-14 14:25:46 -0400835 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400836}
837
David Benjamin7934f082017-08-01 16:32:25 -0400838static int ssl_do_post_handshake(SSL *ssl, const SSLMessage &msg) {
839 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
840 return tls13_post_handshake(ssl, msg);
841 }
842
David Benjamin34941c02016-10-08 11:45:31 -0400843 /* We do not accept renegotiations as a server or SSL 3.0. SSL 3.0 will be
844 * removed entirely in the future and requires retaining more data for
845 * renegotiation_info. */
846 if (ssl->server || ssl->version == SSL3_VERSION) {
David Benjamin163f29a2016-07-28 11:05:58 -0400847 goto no_renegotiation;
848 }
849
David Benjamin7934f082017-08-01 16:32:25 -0400850 if (msg.type != SSL3_MT_HELLO_REQUEST || CBS_len(&msg.body) != 0) {
David Benjamin163f29a2016-07-28 11:05:58 -0400851 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
852 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_HELLO_REQUEST);
853 return 0;
854 }
855
856 switch (ssl->renegotiate_mode) {
857 case ssl_renegotiate_ignore:
858 /* Ignore the HelloRequest. */
859 return 1;
860
861 case ssl_renegotiate_once:
862 if (ssl->s3->total_renegotiations != 0) {
863 goto no_renegotiation;
864 }
865 break;
866
867 case ssl_renegotiate_never:
868 goto no_renegotiation;
869
870 case ssl_renegotiate_freely:
871 break;
872 }
873
874 /* Renegotiation is only supported at quiescent points in the application
875 * protocol, namely in HTTPS, just before reading the HTTP response. Require
876 * the record-layer be idle and avoid complexities of sending a handshake
877 * record while an application_data record is being written. */
878 if (ssl_write_buffer_is_pending(ssl)) {
879 goto no_renegotiation;
880 }
881
882 /* Begin a new handshake. */
David Benjamin2644a132016-12-11 13:41:17 -0500883 if (ssl->s3->hs != NULL) {
884 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
885 return 0;
886 }
887 ssl->s3->hs = ssl_handshake_new(ssl);
888 if (ssl->s3->hs == NULL) {
889 return 0;
890 }
891
David Benjamin163f29a2016-07-28 11:05:58 -0400892 ssl->s3->total_renegotiations++;
David Benjamin163f29a2016-07-28 11:05:58 -0400893 return 1;
894
895no_renegotiation:
896 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_NO_RENEGOTIATION);
897 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_RENEGOTIATION);
898 return 0;
899}
900
David Benjamin15c14882016-03-14 14:25:46 -0400901static int ssl_read_impl(SSL *ssl, void *buf, int num, int peek) {
David Benjamin2be4aa72017-01-02 07:56:51 -0500902 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400903
David Benjaminb2a73182016-03-10 01:25:26 -0500904 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400905 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
906 return -1;
907 }
908
David Benjamin163f29a2016-07-28 11:05:58 -0400909 for (;;) {
910 /* Complete the current handshake, if any. False Start will cause
911 * |SSL_do_handshake| to return mid-handshake, so this may require multiple
912 * iterations. */
Steven Valdez681eb6a2016-12-19 13:19:29 -0500913 while (!ssl_can_read(ssl)) {
David Benjamin163f29a2016-07-28 11:05:58 -0400914 int ret = SSL_do_handshake(ssl);
915 if (ret < 0) {
916 return ret;
917 }
918 if (ret == 0) {
919 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
920 return -1;
921 }
922 }
923
924 int got_handshake;
David Benjaminf5260812017-07-12 17:16:39 -0400925 int ret = ssl->method->read_app_data(ssl, &got_handshake, (uint8_t *)buf,
926 num, peek);
David Benjamin163f29a2016-07-28 11:05:58 -0400927 if (ret > 0 || !got_handshake) {
Steven Valdez32635b82016-08-16 11:25:03 -0400928 ssl->s3->key_update_count = 0;
David Benjaminc79845c2016-03-10 01:28:00 -0500929 return ret;
930 }
David Benjamin163f29a2016-07-28 11:05:58 -0400931
Steven Valdez681eb6a2016-12-19 13:19:29 -0500932 /* If we received an interrupt in early read (the end_of_early_data alert),
933 * loop again for the handshake to process it. */
934 if (SSL_in_init(ssl)) {
935 continue;
936 }
937
David Benjamin7934f082017-08-01 16:32:25 -0400938 SSLMessage msg;
939 while (ssl->method->get_message(ssl, &msg)) {
940 /* Handle the post-handshake message and try again. */
941 if (!ssl_do_post_handshake(ssl, msg)) {
942 return -1;
943 }
944 ssl->method->next_message(ssl);
David Benjaminc79845c2016-03-10 01:28:00 -0500945 }
946 }
David Benjamin15c14882016-03-14 14:25:46 -0400947}
948
949int SSL_read(SSL *ssl, void *buf, int num) {
950 return ssl_read_impl(ssl, buf, num, 0 /* consume bytes */);
David Benjamin27bbae42015-09-13 00:54:37 -0400951}
952
953int SSL_peek(SSL *ssl, void *buf, int num) {
David Benjamin15c14882016-03-14 14:25:46 -0400954 return ssl_read_impl(ssl, buf, num, 1 /* peek */);
David Benjamin27bbae42015-09-13 00:54:37 -0400955}
956
957int SSL_write(SSL *ssl, const void *buf, int num) {
David Benjamin2be4aa72017-01-02 07:56:51 -0500958 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400959
David Benjaminb2a73182016-03-10 01:25:26 -0500960 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400961 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
962 return -1;
963 }
964
David Benjaminfa214e42016-05-10 17:03:10 -0400965 if (ssl->s3->send_shutdown != ssl_shutdown_none) {
David Benjamin27bbae42015-09-13 00:54:37 -0400966 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
967 return -1;
968 }
969
Steven Valdeze831a812017-03-09 14:56:07 -0500970 int ret = 0, needs_handshake = 0;
971 do {
972 /* If necessary, complete the handshake implicitly. */
973 if (!ssl_can_write(ssl)) {
974 ret = SSL_do_handshake(ssl);
975 if (ret < 0) {
976 return ret;
977 }
978 if (ret == 0) {
979 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
980 return -1;
981 }
David Benjamind7ac1432016-03-10 00:41:25 -0500982 }
David Benjamind7ac1432016-03-10 00:41:25 -0500983
David Benjaminf5260812017-07-12 17:16:39 -0400984 ret = ssl->method->write_app_data(ssl, &needs_handshake,
985 (const uint8_t *)buf, num);
Steven Valdeze831a812017-03-09 14:56:07 -0500986 } while (needs_handshake);
987 return ret;
David Benjamin27bbae42015-09-13 00:54:37 -0400988}
989
990int SSL_shutdown(SSL *ssl) {
David Benjamin2be4aa72017-01-02 07:56:51 -0500991 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400992
David Benjaminb2a73182016-03-10 01:25:26 -0500993 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400994 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
995 return -1;
996 }
997
David Benjamin12709db2017-02-17 13:51:50 -0500998 /* If we are in the middle of a handshake, silently succeed. Consumers often
999 * call this function before |SSL_free|, whether the handshake succeeded or
1000 * not. We assume the caller has already handled failed handshakes. */
Steven Valdeza14934f2016-02-29 10:05:08 -05001001 if (SSL_in_init(ssl)) {
David Benjamin12709db2017-02-17 13:51:50 -05001002 return 1;
Steven Valdeza14934f2016-02-29 10:05:08 -05001003 }
1004
David Benjamin27bbae42015-09-13 00:54:37 -04001005 if (ssl->quiet_shutdown) {
David Benjaminfa214e42016-05-10 17:03:10 -04001006 /* Do nothing if configured not to send a close_notify. */
1007 ssl->s3->send_shutdown = ssl_shutdown_close_notify;
1008 ssl->s3->recv_shutdown = ssl_shutdown_close_notify;
David Benjamin27bbae42015-09-13 00:54:37 -04001009 return 1;
1010 }
1011
David Benjaminfa214e42016-05-10 17:03:10 -04001012 /* This function completes in two stages. It sends a close_notify and then it
1013 * waits for a close_notify to come in. Perform exactly one action and return
1014 * whether or not it succeeds. */
David Benjamin27bbae42015-09-13 00:54:37 -04001015
David Benjaminfa214e42016-05-10 17:03:10 -04001016 if (ssl->s3->send_shutdown != ssl_shutdown_close_notify) {
1017 /* Send a close_notify. */
1018 if (ssl3_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) {
1019 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -04001020 }
1021 } else if (ssl->s3->alert_dispatch) {
David Benjaminfa214e42016-05-10 17:03:10 -04001022 /* Finish sending the close_notify. */
David Benjaminf0ee9072016-06-15 17:44:37 -04001023 if (ssl->method->dispatch_alert(ssl) <= 0) {
David Benjaminfa214e42016-05-10 17:03:10 -04001024 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -04001025 }
David Benjaminfa214e42016-05-10 17:03:10 -04001026 } else if (ssl->s3->recv_shutdown != ssl_shutdown_close_notify) {
1027 /* Wait for the peer's close_notify. */
David Benjaminf0ee9072016-06-15 17:44:37 -04001028 ssl->method->read_close_notify(ssl);
David Benjaminfa214e42016-05-10 17:03:10 -04001029 if (ssl->s3->recv_shutdown != ssl_shutdown_close_notify) {
1030 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -04001031 }
1032 }
1033
David Benjaminfa214e42016-05-10 17:03:10 -04001034 /* Return 0 for unidirectional shutdown and 1 for bidirectional shutdown. */
1035 return ssl->s3->recv_shutdown == ssl_shutdown_close_notify;
David Benjamin27bbae42015-09-13 00:54:37 -04001036}
1037
David Benjamin1d4f4c02016-07-26 18:03:08 -04001038int SSL_send_fatal_alert(SSL *ssl, uint8_t alert) {
1039 if (ssl->s3->alert_dispatch) {
1040 if (ssl->s3->send_alert[0] != SSL3_AL_FATAL ||
1041 ssl->s3->send_alert[1] != alert) {
1042 /* We are already attempting to write a different alert. */
1043 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
1044 return -1;
1045 }
1046 return ssl->method->dispatch_alert(ssl);
1047 }
1048
1049 return ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
1050}
1051
Steven Valdez08b65f42016-12-07 15:29:45 -05001052void SSL_CTX_set_early_data_enabled(SSL_CTX *ctx, int enabled) {
Alessandro Ghedini67bb45f2017-03-30 16:33:24 -05001053 ctx->cert->enable_early_data = !!enabled;
1054}
1055
Steven Valdez520e1222017-06-13 12:45:25 -04001056void SSL_CTX_set_tls13_variant(SSL_CTX *ctx, enum tls13_variant_t variant) {
1057 ctx->tls13_variant = variant;
1058}
1059
Steven Valdez52586f92017-07-11 15:08:32 -04001060void SSL_set_tls13_variant(SSL *ssl, enum tls13_variant_t variant) {
1061 ssl->tls13_variant = variant;
1062}
1063
Alessandro Ghedini67bb45f2017-03-30 16:33:24 -05001064void SSL_set_early_data_enabled(SSL *ssl, int enabled) {
1065 ssl->cert->enable_early_data = !!enabled;
Steven Valdez08b65f42016-12-07 15:29:45 -05001066}
1067
Steven Valdeze831a812017-03-09 14:56:07 -05001068int SSL_in_early_data(const SSL *ssl) {
1069 if (ssl->s3->hs == NULL) {
1070 return 0;
1071 }
1072 return ssl->s3->hs->in_early_data;
1073}
1074
Steven Valdez2d850622017-01-11 11:34:52 -05001075int SSL_early_data_accepted(const SSL *ssl) {
1076 return ssl->early_data_accepted;
1077}
1078
Steven Valdeze831a812017-03-09 14:56:07 -05001079void SSL_reset_early_data_reject(SSL *ssl) {
1080 SSL_HANDSHAKE *hs = ssl->s3->hs;
1081 if (hs == NULL ||
1082 hs->wait != ssl_hs_early_data_rejected) {
1083 abort();
1084 }
1085
1086 hs->wait = ssl_hs_ok;
1087 hs->in_early_data = 0;
David Benjamin31b0c9b2017-07-20 14:49:15 -04001088 hs->early_session.reset();
Steven Valdeze831a812017-03-09 14:56:07 -05001089
1090 /* Discard any unfinished writes from the perspective of |SSL_write|'s
1091 * retry. The handshake will transparently flush out the pending record
1092 * (discarded by the server) to keep the framing correct. */
1093 ssl->s3->wpend_pending = 0;
1094}
1095
David Benjamin287fc4f2016-12-10 15:12:03 -05001096static int bio_retry_reason_to_error(int reason) {
1097 switch (reason) {
1098 case BIO_RR_CONNECT:
1099 return SSL_ERROR_WANT_CONNECT;
1100 case BIO_RR_ACCEPT:
1101 return SSL_ERROR_WANT_ACCEPT;
1102 default:
1103 return SSL_ERROR_SYSCALL;
1104 }
1105}
David Benjamin27bbae42015-09-13 00:54:37 -04001106
David Benjamin287fc4f2016-12-10 15:12:03 -05001107int SSL_get_error(const SSL *ssl, int ret_code) {
David Benjamin27bbae42015-09-13 00:54:37 -04001108 if (ret_code > 0) {
1109 return SSL_ERROR_NONE;
1110 }
1111
1112 /* Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
1113 * where we do encode the error */
David Benjamin287fc4f2016-12-10 15:12:03 -05001114 uint32_t err = ERR_peek_error();
David Benjamin27bbae42015-09-13 00:54:37 -04001115 if (err != 0) {
1116 if (ERR_GET_LIB(err) == ERR_LIB_SYS) {
1117 return SSL_ERROR_SYSCALL;
1118 }
1119 return SSL_ERROR_SSL;
1120 }
1121
1122 if (ret_code == 0) {
David Benjaminfa214e42016-05-10 17:03:10 -04001123 if (ssl->s3->recv_shutdown == ssl_shutdown_close_notify) {
David Benjamin27bbae42015-09-13 00:54:37 -04001124 return SSL_ERROR_ZERO_RETURN;
1125 }
1126 /* An EOF was observed which violates the protocol, and the underlying
1127 * transport does not participate in the error queue. Bubble up to the
1128 * caller. */
1129 return SSL_ERROR_SYSCALL;
1130 }
1131
David Benjamin287fc4f2016-12-10 15:12:03 -05001132 switch (ssl->rwstate) {
1133 case SSL_PENDING_SESSION:
1134 return SSL_ERROR_PENDING_SESSION;
David Benjamin27bbae42015-09-13 00:54:37 -04001135
David Benjamin287fc4f2016-12-10 15:12:03 -05001136 case SSL_CERTIFICATE_SELECTION_PENDING:
1137 return SSL_ERROR_PENDING_CERTIFICATE;
David Benjamin27bbae42015-09-13 00:54:37 -04001138
David Benjamin287fc4f2016-12-10 15:12:03 -05001139 case SSL_READING: {
1140 BIO *bio = SSL_get_rbio(ssl);
1141 if (BIO_should_read(bio)) {
1142 return SSL_ERROR_WANT_READ;
David Benjamin27bbae42015-09-13 00:54:37 -04001143 }
1144
David Benjamin287fc4f2016-12-10 15:12:03 -05001145 if (BIO_should_write(bio)) {
1146 /* TODO(davidben): OpenSSL historically checked for writes on the read
1147 * BIO. Can this be removed? */
1148 return SSL_ERROR_WANT_WRITE;
David Benjamin27bbae42015-09-13 00:54:37 -04001149 }
1150
David Benjamin287fc4f2016-12-10 15:12:03 -05001151 if (BIO_should_io_special(bio)) {
1152 return bio_retry_reason_to_error(BIO_get_retry_reason(bio));
David Benjamin27bbae42015-09-13 00:54:37 -04001153 }
1154
David Benjamin287fc4f2016-12-10 15:12:03 -05001155 break;
1156 }
1157
1158 case SSL_WRITING: {
1159 BIO *bio = SSL_get_wbio(ssl);
1160 if (BIO_should_write(bio)) {
1161 return SSL_ERROR_WANT_WRITE;
David Benjamin27bbae42015-09-13 00:54:37 -04001162 }
1163
David Benjamin287fc4f2016-12-10 15:12:03 -05001164 if (BIO_should_read(bio)) {
1165 /* TODO(davidben): OpenSSL historically checked for reads on the write
1166 * BIO. Can this be removed? */
1167 return SSL_ERROR_WANT_READ;
1168 }
1169
1170 if (BIO_should_io_special(bio)) {
1171 return bio_retry_reason_to_error(BIO_get_retry_reason(bio));
1172 }
1173
1174 break;
David Benjamin27bbae42015-09-13 00:54:37 -04001175 }
David Benjamin27bbae42015-09-13 00:54:37 -04001176
David Benjamin287fc4f2016-12-10 15:12:03 -05001177 case SSL_X509_LOOKUP:
1178 return SSL_ERROR_WANT_X509_LOOKUP;
David Benjamin27bbae42015-09-13 00:54:37 -04001179
David Benjamin287fc4f2016-12-10 15:12:03 -05001180 case SSL_CHANNEL_ID_LOOKUP:
1181 return SSL_ERROR_WANT_CHANNEL_ID_LOOKUP;
David Benjamin27bbae42015-09-13 00:54:37 -04001182
David Benjamin287fc4f2016-12-10 15:12:03 -05001183 case SSL_PRIVATE_KEY_OPERATION:
1184 return SSL_ERROR_WANT_PRIVATE_KEY_OPERATION;
Adam Langley4c341d02017-03-08 19:33:21 -08001185
1186 case SSL_PENDING_TICKET:
1187 return SSL_ERROR_PENDING_TICKET;
Steven Valdeze831a812017-03-09 14:56:07 -05001188
1189 case SSL_EARLY_DATA_REJECTED:
1190 return SSL_ERROR_EARLY_DATA_REJECTED;
David Benjamin3a1dd462017-07-11 16:13:10 -04001191
1192 case SSL_CERTIFICATE_VERIFY:
1193 return SSL_ERROR_WANT_CERTIFICATE_VERIFY;
David Benjamin27bbae42015-09-13 00:54:37 -04001194 }
1195
1196 return SSL_ERROR_SYSCALL;
1197}
1198
David Benjamin27bbae42015-09-13 00:54:37 -04001199uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) {
1200 ctx->options |= options;
1201 return ctx->options;
1202}
1203
1204uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options) {
1205 ctx->options &= ~options;
1206 return ctx->options;
1207}
1208
1209uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
1210
1211uint32_t SSL_set_options(SSL *ssl, uint32_t options) {
1212 ssl->options |= options;
1213 return ssl->options;
1214}
1215
1216uint32_t SSL_clear_options(SSL *ssl, uint32_t options) {
1217 ssl->options &= ~options;
1218 return ssl->options;
1219}
1220
1221uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; }
1222
1223uint32_t SSL_CTX_set_mode(SSL_CTX *ctx, uint32_t mode) {
1224 ctx->mode |= mode;
1225 return ctx->mode;
1226}
1227
1228uint32_t SSL_CTX_clear_mode(SSL_CTX *ctx, uint32_t mode) {
1229 ctx->mode &= ~mode;
1230 return ctx->mode;
1231}
1232
1233uint32_t SSL_CTX_get_mode(const SSL_CTX *ctx) { return ctx->mode; }
1234
1235uint32_t SSL_set_mode(SSL *ssl, uint32_t mode) {
1236 ssl->mode |= mode;
1237 return ssl->mode;
1238}
1239
1240uint32_t SSL_clear_mode(SSL *ssl, uint32_t mode) {
1241 ssl->mode &= ~mode;
1242 return ssl->mode;
1243}
1244
1245uint32_t SSL_get_mode(const SSL *ssl) { return ssl->mode; }
1246
Adam Langleyd519bf62016-12-12 11:16:44 -08001247void SSL_CTX_set0_buffer_pool(SSL_CTX *ctx, CRYPTO_BUFFER_POOL *pool) {
1248 ctx->pool = pool;
1249}
1250
David Benjaminee0c8272015-09-13 01:03:54 -04001251int SSL_get_tls_unique(const SSL *ssl, uint8_t *out, size_t *out_len,
1252 size_t max_out) {
David Benjaminf5260812017-07-12 17:16:39 -04001253 *out_len = 0;
1254 OPENSSL_memset(out, 0, max_out);
1255
David Benjaminced00b42016-10-08 11:24:09 -04001256 /* tls-unique is not defined for SSL 3.0 or TLS 1.3. */
1257 if (!ssl->s3->initial_handshake_complete ||
1258 ssl3_protocol_version(ssl) < TLS1_VERSION ||
1259 ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
David Benjaminf5260812017-07-12 17:16:39 -04001260 return 0;
David Benjaminced00b42016-10-08 11:24:09 -04001261 }
1262
David Benjaminee0c8272015-09-13 01:03:54 -04001263 /* The tls-unique value is the first Finished message in the handshake, which
1264 * is the client's in a full handshake and the server's for a resumption. See
1265 * https://tools.ietf.org/html/rfc5929#section-3.1. */
1266 const uint8_t *finished = ssl->s3->previous_client_finished;
1267 size_t finished_len = ssl->s3->previous_client_finished_len;
Steven Valdez87eab492016-06-27 16:34:59 -04001268 if (ssl->session != NULL) {
David Benjaminee0c8272015-09-13 01:03:54 -04001269 /* tls-unique is broken for resumed sessions unless EMS is used. */
1270 if (!ssl->session->extended_master_secret) {
David Benjaminf5260812017-07-12 17:16:39 -04001271 return 0;
David Benjaminee0c8272015-09-13 01:03:54 -04001272 }
1273 finished = ssl->s3->previous_server_finished;
1274 finished_len = ssl->s3->previous_server_finished_len;
1275 }
1276
David Benjaminee0c8272015-09-13 01:03:54 -04001277 *out_len = finished_len;
1278 if (finished_len > max_out) {
1279 *out_len = max_out;
1280 }
1281
David Benjamin17cf2cb2016-12-13 01:07:13 -05001282 OPENSSL_memcpy(out, finished, *out_len);
David Benjaminee0c8272015-09-13 01:03:54 -04001283 return 1;
David Benjaminee0c8272015-09-13 01:03:54 -04001284}
1285
David Benjamin5960a902017-02-14 20:07:11 -05001286static int set_session_id_context(CERT *cert, const uint8_t *sid_ctx,
David Benjamin30c4c302016-12-07 22:35:24 -05001287 size_t sid_ctx_len) {
David Benjamin5960a902017-02-14 20:07:11 -05001288 if (sid_ctx_len > sizeof(cert->sid_ctx)) {
David Benjamin3570d732015-06-29 00:28:17 -04001289 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001290 return 0;
1291 }
David Benjamin30c4c302016-12-07 22:35:24 -05001292
David Benjamina3d76d02017-07-14 19:36:07 -04001293 static_assert(sizeof(cert->sid_ctx) < 256, "sid_ctx too large");
David Benjamin5960a902017-02-14 20:07:11 -05001294 cert->sid_ctx_length = (uint8_t)sid_ctx_len;
1295 OPENSSL_memcpy(cert->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001296 return 1;
1297}
Adam Langley95c29f32014-06-20 12:00:00 -07001298
David Benjamin5960a902017-02-14 20:07:11 -05001299int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const uint8_t *sid_ctx,
1300 size_t sid_ctx_len) {
1301 return set_session_id_context(ctx->cert, sid_ctx, sid_ctx_len);
1302}
1303
Adam Langleyfcf25832014-12-18 17:42:32 -08001304int SSL_set_session_id_context(SSL *ssl, const uint8_t *sid_ctx,
David Benjamin30c4c302016-12-07 22:35:24 -05001305 size_t sid_ctx_len) {
David Benjamin5960a902017-02-14 20:07:11 -05001306 return set_session_id_context(ssl->cert, sid_ctx, sid_ctx_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001307}
Adam Langley95c29f32014-06-20 12:00:00 -07001308
David Benjamin07820b52016-12-07 21:13:41 -05001309const uint8_t *SSL_get0_session_id_context(const SSL *ssl, size_t *out_len) {
David Benjamin5960a902017-02-14 20:07:11 -05001310 *out_len = ssl->cert->sid_ctx_length;
1311 return ssl->cert->sid_ctx;
David Benjamin07820b52016-12-07 21:13:41 -05001312}
1313
David Benjamin7481d392015-07-05 19:38:46 -04001314void SSL_certs_clear(SSL *ssl) { ssl_cert_clear_certs(ssl->cert); }
Adam Langley95c29f32014-06-20 12:00:00 -07001315
David Benjamin066fe0a2015-10-17 21:11:33 -04001316int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); }
Adam Langley95c29f32014-06-20 12:00:00 -07001317
David Benjamin066fe0a2015-10-17 21:11:33 -04001318int SSL_get_rfd(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001319 int ret = -1;
David Benjamin066fe0a2015-10-17 21:11:33 -04001320 BIO *b = BIO_find_type(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR);
1321 if (b != NULL) {
1322 BIO_get_fd(b, &ret);
Adam Langleyfcf25832014-12-18 17:42:32 -08001323 }
1324 return ret;
1325}
Adam Langley95c29f32014-06-20 12:00:00 -07001326
David Benjamin066fe0a2015-10-17 21:11:33 -04001327int SSL_get_wfd(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001328 int ret = -1;
David Benjamin066fe0a2015-10-17 21:11:33 -04001329 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR);
1330 if (b != NULL) {
1331 BIO_get_fd(b, &ret);
Adam Langleyfcf25832014-12-18 17:42:32 -08001332 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001333 return ret;
1334}
Adam Langley95c29f32014-06-20 12:00:00 -07001335
David Benjamin066fe0a2015-10-17 21:11:33 -04001336int SSL_set_fd(SSL *ssl, int fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001337 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001338 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001339 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001340 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001341 }
1342 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin066fe0a2015-10-17 21:11:33 -04001343 SSL_set_bio(ssl, bio, bio);
1344 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001345}
Adam Langley95c29f32014-06-20 12:00:00 -07001346
David Benjamin066fe0a2015-10-17 21:11:33 -04001347int SSL_set_wfd(SSL *ssl, int fd) {
David Benjamin2f871122016-05-20 14:27:17 -04001348 BIO *rbio = SSL_get_rbio(ssl);
1349 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET ||
1350 BIO_get_fd(rbio, NULL) != fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001351 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001352 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001353 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001354 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001355 }
1356 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin4501bd52016-08-01 13:39:41 -04001357 SSL_set0_wbio(ssl, bio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001358 } else {
David Benjamin4501bd52016-08-01 13:39:41 -04001359 /* Copy the rbio over to the wbio. */
1360 BIO_up_ref(rbio);
1361 SSL_set0_wbio(ssl, rbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001362 }
1363
David Benjamin066fe0a2015-10-17 21:11:33 -04001364 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001365}
Adam Langley95c29f32014-06-20 12:00:00 -07001366
David Benjamin066fe0a2015-10-17 21:11:33 -04001367int SSL_set_rfd(SSL *ssl, int fd) {
David Benjamin2f871122016-05-20 14:27:17 -04001368 BIO *wbio = SSL_get_wbio(ssl);
1369 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET ||
1370 BIO_get_fd(wbio, NULL) != fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001371 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001372 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001373 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001374 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001375 }
1376 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin4501bd52016-08-01 13:39:41 -04001377 SSL_set0_rbio(ssl, bio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001378 } else {
David Benjamin4501bd52016-08-01 13:39:41 -04001379 /* Copy the wbio over to the rbio. */
1380 BIO_up_ref(wbio);
1381 SSL_set0_rbio(ssl, wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001382 }
David Benjamin066fe0a2015-10-17 21:11:33 -04001383 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001384}
Adam Langley95c29f32014-06-20 12:00:00 -07001385
David Benjamin49ddf412016-10-08 11:56:01 -04001386static size_t copy_finished(void *out, size_t out_len, const uint8_t *in,
1387 size_t in_len) {
1388 if (out_len > in_len) {
1389 out_len = in_len;
1390 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05001391 OPENSSL_memcpy(out, in, out_len);
David Benjamin49ddf412016-10-08 11:56:01 -04001392 return in_len;
1393}
1394
David Benjamin1a1b34d2015-10-17 12:51:52 -04001395size_t SSL_get_finished(const SSL *ssl, void *buf, size_t count) {
David Benjaminced00b42016-10-08 11:24:09 -04001396 if (!ssl->s3->initial_handshake_complete ||
1397 ssl3_protocol_version(ssl) < TLS1_VERSION ||
1398 ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
1399 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001400 }
1401
David Benjamin49ddf412016-10-08 11:56:01 -04001402 if (ssl->server) {
1403 return copy_finished(buf, count, ssl->s3->previous_server_finished,
1404 ssl->s3->previous_server_finished_len);
David Benjaminced00b42016-10-08 11:24:09 -04001405 }
David Benjamin49ddf412016-10-08 11:56:01 -04001406
1407 return copy_finished(buf, count, ssl->s3->previous_client_finished,
1408 ssl->s3->previous_client_finished_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001409}
Adam Langley95c29f32014-06-20 12:00:00 -07001410
David Benjamin1a1b34d2015-10-17 12:51:52 -04001411size_t SSL_get_peer_finished(const SSL *ssl, void *buf, size_t count) {
David Benjaminced00b42016-10-08 11:24:09 -04001412 if (!ssl->s3->initial_handshake_complete ||
1413 ssl3_protocol_version(ssl) < TLS1_VERSION ||
1414 ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
1415 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001416 }
Adam Langley95c29f32014-06-20 12:00:00 -07001417
David Benjamin49ddf412016-10-08 11:56:01 -04001418 if (ssl->server) {
1419 return copy_finished(buf, count, ssl->s3->previous_client_finished,
1420 ssl->s3->previous_client_finished_len);
David Benjaminced00b42016-10-08 11:24:09 -04001421 }
David Benjamin49ddf412016-10-08 11:56:01 -04001422
1423 return copy_finished(buf, count, ssl->s3->previous_server_finished,
1424 ssl->s3->previous_server_finished_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001425}
Adam Langley95c29f32014-06-20 12:00:00 -07001426
David Benjamin59937042015-09-19 13:04:22 -04001427int SSL_get_verify_mode(const SSL *ssl) { return ssl->verify_mode; }
Adam Langley95c29f32014-06-20 12:00:00 -07001428
David Benjamin42fea372015-09-19 01:22:44 -04001429int SSL_get_extms_support(const SSL *ssl) {
David Benjaminfc02b592017-02-17 16:26:01 -05001430 /* TLS 1.3 does not require extended master secret and always reports as
1431 * supporting it. */
David Benjamina68c1182016-07-24 00:14:33 -04001432 if (!ssl->s3->have_version) {
1433 return 0;
1434 }
David Benjaminfc02b592017-02-17 16:26:01 -05001435 if (ssl3_protocol_version(ssl) >= TLS1_3_VERSION) {
1436 return 1;
1437 }
1438
1439 /* If the initial handshake completed, query the established session. */
1440 if (ssl->s3->established_session != NULL) {
1441 return ssl->s3->established_session->extended_master_secret;
1442 }
1443
1444 /* Otherwise, query the in-progress handshake. */
1445 if (ssl->s3->hs != NULL) {
1446 return ssl->s3->hs->extended_master_secret;
1447 }
1448 assert(0);
1449 return 0;
Matt Braithwaitecd6f54b2015-09-17 12:54:42 -07001450}
1451
David Benjamin9a41d1b2015-05-16 01:30:09 -04001452int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -07001453
David Benjamin0d56f882015-12-19 17:05:56 -05001454int SSL_get_read_ahead(const SSL *ssl) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -07001455
David Benjamin9a41d1b2015-05-16 01:30:09 -04001456void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -04001457
David Benjamin0d56f882015-12-19 17:05:56 -05001458void SSL_set_read_ahead(SSL *ssl, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -04001459
David Benjamin9f859492015-10-03 10:44:30 -04001460int SSL_pending(const SSL *ssl) {
1461 if (ssl->s3->rrec.type != SSL3_RT_APPLICATION_DATA) {
1462 return 0;
1463 }
1464 return ssl->s3->rrec.length;
Adam Langleyfcf25832014-12-18 17:42:32 -08001465}
Adam Langley95c29f32014-06-20 12:00:00 -07001466
Adam Langley95c29f32014-06-20 12:00:00 -07001467/* Fix this so it checks all the valid key/cert options */
Adam Langleyfcf25832014-12-18 17:42:32 -08001468int SSL_CTX_check_private_key(const SSL_CTX *ctx) {
Adam Langley3a2b47a2017-01-24 13:59:42 -08001469 return ssl_cert_check_private_key(ctx->cert, ctx->cert->privatekey);
Adam Langleyc5ac2b62016-11-07 12:02:35 -08001470}
1471
1472/* Fix this function so that it takes an optional type parameter */
1473int SSL_check_private_key(const SSL *ssl) {
Adam Langley3a2b47a2017-01-24 13:59:42 -08001474 return ssl_cert_check_private_key(ssl->cert, ssl->cert->privatekey);
Adam Langleyfcf25832014-12-18 17:42:32 -08001475}
Adam Langley95c29f32014-06-20 12:00:00 -07001476
David Benjamin42fea372015-09-19 01:22:44 -04001477long SSL_get_default_timeout(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001478 return SSL_DEFAULT_SESSION_TIMEOUT;
1479}
Adam Langley95c29f32014-06-20 12:00:00 -07001480
David Benjamin44d3eed2015-05-21 01:29:55 -04001481int SSL_renegotiate(SSL *ssl) {
1482 /* Caller-initiated renegotiation is not supported. */
David Benjamin3570d732015-06-29 00:28:17 -04001483 OPENSSL_PUT_ERROR(SSL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
David Benjamin44d3eed2015-05-21 01:29:55 -04001484 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001485}
Adam Langley95c29f32014-06-20 12:00:00 -07001486
David Benjamin44d3eed2015-05-21 01:29:55 -04001487int SSL_renegotiate_pending(SSL *ssl) {
1488 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete;
Adam Langleyfcf25832014-12-18 17:42:32 -08001489}
Adam Langley95c29f32014-06-20 12:00:00 -07001490
David Benjamin936aada2016-06-07 19:09:22 -04001491int SSL_total_renegotiations(const SSL *ssl) {
1492 return ssl->s3->total_renegotiations;
1493}
1494
David Benjamin1d0a1942015-04-26 15:35:35 -04001495size_t SSL_CTX_get_max_cert_list(const SSL_CTX *ctx) {
1496 return ctx->max_cert_list;
1497}
1498
1499void SSL_CTX_set_max_cert_list(SSL_CTX *ctx, size_t max_cert_list) {
1500 if (max_cert_list > kMaxHandshakeSize) {
1501 max_cert_list = kMaxHandshakeSize;
1502 }
1503 ctx->max_cert_list = (uint32_t)max_cert_list;
1504}
1505
1506size_t SSL_get_max_cert_list(const SSL *ssl) {
1507 return ssl->max_cert_list;
1508}
1509
1510void SSL_set_max_cert_list(SSL *ssl, size_t max_cert_list) {
1511 if (max_cert_list > kMaxHandshakeSize) {
1512 max_cert_list = kMaxHandshakeSize;
1513 }
1514 ssl->max_cert_list = (uint32_t)max_cert_list;
1515}
1516
Adam Langleyce9d85e2016-01-24 15:58:39 -08001517int SSL_CTX_set_max_send_fragment(SSL_CTX *ctx, size_t max_send_fragment) {
David Benjamin1d0a1942015-04-26 15:35:35 -04001518 if (max_send_fragment < 512) {
1519 max_send_fragment = 512;
1520 }
1521 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1522 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1523 }
1524 ctx->max_send_fragment = (uint16_t)max_send_fragment;
Adam Langleyce9d85e2016-01-24 15:58:39 -08001525
1526 return 1;
David Benjamin1d0a1942015-04-26 15:35:35 -04001527}
1528
Adam Langleyce9d85e2016-01-24 15:58:39 -08001529int SSL_set_max_send_fragment(SSL *ssl, size_t max_send_fragment) {
David Benjamin1d0a1942015-04-26 15:35:35 -04001530 if (max_send_fragment < 512) {
1531 max_send_fragment = 512;
1532 }
1533 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1534 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1535 }
1536 ssl->max_send_fragment = (uint16_t)max_send_fragment;
Adam Langleyce9d85e2016-01-24 15:58:39 -08001537
1538 return 1;
David Benjamin1d0a1942015-04-26 15:35:35 -04001539}
1540
David Benjamincb9cf792015-05-05 09:46:14 -04001541int SSL_set_mtu(SSL *ssl, unsigned mtu) {
David Benjamince079fd2016-08-02 16:22:34 -04001542 if (!SSL_is_dtls(ssl) || mtu < dtls1_min_mtu()) {
David Benjamincb9cf792015-05-05 09:46:14 -04001543 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001544 }
David Benjamincb9cf792015-05-05 09:46:14 -04001545 ssl->d1->mtu = mtu;
1546 return 1;
1547}
1548
1549int SSL_get_secure_renegotiation_support(const SSL *ssl) {
David Benjamind2610042017-01-03 10:49:28 -05001550 if (!ssl->s3->have_version) {
1551 return 0;
1552 }
1553 return ssl3_protocol_version(ssl) >= TLS1_3_VERSION ||
1554 ssl->s3->send_connection_binding;
David Benjamincb9cf792015-05-05 09:46:14 -04001555}
1556
Adam Langleyfcf25832014-12-18 17:42:32 -08001557LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) { return ctx->sessions; }
1558
David Benjamin71f7d3d2015-05-05 09:46:38 -04001559size_t SSL_CTX_sess_number(const SSL_CTX *ctx) {
1560 return lh_SSL_SESSION_num_items(ctx->sessions);
1561}
1562
1563unsigned long SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, unsigned long size) {
1564 unsigned long ret = ctx->session_cache_size;
1565 ctx->session_cache_size = size;
1566 return ret;
1567}
1568
1569unsigned long SSL_CTX_sess_get_cache_size(const SSL_CTX *ctx) {
1570 return ctx->session_cache_size;
1571}
1572
1573int SSL_CTX_set_session_cache_mode(SSL_CTX *ctx, int mode) {
1574 int ret = ctx->session_cache_mode;
1575 ctx->session_cache_mode = mode;
1576 return ret;
1577}
1578
1579int SSL_CTX_get_session_cache_mode(const SSL_CTX *ctx) {
1580 return ctx->session_cache_mode;
1581}
1582
David Benjamin936aada2016-06-07 19:09:22 -04001583
1584int SSL_CTX_get_tlsext_ticket_keys(SSL_CTX *ctx, void *out, size_t len) {
1585 if (out == NULL) {
1586 return 48;
1587 }
1588 if (len != 48) {
1589 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1590 return 0;
1591 }
Martin Kreichgauer72912d22017-08-04 12:06:43 -07001592
1593 /* The default ticket keys are initialized lazily. Trigger a key
1594 * rotation to initialize them. */
1595 if (!ssl_ctx_rotate_ticket_encryption_key(ctx)) {
1596 return 0;
1597 }
1598
David Benjaminf5260812017-07-12 17:16:39 -04001599 uint8_t *out_bytes = reinterpret_cast<uint8_t *>(out);
Martin Kreichgauer72912d22017-08-04 12:06:43 -07001600 MutexReadLock lock(&ctx->lock);
1601 OPENSSL_memcpy(out_bytes, ctx->tlsext_ticket_key_current->name, 16);
1602 OPENSSL_memcpy(out_bytes + 16, ctx->tlsext_ticket_key_current->hmac_key, 16);
1603 OPENSSL_memcpy(out_bytes + 32, ctx->tlsext_ticket_key_current->aes_key, 16);
David Benjamin936aada2016-06-07 19:09:22 -04001604 return 1;
1605}
1606
1607int SSL_CTX_set_tlsext_ticket_keys(SSL_CTX *ctx, const void *in, size_t len) {
1608 if (in == NULL) {
1609 return 48;
1610 }
1611 if (len != 48) {
1612 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1613 return 0;
1614 }
Martin Kreichgauer72912d22017-08-04 12:06:43 -07001615 if (!ctx->tlsext_ticket_key_current) {
1616 ctx->tlsext_ticket_key_current =
1617 (tlsext_ticket_key *)OPENSSL_malloc(sizeof(tlsext_ticket_key));
1618 if (!ctx->tlsext_ticket_key_current) {
1619 return 0;
1620 }
1621 }
1622 OPENSSL_memset(ctx->tlsext_ticket_key_current, 0, sizeof(tlsext_ticket_key));
David Benjaminf5260812017-07-12 17:16:39 -04001623 const uint8_t *in_bytes = reinterpret_cast<const uint8_t *>(in);
Martin Kreichgauer72912d22017-08-04 12:06:43 -07001624 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->name, in_bytes, 16);
1625 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->hmac_key, in_bytes + 16, 16);
1626 OPENSSL_memcpy(ctx->tlsext_ticket_key_current->aes_key, in_bytes + 32, 16);
1627 OPENSSL_free(ctx->tlsext_ticket_key_prev);
1628 ctx->tlsext_ticket_key_prev = nullptr;
1629 /* Disable automatic key rotation. */
1630 ctx->tlsext_ticket_key_current->next_rotation_tv_sec = 0;
David Benjamin936aada2016-06-07 19:09:22 -04001631 return 1;
1632}
1633
1634int SSL_CTX_set_tlsext_ticket_key_cb(
1635 SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,
1636 EVP_CIPHER_CTX *ctx, HMAC_CTX *hmac_ctx,
1637 int encrypt)) {
1638 ctx->tlsext_ticket_key_cb = callback;
1639 return 1;
1640}
1641
1642int SSL_CTX_set1_curves(SSL_CTX *ctx, const int *curves, size_t curves_len) {
1643 return tls1_set_curves(&ctx->supported_group_list,
1644 &ctx->supported_group_list_len, curves,
1645 curves_len);
1646}
1647
1648int SSL_set1_curves(SSL *ssl, const int *curves, size_t curves_len) {
1649 return tls1_set_curves(&ssl->supported_group_list,
1650 &ssl->supported_group_list_len, curves,
1651 curves_len);
1652}
1653
Alessandro Ghedini5fd18072016-09-28 21:04:25 +01001654int SSL_CTX_set1_curves_list(SSL_CTX *ctx, const char *curves) {
1655 return tls1_set_curves_list(&ctx->supported_group_list,
1656 &ctx->supported_group_list_len, curves);
1657}
1658
1659int SSL_set1_curves_list(SSL *ssl, const char *curves) {
1660 return tls1_set_curves_list(&ssl->supported_group_list,
1661 &ssl->supported_group_list_len, curves);
1662}
1663
David Benjamin9e68f192016-06-30 14:55:33 -04001664uint16_t SSL_get_curve_id(const SSL *ssl) {
1665 /* TODO(davidben): This checks the wrong session if there is a renegotiation in
1666 * progress. */
Steven Valdez87eab492016-06-27 16:34:59 -04001667 SSL_SESSION *session = SSL_get_session(ssl);
David Benjamin4882a6c2016-12-11 02:48:12 -05001668 if (session == NULL) {
David Benjamin9e68f192016-06-30 14:55:33 -04001669 return 0;
1670 }
1671
David Benjamin4882a6c2016-12-11 02:48:12 -05001672 return session->group_id;
David Benjamin9e68f192016-06-30 14:55:33 -04001673}
1674
David Benjamin936aada2016-06-07 19:09:22 -04001675int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) {
David Benjamin936aada2016-06-07 19:09:22 -04001676 return 1;
1677}
1678
1679int SSL_set_tmp_dh(SSL *ssl, const DH *dh) {
David Benjamin936aada2016-06-07 19:09:22 -04001680 return 1;
1681}
1682
David Benjamin70dbf042017-08-08 18:51:37 -04001683STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) {
David Benjamin8ebeabf2017-03-02 22:04:07 -05001684 return ctx->cipher_list->ciphers;
1685}
1686
David Benjamin70dbf042017-08-08 18:51:37 -04001687int SSL_CTX_cipher_in_group(const SSL_CTX *ctx, size_t i) {
1688 if (i >= sk_SSL_CIPHER_num(ctx->cipher_list->ciphers)) {
1689 return 0;
1690 }
1691 return ctx->cipher_list->in_group_flags[i];
1692}
1693
David Benjamin32876b32015-09-20 12:17:03 -04001694STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) {
1695 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001696 return NULL;
1697 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001698
David Benjaminaf3b3d32016-10-31 16:29:57 -04001699 const struct ssl_cipher_preference_list_st *prefs =
1700 ssl_get_cipher_preferences(ssl);
1701 if (prefs == NULL) {
1702 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08001703 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001704
David Benjaminaf3b3d32016-10-31 16:29:57 -04001705 return prefs->ciphers;
Adam Langleyfcf25832014-12-18 17:42:32 -08001706}
Adam Langley95c29f32014-06-20 12:00:00 -07001707
David Benjamin32876b32015-09-20 12:17:03 -04001708const char *SSL_get_cipher_list(const SSL *ssl, int n) {
David Benjamin32876b32015-09-20 12:17:03 -04001709 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001710 return NULL;
1711 }
Adam Langley95c29f32014-06-20 12:00:00 -07001712
David Benjamin8ebeabf2017-03-02 22:04:07 -05001713 STACK_OF(SSL_CIPHER) *sk = SSL_get_ciphers(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001714 if (sk == NULL || n < 0 || (size_t)n >= sk_SSL_CIPHER_num(sk)) {
1715 return NULL;
1716 }
Adam Langley95c29f32014-06-20 12:00:00 -07001717
David Benjamin8ebeabf2017-03-02 22:04:07 -05001718 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, n);
Adam Langleyfcf25832014-12-18 17:42:32 -08001719 if (c == NULL) {
1720 return NULL;
1721 }
Adam Langley95c29f32014-06-20 12:00:00 -07001722
Adam Langleyfcf25832014-12-18 17:42:32 -08001723 return c->name;
1724}
David Benjamin5491e3f2014-09-29 19:33:09 -04001725
Adam Langleyfcf25832014-12-18 17:42:32 -08001726int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001727 return ssl_create_cipher_list(ctx->method, &ctx->cipher_list, str,
1728 0 /* not strict */);
Matthew Braithwaitea57dcfb2017-02-17 22:08:23 -08001729}
1730
1731int SSL_CTX_set_strict_cipher_list(SSL_CTX *ctx, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001732 return ssl_create_cipher_list(ctx->method, &ctx->cipher_list, str,
1733 1 /* strict */);
Adam Langleyfcf25832014-12-18 17:42:32 -08001734}
David Benjamin39482a12014-07-20 13:30:15 -04001735
David Benjamin32876b32015-09-20 12:17:03 -04001736int SSL_set_cipher_list(SSL *ssl, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001737 return ssl_create_cipher_list(ssl->ctx->method, &ssl->cipher_list, str,
1738 0 /* not strict */);
Matthew Braithwaitea57dcfb2017-02-17 22:08:23 -08001739}
1740
1741int SSL_set_strict_cipher_list(SSL *ssl, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001742 return ssl_create_cipher_list(ssl->ctx->method, &ssl->cipher_list, str,
1743 1 /* strict */);
Adam Langleyfcf25832014-12-18 17:42:32 -08001744}
Adam Langley95c29f32014-06-20 12:00:00 -07001745
David Benjamin07e13842015-10-17 13:48:04 -04001746const char *SSL_get_servername(const SSL *ssl, const int type) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001747 if (type != TLSEXT_NAMETYPE_host_name) {
1748 return NULL;
1749 }
Adam Langley95c29f32014-06-20 12:00:00 -07001750
David Benjamin07e13842015-10-17 13:48:04 -04001751 /* Historically, |SSL_get_servername| was also the configuration getter
1752 * corresponding to |SSL_set_tlsext_host_name|. */
1753 if (ssl->tlsext_hostname != NULL) {
1754 return ssl->tlsext_hostname;
1755 }
1756
David Benjamin4eb95cc2016-11-16 17:08:23 +09001757 /* During the handshake, report the handshake value. */
1758 if (ssl->s3->hs != NULL) {
David Benjamin31b0c9b2017-07-20 14:49:15 -04001759 return ssl->s3->hs->hostname.get();
David Benjamin4eb95cc2016-11-16 17:08:23 +09001760 }
1761
1762 /* SSL_get_servername may also be called after the handshake to look up the
1763 * SNI value.
1764 *
1765 * TODO(davidben): This is almost unused. Can we remove it? */
Steven Valdez87eab492016-06-27 16:34:59 -04001766 SSL_SESSION *session = SSL_get_session(ssl);
1767 if (session == NULL) {
David Benjamin07e13842015-10-17 13:48:04 -04001768 return NULL;
1769 }
Steven Valdez87eab492016-06-27 16:34:59 -04001770 return session->tlsext_hostname;
Adam Langleyfcf25832014-12-18 17:42:32 -08001771}
Adam Langley95c29f32014-06-20 12:00:00 -07001772
David Benjamin07e13842015-10-17 13:48:04 -04001773int SSL_get_servername_type(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04001774 SSL_SESSION *session = SSL_get_session(ssl);
1775 if (session == NULL || session->tlsext_hostname == NULL) {
1776 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001777 }
Steven Valdez87eab492016-06-27 16:34:59 -04001778 return TLSEXT_NAMETYPE_host_name;
Adam Langleyfcf25832014-12-18 17:42:32 -08001779}
Adam Langley95c29f32014-06-20 12:00:00 -07001780
David Benjamin3a1dd462017-07-11 16:13:10 -04001781void SSL_CTX_set_custom_verify(
1782 SSL_CTX *ctx, int mode,
1783 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1784 ctx->verify_mode = mode;
1785 ctx->custom_verify_callback = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08001786}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001787
David Benjamin3a1dd462017-07-11 16:13:10 -04001788void SSL_set_custom_verify(
1789 SSL *ssl, int mode,
1790 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1791 ssl->verify_mode = mode;
1792 ssl->custom_verify_callback = callback;
1793}
1794
1795void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx) {
1796 ctx->signed_cert_timestamps_enabled = 1;
Adam Langleyfe366722017-03-07 16:41:04 -08001797}
1798
David Benjamin26e1ff32017-02-14 20:13:00 -05001799void SSL_enable_signed_cert_timestamps(SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001800 ssl->signed_cert_timestamps_enabled = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001801}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001802
Adam Langleyfcf25832014-12-18 17:42:32 -08001803void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx) {
1804 ctx->ocsp_stapling_enabled = 1;
1805}
David Benjamin6c7aed02014-08-27 16:42:38 -04001806
David Benjamin26e1ff32017-02-14 20:13:00 -05001807void SSL_enable_ocsp_stapling(SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001808 ssl->ocsp_stapling_enabled = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001809}
David Benjamin6c7aed02014-08-27 16:42:38 -04001810
Adam Langleyfcf25832014-12-18 17:42:32 -08001811void SSL_get0_signed_cert_timestamp_list(const SSL *ssl, const uint8_t **out,
1812 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001813 SSL_SESSION *session = SSL_get_session(ssl);
David Benjamin8fc2dc02017-08-22 15:07:51 -07001814 if (ssl->server || !session || !session->signed_cert_timestamp_list) {
1815 *out_len = 0;
1816 *out = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08001817 return;
1818 }
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001819
David Benjamin8fc2dc02017-08-22 15:07:51 -07001820 *out = CRYPTO_BUFFER_data(session->signed_cert_timestamp_list);
1821 *out_len = CRYPTO_BUFFER_len(session->signed_cert_timestamp_list);
Adam Langleyfcf25832014-12-18 17:42:32 -08001822}
David Benjamin6c7aed02014-08-27 16:42:38 -04001823
Adam Langleyfcf25832014-12-18 17:42:32 -08001824void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
1825 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001826 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001827 if (ssl->server || !session || !session->ocsp_response) {
David Benjamin8fc2dc02017-08-22 15:07:51 -07001828 *out_len = 0;
1829 *out = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08001830 return;
1831 }
David Benjamin8fc2dc02017-08-22 15:07:51 -07001832
1833 *out = CRYPTO_BUFFER_data(session->ocsp_response);
1834 *out_len = CRYPTO_BUFFER_len(session->ocsp_response);
Adam Langleyfcf25832014-12-18 17:42:32 -08001835}
David Benjamin6c7aed02014-08-27 16:42:38 -04001836
David Benjamin936aada2016-06-07 19:09:22 -04001837int SSL_set_tlsext_host_name(SSL *ssl, const char *name) {
1838 OPENSSL_free(ssl->tlsext_hostname);
1839 ssl->tlsext_hostname = NULL;
1840
1841 if (name == NULL) {
1842 return 1;
1843 }
1844
1845 size_t len = strlen(name);
1846 if (len == 0 || len > TLSEXT_MAXLEN_host_name) {
1847 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL3_EXT_INVALID_SERVERNAME);
1848 return 0;
1849 }
1850 ssl->tlsext_hostname = BUF_strdup(name);
1851 if (ssl->tlsext_hostname == NULL) {
1852 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
1853 return 0;
1854 }
1855 return 1;
1856}
1857
1858int SSL_CTX_set_tlsext_servername_callback(
1859 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
1860 ctx->tlsext_servername_callback = callback;
1861 return 1;
1862}
1863
1864int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) {
1865 ctx->tlsext_servername_arg = arg;
1866 return 1;
1867}
1868
David Benjaminca743582017-06-15 17:51:35 -04001869int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer,
1870 unsigned peer_len, const uint8_t *supported,
1871 unsigned supported_len) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001872 const uint8_t *result;
David Benjaminca743582017-06-15 17:51:35 -04001873 int status;
Adam Langley95c29f32014-06-20 12:00:00 -07001874
David Benjaminca743582017-06-15 17:51:35 -04001875 /* For each protocol in peer preference order, see if we support it. */
1876 for (unsigned i = 0; i < peer_len;) {
1877 for (unsigned j = 0; j < supported_len;) {
1878 if (peer[i] == supported[j] &&
1879 OPENSSL_memcmp(&peer[i + 1], &supported[j + 1], peer[i]) == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001880 /* We found a match */
David Benjaminca743582017-06-15 17:51:35 -04001881 result = &peer[i];
Adam Langleyfcf25832014-12-18 17:42:32 -08001882 status = OPENSSL_NPN_NEGOTIATED;
1883 goto found;
1884 }
David Benjaminca743582017-06-15 17:51:35 -04001885 j += supported[j];
Adam Langleyfcf25832014-12-18 17:42:32 -08001886 j++;
1887 }
David Benjaminca743582017-06-15 17:51:35 -04001888 i += peer[i];
Adam Langleyfcf25832014-12-18 17:42:32 -08001889 i++;
1890 }
Adam Langley95c29f32014-06-20 12:00:00 -07001891
David Benjaminca743582017-06-15 17:51:35 -04001892 /* There's no overlap between our protocols and the peer's list. */
1893 result = supported;
Adam Langleyfcf25832014-12-18 17:42:32 -08001894 status = OPENSSL_NPN_NO_OVERLAP;
Adam Langley95c29f32014-06-20 12:00:00 -07001895
Adam Langleyfcf25832014-12-18 17:42:32 -08001896found:
1897 *out = (uint8_t *)result + 1;
David Benjamin977547b2015-09-16 00:25:52 -04001898 *out_len = result[0];
Adam Langleyfcf25832014-12-18 17:42:32 -08001899 return status;
1900}
Adam Langley95c29f32014-06-20 12:00:00 -07001901
David Benjamin977547b2015-09-16 00:25:52 -04001902void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data,
1903 unsigned *out_len) {
David Benjamin79978df2015-12-25 15:56:49 -05001904 *out_data = ssl->s3->next_proto_negotiated;
David Benjamin05d4c972017-06-21 16:35:10 -04001905 *out_len = ssl->s3->next_proto_negotiated_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001906}
1907
Adam Langleyfcf25832014-12-18 17:42:32 -08001908void SSL_CTX_set_next_protos_advertised_cb(
1909 SSL_CTX *ctx,
David Benjamin977547b2015-09-16 00:25:52 -04001910 int (*cb)(SSL *ssl, const uint8_t **out, unsigned *out_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001911 void *arg) {
1912 ctx->next_protos_advertised_cb = cb;
1913 ctx->next_protos_advertised_cb_arg = arg;
1914}
Adam Langley95c29f32014-06-20 12:00:00 -07001915
Adam Langleyfcf25832014-12-18 17:42:32 -08001916void SSL_CTX_set_next_proto_select_cb(
David Benjamin977547b2015-09-16 00:25:52 -04001917 SSL_CTX *ctx, int (*cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
1918 const uint8_t *in, unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001919 void *arg) {
1920 ctx->next_proto_select_cb = cb;
1921 ctx->next_proto_select_cb_arg = arg;
1922}
Adam Langley95c29f32014-06-20 12:00:00 -07001923
Adam Langleyfcf25832014-12-18 17:42:32 -08001924int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
1925 unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001926 OPENSSL_free(ctx->alpn_client_proto_list);
David Benjaminf5260812017-07-12 17:16:39 -04001927 ctx->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001928 if (!ctx->alpn_client_proto_list) {
1929 return 1;
1930 }
1931 ctx->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001932
Adam Langleyfcf25832014-12-18 17:42:32 -08001933 return 0;
1934}
Adam Langley95c29f32014-06-20 12:00:00 -07001935
Adam Langleyfcf25832014-12-18 17:42:32 -08001936int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001937 OPENSSL_free(ssl->alpn_client_proto_list);
David Benjaminf5260812017-07-12 17:16:39 -04001938 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001939 if (!ssl->alpn_client_proto_list) {
1940 return 1;
1941 }
1942 ssl->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001943
Adam Langleyfcf25832014-12-18 17:42:32 -08001944 return 0;
1945}
Adam Langley95c29f32014-06-20 12:00:00 -07001946
Adam Langleyfcf25832014-12-18 17:42:32 -08001947void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
1948 int (*cb)(SSL *ssl, const uint8_t **out,
David Benjamin8984f1f2015-09-16 00:10:19 -04001949 uint8_t *out_len, const uint8_t *in,
1950 unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001951 void *arg) {
1952 ctx->alpn_select_cb = cb;
1953 ctx->alpn_select_cb_arg = arg;
1954}
Adam Langley95c29f32014-06-20 12:00:00 -07001955
David Benjamin8984f1f2015-09-16 00:10:19 -04001956void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **out_data,
1957 unsigned *out_len) {
Steven Valdeze831a812017-03-09 14:56:07 -05001958 if (SSL_in_early_data(ssl) && !ssl->server) {
1959 *out_data = ssl->s3->hs->early_session->early_alpn;
1960 *out_len = ssl->s3->hs->early_session->early_alpn_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001961 } else {
Steven Valdeze831a812017-03-09 14:56:07 -05001962 *out_data = ssl->s3->alpn_selected;
David Benjamin8984f1f2015-09-16 00:10:19 -04001963 *out_len = ssl->s3->alpn_selected_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001964 }
1965}
Adam Langley95c29f32014-06-20 12:00:00 -07001966
David Benjaminc8ff30c2017-04-04 13:52:36 -04001967void SSL_CTX_set_allow_unknown_alpn_protos(SSL_CTX *ctx, int enabled) {
1968 ctx->allow_unknown_alpn_protos = !!enabled;
1969}
David Benjamin936aada2016-06-07 19:09:22 -04001970
David Benjamineebd3c82016-12-06 17:43:58 -05001971void SSL_CTX_set_tls_channel_id_enabled(SSL_CTX *ctx, int enabled) {
1972 ctx->tlsext_channel_id_enabled = !!enabled;
1973}
1974
David Benjamin936aada2016-06-07 19:09:22 -04001975int SSL_CTX_enable_tls_channel_id(SSL_CTX *ctx) {
David Benjamineebd3c82016-12-06 17:43:58 -05001976 SSL_CTX_set_tls_channel_id_enabled(ctx, 1);
David Benjamin936aada2016-06-07 19:09:22 -04001977 return 1;
1978}
1979
David Benjamineebd3c82016-12-06 17:43:58 -05001980void SSL_set_tls_channel_id_enabled(SSL *ssl, int enabled) {
1981 ssl->tlsext_channel_id_enabled = !!enabled;
1982}
1983
David Benjamin936aada2016-06-07 19:09:22 -04001984int SSL_enable_tls_channel_id(SSL *ssl) {
David Benjamineebd3c82016-12-06 17:43:58 -05001985 SSL_set_tls_channel_id_enabled(ssl, 1);
David Benjamin936aada2016-06-07 19:09:22 -04001986 return 1;
1987}
1988
1989static int is_p256_key(EVP_PKEY *private_key) {
1990 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(private_key);
1991 return ec_key != NULL &&
1992 EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)) ==
1993 NID_X9_62_prime256v1;
1994}
1995
1996int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
1997 if (!is_p256_key(private_key)) {
1998 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
1999 return 0;
2000 }
2001
2002 EVP_PKEY_free(ctx->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07002003 EVP_PKEY_up_ref(private_key);
2004 ctx->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04002005 ctx->tlsext_channel_id_enabled = 1;
2006
2007 return 1;
2008}
2009
2010int SSL_set1_tls_channel_id(SSL *ssl, EVP_PKEY *private_key) {
2011 if (!is_p256_key(private_key)) {
2012 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
2013 return 0;
2014 }
2015
2016 EVP_PKEY_free(ssl->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07002017 EVP_PKEY_up_ref(private_key);
2018 ssl->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04002019 ssl->tlsext_channel_id_enabled = 1;
2020
2021 return 1;
2022}
2023
2024size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out, size_t max_out) {
2025 if (!ssl->s3->tlsext_channel_id_valid) {
2026 return 0;
2027 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002028 OPENSSL_memcpy(out, ssl->s3->tlsext_channel_id,
2029 (max_out < 64) ? max_out : 64);
David Benjamin936aada2016-06-07 19:09:22 -04002030 return 64;
2031}
2032
David Benjamin936aada2016-06-07 19:09:22 -04002033size_t SSL_get0_certificate_types(SSL *ssl, const uint8_t **out_types) {
David Benjamina0486782016-10-06 19:11:32 -04002034 if (ssl->server || ssl->s3->hs == NULL) {
David Benjamin936aada2016-06-07 19:09:22 -04002035 *out_types = NULL;
2036 return 0;
2037 }
David Benjamina0486782016-10-06 19:11:32 -04002038 *out_types = ssl->s3->hs->certificate_types;
2039 return ssl->s3->hs->num_certificate_types;
David Benjamin936aada2016-06-07 19:09:22 -04002040}
2041
David Benjamin0d56f882015-12-19 17:05:56 -05002042EVP_PKEY *SSL_get_privatekey(const SSL *ssl) {
2043 if (ssl->cert != NULL) {
2044 return ssl->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002045 }
2046
2047 return NULL;
2048}
2049
Adam Langleyfcf25832014-12-18 17:42:32 -08002050EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
2051 if (ctx->cert != NULL) {
David Benjamind1d80782015-07-05 11:54:09 -04002052 return ctx->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002053 }
2054
2055 return NULL;
2056}
2057
David Benjamin42fea372015-09-19 01:22:44 -04002058const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) {
David Benjamincfc11c22017-07-18 22:45:18 -04002059 return ssl->s3->aead_write_ctx->cipher();
Adam Langleyfcf25832014-12-18 17:42:32 -08002060}
2061
David Benjamin936aada2016-06-07 19:09:22 -04002062int SSL_session_reused(const SSL *ssl) {
Steven Valdeze831a812017-03-09 14:56:07 -05002063 return ssl->s3->session_reused || SSL_in_early_data(ssl);
David Benjamin936aada2016-06-07 19:09:22 -04002064}
2065
David Benjamin0d56f882015-12-19 17:05:56 -05002066const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002067
David Benjamin0d56f882015-12-19 17:05:56 -05002068const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002069
Adam Langley29ec5d12016-03-01 16:12:28 -08002070int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; }
2071
Adam Langleyfcf25832014-12-18 17:42:32 -08002072void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) {
Adam Langleybb85f3d2015-10-28 18:44:11 -07002073 ctx->quiet_shutdown = (mode != 0);
Adam Langleyfcf25832014-12-18 17:42:32 -08002074}
2075
2076int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) {
2077 return ctx->quiet_shutdown;
2078}
2079
Adam Langleybb85f3d2015-10-28 18:44:11 -07002080void SSL_set_quiet_shutdown(SSL *ssl, int mode) {
2081 ssl->quiet_shutdown = (mode != 0);
2082}
Adam Langleyfcf25832014-12-18 17:42:32 -08002083
David Benjamin9f859492015-10-03 10:44:30 -04002084int SSL_get_quiet_shutdown(const SSL *ssl) { return ssl->quiet_shutdown; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002085
David Benjamin63006a92015-10-18 00:00:06 -04002086void SSL_set_shutdown(SSL *ssl, int mode) {
2087 /* It is an error to clear any bits that have already been set. (We can't try
2088 * to get a second close_notify or send two.) */
David Benjaminfa214e42016-05-10 17:03:10 -04002089 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl));
David Benjamin63006a92015-10-18 00:00:06 -04002090
David Benjaminfa214e42016-05-10 17:03:10 -04002091 if (mode & SSL_RECEIVED_SHUTDOWN &&
2092 ssl->s3->recv_shutdown == ssl_shutdown_none) {
2093 ssl->s3->recv_shutdown = ssl_shutdown_close_notify;
2094 }
2095
2096 if (mode & SSL_SENT_SHUTDOWN &&
2097 ssl->s3->send_shutdown == ssl_shutdown_none) {
2098 ssl->s3->send_shutdown = ssl_shutdown_close_notify;
2099 }
David Benjamin63006a92015-10-18 00:00:06 -04002100}
Adam Langleyfcf25832014-12-18 17:42:32 -08002101
David Benjaminfa214e42016-05-10 17:03:10 -04002102int SSL_get_shutdown(const SSL *ssl) {
2103 int ret = 0;
2104 if (ssl->s3->recv_shutdown != ssl_shutdown_none) {
2105 /* Historically, OpenSSL set |SSL_RECEIVED_SHUTDOWN| on both close_notify
2106 * and fatal alert. */
2107 ret |= SSL_RECEIVED_SHUTDOWN;
2108 }
2109 if (ssl->s3->send_shutdown == ssl_shutdown_close_notify) {
2110 /* Historically, OpenSSL set |SSL_SENT_SHUTDOWN| on only close_notify. */
2111 ret |= SSL_SENT_SHUTDOWN;
2112 }
2113 return ret;
2114}
Adam Langleyfcf25832014-12-18 17:42:32 -08002115
Adam Langleyfcf25832014-12-18 17:42:32 -08002116SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) { return ssl->ctx; }
2117
2118SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) {
2119 if (ssl->ctx == ctx) {
2120 return ssl->ctx;
2121 }
2122
Adam Langley3509dac2017-02-01 11:59:18 -08002123 /* One cannot change the X.509 callbacks during a connection. */
2124 if (ssl->ctx->x509_method != ctx->x509_method) {
2125 assert(0);
2126 return NULL;
2127 }
2128
Adam Langleyfcf25832014-12-18 17:42:32 -08002129 if (ctx == NULL) {
David Benjaminbe497062017-03-10 16:08:36 -05002130 ctx = ssl->session_ctx;
Adam Langleyfcf25832014-12-18 17:42:32 -08002131 }
2132
David Benjamin2755a3e2015-04-22 16:17:58 -04002133 ssl_cert_free(ssl->cert);
Adam Langleyfcf25832014-12-18 17:42:32 -08002134 ssl->cert = ssl_cert_dup(ctx->cert);
David Benjamin2755a3e2015-04-22 16:17:58 -04002135
David Benjaminf650c712016-12-22 15:54:51 -05002136 SSL_CTX_up_ref(ctx);
2137 SSL_CTX_free(ssl->ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002138 ssl->ctx = ctx;
2139
Adam Langleyfcf25832014-12-18 17:42:32 -08002140 return ssl->ctx;
2141}
2142
Adam Langley95c29f32014-06-20 12:00:00 -07002143void SSL_set_info_callback(SSL *ssl,
David Benjamin82170242015-10-17 22:51:17 -04002144 void (*cb)(const SSL *ssl, int type, int value)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002145 ssl->info_callback = cb;
2146}
Adam Langley95c29f32014-06-20 12:00:00 -07002147
David Benjamin82170242015-10-17 22:51:17 -04002148void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type,
2149 int value) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002150 return ssl->info_callback;
2151}
Adam Langley95c29f32014-06-20 12:00:00 -07002152
David Benjamincb0c29f2016-12-12 17:00:50 -05002153int SSL_state(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002154 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK;
David Benjamincb0c29f2016-12-12 17:00:50 -05002155}
Adam Langley95c29f32014-06-20 12:00:00 -07002156
David Benjaminece089c2015-05-15 23:52:42 -04002157void SSL_set_state(SSL *ssl, int state) { }
Adam Langley95c29f32014-06-20 12:00:00 -07002158
Emily Stark95a79ee2016-02-25 21:12:28 -08002159char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) {
2160 if (len <= 0) {
2161 return NULL;
2162 }
2163 buf[0] = '\0';
2164 return buf;
2165}
2166
David Benjamin8a589332015-12-04 23:14:35 -05002167int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
David Benjamind94682d2017-05-14 17:10:18 -04002168 CRYPTO_EX_dup *dup_unused, CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002169 int index;
2170 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
David Benjamind94682d2017-05-14 17:10:18 -04002171 free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002172 return -1;
2173 }
2174 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002175}
Adam Langley95c29f32014-06-20 12:00:00 -07002176
David Benjamin27e377e2017-07-31 19:09:42 -04002177int SSL_set_ex_data(SSL *ssl, int idx, void *data) {
2178 return CRYPTO_set_ex_data(&ssl->ex_data, idx, data);
Adam Langleyfcf25832014-12-18 17:42:32 -08002179}
Adam Langley95c29f32014-06-20 12:00:00 -07002180
David Benjamin1ac08fe2015-09-15 01:36:22 -04002181void *SSL_get_ex_data(const SSL *ssl, int idx) {
2182 return CRYPTO_get_ex_data(&ssl->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002183}
Adam Langley95c29f32014-06-20 12:00:00 -07002184
David Benjamin8a589332015-12-04 23:14:35 -05002185int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
David Benjamind94682d2017-05-14 17:10:18 -04002186 CRYPTO_EX_dup *dup_unused,
Adam Langleyfcf25832014-12-18 17:42:32 -08002187 CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002188 int index;
2189 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
David Benjamind94682d2017-05-14 17:10:18 -04002190 free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002191 return -1;
2192 }
2193 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002194}
Adam Langley95c29f32014-06-20 12:00:00 -07002195
David Benjamin27e377e2017-07-31 19:09:42 -04002196int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) {
2197 return CRYPTO_set_ex_data(&ctx->ex_data, idx, data);
Adam Langleyfcf25832014-12-18 17:42:32 -08002198}
Adam Langley95c29f32014-06-20 12:00:00 -07002199
David Benjamin1ac08fe2015-09-15 01:36:22 -04002200void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) {
2201 return CRYPTO_get_ex_data(&ctx->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002202}
Adam Langley95c29f32014-06-20 12:00:00 -07002203
David Benjamin93d17492015-10-17 12:43:36 -04002204int SSL_want(const SSL *ssl) { return ssl->rwstate; }
Adam Langley95c29f32014-06-20 12:00:00 -07002205
Adam Langleyfcf25832014-12-18 17:42:32 -08002206void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2207 RSA *(*cb)(SSL *ssl, int is_export,
David Benjamin27e377e2017-07-31 19:09:42 -04002208 int keylength)) {}
Adam Langley95c29f32014-06-20 12:00:00 -07002209
Adam Langleyfcf25832014-12-18 17:42:32 -08002210void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export,
David Benjamin27e377e2017-07-31 19:09:42 -04002211 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002212
2213void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
David Benjamin27e377e2017-07-31 19:09:42 -04002214 DH *(*cb)(SSL *ssl, int is_export,
2215 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002216
David Benjamin27e377e2017-07-31 19:09:42 -04002217void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*cb)(SSL *ssl, int is_export,
2218 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002219
David Benjamin0a9bf662017-06-21 16:34:15 -04002220static int use_psk_identity_hint(char **out, const char *identity_hint) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002221 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04002222 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08002223 return 0;
2224 }
2225
2226 /* Clear currently configured hint, if any. */
David Benjamin0a9bf662017-06-21 16:34:15 -04002227 OPENSSL_free(*out);
2228 *out = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002229
David Benjamin78679342016-09-16 19:42:05 -04002230 /* Treat the empty hint as not supplying one. Plain PSK makes it possible to
2231 * send either no hint (omit ServerKeyExchange) or an empty hint, while
2232 * ECDHE_PSK can only spell empty hint. Having different capabilities is odd,
2233 * so we interpret empty and missing as identical. */
2234 if (identity_hint != NULL && identity_hint[0] != '\0') {
David Benjamin0a9bf662017-06-21 16:34:15 -04002235 *out = BUF_strdup(identity_hint);
2236 if (*out == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002237 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002238 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002239 }
Adam Langley95c29f32014-06-20 12:00:00 -07002240
Adam Langleyfcf25832014-12-18 17:42:32 -08002241 return 1;
2242}
Adam Langley95c29f32014-06-20 12:00:00 -07002243
David Benjamin0a9bf662017-06-21 16:34:15 -04002244int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) {
2245 return use_psk_identity_hint(&ctx->psk_identity_hint, identity_hint);
2246}
2247
2248int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) {
2249 return use_psk_identity_hint(&ssl->psk_identity_hint, identity_hint);
2250}
2251
David Benjamine8814df2015-09-15 08:05:54 -04002252const char *SSL_get_psk_identity_hint(const SSL *ssl) {
2253 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002254 return NULL;
2255 }
David Benjamine8814df2015-09-15 08:05:54 -04002256 return ssl->psk_identity_hint;
Adam Langleyfcf25832014-12-18 17:42:32 -08002257}
Adam Langley95c29f32014-06-20 12:00:00 -07002258
David Benjamine8814df2015-09-15 08:05:54 -04002259const char *SSL_get_psk_identity(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04002260 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002261 return NULL;
2262 }
Steven Valdez87eab492016-06-27 16:34:59 -04002263 SSL_SESSION *session = SSL_get_session(ssl);
2264 if (session == NULL) {
2265 return NULL;
2266 }
2267 return session->psk_identity;
Adam Langleyfcf25832014-12-18 17:42:32 -08002268}
Adam Langley95c29f32014-06-20 12:00:00 -07002269
Adam Langleyfcf25832014-12-18 17:42:32 -08002270void SSL_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002271 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2272 unsigned max_identity_len, uint8_t *psk,
2273 unsigned max_psk_len)) {
2274 ssl->psk_client_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002275}
Adam Langley95c29f32014-06-20 12:00:00 -07002276
Adam Langleyfcf25832014-12-18 17:42:32 -08002277void SSL_CTX_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002278 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2279 unsigned max_identity_len, uint8_t *psk,
2280 unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002281 ctx->psk_client_callback = cb;
2282}
Adam Langley95c29f32014-06-20 12:00:00 -07002283
Adam Langleyfcf25832014-12-18 17:42:32 -08002284void SSL_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002285 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2286 unsigned max_psk_len)) {
2287 ssl->psk_server_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002288}
Adam Langley95c29f32014-06-20 12:00:00 -07002289
Adam Langleyfcf25832014-12-18 17:42:32 -08002290void SSL_CTX_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002291 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity,
2292 uint8_t *psk, unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002293 ctx->psk_server_callback = cb;
2294}
Adam Langley95c29f32014-06-20 12:00:00 -07002295
Adam Langleyfcf25832014-12-18 17:42:32 -08002296void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
2297 void (*cb)(int write_p, int version,
2298 int content_type, const void *buf,
2299 size_t len, SSL *ssl, void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002300 ctx->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002301}
David Benjamin61ecccf2015-05-05 09:44:51 -04002302
2303void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg) {
2304 ctx->msg_callback_arg = arg;
2305}
2306
Adam Langleyfcf25832014-12-18 17:42:32 -08002307void SSL_set_msg_callback(SSL *ssl,
2308 void (*cb)(int write_p, int version, int content_type,
2309 const void *buf, size_t len, SSL *ssl,
2310 void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002311 ssl->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002312}
Adam Langley95c29f32014-06-20 12:00:00 -07002313
David Benjamin61ecccf2015-05-05 09:44:51 -04002314void SSL_set_msg_callback_arg(SSL *ssl, void *arg) {
2315 ssl->msg_callback_arg = arg;
2316}
2317
David Benjamind28f59c2015-11-17 22:32:50 -05002318void SSL_CTX_set_keylog_callback(SSL_CTX *ctx,
2319 void (*cb)(const SSL *ssl, const char *line)) {
2320 ctx->keylog_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002321}
Adam Langley95c29f32014-06-20 12:00:00 -07002322
David Benjamin6e3f5cc2016-09-14 14:43:14 -04002323void (*SSL_CTX_get_keylog_callback(const SSL_CTX *ctx))(const SSL *ssl,
2324 const char *line) {
2325 return ctx->keylog_callback;
2326}
2327
Taylor Brandstetter9edb2c62016-06-08 15:26:59 -07002328void SSL_CTX_set_current_time_cb(SSL_CTX *ctx,
2329 void (*cb)(const SSL *ssl,
2330 struct timeval *out_clock)) {
2331 ctx->current_time_cb = cb;
2332}
2333
David Benjamin5d8b1282015-10-17 23:26:35 -04002334int SSL_is_init_finished(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002335 return !SSL_in_init(ssl);
David Benjamin5d8b1282015-10-17 23:26:35 -04002336}
2337
2338int SSL_in_init(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002339 SSL_HANDSHAKE *hs = ssl->s3->hs;
2340 return hs != NULL && hs->state != SSL_ST_OK;
David Benjamin5d8b1282015-10-17 23:26:35 -04002341}
2342
2343int SSL_in_false_start(const SSL *ssl) {
David Benjamina0486782016-10-06 19:11:32 -04002344 if (ssl->s3->hs == NULL) {
2345 return 0;
2346 }
2347 return ssl->s3->hs->in_false_start;
David Benjamined7c4752015-02-16 19:16:46 -05002348}
2349
David Benjamin0d56f882015-12-19 17:05:56 -05002350int SSL_cutthrough_complete(const SSL *ssl) {
2351 return SSL_in_false_start(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002352}
Adam Langley95c29f32014-06-20 12:00:00 -07002353
Adam Langleyfcf25832014-12-18 17:42:32 -08002354void SSL_get_structure_sizes(size_t *ssl_size, size_t *ssl_ctx_size,
2355 size_t *ssl_session_size) {
2356 *ssl_size = sizeof(SSL);
2357 *ssl_ctx_size = sizeof(SSL_CTX);
2358 *ssl_session_size = sizeof(SSL_SESSION);
2359}
Feng Lu41aa3252014-11-21 22:47:56 -08002360
David Benjamince079fd2016-08-02 16:22:34 -04002361int SSL_is_server(const SSL *ssl) { return ssl->server; }
2362
2363int SSL_is_dtls(const SSL *ssl) { return ssl->method->is_dtls; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002364
Alessandro Ghedini57e81e62017-03-14 23:36:00 +00002365void SSL_CTX_set_select_certificate_cb(
2366 SSL_CTX *ctx,
2367 enum ssl_select_cert_result_t (*cb)(const SSL_CLIENT_HELLO *)) {
David Benjamind4c2bce2015-10-17 12:28:18 -04002368 ctx->select_certificate_cb = cb;
2369}
2370
David Benjamin731058e2016-12-03 23:15:13 -05002371void SSL_CTX_set_dos_protection_cb(SSL_CTX *ctx,
2372 int (*cb)(const SSL_CLIENT_HELLO *)) {
Adam Langley524e7172015-02-20 16:04:00 -08002373 ctx->dos_protection_cb = cb;
2374}
2375
David Benjamin1d5ef3b2015-10-12 19:54:18 -04002376void SSL_set_renegotiate_mode(SSL *ssl, enum ssl_renegotiate_mode_t mode) {
2377 ssl->renegotiate_mode = mode;
2378}
2379
Adam Langleyc2d32802015-11-03 18:36:10 -08002380int SSL_get_ivs(const SSL *ssl, const uint8_t **out_read_iv,
2381 const uint8_t **out_write_iv, size_t *out_iv_len) {
Adam Langleyc2d32802015-11-03 18:36:10 -08002382 size_t write_iv_len;
David Benjamincfc11c22017-07-18 22:45:18 -04002383 if (!ssl->s3->aead_read_ctx->GetIV(out_read_iv, out_iv_len) ||
2384 !ssl->s3->aead_write_ctx->GetIV(out_write_iv, &write_iv_len) ||
Adam Langleyc2d32802015-11-03 18:36:10 -08002385 *out_iv_len != write_iv_len) {
2386 return 0;
2387 }
2388
2389 return 1;
David Benjamine348ff42015-11-06 17:55:30 -05002390}
David Benjamin6e807652015-11-02 12:02:20 -05002391
David Benjamin91b25012016-01-21 16:39:58 -05002392static uint64_t be_to_u64(const uint8_t in[8]) {
David Benjaminde942382016-02-11 12:02:01 -05002393 return (((uint64_t)in[0]) << 56) | (((uint64_t)in[1]) << 48) |
2394 (((uint64_t)in[2]) << 40) | (((uint64_t)in[3]) << 32) |
2395 (((uint64_t)in[4]) << 24) | (((uint64_t)in[5]) << 16) |
2396 (((uint64_t)in[6]) << 8) | ((uint64_t)in[7]);
David Benjamin91b25012016-01-21 16:39:58 -05002397}
2398
2399uint64_t SSL_get_read_sequence(const SSL *ssl) {
2400 /* TODO(davidben): Internally represent sequence numbers as uint64_t. */
David Benjamince079fd2016-08-02 16:22:34 -04002401 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002402 /* max_seq_num already includes the epoch. */
2403 assert(ssl->d1->r_epoch == (ssl->d1->bitmap.max_seq_num >> 48));
2404 return ssl->d1->bitmap.max_seq_num;
2405 }
David Benjamin91b25012016-01-21 16:39:58 -05002406 return be_to_u64(ssl->s3->read_sequence);
2407}
2408
2409uint64_t SSL_get_write_sequence(const SSL *ssl) {
David Benjaminde942382016-02-11 12:02:01 -05002410 uint64_t ret = be_to_u64(ssl->s3->write_sequence);
David Benjamince079fd2016-08-02 16:22:34 -04002411 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002412 assert((ret >> 48) == 0);
2413 ret |= ((uint64_t)ssl->d1->w_epoch) << 48;
2414 }
2415 return ret;
David Benjamin91b25012016-01-21 16:39:58 -05002416}
2417
Steven Valdez02563852016-06-23 13:33:05 -04002418uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) {
David Benjaminf1050fd2016-12-13 20:05:36 -05002419 /* TODO(davidben): This checks the wrong session if there is a renegotiation
2420 * in progress. */
2421 SSL_SESSION *session = SSL_get_session(ssl);
2422 if (session == NULL) {
2423 return 0;
2424 }
2425
2426 return session->peer_signature_algorithm;
Steven Valdez02563852016-06-23 13:33:05 -04002427}
2428
David Benjamin96ba15f2015-12-25 14:10:17 -05002429size_t SSL_get_client_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2430 if (max_out == 0) {
2431 return sizeof(ssl->s3->client_random);
2432 }
2433 if (max_out > sizeof(ssl->s3->client_random)) {
2434 max_out = sizeof(ssl->s3->client_random);
2435 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002436 OPENSSL_memcpy(out, ssl->s3->client_random, max_out);
David Benjamin96ba15f2015-12-25 14:10:17 -05002437 return max_out;
2438}
2439
2440size_t SSL_get_server_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2441 if (max_out == 0) {
2442 return sizeof(ssl->s3->server_random);
2443 }
2444 if (max_out > sizeof(ssl->s3->server_random)) {
2445 max_out = sizeof(ssl->s3->server_random);
2446 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002447 OPENSSL_memcpy(out, ssl->s3->server_random, max_out);
David Benjamin96ba15f2015-12-25 14:10:17 -05002448 return max_out;
2449}
2450
David Benjaminf6494f42016-01-07 12:37:41 -08002451const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl) {
David Benjamin45738dd2017-02-09 20:01:26 -05002452 SSL_HANDSHAKE *hs = ssl->s3->hs;
2453 if (hs == NULL) {
David Benjaminf6494f42016-01-07 12:37:41 -08002454 return NULL;
2455 }
David Benjamin45738dd2017-02-09 20:01:26 -05002456 return hs->new_cipher;
David Benjaminf6494f42016-01-07 12:37:41 -08002457}
2458
David Benjaminbbaf3672016-11-17 10:53:09 +09002459void SSL_set_retain_only_sha256_of_client_certs(SSL *ssl, int enabled) {
2460 ssl->retain_only_sha256_of_client_certs = !!enabled;
2461}
2462
David Benjamincdd0b7e2016-01-07 10:10:41 -08002463void SSL_CTX_set_retain_only_sha256_of_client_certs(SSL_CTX *ctx, int enabled) {
2464 ctx->retain_only_sha256_of_client_certs = !!enabled;
2465}
2466
David Benjamin65ac9972016-09-02 21:35:25 -04002467void SSL_CTX_set_grease_enabled(SSL_CTX *ctx, int enabled) {
2468 ctx->grease_enabled = !!enabled;
2469}
2470
David Benjamin35ac5b72017-03-03 15:05:56 -05002471int32_t SSL_get_ticket_age_skew(const SSL *ssl) {
2472 return ssl->s3->ticket_age_skew;
2473}
2474
David Benjamin27bbae42015-09-13 00:54:37 -04002475int SSL_clear(SSL *ssl) {
David Benjaminb79cc842016-12-07 15:57:14 -05002476 /* In OpenSSL, reusing a client |SSL| with |SSL_clear| causes the previously
2477 * established session to be offered the next time around. wpa_supplicant
2478 * depends on this behavior, so emulate it. */
2479 SSL_SESSION *session = NULL;
2480 if (!ssl->server && ssl->s3->established_session != NULL) {
2481 session = ssl->s3->established_session;
2482 SSL_SESSION_up_ref(session);
2483 }
2484
David Benjamin27bbae42015-09-13 00:54:37 -04002485 /* TODO(davidben): Some state on |ssl| is reset both in |SSL_new| and
2486 * |SSL_clear| because it is per-connection state rather than configuration
2487 * state. Per-connection state should be on |ssl->s3| and |ssl->d1| so it is
2488 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
2489 * |ssl3_new|. */
2490
2491 ssl->rwstate = SSL_NOTHING;
2492
2493 BUF_MEM_free(ssl->init_buf);
2494 ssl->init_buf = NULL;
2495
David Benjamin27bbae42015-09-13 00:54:37 -04002496 /* The ssl->d1->mtu is simultaneously configuration (preserved across
2497 * clear) and connection-specific state (gets reset).
2498 *
2499 * TODO(davidben): Avoid this. */
2500 unsigned mtu = 0;
2501 if (ssl->d1 != NULL) {
2502 mtu = ssl->d1->mtu;
2503 }
2504
2505 ssl->method->ssl_free(ssl);
2506 if (!ssl->method->ssl_new(ssl)) {
David Benjaminb79cc842016-12-07 15:57:14 -05002507 SSL_SESSION_free(session);
David Benjamin27bbae42015-09-13 00:54:37 -04002508 return 0;
2509 }
David Benjamin27bbae42015-09-13 00:54:37 -04002510
David Benjamince079fd2016-08-02 16:22:34 -04002511 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
David Benjamin27bbae42015-09-13 00:54:37 -04002512 ssl->d1->mtu = mtu;
2513 }
2514
David Benjaminb79cc842016-12-07 15:57:14 -05002515 if (session != NULL) {
2516 SSL_set_session(ssl, session);
2517 SSL_SESSION_free(session);
2518 }
2519
David Benjamin27bbae42015-09-13 00:54:37 -04002520 return 1;
2521}
2522
David Benjaminda881e92015-04-26 14:45:04 -04002523int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; }
2524int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; }
2525int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; }
2526int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; }
2527int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; }
2528int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; }
2529int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; }
2530int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; }
2531int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; }
2532int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; }
2533int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; }
David Benjamin936aada2016-06-07 19:09:22 -04002534
2535int SSL_num_renegotiations(const SSL *ssl) {
2536 return SSL_total_renegotiations(ssl);
2537}
2538
2539int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; }
2540int SSL_need_tmp_RSA(const SSL *ssl) { return 0; }
2541int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; }
2542int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; }
Matt Braithwaite4838d8a2015-08-20 13:20:03 -07002543void ERR_load_SSL_strings(void) {}
David Benjamin27bbae42015-09-13 00:54:37 -04002544void SSL_load_error_strings(void) {}
David Benjamin936aada2016-06-07 19:09:22 -04002545int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); }
2546
2547int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) {
2548 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2549 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2550 return 0;
2551 }
2552 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2553 return SSL_CTX_set1_curves(ctx, &nid, 1);
2554}
2555
2556int SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ec_key) {
2557 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2558 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2559 return 0;
2560 }
2561 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2562 return SSL_set1_curves(ssl, &nid, 1);
2563}
David Benjamin721e8b72016-08-03 13:13:17 -04002564
Adam Langley4c341d02017-03-08 19:33:21 -08002565void SSL_CTX_set_ticket_aead_method(SSL_CTX *ctx,
2566 const SSL_TICKET_AEAD_METHOD *aead_method) {
2567 ctx->ticket_aead_method = aead_method;
2568}