blob: 1ca7a952931f75043d99c9d825397c8acf2a135b [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) {
360 if (ssl->ctx->current_time_cb != NULL) {
361 /* TODO(davidben): Update current_time_cb to use OPENSSL_timeval. See
362 * https://crbug.com/boringssl/155. */
363 struct timeval clock;
364 ssl->ctx->current_time_cb(ssl, &clock);
365 if (clock.tv_sec < 0) {
366 assert(0);
367 out_clock->tv_sec = 0;
368 out_clock->tv_usec = 0;
369 } else {
370 out_clock->tv_sec = (uint64_t)clock.tv_sec;
371 out_clock->tv_usec = (uint32_t)clock.tv_usec;
372 }
373 return;
374 }
375
376#if defined(BORINGSSL_UNSAFE_DETERMINISTIC_MODE)
377 out_clock->tv_sec = 1234;
378 out_clock->tv_usec = 1234;
379#elif defined(OPENSSL_WINDOWS)
380 struct _timeb time;
381 _ftime(&time);
382 if (time.time < 0) {
383 assert(0);
384 out_clock->tv_sec = 0;
385 out_clock->tv_usec = 0;
386 } else {
387 out_clock->tv_sec = time.time;
388 out_clock->tv_usec = time.millitm * 1000;
389 }
390#else
391 struct timeval clock;
392 gettimeofday(&clock, NULL);
393 if (clock.tv_sec < 0) {
394 assert(0);
395 out_clock->tv_sec = 0;
396 out_clock->tv_usec = 0;
397 } else {
398 out_clock->tv_sec = (uint64_t)clock.tv_sec;
399 out_clock->tv_usec = (uint32_t)clock.tv_usec;
400 }
401#endif
402}
403
404} // namespace bssl
405
406using namespace bssl;
407
David Benjamin7c6d09b2015-09-05 11:00:19 -0400408int SSL_library_init(void) {
409 CRYPTO_library_init();
410 return 1;
411}
412
Adam Langleye976e432016-02-15 14:01:10 -0800413static uint32_t ssl_session_hash(const SSL_SESSION *sess) {
414 const uint8_t *session_id = sess->session_id;
415
416 uint8_t tmp_storage[sizeof(uint32_t)];
417 if (sess->session_id_length < sizeof(tmp_storage)) {
David Benjamin17cf2cb2016-12-13 01:07:13 -0500418 OPENSSL_memset(tmp_storage, 0, sizeof(tmp_storage));
419 OPENSSL_memcpy(tmp_storage, sess->session_id, sess->session_id_length);
Adam Langleye976e432016-02-15 14:01:10 -0800420 session_id = tmp_storage;
421 }
422
David Benjamin27bbae42015-09-13 00:54:37 -0400423 uint32_t hash =
Adam Langleye976e432016-02-15 14:01:10 -0800424 ((uint32_t)session_id[0]) |
425 ((uint32_t)session_id[1] << 8) |
426 ((uint32_t)session_id[2] << 16) |
427 ((uint32_t)session_id[3] << 24);
David Benjamin7c6d09b2015-09-05 11:00:19 -0400428
David Benjamin27bbae42015-09-13 00:54:37 -0400429 return hash;
430}
431
432/* NB: If this function (or indeed the hash function which uses a sort of
433 * coarser function than this one) is changed, ensure
434 * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being
435 * able to construct an SSL_SESSION that will collide with any existing session
436 * with a matching session ID. */
437static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) {
438 if (a->ssl_version != b->ssl_version) {
439 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800440 }
Adam Langley95c29f32014-06-20 12:00:00 -0700441
David Benjamin27bbae42015-09-13 00:54:37 -0400442 if (a->session_id_length != b->session_id_length) {
443 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800444 }
Adam Langley95c29f32014-06-20 12:00:00 -0700445
David Benjamin17cf2cb2016-12-13 01:07:13 -0500446 return OPENSSL_memcmp(a->session_id, b->session_id, a->session_id_length);
David Benjamin27bbae42015-09-13 00:54:37 -0400447}
Adam Langley95c29f32014-06-20 12:00:00 -0700448
David Benjamin27bbae42015-09-13 00:54:37 -0400449SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
450 SSL_CTX *ret = NULL;
451
452 if (method == NULL) {
453 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_METHOD_PASSED);
454 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800455 }
Adam Langley95c29f32014-06-20 12:00:00 -0700456
David Benjaminf5260812017-07-12 17:16:39 -0400457 ret = (SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX));
David Benjamin27bbae42015-09-13 00:54:37 -0400458 if (ret == NULL) {
459 goto err;
David Benjamin62fd1622015-01-11 13:30:01 -0500460 }
461
David Benjamin17cf2cb2016-12-13 01:07:13 -0500462 OPENSSL_memset(ret, 0, sizeof(SSL_CTX));
Adam Langley95c29f32014-06-20 12:00:00 -0700463
David Benjamin27bbae42015-09-13 00:54:37 -0400464 ret->method = method->method;
Adam Langley3509dac2017-02-01 11:59:18 -0800465 ret->x509_method = method->x509_method;
David Benjamin27bbae42015-09-13 00:54:37 -0400466
467 CRYPTO_MUTEX_init(&ret->lock);
468
469 ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
470 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
471
David Benjamin27bbae42015-09-13 00:54:37 -0400472 ret->session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
David Benjamin17b30832017-01-28 14:00:32 -0500473 ret->session_psk_dhe_timeout = SSL_DEFAULT_SESSION_PSK_DHE_TIMEOUT;
David Benjamin27bbae42015-09-13 00:54:37 -0400474
475 ret->references = 1;
476
477 ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
478 ret->verify_mode = SSL_VERIFY_NONE;
Adam Langley3509dac2017-02-01 11:59:18 -0800479 ret->cert = ssl_cert_new(method->x509_method);
David Benjamin27bbae42015-09-13 00:54:37 -0400480 if (ret->cert == NULL) {
481 goto err;
482 }
483
484 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
485 if (ret->sessions == NULL) {
486 goto err;
487 }
Adam Langley2a3b3432017-02-10 13:56:48 -0800488
489 if (!ret->x509_method->ssl_ctx_new(ret)) {
David Benjamin27bbae42015-09-13 00:54:37 -0400490 goto err;
491 }
492
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -0800493 if (!SSL_CTX_set_strict_cipher_list(ret, SSL_DEFAULT_CIPHER_LIST)) {
David Benjamin27bbae42015-09-13 00:54:37 -0400494 goto err2;
495 }
496
Adam Langley34b4c822017-02-02 10:57:17 -0800497 ret->client_CA = sk_CRYPTO_BUFFER_new_null();
David Benjamin27bbae42015-09-13 00:54:37 -0400498 if (ret->client_CA == NULL) {
499 goto err;
500 }
501
David Benjamin8a589332015-12-04 23:14:35 -0500502 CRYPTO_new_ex_data(&ret->ex_data);
David Benjamin27bbae42015-09-13 00:54:37 -0400503
504 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
505
506 /* Setup RFC4507 ticket keys */
507 if (!RAND_bytes(ret->tlsext_tick_key_name, 16) ||
508 !RAND_bytes(ret->tlsext_tick_hmac_key, 16) ||
509 !RAND_bytes(ret->tlsext_tick_aes_key, 16)) {
510 ret->options |= SSL_OP_NO_TICKET;
511 }
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);
David Benjamin27bbae42015-09-13 00:54:37 -0400574
575 OPENSSL_free(ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -0800576}
Adam Langley95c29f32014-06-20 12:00:00 -0700577
Adam Langleyfcf25832014-12-18 17:42:32 -0800578SSL *SSL_new(SSL_CTX *ctx) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800579 if (ctx == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400580 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_CTX);
Adam Langleyfcf25832014-12-18 17:42:32 -0800581 return NULL;
582 }
583 if (ctx->method == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400584 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
Adam Langleyfcf25832014-12-18 17:42:32 -0800585 return NULL;
586 }
Adam Langley95c29f32014-06-20 12:00:00 -0700587
David Benjaminf5260812017-07-12 17:16:39 -0400588 SSL *ssl = (SSL *)OPENSSL_malloc(sizeof(SSL));
David Benjamin0d56f882015-12-19 17:05:56 -0500589 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800590 goto err;
591 }
David Benjamin17cf2cb2016-12-13 01:07:13 -0500592 OPENSSL_memset(ssl, 0, sizeof(SSL));
Adam Langley95c29f32014-06-20 12:00:00 -0700593
David Benjaminfc08dfc2017-06-20 14:39:32 -0400594 ssl->conf_min_version = ctx->conf_min_version;
595 ssl->conf_max_version = ctx->conf_max_version;
Steven Valdez52586f92017-07-11 15:08:32 -0400596 ssl->tls13_variant = ctx->tls13_variant;
David Benjamin1eb367c2014-12-12 18:17:51 -0500597
Taylor Brandstetter376a0fe2016-05-10 19:30:28 -0700598 /* RFC 6347 states that implementations SHOULD use an initial timer value of
599 * 1 second. */
600 ssl->initial_timeout_duration_ms = 1000;
601
David Benjamin0d56f882015-12-19 17:05:56 -0500602 ssl->options = ctx->options;
603 ssl->mode = ctx->mode;
604 ssl->max_cert_list = ctx->max_cert_list;
Adam Langley95c29f32014-06-20 12:00:00 -0700605
David Benjamin0d56f882015-12-19 17:05:56 -0500606 ssl->cert = ssl_cert_dup(ctx->cert);
607 if (ssl->cert == NULL) {
David Benjamina5a3eeb2015-03-18 20:26:30 -0400608 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -0800609 }
Adam Langley95c29f32014-06-20 12:00:00 -0700610
David Benjamin0d56f882015-12-19 17:05:56 -0500611 ssl->msg_callback = ctx->msg_callback;
612 ssl->msg_callback_arg = ctx->msg_callback_arg;
613 ssl->verify_mode = ctx->verify_mode;
David Benjamin0d56f882015-12-19 17:05:56 -0500614 ssl->verify_callback = ctx->default_verify_callback;
David Benjamin3a1dd462017-07-11 16:13:10 -0400615 ssl->custom_verify_callback = ctx->custom_verify_callback;
David Benjaminbbaf3672016-11-17 10:53:09 +0900616 ssl->retain_only_sha256_of_client_certs =
617 ctx->retain_only_sha256_of_client_certs;
Adam Langley95c29f32014-06-20 12:00:00 -0700618
David Benjamin0d56f882015-12-19 17:05:56 -0500619 ssl->quiet_shutdown = ctx->quiet_shutdown;
620 ssl->max_send_fragment = ctx->max_send_fragment;
Adam Langley95c29f32014-06-20 12:00:00 -0700621
David Benjaminf650c712016-12-22 15:54:51 -0500622 SSL_CTX_up_ref(ctx);
David Benjamin0d56f882015-12-19 17:05:56 -0500623 ssl->ctx = ctx;
David Benjaminf650c712016-12-22 15:54:51 -0500624 SSL_CTX_up_ref(ctx);
David Benjaminbe497062017-03-10 16:08:36 -0500625 ssl->session_ctx = ctx;
Adam Langley95c29f32014-06-20 12:00:00 -0700626
Adam Langley2a3b3432017-02-10 13:56:48 -0800627 if (!ssl->ctx->x509_method->ssl_new(ssl)) {
628 goto err;
629 }
630
Steven Valdezce902a92016-05-17 11:47:53 -0400631 if (ctx->supported_group_list) {
David Benjaminf5260812017-07-12 17:16:39 -0400632 ssl->supported_group_list = (uint16_t *)BUF_memdup(
633 ctx->supported_group_list, ctx->supported_group_list_len * 2);
Steven Valdezce902a92016-05-17 11:47:53 -0400634 if (!ssl->supported_group_list) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800635 goto err;
636 }
Steven Valdezce902a92016-05-17 11:47:53 -0400637 ssl->supported_group_list_len = ctx->supported_group_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800638 }
Adam Langley95c29f32014-06-20 12:00:00 -0700639
David Benjamin17b30832017-01-28 14:00:32 -0500640 if (ctx->alpn_client_proto_list) {
David Benjaminf5260812017-07-12 17:16:39 -0400641 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(
642 ctx->alpn_client_proto_list, ctx->alpn_client_proto_list_len);
David Benjamin0d56f882015-12-19 17:05:56 -0500643 if (ssl->alpn_client_proto_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800644 goto err;
645 }
David Benjamin17b30832017-01-28 14:00:32 -0500646 ssl->alpn_client_proto_list_len = ctx->alpn_client_proto_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800647 }
Adam Langley95c29f32014-06-20 12:00:00 -0700648
David Benjamin0d56f882015-12-19 17:05:56 -0500649 ssl->method = ctx->method;
Adam Langley95c29f32014-06-20 12:00:00 -0700650
David Benjamin0d56f882015-12-19 17:05:56 -0500651 if (!ssl->method->ssl_new(ssl)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800652 goto err;
653 }
Adam Langley95c29f32014-06-20 12:00:00 -0700654
David Benjamin0d56f882015-12-19 17:05:56 -0500655 ssl->rwstate = SSL_NOTHING;
Adam Langley95c29f32014-06-20 12:00:00 -0700656
David Benjamin0d56f882015-12-19 17:05:56 -0500657 CRYPTO_new_ex_data(&ssl->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -0700658
David Benjamin0d56f882015-12-19 17:05:56 -0500659 ssl->psk_identity_hint = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800660 if (ctx->psk_identity_hint) {
David Benjamin0d56f882015-12-19 17:05:56 -0500661 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
662 if (ssl->psk_identity_hint == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800663 goto err;
664 }
665 }
David Benjamin0d56f882015-12-19 17:05:56 -0500666 ssl->psk_client_callback = ctx->psk_client_callback;
667 ssl->psk_server_callback = ctx->psk_server_callback;
Adam Langley95c29f32014-06-20 12:00:00 -0700668
David Benjamin0d56f882015-12-19 17:05:56 -0500669 ssl->tlsext_channel_id_enabled = ctx->tlsext_channel_id_enabled;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500670 if (ctx->tlsext_channel_id_private) {
Adam Langley310d3f62016-07-12 10:39:20 -0700671 EVP_PKEY_up_ref(ctx->tlsext_channel_id_private);
672 ssl->tlsext_channel_id_private = ctx->tlsext_channel_id_private;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500673 }
674
David Benjamin17b30832017-01-28 14:00:32 -0500675 ssl->signed_cert_timestamps_enabled = ctx->signed_cert_timestamps_enabled;
676 ssl->ocsp_stapling_enabled = ctx->ocsp_stapling_enabled;
HÃ¥vard Molland9169c962014-08-14 14:42:37 +0200677
David Benjamin0d56f882015-12-19 17:05:56 -0500678 return ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -0800679
Adam Langley95c29f32014-06-20 12:00:00 -0700680err:
David Benjamin0d56f882015-12-19 17:05:56 -0500681 SSL_free(ssl);
David Benjamin3570d732015-06-29 00:28:17 -0400682 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langley95c29f32014-06-20 12:00:00 -0700683
Adam Langleyfcf25832014-12-18 17:42:32 -0800684 return NULL;
685}
Adam Langley95c29f32014-06-20 12:00:00 -0700686
David Benjamin27bbae42015-09-13 00:54:37 -0400687void SSL_free(SSL *ssl) {
688 if (ssl == NULL) {
689 return;
690 }
691
David Benjamin0391f162017-06-15 15:27:59 -0400692 if (ssl->ctx != NULL) {
693 ssl->ctx->x509_method->ssl_free(ssl);
694 }
695
David Benjamin27bbae42015-09-13 00:54:37 -0400696 CRYPTO_free_ex_data(&g_ex_data_class_ssl, ssl, &ssl->ex_data);
697
David Benjamin27bbae42015-09-13 00:54:37 -0400698 BIO_free_all(ssl->rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400699 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400700
701 BUF_MEM_free(ssl->init_buf);
702
703 /* add extra stuff */
704 ssl_cipher_preference_list_free(ssl->cipher_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400705
David Benjamin27bbae42015-09-13 00:54:37 -0400706 SSL_SESSION_free(ssl->session);
707
David Benjamin27bbae42015-09-13 00:54:37 -0400708 ssl_cert_free(ssl->cert);
709
710 OPENSSL_free(ssl->tlsext_hostname);
David Benjaminbe497062017-03-10 16:08:36 -0500711 SSL_CTX_free(ssl->session_ctx);
Steven Valdezce902a92016-05-17 11:47:53 -0400712 OPENSSL_free(ssl->supported_group_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400713 OPENSSL_free(ssl->alpn_client_proto_list);
714 EVP_PKEY_free(ssl->tlsext_channel_id_private);
715 OPENSSL_free(ssl->psk_identity_hint);
Adam Langley34b4c822017-02-02 10:57:17 -0800716 sk_CRYPTO_BUFFER_pop_free(ssl->client_CA, CRYPTO_BUFFER_free);
David Benjamin27bbae42015-09-13 00:54:37 -0400717 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
718
719 if (ssl->method != NULL) {
720 ssl->method->ssl_free(ssl);
721 }
722 SSL_CTX_free(ssl->ctx);
723
724 OPENSSL_free(ssl);
725}
726
727void SSL_set_connect_state(SSL *ssl) {
728 ssl->server = 0;
David Benjamin9f1dc822016-06-07 17:03:46 -0400729 ssl->handshake_func = ssl3_connect;
David Benjamin27bbae42015-09-13 00:54:37 -0400730}
731
732void SSL_set_accept_state(SSL *ssl) {
733 ssl->server = 1;
David Benjamin9f1dc822016-06-07 17:03:46 -0400734 ssl->handshake_func = ssl3_accept;
David Benjamin27bbae42015-09-13 00:54:37 -0400735}
736
David Benjamin4501bd52016-08-01 13:39:41 -0400737void SSL_set0_rbio(SSL *ssl, BIO *rbio) {
David Benjaminf715c422016-06-11 19:01:56 -0400738 BIO_free_all(ssl->rbio);
739 ssl->rbio = rbio;
740}
741
David Benjamin4501bd52016-08-01 13:39:41 -0400742void SSL_set0_wbio(SSL *ssl, BIO *wbio) {
David Benjaminf715c422016-06-11 19:01:56 -0400743 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400744 ssl->wbio = wbio;
745}
746
David Benjaminf715c422016-06-11 19:01:56 -0400747void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio) {
748 /* For historical reasons, this function has many different cases in ownership
749 * handling. */
750
David Benjamin4501bd52016-08-01 13:39:41 -0400751 /* If nothing has changed, do nothing */
752 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
753 return;
754 }
755
David Benjaminf715c422016-06-11 19:01:56 -0400756 /* If the two arguments are equal, one fewer reference is granted than
757 * taken. */
758 if (rbio != NULL && rbio == wbio) {
759 BIO_up_ref(rbio);
760 }
761
David Benjamin4501bd52016-08-01 13:39:41 -0400762 /* If only the wbio is changed, adopt only one reference. */
David Benjaminf715c422016-06-11 19:01:56 -0400763 if (rbio == SSL_get_rbio(ssl)) {
David Benjamin4501bd52016-08-01 13:39:41 -0400764 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400765 return;
766 }
David Benjamin4501bd52016-08-01 13:39:41 -0400767
768 /* There is an asymmetry here for historical reasons. If only the rbio is
769 * changed AND the rbio and wbio were originally different, then we only adopt
770 * one reference. */
771 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
772 SSL_set0_rbio(ssl, rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400773 return;
774 }
775
776 /* Otherwise, adopt both references. */
David Benjamin4501bd52016-08-01 13:39:41 -0400777 SSL_set0_rbio(ssl, rbio);
778 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400779}
780
David Benjamin27bbae42015-09-13 00:54:37 -0400781BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
782
David Benjamindaf207a2017-01-03 18:37:41 -0500783BIO *SSL_get_wbio(const SSL *ssl) { return ssl->wbio; }
David Benjamin27bbae42015-09-13 00:54:37 -0400784
David Benjamin2be4aa72017-01-02 07:56:51 -0500785int SSL_do_handshake(SSL *ssl) {
786 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400787
David Benjamin27bbae42015-09-13 00:54:37 -0400788 if (ssl->handshake_func == NULL) {
789 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_TYPE_NOT_SET);
790 return -1;
791 }
792
793 if (!SSL_in_init(ssl)) {
794 return 1;
795 }
796
David Benjamin2644a132016-12-11 13:41:17 -0500797 if (ssl->s3->hs == NULL) {
798 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
799 return -1;
David Benjamince8c9d22016-11-14 10:45:16 +0900800 }
801
802 /* Run the handshake. */
803 assert(ssl->s3->hs != NULL);
804 int ret = ssl->handshake_func(ssl->s3->hs);
805 if (ret <= 0) {
806 return ret;
807 }
808
809 /* Destroy the handshake object if the handshake has completely finished. */
810 if (!SSL_in_init(ssl)) {
811 ssl_handshake_free(ssl->s3->hs);
812 ssl->s3->hs = NULL;
813 }
814
815 return 1;
David Benjamin27bbae42015-09-13 00:54:37 -0400816}
817
818int SSL_connect(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500819 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400820 /* Not properly initialized yet */
821 SSL_set_connect_state(ssl);
822 }
823
David Benjamin15c14882016-03-14 14:25:46 -0400824 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400825}
826
827int SSL_accept(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500828 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400829 /* Not properly initialized yet */
830 SSL_set_accept_state(ssl);
831 }
832
David Benjamin15c14882016-03-14 14:25:46 -0400833 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400834}
835
David Benjamin163f29a2016-07-28 11:05:58 -0400836static int ssl_do_renegotiate(SSL *ssl) {
David Benjamin34941c02016-10-08 11:45:31 -0400837 /* We do not accept renegotiations as a server or SSL 3.0. SSL 3.0 will be
838 * removed entirely in the future and requires retaining more data for
839 * renegotiation_info. */
840 if (ssl->server || ssl->version == SSL3_VERSION) {
David Benjamin163f29a2016-07-28 11:05:58 -0400841 goto no_renegotiation;
842 }
843
844 if (ssl->s3->tmp.message_type != SSL3_MT_HELLO_REQUEST ||
845 ssl->init_num != 0) {
846 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
847 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_HELLO_REQUEST);
848 return 0;
849 }
850
851 switch (ssl->renegotiate_mode) {
852 case ssl_renegotiate_ignore:
853 /* Ignore the HelloRequest. */
854 return 1;
855
856 case ssl_renegotiate_once:
857 if (ssl->s3->total_renegotiations != 0) {
858 goto no_renegotiation;
859 }
860 break;
861
862 case ssl_renegotiate_never:
863 goto no_renegotiation;
864
865 case ssl_renegotiate_freely:
866 break;
867 }
868
869 /* Renegotiation is only supported at quiescent points in the application
870 * protocol, namely in HTTPS, just before reading the HTTP response. Require
871 * the record-layer be idle and avoid complexities of sending a handshake
872 * record while an application_data record is being written. */
873 if (ssl_write_buffer_is_pending(ssl)) {
874 goto no_renegotiation;
875 }
876
877 /* Begin a new handshake. */
David Benjamin2644a132016-12-11 13:41:17 -0500878 if (ssl->s3->hs != NULL) {
879 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
880 return 0;
881 }
882 ssl->s3->hs = ssl_handshake_new(ssl);
883 if (ssl->s3->hs == NULL) {
884 return 0;
885 }
886
David Benjamin163f29a2016-07-28 11:05:58 -0400887 ssl->s3->total_renegotiations++;
David Benjamin163f29a2016-07-28 11:05:58 -0400888 return 1;
889
890no_renegotiation:
891 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_NO_RENEGOTIATION);
892 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_RENEGOTIATION);
893 return 0;
894}
895
896static int ssl_do_post_handshake(SSL *ssl) {
897 if (ssl3_protocol_version(ssl) < TLS1_3_VERSION) {
898 return ssl_do_renegotiate(ssl);
899 }
900
Steven Valdez8e1c7be2016-07-26 12:39:22 -0400901 return tls13_post_handshake(ssl);
David Benjamin163f29a2016-07-28 11:05:58 -0400902}
903
David Benjamin15c14882016-03-14 14:25:46 -0400904static int ssl_read_impl(SSL *ssl, void *buf, int num, int peek) {
David Benjamin2be4aa72017-01-02 07:56:51 -0500905 ssl_reset_error_state(ssl);
David Benjamin15c14882016-03-14 14:25:46 -0400906
David Benjaminb2a73182016-03-10 01:25:26 -0500907 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400908 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
909 return -1;
910 }
911
David Benjamin163f29a2016-07-28 11:05:58 -0400912 for (;;) {
913 /* Complete the current handshake, if any. False Start will cause
914 * |SSL_do_handshake| to return mid-handshake, so this may require multiple
915 * iterations. */
Steven Valdez681eb6a2016-12-19 13:19:29 -0500916 while (!ssl_can_read(ssl)) {
David Benjamin163f29a2016-07-28 11:05:58 -0400917 int ret = SSL_do_handshake(ssl);
918 if (ret < 0) {
919 return ret;
920 }
921 if (ret == 0) {
922 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
923 return -1;
924 }
925 }
926
927 int got_handshake;
David Benjaminf5260812017-07-12 17:16:39 -0400928 int ret = ssl->method->read_app_data(ssl, &got_handshake, (uint8_t *)buf,
929 num, peek);
David Benjamin163f29a2016-07-28 11:05:58 -0400930 if (ret > 0 || !got_handshake) {
Steven Valdez32635b82016-08-16 11:25:03 -0400931 ssl->s3->key_update_count = 0;
David Benjaminc79845c2016-03-10 01:28:00 -0500932 return ret;
933 }
David Benjamin163f29a2016-07-28 11:05:58 -0400934
Steven Valdez681eb6a2016-12-19 13:19:29 -0500935 /* If we received an interrupt in early read (the end_of_early_data alert),
936 * loop again for the handshake to process it. */
937 if (SSL_in_init(ssl)) {
938 continue;
939 }
940
David Benjamin163f29a2016-07-28 11:05:58 -0400941 /* Handle the post-handshake message and try again. */
942 if (!ssl_do_post_handshake(ssl)) {
David Benjaminc79845c2016-03-10 01:28:00 -0500943 return -1;
944 }
David Benjamin8f94c312017-08-01 17:35:55 -0400945 ssl->method->next_message(ssl);
David Benjaminc79845c2016-03-10 01:28:00 -0500946 }
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 }
David Benjaminf5260812017-07-12 17:16:39 -04001592 uint8_t *out_bytes = reinterpret_cast<uint8_t *>(out);
David Benjamin17cf2cb2016-12-13 01:07:13 -05001593 OPENSSL_memcpy(out_bytes, ctx->tlsext_tick_key_name, 16);
1594 OPENSSL_memcpy(out_bytes + 16, ctx->tlsext_tick_hmac_key, 16);
1595 OPENSSL_memcpy(out_bytes + 32, ctx->tlsext_tick_aes_key, 16);
David Benjamin936aada2016-06-07 19:09:22 -04001596 return 1;
1597}
1598
1599int SSL_CTX_set_tlsext_ticket_keys(SSL_CTX *ctx, const void *in, size_t len) {
1600 if (in == NULL) {
1601 return 48;
1602 }
1603 if (len != 48) {
1604 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1605 return 0;
1606 }
David Benjaminf5260812017-07-12 17:16:39 -04001607 const uint8_t *in_bytes = reinterpret_cast<const uint8_t *>(in);
David Benjamin17cf2cb2016-12-13 01:07:13 -05001608 OPENSSL_memcpy(ctx->tlsext_tick_key_name, in_bytes, 16);
1609 OPENSSL_memcpy(ctx->tlsext_tick_hmac_key, in_bytes + 16, 16);
1610 OPENSSL_memcpy(ctx->tlsext_tick_aes_key, in_bytes + 32, 16);
David Benjamin936aada2016-06-07 19:09:22 -04001611 return 1;
1612}
1613
1614int SSL_CTX_set_tlsext_ticket_key_cb(
1615 SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,
1616 EVP_CIPHER_CTX *ctx, HMAC_CTX *hmac_ctx,
1617 int encrypt)) {
1618 ctx->tlsext_ticket_key_cb = callback;
1619 return 1;
1620}
1621
1622int SSL_CTX_set1_curves(SSL_CTX *ctx, const int *curves, size_t curves_len) {
1623 return tls1_set_curves(&ctx->supported_group_list,
1624 &ctx->supported_group_list_len, curves,
1625 curves_len);
1626}
1627
1628int SSL_set1_curves(SSL *ssl, const int *curves, size_t curves_len) {
1629 return tls1_set_curves(&ssl->supported_group_list,
1630 &ssl->supported_group_list_len, curves,
1631 curves_len);
1632}
1633
Alessandro Ghedini5fd18072016-09-28 21:04:25 +01001634int SSL_CTX_set1_curves_list(SSL_CTX *ctx, const char *curves) {
1635 return tls1_set_curves_list(&ctx->supported_group_list,
1636 &ctx->supported_group_list_len, curves);
1637}
1638
1639int SSL_set1_curves_list(SSL *ssl, const char *curves) {
1640 return tls1_set_curves_list(&ssl->supported_group_list,
1641 &ssl->supported_group_list_len, curves);
1642}
1643
David Benjamin9e68f192016-06-30 14:55:33 -04001644uint16_t SSL_get_curve_id(const SSL *ssl) {
1645 /* TODO(davidben): This checks the wrong session if there is a renegotiation in
1646 * progress. */
Steven Valdez87eab492016-06-27 16:34:59 -04001647 SSL_SESSION *session = SSL_get_session(ssl);
David Benjamin4882a6c2016-12-11 02:48:12 -05001648 if (session == NULL) {
David Benjamin9e68f192016-06-30 14:55:33 -04001649 return 0;
1650 }
1651
David Benjamin4882a6c2016-12-11 02:48:12 -05001652 return session->group_id;
David Benjamin9e68f192016-06-30 14:55:33 -04001653}
1654
David Benjamin936aada2016-06-07 19:09:22 -04001655int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) {
David Benjamin936aada2016-06-07 19:09:22 -04001656 return 1;
1657}
1658
1659int SSL_set_tmp_dh(SSL *ssl, const DH *dh) {
David Benjamin936aada2016-06-07 19:09:22 -04001660 return 1;
1661}
1662
David Benjamin8ebeabf2017-03-02 22:04:07 -05001663OPENSSL_EXPORT STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx) {
1664 return ctx->cipher_list->ciphers;
1665}
1666
David Benjamin32876b32015-09-20 12:17:03 -04001667STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) {
1668 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001669 return NULL;
1670 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001671
David Benjaminaf3b3d32016-10-31 16:29:57 -04001672 const struct ssl_cipher_preference_list_st *prefs =
1673 ssl_get_cipher_preferences(ssl);
1674 if (prefs == NULL) {
1675 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08001676 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001677
David Benjaminaf3b3d32016-10-31 16:29:57 -04001678 return prefs->ciphers;
Adam Langleyfcf25832014-12-18 17:42:32 -08001679}
Adam Langley95c29f32014-06-20 12:00:00 -07001680
David Benjamin32876b32015-09-20 12:17:03 -04001681const char *SSL_get_cipher_list(const SSL *ssl, int n) {
David Benjamin32876b32015-09-20 12:17:03 -04001682 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001683 return NULL;
1684 }
Adam Langley95c29f32014-06-20 12:00:00 -07001685
David Benjamin8ebeabf2017-03-02 22:04:07 -05001686 STACK_OF(SSL_CIPHER) *sk = SSL_get_ciphers(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001687 if (sk == NULL || n < 0 || (size_t)n >= sk_SSL_CIPHER_num(sk)) {
1688 return NULL;
1689 }
Adam Langley95c29f32014-06-20 12:00:00 -07001690
David Benjamin8ebeabf2017-03-02 22:04:07 -05001691 const SSL_CIPHER *c = sk_SSL_CIPHER_value(sk, n);
Adam Langleyfcf25832014-12-18 17:42:32 -08001692 if (c == NULL) {
1693 return NULL;
1694 }
Adam Langley95c29f32014-06-20 12:00:00 -07001695
Adam Langleyfcf25832014-12-18 17:42:32 -08001696 return c->name;
1697}
David Benjamin5491e3f2014-09-29 19:33:09 -04001698
Adam Langleyfcf25832014-12-18 17:42:32 -08001699int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001700 return ssl_create_cipher_list(ctx->method, &ctx->cipher_list, str,
1701 0 /* not strict */);
Matthew Braithwaitea57dcfb2017-02-17 22:08:23 -08001702}
1703
1704int SSL_CTX_set_strict_cipher_list(SSL_CTX *ctx, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001705 return ssl_create_cipher_list(ctx->method, &ctx->cipher_list, str,
1706 1 /* strict */);
Adam Langleyfcf25832014-12-18 17:42:32 -08001707}
David Benjamin39482a12014-07-20 13:30:15 -04001708
David Benjamin32876b32015-09-20 12:17:03 -04001709int SSL_set_cipher_list(SSL *ssl, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001710 return ssl_create_cipher_list(ssl->ctx->method, &ssl->cipher_list, str,
1711 0 /* not strict */);
Matthew Braithwaitea57dcfb2017-02-17 22:08:23 -08001712}
1713
1714int SSL_set_strict_cipher_list(SSL *ssl, const char *str) {
Matthew Braithwaite6ad20dc2017-02-21 16:41:33 -08001715 return ssl_create_cipher_list(ssl->ctx->method, &ssl->cipher_list, str,
1716 1 /* strict */);
Adam Langleyfcf25832014-12-18 17:42:32 -08001717}
Adam Langley95c29f32014-06-20 12:00:00 -07001718
David Benjamin07e13842015-10-17 13:48:04 -04001719const char *SSL_get_servername(const SSL *ssl, const int type) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001720 if (type != TLSEXT_NAMETYPE_host_name) {
1721 return NULL;
1722 }
Adam Langley95c29f32014-06-20 12:00:00 -07001723
David Benjamin07e13842015-10-17 13:48:04 -04001724 /* Historically, |SSL_get_servername| was also the configuration getter
1725 * corresponding to |SSL_set_tlsext_host_name|. */
1726 if (ssl->tlsext_hostname != NULL) {
1727 return ssl->tlsext_hostname;
1728 }
1729
David Benjamin4eb95cc2016-11-16 17:08:23 +09001730 /* During the handshake, report the handshake value. */
1731 if (ssl->s3->hs != NULL) {
David Benjamin31b0c9b2017-07-20 14:49:15 -04001732 return ssl->s3->hs->hostname.get();
David Benjamin4eb95cc2016-11-16 17:08:23 +09001733 }
1734
1735 /* SSL_get_servername may also be called after the handshake to look up the
1736 * SNI value.
1737 *
1738 * TODO(davidben): This is almost unused. Can we remove it? */
Steven Valdez87eab492016-06-27 16:34:59 -04001739 SSL_SESSION *session = SSL_get_session(ssl);
1740 if (session == NULL) {
David Benjamin07e13842015-10-17 13:48:04 -04001741 return NULL;
1742 }
Steven Valdez87eab492016-06-27 16:34:59 -04001743 return session->tlsext_hostname;
Adam Langleyfcf25832014-12-18 17:42:32 -08001744}
Adam Langley95c29f32014-06-20 12:00:00 -07001745
David Benjamin07e13842015-10-17 13:48:04 -04001746int SSL_get_servername_type(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04001747 SSL_SESSION *session = SSL_get_session(ssl);
1748 if (session == NULL || session->tlsext_hostname == NULL) {
1749 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001750 }
Steven Valdez87eab492016-06-27 16:34:59 -04001751 return TLSEXT_NAMETYPE_host_name;
Adam Langleyfcf25832014-12-18 17:42:32 -08001752}
Adam Langley95c29f32014-06-20 12:00:00 -07001753
David Benjamin3a1dd462017-07-11 16:13:10 -04001754void SSL_CTX_set_custom_verify(
1755 SSL_CTX *ctx, int mode,
1756 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1757 ctx->verify_mode = mode;
1758 ctx->custom_verify_callback = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08001759}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001760
David Benjamin3a1dd462017-07-11 16:13:10 -04001761void SSL_set_custom_verify(
1762 SSL *ssl, int mode,
1763 enum ssl_verify_result_t (*callback)(SSL *ssl, uint8_t *out_alert)) {
1764 ssl->verify_mode = mode;
1765 ssl->custom_verify_callback = callback;
1766}
1767
1768void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx) {
1769 ctx->signed_cert_timestamps_enabled = 1;
Adam Langleyfe366722017-03-07 16:41:04 -08001770}
1771
David Benjamin26e1ff32017-02-14 20:13:00 -05001772void SSL_enable_signed_cert_timestamps(SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001773 ssl->signed_cert_timestamps_enabled = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001774}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001775
Adam Langleyfcf25832014-12-18 17:42:32 -08001776void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx) {
1777 ctx->ocsp_stapling_enabled = 1;
1778}
David Benjamin6c7aed02014-08-27 16:42:38 -04001779
David Benjamin26e1ff32017-02-14 20:13:00 -05001780void SSL_enable_ocsp_stapling(SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001781 ssl->ocsp_stapling_enabled = 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001782}
David Benjamin6c7aed02014-08-27 16:42:38 -04001783
Adam Langleyfcf25832014-12-18 17:42:32 -08001784void SSL_get0_signed_cert_timestamp_list(const SSL *ssl, const uint8_t **out,
1785 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001786 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langley3cb50e02014-08-26 14:00:31 -07001787
Adam Langleyfcf25832014-12-18 17:42:32 -08001788 *out_len = 0;
1789 *out = NULL;
1790 if (ssl->server || !session || !session->tlsext_signed_cert_timestamp_list) {
1791 return;
1792 }
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001793
Adam Langleyfcf25832014-12-18 17:42:32 -08001794 *out = session->tlsext_signed_cert_timestamp_list;
1795 *out_len = session->tlsext_signed_cert_timestamp_list_length;
1796}
David Benjamin6c7aed02014-08-27 16:42:38 -04001797
Adam Langleyfcf25832014-12-18 17:42:32 -08001798void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
1799 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001800 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001801
1802 *out_len = 0;
1803 *out = NULL;
1804 if (ssl->server || !session || !session->ocsp_response) {
1805 return;
1806 }
1807 *out = session->ocsp_response;
1808 *out_len = session->ocsp_response_length;
1809}
David Benjamin6c7aed02014-08-27 16:42:38 -04001810
David Benjamin936aada2016-06-07 19:09:22 -04001811int SSL_set_tlsext_host_name(SSL *ssl, const char *name) {
1812 OPENSSL_free(ssl->tlsext_hostname);
1813 ssl->tlsext_hostname = NULL;
1814
1815 if (name == NULL) {
1816 return 1;
1817 }
1818
1819 size_t len = strlen(name);
1820 if (len == 0 || len > TLSEXT_MAXLEN_host_name) {
1821 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL3_EXT_INVALID_SERVERNAME);
1822 return 0;
1823 }
1824 ssl->tlsext_hostname = BUF_strdup(name);
1825 if (ssl->tlsext_hostname == NULL) {
1826 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
1827 return 0;
1828 }
1829 return 1;
1830}
1831
1832int SSL_CTX_set_tlsext_servername_callback(
1833 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
1834 ctx->tlsext_servername_callback = callback;
1835 return 1;
1836}
1837
1838int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) {
1839 ctx->tlsext_servername_arg = arg;
1840 return 1;
1841}
1842
David Benjaminca743582017-06-15 17:51:35 -04001843int SSL_select_next_proto(uint8_t **out, uint8_t *out_len, const uint8_t *peer,
1844 unsigned peer_len, const uint8_t *supported,
1845 unsigned supported_len) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001846 const uint8_t *result;
David Benjaminca743582017-06-15 17:51:35 -04001847 int status;
Adam Langley95c29f32014-06-20 12:00:00 -07001848
David Benjaminca743582017-06-15 17:51:35 -04001849 /* For each protocol in peer preference order, see if we support it. */
1850 for (unsigned i = 0; i < peer_len;) {
1851 for (unsigned j = 0; j < supported_len;) {
1852 if (peer[i] == supported[j] &&
1853 OPENSSL_memcmp(&peer[i + 1], &supported[j + 1], peer[i]) == 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001854 /* We found a match */
David Benjaminca743582017-06-15 17:51:35 -04001855 result = &peer[i];
Adam Langleyfcf25832014-12-18 17:42:32 -08001856 status = OPENSSL_NPN_NEGOTIATED;
1857 goto found;
1858 }
David Benjaminca743582017-06-15 17:51:35 -04001859 j += supported[j];
Adam Langleyfcf25832014-12-18 17:42:32 -08001860 j++;
1861 }
David Benjaminca743582017-06-15 17:51:35 -04001862 i += peer[i];
Adam Langleyfcf25832014-12-18 17:42:32 -08001863 i++;
1864 }
Adam Langley95c29f32014-06-20 12:00:00 -07001865
David Benjaminca743582017-06-15 17:51:35 -04001866 /* There's no overlap between our protocols and the peer's list. */
1867 result = supported;
Adam Langleyfcf25832014-12-18 17:42:32 -08001868 status = OPENSSL_NPN_NO_OVERLAP;
Adam Langley95c29f32014-06-20 12:00:00 -07001869
Adam Langleyfcf25832014-12-18 17:42:32 -08001870found:
1871 *out = (uint8_t *)result + 1;
David Benjamin977547b2015-09-16 00:25:52 -04001872 *out_len = result[0];
Adam Langleyfcf25832014-12-18 17:42:32 -08001873 return status;
1874}
Adam Langley95c29f32014-06-20 12:00:00 -07001875
David Benjamin977547b2015-09-16 00:25:52 -04001876void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data,
1877 unsigned *out_len) {
David Benjamin79978df2015-12-25 15:56:49 -05001878 *out_data = ssl->s3->next_proto_negotiated;
David Benjamin05d4c972017-06-21 16:35:10 -04001879 *out_len = ssl->s3->next_proto_negotiated_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001880}
1881
Adam Langleyfcf25832014-12-18 17:42:32 -08001882void SSL_CTX_set_next_protos_advertised_cb(
1883 SSL_CTX *ctx,
David Benjamin977547b2015-09-16 00:25:52 -04001884 int (*cb)(SSL *ssl, const uint8_t **out, unsigned *out_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001885 void *arg) {
1886 ctx->next_protos_advertised_cb = cb;
1887 ctx->next_protos_advertised_cb_arg = arg;
1888}
Adam Langley95c29f32014-06-20 12:00:00 -07001889
Adam Langleyfcf25832014-12-18 17:42:32 -08001890void SSL_CTX_set_next_proto_select_cb(
David Benjamin977547b2015-09-16 00:25:52 -04001891 SSL_CTX *ctx, int (*cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
1892 const uint8_t *in, unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001893 void *arg) {
1894 ctx->next_proto_select_cb = cb;
1895 ctx->next_proto_select_cb_arg = arg;
1896}
Adam Langley95c29f32014-06-20 12:00:00 -07001897
Adam Langleyfcf25832014-12-18 17:42:32 -08001898int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
1899 unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001900 OPENSSL_free(ctx->alpn_client_proto_list);
David Benjaminf5260812017-07-12 17:16:39 -04001901 ctx->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001902 if (!ctx->alpn_client_proto_list) {
1903 return 1;
1904 }
1905 ctx->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001906
Adam Langleyfcf25832014-12-18 17:42:32 -08001907 return 0;
1908}
Adam Langley95c29f32014-06-20 12:00:00 -07001909
Adam Langleyfcf25832014-12-18 17:42:32 -08001910int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001911 OPENSSL_free(ssl->alpn_client_proto_list);
David Benjaminf5260812017-07-12 17:16:39 -04001912 ssl->alpn_client_proto_list = (uint8_t *)BUF_memdup(protos, protos_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001913 if (!ssl->alpn_client_proto_list) {
1914 return 1;
1915 }
1916 ssl->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001917
Adam Langleyfcf25832014-12-18 17:42:32 -08001918 return 0;
1919}
Adam Langley95c29f32014-06-20 12:00:00 -07001920
Adam Langleyfcf25832014-12-18 17:42:32 -08001921void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
1922 int (*cb)(SSL *ssl, const uint8_t **out,
David Benjamin8984f1f2015-09-16 00:10:19 -04001923 uint8_t *out_len, const uint8_t *in,
1924 unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001925 void *arg) {
1926 ctx->alpn_select_cb = cb;
1927 ctx->alpn_select_cb_arg = arg;
1928}
Adam Langley95c29f32014-06-20 12:00:00 -07001929
David Benjamin8984f1f2015-09-16 00:10:19 -04001930void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **out_data,
1931 unsigned *out_len) {
Steven Valdeze831a812017-03-09 14:56:07 -05001932 if (SSL_in_early_data(ssl) && !ssl->server) {
1933 *out_data = ssl->s3->hs->early_session->early_alpn;
1934 *out_len = ssl->s3->hs->early_session->early_alpn_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001935 } else {
Steven Valdeze831a812017-03-09 14:56:07 -05001936 *out_data = ssl->s3->alpn_selected;
David Benjamin8984f1f2015-09-16 00:10:19 -04001937 *out_len = ssl->s3->alpn_selected_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001938 }
1939}
Adam Langley95c29f32014-06-20 12:00:00 -07001940
David Benjaminc8ff30c2017-04-04 13:52:36 -04001941void SSL_CTX_set_allow_unknown_alpn_protos(SSL_CTX *ctx, int enabled) {
1942 ctx->allow_unknown_alpn_protos = !!enabled;
1943}
David Benjamin936aada2016-06-07 19:09:22 -04001944
David Benjamineebd3c82016-12-06 17:43:58 -05001945void SSL_CTX_set_tls_channel_id_enabled(SSL_CTX *ctx, int enabled) {
1946 ctx->tlsext_channel_id_enabled = !!enabled;
1947}
1948
David Benjamin936aada2016-06-07 19:09:22 -04001949int SSL_CTX_enable_tls_channel_id(SSL_CTX *ctx) {
David Benjamineebd3c82016-12-06 17:43:58 -05001950 SSL_CTX_set_tls_channel_id_enabled(ctx, 1);
David Benjamin936aada2016-06-07 19:09:22 -04001951 return 1;
1952}
1953
David Benjamineebd3c82016-12-06 17:43:58 -05001954void SSL_set_tls_channel_id_enabled(SSL *ssl, int enabled) {
1955 ssl->tlsext_channel_id_enabled = !!enabled;
1956}
1957
David Benjamin936aada2016-06-07 19:09:22 -04001958int SSL_enable_tls_channel_id(SSL *ssl) {
David Benjamineebd3c82016-12-06 17:43:58 -05001959 SSL_set_tls_channel_id_enabled(ssl, 1);
David Benjamin936aada2016-06-07 19:09:22 -04001960 return 1;
1961}
1962
1963static int is_p256_key(EVP_PKEY *private_key) {
1964 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(private_key);
1965 return ec_key != NULL &&
1966 EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)) ==
1967 NID_X9_62_prime256v1;
1968}
1969
1970int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
1971 if (!is_p256_key(private_key)) {
1972 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
1973 return 0;
1974 }
1975
1976 EVP_PKEY_free(ctx->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07001977 EVP_PKEY_up_ref(private_key);
1978 ctx->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04001979 ctx->tlsext_channel_id_enabled = 1;
1980
1981 return 1;
1982}
1983
1984int SSL_set1_tls_channel_id(SSL *ssl, EVP_PKEY *private_key) {
1985 if (!is_p256_key(private_key)) {
1986 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
1987 return 0;
1988 }
1989
1990 EVP_PKEY_free(ssl->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07001991 EVP_PKEY_up_ref(private_key);
1992 ssl->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04001993 ssl->tlsext_channel_id_enabled = 1;
1994
1995 return 1;
1996}
1997
1998size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out, size_t max_out) {
1999 if (!ssl->s3->tlsext_channel_id_valid) {
2000 return 0;
2001 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002002 OPENSSL_memcpy(out, ssl->s3->tlsext_channel_id,
2003 (max_out < 64) ? max_out : 64);
David Benjamin936aada2016-06-07 19:09:22 -04002004 return 64;
2005}
2006
David Benjamin936aada2016-06-07 19:09:22 -04002007size_t SSL_get0_certificate_types(SSL *ssl, const uint8_t **out_types) {
David Benjamina0486782016-10-06 19:11:32 -04002008 if (ssl->server || ssl->s3->hs == NULL) {
David Benjamin936aada2016-06-07 19:09:22 -04002009 *out_types = NULL;
2010 return 0;
2011 }
David Benjamina0486782016-10-06 19:11:32 -04002012 *out_types = ssl->s3->hs->certificate_types;
2013 return ssl->s3->hs->num_certificate_types;
David Benjamin936aada2016-06-07 19:09:22 -04002014}
2015
David Benjamin0d56f882015-12-19 17:05:56 -05002016EVP_PKEY *SSL_get_privatekey(const SSL *ssl) {
2017 if (ssl->cert != NULL) {
2018 return ssl->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002019 }
2020
2021 return NULL;
2022}
2023
Adam Langleyfcf25832014-12-18 17:42:32 -08002024EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
2025 if (ctx->cert != NULL) {
David Benjamind1d80782015-07-05 11:54:09 -04002026 return ctx->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002027 }
2028
2029 return NULL;
2030}
2031
David Benjamin42fea372015-09-19 01:22:44 -04002032const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) {
David Benjamincfc11c22017-07-18 22:45:18 -04002033 return ssl->s3->aead_write_ctx->cipher();
Adam Langleyfcf25832014-12-18 17:42:32 -08002034}
2035
David Benjamin936aada2016-06-07 19:09:22 -04002036int SSL_session_reused(const SSL *ssl) {
Steven Valdeze831a812017-03-09 14:56:07 -05002037 return ssl->s3->session_reused || SSL_in_early_data(ssl);
David Benjamin936aada2016-06-07 19:09:22 -04002038}
2039
David Benjamin0d56f882015-12-19 17:05:56 -05002040const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002041
David Benjamin0d56f882015-12-19 17:05:56 -05002042const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002043
Adam Langley29ec5d12016-03-01 16:12:28 -08002044int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; }
2045
Adam Langleyfcf25832014-12-18 17:42:32 -08002046void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) {
Adam Langleybb85f3d2015-10-28 18:44:11 -07002047 ctx->quiet_shutdown = (mode != 0);
Adam Langleyfcf25832014-12-18 17:42:32 -08002048}
2049
2050int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) {
2051 return ctx->quiet_shutdown;
2052}
2053
Adam Langleybb85f3d2015-10-28 18:44:11 -07002054void SSL_set_quiet_shutdown(SSL *ssl, int mode) {
2055 ssl->quiet_shutdown = (mode != 0);
2056}
Adam Langleyfcf25832014-12-18 17:42:32 -08002057
David Benjamin9f859492015-10-03 10:44:30 -04002058int SSL_get_quiet_shutdown(const SSL *ssl) { return ssl->quiet_shutdown; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002059
David Benjamin63006a92015-10-18 00:00:06 -04002060void SSL_set_shutdown(SSL *ssl, int mode) {
2061 /* It is an error to clear any bits that have already been set. (We can't try
2062 * to get a second close_notify or send two.) */
David Benjaminfa214e42016-05-10 17:03:10 -04002063 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl));
David Benjamin63006a92015-10-18 00:00:06 -04002064
David Benjaminfa214e42016-05-10 17:03:10 -04002065 if (mode & SSL_RECEIVED_SHUTDOWN &&
2066 ssl->s3->recv_shutdown == ssl_shutdown_none) {
2067 ssl->s3->recv_shutdown = ssl_shutdown_close_notify;
2068 }
2069
2070 if (mode & SSL_SENT_SHUTDOWN &&
2071 ssl->s3->send_shutdown == ssl_shutdown_none) {
2072 ssl->s3->send_shutdown = ssl_shutdown_close_notify;
2073 }
David Benjamin63006a92015-10-18 00:00:06 -04002074}
Adam Langleyfcf25832014-12-18 17:42:32 -08002075
David Benjaminfa214e42016-05-10 17:03:10 -04002076int SSL_get_shutdown(const SSL *ssl) {
2077 int ret = 0;
2078 if (ssl->s3->recv_shutdown != ssl_shutdown_none) {
2079 /* Historically, OpenSSL set |SSL_RECEIVED_SHUTDOWN| on both close_notify
2080 * and fatal alert. */
2081 ret |= SSL_RECEIVED_SHUTDOWN;
2082 }
2083 if (ssl->s3->send_shutdown == ssl_shutdown_close_notify) {
2084 /* Historically, OpenSSL set |SSL_SENT_SHUTDOWN| on only close_notify. */
2085 ret |= SSL_SENT_SHUTDOWN;
2086 }
2087 return ret;
2088}
Adam Langleyfcf25832014-12-18 17:42:32 -08002089
Adam Langleyfcf25832014-12-18 17:42:32 -08002090SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) { return ssl->ctx; }
2091
2092SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) {
2093 if (ssl->ctx == ctx) {
2094 return ssl->ctx;
2095 }
2096
Adam Langley3509dac2017-02-01 11:59:18 -08002097 /* One cannot change the X.509 callbacks during a connection. */
2098 if (ssl->ctx->x509_method != ctx->x509_method) {
2099 assert(0);
2100 return NULL;
2101 }
2102
Adam Langleyfcf25832014-12-18 17:42:32 -08002103 if (ctx == NULL) {
David Benjaminbe497062017-03-10 16:08:36 -05002104 ctx = ssl->session_ctx;
Adam Langleyfcf25832014-12-18 17:42:32 -08002105 }
2106
David Benjamin2755a3e2015-04-22 16:17:58 -04002107 ssl_cert_free(ssl->cert);
Adam Langleyfcf25832014-12-18 17:42:32 -08002108 ssl->cert = ssl_cert_dup(ctx->cert);
David Benjamin2755a3e2015-04-22 16:17:58 -04002109
David Benjaminf650c712016-12-22 15:54:51 -05002110 SSL_CTX_up_ref(ctx);
2111 SSL_CTX_free(ssl->ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002112 ssl->ctx = ctx;
2113
Adam Langleyfcf25832014-12-18 17:42:32 -08002114 return ssl->ctx;
2115}
2116
Adam Langley95c29f32014-06-20 12:00:00 -07002117void SSL_set_info_callback(SSL *ssl,
David Benjamin82170242015-10-17 22:51:17 -04002118 void (*cb)(const SSL *ssl, int type, int value)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002119 ssl->info_callback = cb;
2120}
Adam Langley95c29f32014-06-20 12:00:00 -07002121
David Benjamin82170242015-10-17 22:51:17 -04002122void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type,
2123 int value) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002124 return ssl->info_callback;
2125}
Adam Langley95c29f32014-06-20 12:00:00 -07002126
David Benjamincb0c29f2016-12-12 17:00:50 -05002127int SSL_state(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002128 return SSL_in_init(ssl) ? SSL_ST_INIT : SSL_ST_OK;
David Benjamincb0c29f2016-12-12 17:00:50 -05002129}
Adam Langley95c29f32014-06-20 12:00:00 -07002130
David Benjaminece089c2015-05-15 23:52:42 -04002131void SSL_set_state(SSL *ssl, int state) { }
Adam Langley95c29f32014-06-20 12:00:00 -07002132
Emily Stark95a79ee2016-02-25 21:12:28 -08002133char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) {
2134 if (len <= 0) {
2135 return NULL;
2136 }
2137 buf[0] = '\0';
2138 return buf;
2139}
2140
David Benjamin8a589332015-12-04 23:14:35 -05002141int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
David Benjamind94682d2017-05-14 17:10:18 -04002142 CRYPTO_EX_dup *dup_unused, CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002143 int index;
2144 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
David Benjamind94682d2017-05-14 17:10:18 -04002145 free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002146 return -1;
2147 }
2148 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002149}
Adam Langley95c29f32014-06-20 12:00:00 -07002150
David Benjamin27e377e2017-07-31 19:09:42 -04002151int SSL_set_ex_data(SSL *ssl, int idx, void *data) {
2152 return CRYPTO_set_ex_data(&ssl->ex_data, idx, data);
Adam Langleyfcf25832014-12-18 17:42:32 -08002153}
Adam Langley95c29f32014-06-20 12:00:00 -07002154
David Benjamin1ac08fe2015-09-15 01:36:22 -04002155void *SSL_get_ex_data(const SSL *ssl, int idx) {
2156 return CRYPTO_get_ex_data(&ssl->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002157}
Adam Langley95c29f32014-06-20 12:00:00 -07002158
David Benjamin8a589332015-12-04 23:14:35 -05002159int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
David Benjamind94682d2017-05-14 17:10:18 -04002160 CRYPTO_EX_dup *dup_unused,
Adam Langleyfcf25832014-12-18 17:42:32 -08002161 CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002162 int index;
2163 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
David Benjamind94682d2017-05-14 17:10:18 -04002164 free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002165 return -1;
2166 }
2167 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002168}
Adam Langley95c29f32014-06-20 12:00:00 -07002169
David Benjamin27e377e2017-07-31 19:09:42 -04002170int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *data) {
2171 return CRYPTO_set_ex_data(&ctx->ex_data, idx, data);
Adam Langleyfcf25832014-12-18 17:42:32 -08002172}
Adam Langley95c29f32014-06-20 12:00:00 -07002173
David Benjamin1ac08fe2015-09-15 01:36:22 -04002174void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) {
2175 return CRYPTO_get_ex_data(&ctx->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002176}
Adam Langley95c29f32014-06-20 12:00:00 -07002177
David Benjamin93d17492015-10-17 12:43:36 -04002178int SSL_want(const SSL *ssl) { return ssl->rwstate; }
Adam Langley95c29f32014-06-20 12:00:00 -07002179
Adam Langleyfcf25832014-12-18 17:42:32 -08002180void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2181 RSA *(*cb)(SSL *ssl, int is_export,
David Benjamin27e377e2017-07-31 19:09:42 -04002182 int keylength)) {}
Adam Langley95c29f32014-06-20 12:00:00 -07002183
Adam Langleyfcf25832014-12-18 17:42:32 -08002184void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export,
David Benjamin27e377e2017-07-31 19:09:42 -04002185 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002186
2187void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
David Benjamin27e377e2017-07-31 19:09:42 -04002188 DH *(*cb)(SSL *ssl, int is_export,
2189 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002190
David Benjamin27e377e2017-07-31 19:09:42 -04002191void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*cb)(SSL *ssl, int is_export,
2192 int keylength)) {}
Adam Langleyfcf25832014-12-18 17:42:32 -08002193
David Benjamin0a9bf662017-06-21 16:34:15 -04002194static int use_psk_identity_hint(char **out, const char *identity_hint) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002195 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04002196 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08002197 return 0;
2198 }
2199
2200 /* Clear currently configured hint, if any. */
David Benjamin0a9bf662017-06-21 16:34:15 -04002201 OPENSSL_free(*out);
2202 *out = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002203
David Benjamin78679342016-09-16 19:42:05 -04002204 /* Treat the empty hint as not supplying one. Plain PSK makes it possible to
2205 * send either no hint (omit ServerKeyExchange) or an empty hint, while
2206 * ECDHE_PSK can only spell empty hint. Having different capabilities is odd,
2207 * so we interpret empty and missing as identical. */
2208 if (identity_hint != NULL && identity_hint[0] != '\0') {
David Benjamin0a9bf662017-06-21 16:34:15 -04002209 *out = BUF_strdup(identity_hint);
2210 if (*out == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002211 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002212 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002213 }
Adam Langley95c29f32014-06-20 12:00:00 -07002214
Adam Langleyfcf25832014-12-18 17:42:32 -08002215 return 1;
2216}
Adam Langley95c29f32014-06-20 12:00:00 -07002217
David Benjamin0a9bf662017-06-21 16:34:15 -04002218int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) {
2219 return use_psk_identity_hint(&ctx->psk_identity_hint, identity_hint);
2220}
2221
2222int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) {
2223 return use_psk_identity_hint(&ssl->psk_identity_hint, identity_hint);
2224}
2225
David Benjamine8814df2015-09-15 08:05:54 -04002226const char *SSL_get_psk_identity_hint(const SSL *ssl) {
2227 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002228 return NULL;
2229 }
David Benjamine8814df2015-09-15 08:05:54 -04002230 return ssl->psk_identity_hint;
Adam Langleyfcf25832014-12-18 17:42:32 -08002231}
Adam Langley95c29f32014-06-20 12:00:00 -07002232
David Benjamine8814df2015-09-15 08:05:54 -04002233const char *SSL_get_psk_identity(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04002234 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002235 return NULL;
2236 }
Steven Valdez87eab492016-06-27 16:34:59 -04002237 SSL_SESSION *session = SSL_get_session(ssl);
2238 if (session == NULL) {
2239 return NULL;
2240 }
2241 return session->psk_identity;
Adam Langleyfcf25832014-12-18 17:42:32 -08002242}
Adam Langley95c29f32014-06-20 12:00:00 -07002243
Adam Langleyfcf25832014-12-18 17:42:32 -08002244void SSL_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002245 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2246 unsigned max_identity_len, uint8_t *psk,
2247 unsigned max_psk_len)) {
2248 ssl->psk_client_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002249}
Adam Langley95c29f32014-06-20 12:00:00 -07002250
Adam Langleyfcf25832014-12-18 17:42:32 -08002251void SSL_CTX_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002252 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2253 unsigned max_identity_len, uint8_t *psk,
2254 unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002255 ctx->psk_client_callback = cb;
2256}
Adam Langley95c29f32014-06-20 12:00:00 -07002257
Adam Langleyfcf25832014-12-18 17:42:32 -08002258void SSL_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002259 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2260 unsigned max_psk_len)) {
2261 ssl->psk_server_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002262}
Adam Langley95c29f32014-06-20 12:00:00 -07002263
Adam Langleyfcf25832014-12-18 17:42:32 -08002264void SSL_CTX_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002265 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity,
2266 uint8_t *psk, unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002267 ctx->psk_server_callback = cb;
2268}
Adam Langley95c29f32014-06-20 12:00:00 -07002269
Adam Langleyfcf25832014-12-18 17:42:32 -08002270void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
2271 void (*cb)(int write_p, int version,
2272 int content_type, const void *buf,
2273 size_t len, SSL *ssl, void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002274 ctx->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002275}
David Benjamin61ecccf2015-05-05 09:44:51 -04002276
2277void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg) {
2278 ctx->msg_callback_arg = arg;
2279}
2280
Adam Langleyfcf25832014-12-18 17:42:32 -08002281void SSL_set_msg_callback(SSL *ssl,
2282 void (*cb)(int write_p, int version, int content_type,
2283 const void *buf, size_t len, SSL *ssl,
2284 void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002285 ssl->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002286}
Adam Langley95c29f32014-06-20 12:00:00 -07002287
David Benjamin61ecccf2015-05-05 09:44:51 -04002288void SSL_set_msg_callback_arg(SSL *ssl, void *arg) {
2289 ssl->msg_callback_arg = arg;
2290}
2291
David Benjamind28f59c2015-11-17 22:32:50 -05002292void SSL_CTX_set_keylog_callback(SSL_CTX *ctx,
2293 void (*cb)(const SSL *ssl, const char *line)) {
2294 ctx->keylog_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002295}
Adam Langley95c29f32014-06-20 12:00:00 -07002296
David Benjamin6e3f5cc2016-09-14 14:43:14 -04002297void (*SSL_CTX_get_keylog_callback(const SSL_CTX *ctx))(const SSL *ssl,
2298 const char *line) {
2299 return ctx->keylog_callback;
2300}
2301
Taylor Brandstetter9edb2c62016-06-08 15:26:59 -07002302void SSL_CTX_set_current_time_cb(SSL_CTX *ctx,
2303 void (*cb)(const SSL *ssl,
2304 struct timeval *out_clock)) {
2305 ctx->current_time_cb = cb;
2306}
2307
David Benjamin5d8b1282015-10-17 23:26:35 -04002308int SSL_is_init_finished(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002309 return !SSL_in_init(ssl);
David Benjamin5d8b1282015-10-17 23:26:35 -04002310}
2311
2312int SSL_in_init(const SSL *ssl) {
David Benjamin9e766d72017-02-10 23:14:17 -05002313 SSL_HANDSHAKE *hs = ssl->s3->hs;
2314 return hs != NULL && hs->state != SSL_ST_OK;
David Benjamin5d8b1282015-10-17 23:26:35 -04002315}
2316
2317int SSL_in_false_start(const SSL *ssl) {
David Benjamina0486782016-10-06 19:11:32 -04002318 if (ssl->s3->hs == NULL) {
2319 return 0;
2320 }
2321 return ssl->s3->hs->in_false_start;
David Benjamined7c4752015-02-16 19:16:46 -05002322}
2323
David Benjamin0d56f882015-12-19 17:05:56 -05002324int SSL_cutthrough_complete(const SSL *ssl) {
2325 return SSL_in_false_start(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002326}
Adam Langley95c29f32014-06-20 12:00:00 -07002327
Adam Langleyfcf25832014-12-18 17:42:32 -08002328void SSL_get_structure_sizes(size_t *ssl_size, size_t *ssl_ctx_size,
2329 size_t *ssl_session_size) {
2330 *ssl_size = sizeof(SSL);
2331 *ssl_ctx_size = sizeof(SSL_CTX);
2332 *ssl_session_size = sizeof(SSL_SESSION);
2333}
Feng Lu41aa3252014-11-21 22:47:56 -08002334
David Benjamince079fd2016-08-02 16:22:34 -04002335int SSL_is_server(const SSL *ssl) { return ssl->server; }
2336
2337int SSL_is_dtls(const SSL *ssl) { return ssl->method->is_dtls; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002338
Alessandro Ghedini57e81e62017-03-14 23:36:00 +00002339void SSL_CTX_set_select_certificate_cb(
2340 SSL_CTX *ctx,
2341 enum ssl_select_cert_result_t (*cb)(const SSL_CLIENT_HELLO *)) {
David Benjamind4c2bce2015-10-17 12:28:18 -04002342 ctx->select_certificate_cb = cb;
2343}
2344
David Benjamin731058e2016-12-03 23:15:13 -05002345void SSL_CTX_set_dos_protection_cb(SSL_CTX *ctx,
2346 int (*cb)(const SSL_CLIENT_HELLO *)) {
Adam Langley524e7172015-02-20 16:04:00 -08002347 ctx->dos_protection_cb = cb;
2348}
2349
David Benjamin1d5ef3b2015-10-12 19:54:18 -04002350void SSL_set_renegotiate_mode(SSL *ssl, enum ssl_renegotiate_mode_t mode) {
2351 ssl->renegotiate_mode = mode;
2352}
2353
Adam Langleyc2d32802015-11-03 18:36:10 -08002354int SSL_get_ivs(const SSL *ssl, const uint8_t **out_read_iv,
2355 const uint8_t **out_write_iv, size_t *out_iv_len) {
Adam Langleyc2d32802015-11-03 18:36:10 -08002356 size_t write_iv_len;
David Benjamincfc11c22017-07-18 22:45:18 -04002357 if (!ssl->s3->aead_read_ctx->GetIV(out_read_iv, out_iv_len) ||
2358 !ssl->s3->aead_write_ctx->GetIV(out_write_iv, &write_iv_len) ||
Adam Langleyc2d32802015-11-03 18:36:10 -08002359 *out_iv_len != write_iv_len) {
2360 return 0;
2361 }
2362
2363 return 1;
David Benjamine348ff42015-11-06 17:55:30 -05002364}
David Benjamin6e807652015-11-02 12:02:20 -05002365
David Benjamin91b25012016-01-21 16:39:58 -05002366static uint64_t be_to_u64(const uint8_t in[8]) {
David Benjaminde942382016-02-11 12:02:01 -05002367 return (((uint64_t)in[0]) << 56) | (((uint64_t)in[1]) << 48) |
2368 (((uint64_t)in[2]) << 40) | (((uint64_t)in[3]) << 32) |
2369 (((uint64_t)in[4]) << 24) | (((uint64_t)in[5]) << 16) |
2370 (((uint64_t)in[6]) << 8) | ((uint64_t)in[7]);
David Benjamin91b25012016-01-21 16:39:58 -05002371}
2372
2373uint64_t SSL_get_read_sequence(const SSL *ssl) {
2374 /* TODO(davidben): Internally represent sequence numbers as uint64_t. */
David Benjamince079fd2016-08-02 16:22:34 -04002375 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002376 /* max_seq_num already includes the epoch. */
2377 assert(ssl->d1->r_epoch == (ssl->d1->bitmap.max_seq_num >> 48));
2378 return ssl->d1->bitmap.max_seq_num;
2379 }
David Benjamin91b25012016-01-21 16:39:58 -05002380 return be_to_u64(ssl->s3->read_sequence);
2381}
2382
2383uint64_t SSL_get_write_sequence(const SSL *ssl) {
David Benjaminde942382016-02-11 12:02:01 -05002384 uint64_t ret = be_to_u64(ssl->s3->write_sequence);
David Benjamince079fd2016-08-02 16:22:34 -04002385 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002386 assert((ret >> 48) == 0);
2387 ret |= ((uint64_t)ssl->d1->w_epoch) << 48;
2388 }
2389 return ret;
David Benjamin91b25012016-01-21 16:39:58 -05002390}
2391
Steven Valdez02563852016-06-23 13:33:05 -04002392uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) {
David Benjaminf1050fd2016-12-13 20:05:36 -05002393 /* TODO(davidben): This checks the wrong session if there is a renegotiation
2394 * in progress. */
2395 SSL_SESSION *session = SSL_get_session(ssl);
2396 if (session == NULL) {
2397 return 0;
2398 }
2399
2400 return session->peer_signature_algorithm;
Steven Valdez02563852016-06-23 13:33:05 -04002401}
2402
David Benjamin96ba15f2015-12-25 14:10:17 -05002403size_t SSL_get_client_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2404 if (max_out == 0) {
2405 return sizeof(ssl->s3->client_random);
2406 }
2407 if (max_out > sizeof(ssl->s3->client_random)) {
2408 max_out = sizeof(ssl->s3->client_random);
2409 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002410 OPENSSL_memcpy(out, ssl->s3->client_random, max_out);
David Benjamin96ba15f2015-12-25 14:10:17 -05002411 return max_out;
2412}
2413
2414size_t SSL_get_server_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2415 if (max_out == 0) {
2416 return sizeof(ssl->s3->server_random);
2417 }
2418 if (max_out > sizeof(ssl->s3->server_random)) {
2419 max_out = sizeof(ssl->s3->server_random);
2420 }
David Benjamin17cf2cb2016-12-13 01:07:13 -05002421 OPENSSL_memcpy(out, ssl->s3->server_random, max_out);
David Benjamin96ba15f2015-12-25 14:10:17 -05002422 return max_out;
2423}
2424
David Benjaminf6494f42016-01-07 12:37:41 -08002425const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl) {
David Benjamin45738dd2017-02-09 20:01:26 -05002426 SSL_HANDSHAKE *hs = ssl->s3->hs;
2427 if (hs == NULL) {
David Benjaminf6494f42016-01-07 12:37:41 -08002428 return NULL;
2429 }
David Benjamin45738dd2017-02-09 20:01:26 -05002430 return hs->new_cipher;
David Benjaminf6494f42016-01-07 12:37:41 -08002431}
2432
David Benjaminbbaf3672016-11-17 10:53:09 +09002433void SSL_set_retain_only_sha256_of_client_certs(SSL *ssl, int enabled) {
2434 ssl->retain_only_sha256_of_client_certs = !!enabled;
2435}
2436
David Benjamincdd0b7e2016-01-07 10:10:41 -08002437void SSL_CTX_set_retain_only_sha256_of_client_certs(SSL_CTX *ctx, int enabled) {
2438 ctx->retain_only_sha256_of_client_certs = !!enabled;
2439}
2440
David Benjamin65ac9972016-09-02 21:35:25 -04002441void SSL_CTX_set_grease_enabled(SSL_CTX *ctx, int enabled) {
2442 ctx->grease_enabled = !!enabled;
2443}
2444
David Benjamin35ac5b72017-03-03 15:05:56 -05002445int32_t SSL_get_ticket_age_skew(const SSL *ssl) {
2446 return ssl->s3->ticket_age_skew;
2447}
2448
David Benjamin27bbae42015-09-13 00:54:37 -04002449int SSL_clear(SSL *ssl) {
David Benjaminb79cc842016-12-07 15:57:14 -05002450 /* In OpenSSL, reusing a client |SSL| with |SSL_clear| causes the previously
2451 * established session to be offered the next time around. wpa_supplicant
2452 * depends on this behavior, so emulate it. */
2453 SSL_SESSION *session = NULL;
2454 if (!ssl->server && ssl->s3->established_session != NULL) {
2455 session = ssl->s3->established_session;
2456 SSL_SESSION_up_ref(session);
2457 }
2458
David Benjamin27bbae42015-09-13 00:54:37 -04002459 /* TODO(davidben): Some state on |ssl| is reset both in |SSL_new| and
2460 * |SSL_clear| because it is per-connection state rather than configuration
2461 * state. Per-connection state should be on |ssl->s3| and |ssl->d1| so it is
2462 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
2463 * |ssl3_new|. */
2464
2465 ssl->rwstate = SSL_NOTHING;
2466
2467 BUF_MEM_free(ssl->init_buf);
2468 ssl->init_buf = NULL;
David Benjamin49054542016-07-27 13:51:01 -04002469 ssl->init_msg = NULL;
2470 ssl->init_num = 0;
David Benjamin27bbae42015-09-13 00:54:37 -04002471
David Benjamin27bbae42015-09-13 00:54:37 -04002472 /* The ssl->d1->mtu is simultaneously configuration (preserved across
2473 * clear) and connection-specific state (gets reset).
2474 *
2475 * TODO(davidben): Avoid this. */
2476 unsigned mtu = 0;
2477 if (ssl->d1 != NULL) {
2478 mtu = ssl->d1->mtu;
2479 }
2480
2481 ssl->method->ssl_free(ssl);
2482 if (!ssl->method->ssl_new(ssl)) {
David Benjaminb79cc842016-12-07 15:57:14 -05002483 SSL_SESSION_free(session);
David Benjamin27bbae42015-09-13 00:54:37 -04002484 return 0;
2485 }
David Benjamin27bbae42015-09-13 00:54:37 -04002486
David Benjamince079fd2016-08-02 16:22:34 -04002487 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
David Benjamin27bbae42015-09-13 00:54:37 -04002488 ssl->d1->mtu = mtu;
2489 }
2490
David Benjaminb79cc842016-12-07 15:57:14 -05002491 if (session != NULL) {
2492 SSL_set_session(ssl, session);
2493 SSL_SESSION_free(session);
2494 }
2495
David Benjamin27bbae42015-09-13 00:54:37 -04002496 return 1;
2497}
2498
David Benjaminda881e92015-04-26 14:45:04 -04002499int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; }
2500int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; }
2501int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; }
2502int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; }
2503int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; }
2504int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; }
2505int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; }
2506int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; }
2507int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; }
2508int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; }
2509int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; }
David Benjamin936aada2016-06-07 19:09:22 -04002510
2511int SSL_num_renegotiations(const SSL *ssl) {
2512 return SSL_total_renegotiations(ssl);
2513}
2514
2515int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; }
2516int SSL_need_tmp_RSA(const SSL *ssl) { return 0; }
2517int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; }
2518int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; }
Matt Braithwaite4838d8a2015-08-20 13:20:03 -07002519void ERR_load_SSL_strings(void) {}
David Benjamin27bbae42015-09-13 00:54:37 -04002520void SSL_load_error_strings(void) {}
David Benjamin936aada2016-06-07 19:09:22 -04002521int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); }
2522
2523int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) {
2524 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2525 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2526 return 0;
2527 }
2528 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2529 return SSL_CTX_set1_curves(ctx, &nid, 1);
2530}
2531
2532int SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ec_key) {
2533 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2534 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2535 return 0;
2536 }
2537 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2538 return SSL_set1_curves(ssl, &nid, 1);
2539}
David Benjamin721e8b72016-08-03 13:13:17 -04002540
Adam Langley4c341d02017-03-08 19:33:21 -08002541void SSL_CTX_set_ticket_aead_method(SSL_CTX *ctx,
2542 const SSL_TICKET_AEAD_METHOD *aead_method) {
2543 ctx->ticket_aead_method = aead_method;
2544}