blob: 0e8b34428785a4bc3ebb56f60ca692c7707f2ebe [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>
Adam Langley95c29f32014-06-20 12:00:00 -0700149#include <openssl/dh.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400150#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700151#include <openssl/lhash.h>
152#include <openssl/mem.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700153#include <openssl/rand.h>
154#include <openssl/x509v3.h>
155
David Benjamin2ee94aa2015-04-07 22:38:30 -0400156#include "internal.h"
David Benjamin546f1a52015-04-15 16:46:09 -0400157#include "../crypto/internal.h"
158
David Benjamin721e8b72016-08-03 13:13:17 -0400159#if defined(OPENSSL_WINDOWS)
160#include <sys/timeb.h>
161#else
162#include <sys/socket.h>
163#include <sys/time.h>
164#endif
165
Adam Langley95c29f32014-06-20 12:00:00 -0700166
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. */
178OPENSSL_COMPILE_ASSERT(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION ==
179 SSL_AD_NO_RENEGOTIATION + SSL_AD_REASON_OFFSET,
180 ssl_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 Benjamin7c6d09b2015-09-05 11:00:19 -0400190int SSL_library_init(void) {
191 CRYPTO_library_init();
192 return 1;
193}
194
Adam Langleye976e432016-02-15 14:01:10 -0800195static uint32_t ssl_session_hash(const SSL_SESSION *sess) {
196 const uint8_t *session_id = sess->session_id;
197
198 uint8_t tmp_storage[sizeof(uint32_t)];
199 if (sess->session_id_length < sizeof(tmp_storage)) {
200 memset(tmp_storage, 0, sizeof(tmp_storage));
201 memcpy(tmp_storage, sess->session_id, sess->session_id_length);
202 session_id = tmp_storage;
203 }
204
David Benjamin27bbae42015-09-13 00:54:37 -0400205 uint32_t hash =
Adam Langleye976e432016-02-15 14:01:10 -0800206 ((uint32_t)session_id[0]) |
207 ((uint32_t)session_id[1] << 8) |
208 ((uint32_t)session_id[2] << 16) |
209 ((uint32_t)session_id[3] << 24);
David Benjamin7c6d09b2015-09-05 11:00:19 -0400210
David Benjamin27bbae42015-09-13 00:54:37 -0400211 return hash;
212}
213
214/* NB: If this function (or indeed the hash function which uses a sort of
215 * coarser function than this one) is changed, ensure
216 * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being
217 * able to construct an SSL_SESSION that will collide with any existing session
218 * with a matching session ID. */
219static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) {
220 if (a->ssl_version != b->ssl_version) {
221 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800222 }
Adam Langley95c29f32014-06-20 12:00:00 -0700223
David Benjamin27bbae42015-09-13 00:54:37 -0400224 if (a->session_id_length != b->session_id_length) {
225 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -0800226 }
Adam Langley95c29f32014-06-20 12:00:00 -0700227
David Benjamin27bbae42015-09-13 00:54:37 -0400228 return memcmp(a->session_id, b->session_id, a->session_id_length);
229}
Adam Langley95c29f32014-06-20 12:00:00 -0700230
David Benjamin27bbae42015-09-13 00:54:37 -0400231SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
232 SSL_CTX *ret = NULL;
233
234 if (method == NULL) {
235 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_METHOD_PASSED);
236 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800237 }
Adam Langley95c29f32014-06-20 12:00:00 -0700238
David Benjamin27bbae42015-09-13 00:54:37 -0400239 if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) {
240 OPENSSL_PUT_ERROR(SSL, SSL_R_X509_VERIFICATION_SETUP_PROBLEMS);
241 goto err;
David Benjamin62fd1622015-01-11 13:30:01 -0500242 }
243
Brian Smith5ba06892016-02-07 09:36:04 -1000244 ret = OPENSSL_malloc(sizeof(SSL_CTX));
David Benjamin27bbae42015-09-13 00:54:37 -0400245 if (ret == NULL) {
246 goto err;
David Benjamin62fd1622015-01-11 13:30:01 -0500247 }
248
David Benjamin27bbae42015-09-13 00:54:37 -0400249 memset(ret, 0, sizeof(SSL_CTX));
Adam Langley95c29f32014-06-20 12:00:00 -0700250
David Benjamin27bbae42015-09-13 00:54:37 -0400251 ret->method = method->method;
252
253 CRYPTO_MUTEX_init(&ret->lock);
254
255 ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
256 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
257
258 /* We take the system default */
259 ret->session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
260
261 ret->references = 1;
262
263 ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
264 ret->verify_mode = SSL_VERIFY_NONE;
265 ret->cert = ssl_cert_new();
266 if (ret->cert == NULL) {
267 goto err;
268 }
269
270 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
271 if (ret->sessions == NULL) {
272 goto err;
273 }
274 ret->cert_store = X509_STORE_new();
275 if (ret->cert_store == NULL) {
276 goto err;
277 }
278
279 ssl_create_cipher_list(ret->method, &ret->cipher_list,
280 &ret->cipher_list_by_id, SSL_DEFAULT_CIPHER_LIST);
281 if (ret->cipher_list == NULL ||
282 sk_SSL_CIPHER_num(ret->cipher_list->ciphers) <= 0) {
283 OPENSSL_PUT_ERROR(SSL, SSL_R_LIBRARY_HAS_NO_CIPHERS);
284 goto err2;
285 }
286
287 ret->param = X509_VERIFY_PARAM_new();
288 if (!ret->param) {
289 goto err;
290 }
291
292 ret->client_CA = sk_X509_NAME_new_null();
293 if (ret->client_CA == NULL) {
294 goto err;
295 }
296
David Benjamin8a589332015-12-04 23:14:35 -0500297 CRYPTO_new_ex_data(&ret->ex_data);
David Benjamin27bbae42015-09-13 00:54:37 -0400298
299 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
300
301 /* Setup RFC4507 ticket keys */
302 if (!RAND_bytes(ret->tlsext_tick_key_name, 16) ||
303 !RAND_bytes(ret->tlsext_tick_hmac_key, 16) ||
304 !RAND_bytes(ret->tlsext_tick_aes_key, 16)) {
305 ret->options |= SSL_OP_NO_TICKET;
306 }
307
David Benjaminb6a0a512016-06-21 10:33:21 -0400308 ret->min_version = ret->method->min_version;
309 ret->max_version = ret->method->max_version;
310
David Benjamin27bbae42015-09-13 00:54:37 -0400311 /* Lock the SSL_CTX to the specified version, for compatibility with legacy
312 * uses of SSL_METHOD. */
313 if (method->version != 0) {
314 SSL_CTX_set_max_version(ret, method->version);
315 SSL_CTX_set_min_version(ret, method->version);
David Benjaminb6a0a512016-06-21 10:33:21 -0400316 } else if (!method->method->is_dtls) {
317 /* TODO(svaldez): Enable TLS 1.3 by default once fully implemented. */
Steven Valdez4f94b1c2016-05-24 12:31:07 -0400318 SSL_CTX_set_max_version(ret, TLS1_2_VERSION);
David Benjamin27bbae42015-09-13 00:54:37 -0400319 }
320
321 return ret;
322
323err:
324 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
325err2:
326 SSL_CTX_free(ret);
327 return NULL;
328}
329
Adam Langley84cd1592016-06-30 18:29:44 -0700330int SSL_CTX_up_ref(SSL_CTX *ctx) {
331 CRYPTO_refcount_inc(&ctx->references);
332 return 1;
333}
334
David Benjamin27bbae42015-09-13 00:54:37 -0400335void SSL_CTX_free(SSL_CTX *ctx) {
336 if (ctx == NULL ||
337 !CRYPTO_refcount_dec_and_test_zero(&ctx->references)) {
338 return;
339 }
340
341 X509_VERIFY_PARAM_free(ctx->param);
342
343 /* Free internal session cache. However: the remove_cb() may reference the
344 * ex_data of SSL_CTX, thus the ex_data store can only be removed after the
345 * sessions were flushed. As the ex_data handling routines might also touch
346 * the session cache, the most secure solution seems to be: empty (flush) the
347 * cache, then free ex_data, then finally free the cache. (See ticket
348 * [openssl.org #212].) */
349 SSL_CTX_flush_sessions(ctx, 0);
350
351 CRYPTO_free_ex_data(&g_ex_data_class_ssl_ctx, ctx, &ctx->ex_data);
352
353 CRYPTO_MUTEX_cleanup(&ctx->lock);
354 lh_SSL_SESSION_free(ctx->sessions);
355 X509_STORE_free(ctx->cert_store);
356 ssl_cipher_preference_list_free(ctx->cipher_list);
357 sk_SSL_CIPHER_free(ctx->cipher_list_by_id);
358 ssl_cipher_preference_list_free(ctx->cipher_list_tls10);
359 ssl_cipher_preference_list_free(ctx->cipher_list_tls11);
360 ssl_cert_free(ctx->cert);
361 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->client_custom_extensions,
362 SSL_CUSTOM_EXTENSION_free);
363 sk_SSL_CUSTOM_EXTENSION_pop_free(ctx->server_custom_extensions,
364 SSL_CUSTOM_EXTENSION_free);
365 sk_X509_NAME_pop_free(ctx->client_CA, X509_NAME_free);
366 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
367 OPENSSL_free(ctx->psk_identity_hint);
Steven Valdezce902a92016-05-17 11:47:53 -0400368 OPENSSL_free(ctx->supported_group_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400369 OPENSSL_free(ctx->alpn_client_proto_list);
370 OPENSSL_free(ctx->ocsp_response);
371 OPENSSL_free(ctx->signed_cert_timestamp_list);
372 EVP_PKEY_free(ctx->tlsext_channel_id_private);
David Benjamin27bbae42015-09-13 00:54:37 -0400373
374 OPENSSL_free(ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -0800375}
Adam Langley95c29f32014-06-20 12:00:00 -0700376
Adam Langleyfcf25832014-12-18 17:42:32 -0800377SSL *SSL_new(SSL_CTX *ctx) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800378 if (ctx == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400379 OPENSSL_PUT_ERROR(SSL, SSL_R_NULL_SSL_CTX);
Adam Langleyfcf25832014-12-18 17:42:32 -0800380 return NULL;
381 }
382 if (ctx->method == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -0400383 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
Adam Langleyfcf25832014-12-18 17:42:32 -0800384 return NULL;
385 }
Adam Langley95c29f32014-06-20 12:00:00 -0700386
Brian Smith5ba06892016-02-07 09:36:04 -1000387 SSL *ssl = OPENSSL_malloc(sizeof(SSL));
David Benjamin0d56f882015-12-19 17:05:56 -0500388 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800389 goto err;
390 }
David Benjamin0d56f882015-12-19 17:05:56 -0500391 memset(ssl, 0, sizeof(SSL));
Adam Langley95c29f32014-06-20 12:00:00 -0700392
David Benjamin0d56f882015-12-19 17:05:56 -0500393 ssl->min_version = ctx->min_version;
394 ssl->max_version = ctx->max_version;
David Benjamin1eb367c2014-12-12 18:17:51 -0500395
David Benjaminfc0c9d92016-09-01 01:33:33 -0400396 ssl->state = SSL_ST_INIT;
397
Taylor Brandstetter376a0fe2016-05-10 19:30:28 -0700398 /* RFC 6347 states that implementations SHOULD use an initial timer value of
399 * 1 second. */
400 ssl->initial_timeout_duration_ms = 1000;
401
David Benjamin0d56f882015-12-19 17:05:56 -0500402 ssl->options = ctx->options;
403 ssl->mode = ctx->mode;
404 ssl->max_cert_list = ctx->max_cert_list;
Adam Langley95c29f32014-06-20 12:00:00 -0700405
David Benjamin0d56f882015-12-19 17:05:56 -0500406 ssl->cert = ssl_cert_dup(ctx->cert);
407 if (ssl->cert == NULL) {
David Benjamina5a3eeb2015-03-18 20:26:30 -0400408 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -0800409 }
Adam Langley95c29f32014-06-20 12:00:00 -0700410
David Benjamin0d56f882015-12-19 17:05:56 -0500411 ssl->msg_callback = ctx->msg_callback;
412 ssl->msg_callback_arg = ctx->msg_callback_arg;
413 ssl->verify_mode = ctx->verify_mode;
414 ssl->sid_ctx_length = ctx->sid_ctx_length;
415 assert(ssl->sid_ctx_length <= sizeof ssl->sid_ctx);
416 memcpy(&ssl->sid_ctx, &ctx->sid_ctx, sizeof(ssl->sid_ctx));
417 ssl->verify_callback = ctx->default_verify_callback;
Adam Langley95c29f32014-06-20 12:00:00 -0700418
David Benjamin0d56f882015-12-19 17:05:56 -0500419 ssl->param = X509_VERIFY_PARAM_new();
420 if (!ssl->param) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800421 goto err;
422 }
David Benjamin0d56f882015-12-19 17:05:56 -0500423 X509_VERIFY_PARAM_inherit(ssl->param, ctx->param);
424 ssl->quiet_shutdown = ctx->quiet_shutdown;
425 ssl->max_send_fragment = ctx->max_send_fragment;
Adam Langley95c29f32014-06-20 12:00:00 -0700426
Adam Langley0b5e3902015-05-15 13:08:38 -0700427 CRYPTO_refcount_inc(&ctx->references);
David Benjamin0d56f882015-12-19 17:05:56 -0500428 ssl->ctx = ctx;
Adam Langley0b5e3902015-05-15 13:08:38 -0700429 CRYPTO_refcount_inc(&ctx->references);
David Benjamin0d56f882015-12-19 17:05:56 -0500430 ssl->initial_ctx = ctx;
Adam Langley95c29f32014-06-20 12:00:00 -0700431
Steven Valdezce902a92016-05-17 11:47:53 -0400432 if (ctx->supported_group_list) {
433 ssl->supported_group_list =
434 BUF_memdup(ctx->supported_group_list,
435 ctx->supported_group_list_len * 2);
436 if (!ssl->supported_group_list) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800437 goto err;
438 }
Steven Valdezce902a92016-05-17 11:47:53 -0400439 ssl->supported_group_list_len = ctx->supported_group_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800440 }
Adam Langley95c29f32014-06-20 12:00:00 -0700441
David Benjamin0d56f882015-12-19 17:05:56 -0500442 if (ssl->ctx->alpn_client_proto_list) {
443 ssl->alpn_client_proto_list = BUF_memdup(
444 ssl->ctx->alpn_client_proto_list, ssl->ctx->alpn_client_proto_list_len);
445 if (ssl->alpn_client_proto_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800446 goto err;
447 }
David Benjamin0d56f882015-12-19 17:05:56 -0500448 ssl->alpn_client_proto_list_len = ssl->ctx->alpn_client_proto_list_len;
Adam Langleyfcf25832014-12-18 17:42:32 -0800449 }
Adam Langley95c29f32014-06-20 12:00:00 -0700450
David Benjamin0d56f882015-12-19 17:05:56 -0500451 ssl->method = ctx->method;
Adam Langley95c29f32014-06-20 12:00:00 -0700452
David Benjamin0d56f882015-12-19 17:05:56 -0500453 if (!ssl->method->ssl_new(ssl)) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800454 goto err;
455 }
Adam Langley95c29f32014-06-20 12:00:00 -0700456
David Benjamin0d56f882015-12-19 17:05:56 -0500457 ssl->rwstate = SSL_NOTHING;
Adam Langley95c29f32014-06-20 12:00:00 -0700458
David Benjamin0d56f882015-12-19 17:05:56 -0500459 CRYPTO_new_ex_data(&ssl->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -0700460
David Benjamin0d56f882015-12-19 17:05:56 -0500461 ssl->psk_identity_hint = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800462 if (ctx->psk_identity_hint) {
David Benjamin0d56f882015-12-19 17:05:56 -0500463 ssl->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
464 if (ssl->psk_identity_hint == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800465 goto err;
466 }
467 }
David Benjamin0d56f882015-12-19 17:05:56 -0500468 ssl->psk_client_callback = ctx->psk_client_callback;
469 ssl->psk_server_callback = ctx->psk_server_callback;
Adam Langley95c29f32014-06-20 12:00:00 -0700470
David Benjamin0d56f882015-12-19 17:05:56 -0500471 ssl->tlsext_channel_id_enabled = ctx->tlsext_channel_id_enabled;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500472 if (ctx->tlsext_channel_id_private) {
Adam Langley310d3f62016-07-12 10:39:20 -0700473 EVP_PKEY_up_ref(ctx->tlsext_channel_id_private);
474 ssl->tlsext_channel_id_private = ctx->tlsext_channel_id_private;
David Benjamin02ddbfd2015-01-11 13:09:11 -0500475 }
476
David Benjamin0d56f882015-12-19 17:05:56 -0500477 ssl->signed_cert_timestamps_enabled =
478 ssl->ctx->signed_cert_timestamps_enabled;
479 ssl->ocsp_stapling_enabled = ssl->ctx->ocsp_stapling_enabled;
HÃ¥vard Molland9169c962014-08-14 14:42:37 +0200480
David Benjamin0d56f882015-12-19 17:05:56 -0500481 return ssl;
Adam Langleyfcf25832014-12-18 17:42:32 -0800482
Adam Langley95c29f32014-06-20 12:00:00 -0700483err:
David Benjamin0d56f882015-12-19 17:05:56 -0500484 SSL_free(ssl);
David Benjamin3570d732015-06-29 00:28:17 -0400485 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langley95c29f32014-06-20 12:00:00 -0700486
Adam Langleyfcf25832014-12-18 17:42:32 -0800487 return NULL;
488}
Adam Langley95c29f32014-06-20 12:00:00 -0700489
David Benjamin27bbae42015-09-13 00:54:37 -0400490void SSL_free(SSL *ssl) {
491 if (ssl == NULL) {
492 return;
493 }
494
495 X509_VERIFY_PARAM_free(ssl->param);
496
497 CRYPTO_free_ex_data(&g_ex_data_class_ssl, ssl, &ssl->ex_data);
498
David Benjamin2f871122016-05-20 14:27:17 -0400499 ssl_free_wbio_buffer(ssl);
500 assert(ssl->bbio == NULL);
David Benjamin27bbae42015-09-13 00:54:37 -0400501
David Benjamin27bbae42015-09-13 00:54:37 -0400502 BIO_free_all(ssl->rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400503 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400504
505 BUF_MEM_free(ssl->init_buf);
506
507 /* add extra stuff */
508 ssl_cipher_preference_list_free(ssl->cipher_list);
509 sk_SSL_CIPHER_free(ssl->cipher_list_by_id);
510
David Benjamin27bbae42015-09-13 00:54:37 -0400511 SSL_SESSION_free(ssl->session);
512
David Benjamin27bbae42015-09-13 00:54:37 -0400513 ssl_cert_free(ssl->cert);
514
515 OPENSSL_free(ssl->tlsext_hostname);
516 SSL_CTX_free(ssl->initial_ctx);
Steven Valdezce902a92016-05-17 11:47:53 -0400517 OPENSSL_free(ssl->supported_group_list);
David Benjamin27bbae42015-09-13 00:54:37 -0400518 OPENSSL_free(ssl->alpn_client_proto_list);
519 EVP_PKEY_free(ssl->tlsext_channel_id_private);
520 OPENSSL_free(ssl->psk_identity_hint);
521 sk_X509_NAME_pop_free(ssl->client_CA, X509_NAME_free);
David Benjamin27bbae42015-09-13 00:54:37 -0400522 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
523
524 if (ssl->method != NULL) {
525 ssl->method->ssl_free(ssl);
526 }
527 SSL_CTX_free(ssl->ctx);
528
529 OPENSSL_free(ssl);
530}
531
532void SSL_set_connect_state(SSL *ssl) {
533 ssl->server = 0;
David Benjamin9f1dc822016-06-07 17:03:46 -0400534 ssl->handshake_func = ssl3_connect;
David Benjamin27bbae42015-09-13 00:54:37 -0400535}
536
537void SSL_set_accept_state(SSL *ssl) {
538 ssl->server = 1;
David Benjamin9f1dc822016-06-07 17:03:46 -0400539 ssl->handshake_func = ssl3_accept;
David Benjamin27bbae42015-09-13 00:54:37 -0400540}
541
David Benjamin4501bd52016-08-01 13:39:41 -0400542void SSL_set0_rbio(SSL *ssl, BIO *rbio) {
David Benjaminf715c422016-06-11 19:01:56 -0400543 BIO_free_all(ssl->rbio);
544 ssl->rbio = rbio;
545}
546
David Benjamin4501bd52016-08-01 13:39:41 -0400547void SSL_set0_wbio(SSL *ssl, BIO *wbio) {
David Benjamin27bbae42015-09-13 00:54:37 -0400548 /* If the output buffering BIO is still in place, remove it. */
549 if (ssl->bbio != NULL) {
David Benjamin2f871122016-05-20 14:27:17 -0400550 ssl->wbio = BIO_pop(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400551 }
552
David Benjaminf715c422016-06-11 19:01:56 -0400553 BIO_free_all(ssl->wbio);
David Benjamin27bbae42015-09-13 00:54:37 -0400554 ssl->wbio = wbio;
David Benjamin2f871122016-05-20 14:27:17 -0400555
556 /* Re-attach |bbio| to the new |wbio|. */
557 if (ssl->bbio != NULL) {
558 ssl->wbio = BIO_push(ssl->bbio, ssl->wbio);
559 }
David Benjamin27bbae42015-09-13 00:54:37 -0400560}
561
David Benjaminf715c422016-06-11 19:01:56 -0400562void SSL_set_bio(SSL *ssl, BIO *rbio, BIO *wbio) {
563 /* For historical reasons, this function has many different cases in ownership
564 * handling. */
565
David Benjamin4501bd52016-08-01 13:39:41 -0400566 /* If nothing has changed, do nothing */
567 if (rbio == SSL_get_rbio(ssl) && wbio == SSL_get_wbio(ssl)) {
568 return;
569 }
570
David Benjaminf715c422016-06-11 19:01:56 -0400571 /* If the two arguments are equal, one fewer reference is granted than
572 * taken. */
573 if (rbio != NULL && rbio == wbio) {
574 BIO_up_ref(rbio);
575 }
576
David Benjamin4501bd52016-08-01 13:39:41 -0400577 /* If only the wbio is changed, adopt only one reference. */
David Benjaminf715c422016-06-11 19:01:56 -0400578 if (rbio == SSL_get_rbio(ssl)) {
David Benjamin4501bd52016-08-01 13:39:41 -0400579 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400580 return;
581 }
David Benjamin4501bd52016-08-01 13:39:41 -0400582
583 /* There is an asymmetry here for historical reasons. If only the rbio is
584 * changed AND the rbio and wbio were originally different, then we only adopt
585 * one reference. */
586 if (wbio == SSL_get_wbio(ssl) && SSL_get_rbio(ssl) != SSL_get_wbio(ssl)) {
587 SSL_set0_rbio(ssl, rbio);
David Benjaminf715c422016-06-11 19:01:56 -0400588 return;
589 }
590
591 /* Otherwise, adopt both references. */
David Benjamin4501bd52016-08-01 13:39:41 -0400592 SSL_set0_rbio(ssl, rbio);
593 SSL_set0_wbio(ssl, wbio);
David Benjaminf715c422016-06-11 19:01:56 -0400594}
595
David Benjamin27bbae42015-09-13 00:54:37 -0400596BIO *SSL_get_rbio(const SSL *ssl) { return ssl->rbio; }
597
David Benjamin2f871122016-05-20 14:27:17 -0400598BIO *SSL_get_wbio(const SSL *ssl) {
599 if (ssl->bbio != NULL) {
600 /* If |bbio| is active, the true caller-configured BIO is its |next_bio|. */
601 assert(ssl->bbio == ssl->wbio);
602 return ssl->bbio->next_bio;
603 }
604 return ssl->wbio;
605}
David Benjamin27bbae42015-09-13 00:54:37 -0400606
607int SSL_do_handshake(SSL *ssl) {
David Benjamin4c5ddb82016-03-11 22:56:19 -0500608 ssl->rwstate = SSL_NOTHING;
David Benjamin15c14882016-03-14 14:25:46 -0400609 /* Functions which use SSL_get_error must clear the error queue on entry. */
610 ERR_clear_error();
David Benjamin0d275bd2016-06-01 20:19:34 -0400611 ERR_clear_system_error();
David Benjamin15c14882016-03-14 14:25:46 -0400612
David Benjamin27bbae42015-09-13 00:54:37 -0400613 if (ssl->handshake_func == NULL) {
614 OPENSSL_PUT_ERROR(SSL, SSL_R_CONNECTION_TYPE_NOT_SET);
615 return -1;
616 }
617
618 if (!SSL_in_init(ssl)) {
619 return 1;
620 }
621
622 return ssl->handshake_func(ssl);
623}
624
625int SSL_connect(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500626 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400627 /* Not properly initialized yet */
628 SSL_set_connect_state(ssl);
629 }
630
David Benjamin15c14882016-03-14 14:25:46 -0400631 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400632}
633
634int SSL_accept(SSL *ssl) {
David Benjaminb2a73182016-03-10 01:25:26 -0500635 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400636 /* Not properly initialized yet */
637 SSL_set_accept_state(ssl);
638 }
639
David Benjamin15c14882016-03-14 14:25:46 -0400640 return SSL_do_handshake(ssl);
David Benjamin27bbae42015-09-13 00:54:37 -0400641}
642
David Benjamin163f29a2016-07-28 11:05:58 -0400643static int ssl_do_renegotiate(SSL *ssl) {
644 /* We do not accept renegotiations as a server. */
645 if (ssl->server) {
646 goto no_renegotiation;
647 }
648
649 if (ssl->s3->tmp.message_type != SSL3_MT_HELLO_REQUEST ||
650 ssl->init_num != 0) {
651 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_DECODE_ERROR);
652 OPENSSL_PUT_ERROR(SSL, SSL_R_BAD_HELLO_REQUEST);
653 return 0;
654 }
655
656 switch (ssl->renegotiate_mode) {
657 case ssl_renegotiate_ignore:
658 /* Ignore the HelloRequest. */
659 return 1;
660
661 case ssl_renegotiate_once:
662 if (ssl->s3->total_renegotiations != 0) {
663 goto no_renegotiation;
664 }
665 break;
666
667 case ssl_renegotiate_never:
668 goto no_renegotiation;
669
670 case ssl_renegotiate_freely:
671 break;
672 }
673
674 /* Renegotiation is only supported at quiescent points in the application
675 * protocol, namely in HTTPS, just before reading the HTTP response. Require
676 * the record-layer be idle and avoid complexities of sending a handshake
677 * record while an application_data record is being written. */
678 if (ssl_write_buffer_is_pending(ssl)) {
679 goto no_renegotiation;
680 }
681
682 /* Begin a new handshake. */
683 ssl->s3->total_renegotiations++;
David Benjaminfc0c9d92016-09-01 01:33:33 -0400684 ssl->state = SSL_ST_INIT;
David Benjamin163f29a2016-07-28 11:05:58 -0400685 return 1;
686
687no_renegotiation:
688 ssl3_send_alert(ssl, SSL3_AL_FATAL, SSL_AD_NO_RENEGOTIATION);
689 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_RENEGOTIATION);
690 return 0;
691}
692
693static int ssl_do_post_handshake(SSL *ssl) {
694 if (ssl3_protocol_version(ssl) < TLS1_3_VERSION) {
695 return ssl_do_renegotiate(ssl);
696 }
697
Steven Valdez8e1c7be2016-07-26 12:39:22 -0400698 return tls13_post_handshake(ssl);
David Benjamin163f29a2016-07-28 11:05:58 -0400699}
700
David Benjamin15c14882016-03-14 14:25:46 -0400701static int ssl_read_impl(SSL *ssl, void *buf, int num, int peek) {
David Benjamin4c5ddb82016-03-11 22:56:19 -0500702 ssl->rwstate = SSL_NOTHING;
David Benjamin15c14882016-03-14 14:25:46 -0400703 /* Functions which use SSL_get_error must clear the error queue on entry. */
704 ERR_clear_error();
David Benjaminc79845c2016-03-10 01:28:00 -0500705 ERR_clear_system_error();
David Benjamin15c14882016-03-14 14:25:46 -0400706
David Benjaminb2a73182016-03-10 01:25:26 -0500707 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400708 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
709 return -1;
710 }
711
David Benjamin163f29a2016-07-28 11:05:58 -0400712 for (;;) {
713 /* Complete the current handshake, if any. False Start will cause
714 * |SSL_do_handshake| to return mid-handshake, so this may require multiple
715 * iterations. */
716 while (SSL_in_init(ssl)) {
717 int ret = SSL_do_handshake(ssl);
718 if (ret < 0) {
719 return ret;
720 }
721 if (ret == 0) {
722 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
723 return -1;
724 }
725 }
726
727 int got_handshake;
728 int ret = ssl->method->read_app_data(ssl, &got_handshake, buf, num, peek);
729 if (ret > 0 || !got_handshake) {
Steven Valdez32635b82016-08-16 11:25:03 -0400730 ssl->s3->key_update_count = 0;
David Benjaminc79845c2016-03-10 01:28:00 -0500731 return ret;
732 }
David Benjamin163f29a2016-07-28 11:05:58 -0400733
734 /* Handle the post-handshake message and try again. */
735 if (!ssl_do_post_handshake(ssl)) {
David Benjaminc79845c2016-03-10 01:28:00 -0500736 return -1;
737 }
David Benjamin163f29a2016-07-28 11:05:58 -0400738 ssl->method->release_current_message(ssl, 1 /* free buffer */);
David Benjaminc79845c2016-03-10 01:28:00 -0500739 }
David Benjamin15c14882016-03-14 14:25:46 -0400740}
741
742int SSL_read(SSL *ssl, void *buf, int num) {
743 return ssl_read_impl(ssl, buf, num, 0 /* consume bytes */);
David Benjamin27bbae42015-09-13 00:54:37 -0400744}
745
746int SSL_peek(SSL *ssl, void *buf, int num) {
David Benjamin15c14882016-03-14 14:25:46 -0400747 return ssl_read_impl(ssl, buf, num, 1 /* peek */);
David Benjamin27bbae42015-09-13 00:54:37 -0400748}
749
750int SSL_write(SSL *ssl, const void *buf, int num) {
David Benjamin4c5ddb82016-03-11 22:56:19 -0500751 ssl->rwstate = SSL_NOTHING;
David Benjamin15c14882016-03-14 14:25:46 -0400752 /* Functions which use SSL_get_error must clear the error queue on entry. */
753 ERR_clear_error();
David Benjaminc79845c2016-03-10 01:28:00 -0500754 ERR_clear_system_error();
David Benjamin15c14882016-03-14 14:25:46 -0400755
David Benjaminb2a73182016-03-10 01:25:26 -0500756 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400757 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
758 return -1;
759 }
760
David Benjaminfa214e42016-05-10 17:03:10 -0400761 if (ssl->s3->send_shutdown != ssl_shutdown_none) {
David Benjamin27bbae42015-09-13 00:54:37 -0400762 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
763 return -1;
764 }
765
David Benjamind7ac1432016-03-10 00:41:25 -0500766 /* If necessary, complete the handshake implicitly. */
767 if (SSL_in_init(ssl) && !SSL_in_false_start(ssl)) {
768 int ret = SSL_do_handshake(ssl);
769 if (ret < 0) {
770 return ret;
771 }
772 if (ret == 0) {
773 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_HANDSHAKE_FAILURE);
774 return -1;
775 }
776 }
777
David Benjaminf0ee9072016-06-15 17:44:37 -0400778 return ssl->method->write_app_data(ssl, buf, num);
David Benjamin27bbae42015-09-13 00:54:37 -0400779}
780
781int SSL_shutdown(SSL *ssl) {
David Benjamin4c5ddb82016-03-11 22:56:19 -0500782 ssl->rwstate = SSL_NOTHING;
David Benjamin15c14882016-03-14 14:25:46 -0400783 /* Functions which use SSL_get_error must clear the error queue on entry. */
784 ERR_clear_error();
David Benjamin0d275bd2016-06-01 20:19:34 -0400785 ERR_clear_system_error();
David Benjamin15c14882016-03-14 14:25:46 -0400786
David Benjaminb2a73182016-03-10 01:25:26 -0500787 if (ssl->handshake_func == NULL) {
David Benjamin27bbae42015-09-13 00:54:37 -0400788 OPENSSL_PUT_ERROR(SSL, SSL_R_UNINITIALIZED);
789 return -1;
790 }
791
Steven Valdeza14934f2016-02-29 10:05:08 -0500792 /* We can't shutdown properly if we are in the middle of a handshake. */
793 if (SSL_in_init(ssl)) {
794 OPENSSL_PUT_ERROR(SSL, SSL_R_SHUTDOWN_WHILE_IN_INIT);
795 return -1;
796 }
797
David Benjamin27bbae42015-09-13 00:54:37 -0400798 if (ssl->quiet_shutdown) {
David Benjaminfa214e42016-05-10 17:03:10 -0400799 /* Do nothing if configured not to send a close_notify. */
800 ssl->s3->send_shutdown = ssl_shutdown_close_notify;
801 ssl->s3->recv_shutdown = ssl_shutdown_close_notify;
David Benjamin27bbae42015-09-13 00:54:37 -0400802 return 1;
803 }
804
David Benjaminfa214e42016-05-10 17:03:10 -0400805 /* This function completes in two stages. It sends a close_notify and then it
806 * waits for a close_notify to come in. Perform exactly one action and return
807 * whether or not it succeeds. */
David Benjamin27bbae42015-09-13 00:54:37 -0400808
David Benjaminfa214e42016-05-10 17:03:10 -0400809 if (ssl->s3->send_shutdown != ssl_shutdown_close_notify) {
810 /* Send a close_notify. */
811 if (ssl3_send_alert(ssl, SSL3_AL_WARNING, SSL_AD_CLOSE_NOTIFY) <= 0) {
812 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -0400813 }
814 } else if (ssl->s3->alert_dispatch) {
David Benjaminfa214e42016-05-10 17:03:10 -0400815 /* Finish sending the close_notify. */
David Benjaminf0ee9072016-06-15 17:44:37 -0400816 if (ssl->method->dispatch_alert(ssl) <= 0) {
David Benjaminfa214e42016-05-10 17:03:10 -0400817 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -0400818 }
David Benjaminfa214e42016-05-10 17:03:10 -0400819 } else if (ssl->s3->recv_shutdown != ssl_shutdown_close_notify) {
820 /* Wait for the peer's close_notify. */
David Benjaminf0ee9072016-06-15 17:44:37 -0400821 ssl->method->read_close_notify(ssl);
David Benjaminfa214e42016-05-10 17:03:10 -0400822 if (ssl->s3->recv_shutdown != ssl_shutdown_close_notify) {
823 return -1;
David Benjamin27bbae42015-09-13 00:54:37 -0400824 }
825 }
826
David Benjaminfa214e42016-05-10 17:03:10 -0400827 /* Return 0 for unidirectional shutdown and 1 for bidirectional shutdown. */
828 return ssl->s3->recv_shutdown == ssl_shutdown_close_notify;
David Benjamin27bbae42015-09-13 00:54:37 -0400829}
830
David Benjamin1d4f4c02016-07-26 18:03:08 -0400831int SSL_send_fatal_alert(SSL *ssl, uint8_t alert) {
832 if (ssl->s3->alert_dispatch) {
833 if (ssl->s3->send_alert[0] != SSL3_AL_FATAL ||
834 ssl->s3->send_alert[1] != alert) {
835 /* We are already attempting to write a different alert. */
836 OPENSSL_PUT_ERROR(SSL, SSL_R_PROTOCOL_IS_SHUTDOWN);
837 return -1;
838 }
839 return ssl->method->dispatch_alert(ssl);
840 }
841
842 return ssl3_send_alert(ssl, SSL3_AL_FATAL, alert);
843}
844
David Benjamin27bbae42015-09-13 00:54:37 -0400845int SSL_get_error(const SSL *ssl, int ret_code) {
846 int reason;
847 uint32_t err;
848 BIO *bio;
849
850 if (ret_code > 0) {
851 return SSL_ERROR_NONE;
852 }
853
854 /* Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
855 * where we do encode the error */
856 err = ERR_peek_error();
857 if (err != 0) {
858 if (ERR_GET_LIB(err) == ERR_LIB_SYS) {
859 return SSL_ERROR_SYSCALL;
860 }
861 return SSL_ERROR_SSL;
862 }
863
864 if (ret_code == 0) {
David Benjaminfa214e42016-05-10 17:03:10 -0400865 if (ssl->s3->recv_shutdown == ssl_shutdown_close_notify) {
David Benjamin27bbae42015-09-13 00:54:37 -0400866 return SSL_ERROR_ZERO_RETURN;
867 }
868 /* An EOF was observed which violates the protocol, and the underlying
869 * transport does not participate in the error queue. Bubble up to the
870 * caller. */
871 return SSL_ERROR_SYSCALL;
872 }
873
874 if (SSL_want_session(ssl)) {
875 return SSL_ERROR_PENDING_SESSION;
876 }
877
878 if (SSL_want_certificate(ssl)) {
879 return SSL_ERROR_PENDING_CERTIFICATE;
880 }
881
882 if (SSL_want_read(ssl)) {
883 bio = SSL_get_rbio(ssl);
884 if (BIO_should_read(bio)) {
885 return SSL_ERROR_WANT_READ;
886 }
887
888 if (BIO_should_write(bio)) {
889 /* This one doesn't make too much sense ... We never try to write to the
890 * rbio, and an application program where rbio and wbio are separate
891 * couldn't even know what it should wait for. However if we ever set
David Benjamin0d56f882015-12-19 17:05:56 -0500892 * ssl->rwstate incorrectly (so that we have SSL_want_read(ssl) instead of
893 * SSL_want_write(ssl)) and rbio and wbio *are* the same, this test works
David Benjamin27bbae42015-09-13 00:54:37 -0400894 * around that bug; so it might be safer to keep it. */
895 return SSL_ERROR_WANT_WRITE;
896 }
897
898 if (BIO_should_io_special(bio)) {
899 reason = BIO_get_retry_reason(bio);
900 if (reason == BIO_RR_CONNECT) {
901 return SSL_ERROR_WANT_CONNECT;
902 }
903
904 if (reason == BIO_RR_ACCEPT) {
905 return SSL_ERROR_WANT_ACCEPT;
906 }
907
908 return SSL_ERROR_SYSCALL; /* unknown */
909 }
910 }
911
912 if (SSL_want_write(ssl)) {
913 bio = SSL_get_wbio(ssl);
914 if (BIO_should_write(bio)) {
915 return SSL_ERROR_WANT_WRITE;
916 }
917
918 if (BIO_should_read(bio)) {
919 /* See above (SSL_want_read(ssl) with BIO_should_write(bio)) */
920 return SSL_ERROR_WANT_READ;
921 }
922
923 if (BIO_should_io_special(bio)) {
924 reason = BIO_get_retry_reason(bio);
925 if (reason == BIO_RR_CONNECT) {
926 return SSL_ERROR_WANT_CONNECT;
927 }
928
929 if (reason == BIO_RR_ACCEPT) {
930 return SSL_ERROR_WANT_ACCEPT;
931 }
932
933 return SSL_ERROR_SYSCALL;
934 }
935 }
936
937 if (SSL_want_x509_lookup(ssl)) {
938 return SSL_ERROR_WANT_X509_LOOKUP;
939 }
940
941 if (SSL_want_channel_id_lookup(ssl)) {
942 return SSL_ERROR_WANT_CHANNEL_ID_LOOKUP;
943 }
944
945 if (SSL_want_private_key_operation(ssl)) {
946 return SSL_ERROR_WANT_PRIVATE_KEY_OPERATION;
947 }
948
949 return SSL_ERROR_SYSCALL;
950}
951
David Benjamin2dc02042016-09-19 19:57:37 -0400952int SSL_CTX_set_min_version(SSL_CTX *ctx, uint16_t version) {
953 return ctx->method->version_from_wire(&ctx->min_version, version);
David Benjamin27bbae42015-09-13 00:54:37 -0400954}
955
David Benjamin2dc02042016-09-19 19:57:37 -0400956int SSL_CTX_set_max_version(SSL_CTX *ctx, uint16_t version) {
957 return ctx->method->version_from_wire(&ctx->max_version, version);
David Benjamin27bbae42015-09-13 00:54:37 -0400958}
959
David Benjamin2dc02042016-09-19 19:57:37 -0400960int SSL_set_min_version(SSL *ssl, uint16_t version) {
961 return ssl->method->version_from_wire(&ssl->min_version, version);
David Benjamin27bbae42015-09-13 00:54:37 -0400962}
963
David Benjamin2dc02042016-09-19 19:57:37 -0400964int SSL_set_max_version(SSL *ssl, uint16_t version) {
965 return ssl->method->version_from_wire(&ssl->max_version, version);
David Benjamin27bbae42015-09-13 00:54:37 -0400966}
967
968uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) {
969 ctx->options |= options;
970 return ctx->options;
971}
972
973uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options) {
974 ctx->options &= ~options;
975 return ctx->options;
976}
977
978uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
979
980uint32_t SSL_set_options(SSL *ssl, uint32_t options) {
981 ssl->options |= options;
982 return ssl->options;
983}
984
985uint32_t SSL_clear_options(SSL *ssl, uint32_t options) {
986 ssl->options &= ~options;
987 return ssl->options;
988}
989
990uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; }
991
992uint32_t SSL_CTX_set_mode(SSL_CTX *ctx, uint32_t mode) {
993 ctx->mode |= mode;
994 return ctx->mode;
995}
996
997uint32_t SSL_CTX_clear_mode(SSL_CTX *ctx, uint32_t mode) {
998 ctx->mode &= ~mode;
999 return ctx->mode;
1000}
1001
1002uint32_t SSL_CTX_get_mode(const SSL_CTX *ctx) { return ctx->mode; }
1003
1004uint32_t SSL_set_mode(SSL *ssl, uint32_t mode) {
1005 ssl->mode |= mode;
1006 return ssl->mode;
1007}
1008
1009uint32_t SSL_clear_mode(SSL *ssl, uint32_t mode) {
1010 ssl->mode &= ~mode;
1011 return ssl->mode;
1012}
1013
1014uint32_t SSL_get_mode(const SSL *ssl) { return ssl->mode; }
1015
David Benjaminee0c8272015-09-13 01:03:54 -04001016X509 *SSL_get_peer_certificate(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04001017 if (ssl == NULL) {
David Benjaminee0c8272015-09-13 01:03:54 -04001018 return NULL;
1019 }
Steven Valdez87eab492016-06-27 16:34:59 -04001020 SSL_SESSION *session = SSL_get_session(ssl);
1021 if (session == NULL || session->peer == NULL) {
1022 return NULL;
1023 }
David Benjamin96a16cd2016-08-11 12:14:47 -04001024 X509_up_ref(session->peer);
1025 return session->peer;
David Benjaminee0c8272015-09-13 01:03:54 -04001026}
1027
1028STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04001029 if (ssl == NULL) {
David Benjaminee0c8272015-09-13 01:03:54 -04001030 return NULL;
1031 }
Steven Valdez87eab492016-06-27 16:34:59 -04001032 SSL_SESSION *session = SSL_get_session(ssl);
1033 if (session == NULL) {
1034 return NULL;
1035 }
1036 return session->cert_chain;
David Benjaminee0c8272015-09-13 01:03:54 -04001037}
1038
1039int SSL_get_tls_unique(const SSL *ssl, uint8_t *out, size_t *out_len,
1040 size_t max_out) {
1041 /* The tls-unique value is the first Finished message in the handshake, which
1042 * is the client's in a full handshake and the server's for a resumption. See
1043 * https://tools.ietf.org/html/rfc5929#section-3.1. */
1044 const uint8_t *finished = ssl->s3->previous_client_finished;
1045 size_t finished_len = ssl->s3->previous_client_finished_len;
Steven Valdez87eab492016-06-27 16:34:59 -04001046 if (ssl->session != NULL) {
David Benjaminee0c8272015-09-13 01:03:54 -04001047 /* tls-unique is broken for resumed sessions unless EMS is used. */
1048 if (!ssl->session->extended_master_secret) {
1049 goto err;
1050 }
1051 finished = ssl->s3->previous_server_finished;
1052 finished_len = ssl->s3->previous_server_finished_len;
1053 }
1054
1055 if (!ssl->s3->initial_handshake_complete ||
1056 ssl->version < TLS1_VERSION) {
1057 goto err;
1058 }
1059
1060 *out_len = finished_len;
1061 if (finished_len > max_out) {
1062 *out_len = max_out;
1063 }
1064
1065 memcpy(out, finished, *out_len);
1066 return 1;
1067
1068err:
1069 *out_len = 0;
1070 memset(out, 0, max_out);
1071 return 0;
1072}
1073
Adam Langleyfcf25832014-12-18 17:42:32 -08001074int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const uint8_t *sid_ctx,
David Benjamindafbdd42015-09-14 01:40:10 -04001075 unsigned sid_ctx_len) {
1076 if (sid_ctx_len > sizeof(ctx->sid_ctx)) {
David Benjamin3570d732015-06-29 00:28:17 -04001077 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001078 return 0;
1079 }
1080 ctx->sid_ctx_length = sid_ctx_len;
1081 memcpy(ctx->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langley95c29f32014-06-20 12:00:00 -07001082
Adam Langleyfcf25832014-12-18 17:42:32 -08001083 return 1;
1084}
Adam Langley95c29f32014-06-20 12:00:00 -07001085
Adam Langleyfcf25832014-12-18 17:42:32 -08001086int SSL_set_session_id_context(SSL *ssl, const uint8_t *sid_ctx,
David Benjamindafbdd42015-09-14 01:40:10 -04001087 unsigned sid_ctx_len) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001088 if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) {
David Benjamin3570d732015-06-29 00:28:17 -04001089 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08001090 return 0;
1091 }
1092 ssl->sid_ctx_length = sid_ctx_len;
1093 memcpy(ssl->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langley95c29f32014-06-20 12:00:00 -07001094
Adam Langleyfcf25832014-12-18 17:42:32 -08001095 return 1;
1096}
Adam Langley95c29f32014-06-20 12:00:00 -07001097
David Benjamin59937042015-09-19 13:04:22 -04001098int SSL_CTX_set_purpose(SSL_CTX *ctx, int purpose) {
1099 return X509_VERIFY_PARAM_set_purpose(ctx->param, purpose);
Adam Langleyfcf25832014-12-18 17:42:32 -08001100}
1101
David Benjamin59937042015-09-19 13:04:22 -04001102int SSL_set_purpose(SSL *ssl, int purpose) {
1103 return X509_VERIFY_PARAM_set_purpose(ssl->param, purpose);
Adam Langleyfcf25832014-12-18 17:42:32 -08001104}
1105
David Benjamin59937042015-09-19 13:04:22 -04001106int SSL_CTX_set_trust(SSL_CTX *ctx, int trust) {
1107 return X509_VERIFY_PARAM_set_trust(ctx->param, trust);
Adam Langleyfcf25832014-12-18 17:42:32 -08001108}
1109
David Benjamin59937042015-09-19 13:04:22 -04001110int SSL_set_trust(SSL *ssl, int trust) {
1111 return X509_VERIFY_PARAM_set_trust(ssl->param, trust);
Adam Langleyfcf25832014-12-18 17:42:32 -08001112}
1113
David Benjamin59937042015-09-19 13:04:22 -04001114int SSL_CTX_set1_param(SSL_CTX *ctx, const X509_VERIFY_PARAM *param) {
1115 return X509_VERIFY_PARAM_set1(ctx->param, param);
Adam Langleyfcf25832014-12-18 17:42:32 -08001116}
1117
David Benjamin59937042015-09-19 13:04:22 -04001118int SSL_set1_param(SSL *ssl, const X509_VERIFY_PARAM *param) {
1119 return X509_VERIFY_PARAM_set1(ssl->param, param);
Adam Langleyfcf25832014-12-18 17:42:32 -08001120}
Adam Langley95c29f32014-06-20 12:00:00 -07001121
Adam Langley858a88d2014-06-20 12:00:00 -07001122void ssl_cipher_preference_list_free(
Adam Langleyfcf25832014-12-18 17:42:32 -08001123 struct ssl_cipher_preference_list_st *cipher_list) {
David Benjamin5d1ec732015-04-22 13:38:00 -04001124 if (cipher_list == NULL) {
1125 return;
1126 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001127 sk_SSL_CIPHER_free(cipher_list->ciphers);
1128 OPENSSL_free(cipher_list->in_group_flags);
1129 OPENSSL_free(cipher_list);
1130}
Adam Langley858a88d2014-06-20 12:00:00 -07001131
Adam Langleyfcf25832014-12-18 17:42:32 -08001132X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) { return ctx->param; }
Adam Langley95c29f32014-06-20 12:00:00 -07001133
Adam Langleyfcf25832014-12-18 17:42:32 -08001134X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl) { return ssl->param; }
Adam Langley95c29f32014-06-20 12:00:00 -07001135
David Benjamin7481d392015-07-05 19:38:46 -04001136void SSL_certs_clear(SSL *ssl) { ssl_cert_clear_certs(ssl->cert); }
Adam Langley95c29f32014-06-20 12:00:00 -07001137
David Benjamin066fe0a2015-10-17 21:11:33 -04001138int SSL_get_fd(const SSL *ssl) { return SSL_get_rfd(ssl); }
Adam Langley95c29f32014-06-20 12:00:00 -07001139
David Benjamin066fe0a2015-10-17 21:11:33 -04001140int SSL_get_rfd(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001141 int ret = -1;
David Benjamin066fe0a2015-10-17 21:11:33 -04001142 BIO *b = BIO_find_type(SSL_get_rbio(ssl), BIO_TYPE_DESCRIPTOR);
1143 if (b != NULL) {
1144 BIO_get_fd(b, &ret);
Adam Langleyfcf25832014-12-18 17:42:32 -08001145 }
1146 return ret;
1147}
Adam Langley95c29f32014-06-20 12:00:00 -07001148
David Benjamin066fe0a2015-10-17 21:11:33 -04001149int SSL_get_wfd(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001150 int ret = -1;
David Benjamin066fe0a2015-10-17 21:11:33 -04001151 BIO *b = BIO_find_type(SSL_get_wbio(ssl), BIO_TYPE_DESCRIPTOR);
1152 if (b != NULL) {
1153 BIO_get_fd(b, &ret);
Adam Langleyfcf25832014-12-18 17:42:32 -08001154 }
Adam Langleyfcf25832014-12-18 17:42:32 -08001155 return ret;
1156}
Adam Langley95c29f32014-06-20 12:00:00 -07001157
David Benjamin066fe0a2015-10-17 21:11:33 -04001158int SSL_set_fd(SSL *ssl, int fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001159 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001160 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001161 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001162 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001163 }
1164 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin066fe0a2015-10-17 21:11:33 -04001165 SSL_set_bio(ssl, bio, bio);
1166 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001167}
Adam Langley95c29f32014-06-20 12:00:00 -07001168
David Benjamin066fe0a2015-10-17 21:11:33 -04001169int SSL_set_wfd(SSL *ssl, int fd) {
David Benjamin2f871122016-05-20 14:27:17 -04001170 BIO *rbio = SSL_get_rbio(ssl);
1171 if (rbio == NULL || BIO_method_type(rbio) != BIO_TYPE_SOCKET ||
1172 BIO_get_fd(rbio, NULL) != fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001173 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001174 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001175 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001176 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001177 }
1178 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin4501bd52016-08-01 13:39:41 -04001179 SSL_set0_wbio(ssl, bio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001180 } else {
David Benjamin4501bd52016-08-01 13:39:41 -04001181 /* Copy the rbio over to the wbio. */
1182 BIO_up_ref(rbio);
1183 SSL_set0_wbio(ssl, rbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001184 }
1185
David Benjamin066fe0a2015-10-17 21:11:33 -04001186 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001187}
Adam Langley95c29f32014-06-20 12:00:00 -07001188
David Benjamin066fe0a2015-10-17 21:11:33 -04001189int SSL_set_rfd(SSL *ssl, int fd) {
David Benjamin2f871122016-05-20 14:27:17 -04001190 BIO *wbio = SSL_get_wbio(ssl);
1191 if (wbio == NULL || BIO_method_type(wbio) != BIO_TYPE_SOCKET ||
1192 BIO_get_fd(wbio, NULL) != fd) {
David Benjamin22ce9b22016-03-06 19:26:52 -05001193 BIO *bio = BIO_new(BIO_s_socket());
Adam Langleyfcf25832014-12-18 17:42:32 -08001194 if (bio == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001195 OPENSSL_PUT_ERROR(SSL, ERR_R_BUF_LIB);
David Benjamin066fe0a2015-10-17 21:11:33 -04001196 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001197 }
1198 BIO_set_fd(bio, fd, BIO_NOCLOSE);
David Benjamin4501bd52016-08-01 13:39:41 -04001199 SSL_set0_rbio(ssl, bio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001200 } else {
David Benjamin4501bd52016-08-01 13:39:41 -04001201 /* Copy the wbio over to the rbio. */
1202 BIO_up_ref(wbio);
1203 SSL_set0_rbio(ssl, wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08001204 }
David Benjamin066fe0a2015-10-17 21:11:33 -04001205 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001206}
Adam Langley95c29f32014-06-20 12:00:00 -07001207
David Benjamin1a1b34d2015-10-17 12:51:52 -04001208size_t SSL_get_finished(const SSL *ssl, void *buf, size_t count) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001209 size_t ret = 0;
1210
David Benjamin1a1b34d2015-10-17 12:51:52 -04001211 if (ssl->s3 != NULL) {
1212 ret = ssl->s3->tmp.finish_md_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001213 if (count > ret) {
1214 count = ret;
1215 }
David Benjamin1a1b34d2015-10-17 12:51:52 -04001216 memcpy(buf, ssl->s3->tmp.finish_md, count);
Adam Langleyfcf25832014-12-18 17:42:32 -08001217 }
1218
1219 return ret;
1220}
Adam Langley95c29f32014-06-20 12:00:00 -07001221
David Benjamin1a1b34d2015-10-17 12:51:52 -04001222size_t SSL_get_peer_finished(const SSL *ssl, void *buf, size_t count) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001223 size_t ret = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001224
David Benjamin1a1b34d2015-10-17 12:51:52 -04001225 if (ssl->s3 != NULL) {
1226 ret = ssl->s3->tmp.peer_finish_md_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001227 if (count > ret) {
1228 count = ret;
1229 }
David Benjamin1a1b34d2015-10-17 12:51:52 -04001230 memcpy(buf, ssl->s3->tmp.peer_finish_md, count);
Adam Langleyfcf25832014-12-18 17:42:32 -08001231 }
Adam Langley95c29f32014-06-20 12:00:00 -07001232
Adam Langleyfcf25832014-12-18 17:42:32 -08001233 return ret;
1234}
Adam Langley95c29f32014-06-20 12:00:00 -07001235
David Benjamin59937042015-09-19 13:04:22 -04001236int SSL_get_verify_mode(const SSL *ssl) { return ssl->verify_mode; }
Adam Langley95c29f32014-06-20 12:00:00 -07001237
David Benjamin59937042015-09-19 13:04:22 -04001238int SSL_get_verify_depth(const SSL *ssl) {
1239 return X509_VERIFY_PARAM_get_depth(ssl->param);
Adam Langleyfcf25832014-12-18 17:42:32 -08001240}
Adam Langley95c29f32014-06-20 12:00:00 -07001241
David Benjamin42fea372015-09-19 01:22:44 -04001242int SSL_get_extms_support(const SSL *ssl) {
David Benjamina68c1182016-07-24 00:14:33 -04001243 if (!ssl->s3->have_version) {
1244 return 0;
1245 }
Steven Valdez143e8b32016-07-11 13:19:03 -04001246 return ssl3_protocol_version(ssl) >= TLS1_3_VERSION ||
1247 ssl->s3->tmp.extended_master_secret == 1;
Matt Braithwaitecd6f54b2015-09-17 12:54:42 -07001248}
1249
David Benjamin59937042015-09-19 13:04:22 -04001250int (*SSL_get_verify_callback(const SSL *ssl))(int, X509_STORE_CTX *) {
1251 return ssl->verify_callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08001252}
Adam Langley95c29f32014-06-20 12:00:00 -07001253
Adam Langleyfcf25832014-12-18 17:42:32 -08001254int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) { return ctx->verify_mode; }
Adam Langley95c29f32014-06-20 12:00:00 -07001255
Adam Langleyfcf25832014-12-18 17:42:32 -08001256int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) {
1257 return X509_VERIFY_PARAM_get_depth(ctx->param);
1258}
Adam Langley95c29f32014-06-20 12:00:00 -07001259
David Benjamin59937042015-09-19 13:04:22 -04001260int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(
1261 int ok, X509_STORE_CTX *store_ctx) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001262 return ctx->default_verify_callback;
1263}
Adam Langley95c29f32014-06-20 12:00:00 -07001264
David Benjamin59937042015-09-19 13:04:22 -04001265void SSL_set_verify(SSL *ssl, int mode,
1266 int (*callback)(int ok, X509_STORE_CTX *store_ctx)) {
1267 ssl->verify_mode = mode;
Adam Langleyfcf25832014-12-18 17:42:32 -08001268 if (callback != NULL) {
David Benjamin59937042015-09-19 13:04:22 -04001269 ssl->verify_callback = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08001270 }
1271}
Adam Langley95c29f32014-06-20 12:00:00 -07001272
David Benjamin59937042015-09-19 13:04:22 -04001273void SSL_set_verify_depth(SSL *ssl, int depth) {
1274 X509_VERIFY_PARAM_set_depth(ssl->param, depth);
Adam Langleyfcf25832014-12-18 17:42:32 -08001275}
Adam Langley95c29f32014-06-20 12:00:00 -07001276
David Benjamin9a41d1b2015-05-16 01:30:09 -04001277int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -07001278
David Benjamin0d56f882015-12-19 17:05:56 -05001279int SSL_get_read_ahead(const SSL *ssl) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -07001280
David Benjamin9a41d1b2015-05-16 01:30:09 -04001281void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -04001282
David Benjamin0d56f882015-12-19 17:05:56 -05001283void SSL_set_read_ahead(SSL *ssl, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -04001284
David Benjamin9f859492015-10-03 10:44:30 -04001285int SSL_pending(const SSL *ssl) {
1286 if (ssl->s3->rrec.type != SSL3_RT_APPLICATION_DATA) {
1287 return 0;
1288 }
1289 return ssl->s3->rrec.length;
Adam Langleyfcf25832014-12-18 17:42:32 -08001290}
Adam Langley95c29f32014-06-20 12:00:00 -07001291
Adam Langley95c29f32014-06-20 12:00:00 -07001292/* Fix this so it checks all the valid key/cert options */
Adam Langleyfcf25832014-12-18 17:42:32 -08001293int SSL_CTX_check_private_key(const SSL_CTX *ctx) {
David Benjamin651b3d92015-08-09 12:07:25 -04001294 if (ctx->cert->x509 == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001295 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_ASSIGNED);
Adam Langleyfcf25832014-12-18 17:42:32 -08001296 return 0;
1297 }
1298
David Benjamind1d80782015-07-05 11:54:09 -04001299 if (ctx->cert->privatekey == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001300 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_PRIVATE_KEY_ASSIGNED);
Adam Langleyfcf25832014-12-18 17:42:32 -08001301 return 0;
1302 }
1303
David Benjamind1d80782015-07-05 11:54:09 -04001304 return X509_check_private_key(ctx->cert->x509, ctx->cert->privatekey);
Adam Langleyfcf25832014-12-18 17:42:32 -08001305}
Adam Langley95c29f32014-06-20 12:00:00 -07001306
1307/* Fix this function so that it takes an optional type parameter */
Adam Langleyfcf25832014-12-18 17:42:32 -08001308int SSL_check_private_key(const SSL *ssl) {
David Benjamind1d80782015-07-05 11:54:09 -04001309 if (ssl->cert->x509 == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001310 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CERTIFICATE_ASSIGNED);
Adam Langleyfcf25832014-12-18 17:42:32 -08001311 return 0;
1312 }
David Benjamin0b145c22014-11-26 20:10:09 -05001313
David Benjamind1d80782015-07-05 11:54:09 -04001314 if (ssl->cert->privatekey == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001315 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_PRIVATE_KEY_ASSIGNED);
Adam Langleyfcf25832014-12-18 17:42:32 -08001316 return 0;
1317 }
Adam Langley95c29f32014-06-20 12:00:00 -07001318
David Benjamind1d80782015-07-05 11:54:09 -04001319 return X509_check_private_key(ssl->cert->x509, ssl->cert->privatekey);
Adam Langleyfcf25832014-12-18 17:42:32 -08001320}
Adam Langley95c29f32014-06-20 12:00:00 -07001321
David Benjamin42fea372015-09-19 01:22:44 -04001322long SSL_get_default_timeout(const SSL *ssl) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001323 return SSL_DEFAULT_SESSION_TIMEOUT;
1324}
Adam Langley95c29f32014-06-20 12:00:00 -07001325
David Benjamin44d3eed2015-05-21 01:29:55 -04001326int SSL_renegotiate(SSL *ssl) {
1327 /* Caller-initiated renegotiation is not supported. */
David Benjamin3570d732015-06-29 00:28:17 -04001328 OPENSSL_PUT_ERROR(SSL, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
David Benjamin44d3eed2015-05-21 01:29:55 -04001329 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001330}
Adam Langley95c29f32014-06-20 12:00:00 -07001331
David Benjamin44d3eed2015-05-21 01:29:55 -04001332int SSL_renegotiate_pending(SSL *ssl) {
1333 return SSL_in_init(ssl) && ssl->s3->initial_handshake_complete;
Adam Langleyfcf25832014-12-18 17:42:32 -08001334}
Adam Langley95c29f32014-06-20 12:00:00 -07001335
David Benjamin936aada2016-06-07 19:09:22 -04001336int SSL_total_renegotiations(const SSL *ssl) {
1337 return ssl->s3->total_renegotiations;
1338}
1339
David Benjamin1d0a1942015-04-26 15:35:35 -04001340size_t SSL_CTX_get_max_cert_list(const SSL_CTX *ctx) {
1341 return ctx->max_cert_list;
1342}
1343
1344void SSL_CTX_set_max_cert_list(SSL_CTX *ctx, size_t max_cert_list) {
1345 if (max_cert_list > kMaxHandshakeSize) {
1346 max_cert_list = kMaxHandshakeSize;
1347 }
1348 ctx->max_cert_list = (uint32_t)max_cert_list;
1349}
1350
1351size_t SSL_get_max_cert_list(const SSL *ssl) {
1352 return ssl->max_cert_list;
1353}
1354
1355void SSL_set_max_cert_list(SSL *ssl, size_t max_cert_list) {
1356 if (max_cert_list > kMaxHandshakeSize) {
1357 max_cert_list = kMaxHandshakeSize;
1358 }
1359 ssl->max_cert_list = (uint32_t)max_cert_list;
1360}
1361
Adam Langleyce9d85e2016-01-24 15:58:39 -08001362int SSL_CTX_set_max_send_fragment(SSL_CTX *ctx, size_t max_send_fragment) {
David Benjamin1d0a1942015-04-26 15:35:35 -04001363 if (max_send_fragment < 512) {
1364 max_send_fragment = 512;
1365 }
1366 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1367 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1368 }
1369 ctx->max_send_fragment = (uint16_t)max_send_fragment;
Adam Langleyce9d85e2016-01-24 15:58:39 -08001370
1371 return 1;
David Benjamin1d0a1942015-04-26 15:35:35 -04001372}
1373
Adam Langleyce9d85e2016-01-24 15:58:39 -08001374int SSL_set_max_send_fragment(SSL *ssl, size_t max_send_fragment) {
David Benjamin1d0a1942015-04-26 15:35:35 -04001375 if (max_send_fragment < 512) {
1376 max_send_fragment = 512;
1377 }
1378 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1379 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1380 }
1381 ssl->max_send_fragment = (uint16_t)max_send_fragment;
Adam Langleyce9d85e2016-01-24 15:58:39 -08001382
1383 return 1;
David Benjamin1d0a1942015-04-26 15:35:35 -04001384}
1385
David Benjamincb9cf792015-05-05 09:46:14 -04001386int SSL_set_mtu(SSL *ssl, unsigned mtu) {
David Benjamince079fd2016-08-02 16:22:34 -04001387 if (!SSL_is_dtls(ssl) || mtu < dtls1_min_mtu()) {
David Benjamincb9cf792015-05-05 09:46:14 -04001388 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001389 }
David Benjamincb9cf792015-05-05 09:46:14 -04001390 ssl->d1->mtu = mtu;
1391 return 1;
1392}
1393
1394int SSL_get_secure_renegotiation_support(const SSL *ssl) {
1395 return ssl->s3->send_connection_binding;
1396}
1397
Adam Langleyfcf25832014-12-18 17:42:32 -08001398LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) { return ctx->sessions; }
1399
David Benjamin71f7d3d2015-05-05 09:46:38 -04001400size_t SSL_CTX_sess_number(const SSL_CTX *ctx) {
1401 return lh_SSL_SESSION_num_items(ctx->sessions);
1402}
1403
1404unsigned long SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, unsigned long size) {
1405 unsigned long ret = ctx->session_cache_size;
1406 ctx->session_cache_size = size;
1407 return ret;
1408}
1409
1410unsigned long SSL_CTX_sess_get_cache_size(const SSL_CTX *ctx) {
1411 return ctx->session_cache_size;
1412}
1413
1414int SSL_CTX_set_session_cache_mode(SSL_CTX *ctx, int mode) {
1415 int ret = ctx->session_cache_mode;
1416 ctx->session_cache_mode = mode;
1417 return ret;
1418}
1419
1420int SSL_CTX_get_session_cache_mode(const SSL_CTX *ctx) {
1421 return ctx->session_cache_mode;
1422}
1423
David Benjamin936aada2016-06-07 19:09:22 -04001424
1425int SSL_CTX_get_tlsext_ticket_keys(SSL_CTX *ctx, void *out, size_t len) {
1426 if (out == NULL) {
1427 return 48;
1428 }
1429 if (len != 48) {
1430 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1431 return 0;
1432 }
1433 uint8_t *out_bytes = out;
1434 memcpy(out_bytes, ctx->tlsext_tick_key_name, 16);
1435 memcpy(out_bytes + 16, ctx->tlsext_tick_hmac_key, 16);
1436 memcpy(out_bytes + 32, ctx->tlsext_tick_aes_key, 16);
1437 return 1;
1438}
1439
1440int SSL_CTX_set_tlsext_ticket_keys(SSL_CTX *ctx, const void *in, size_t len) {
1441 if (in == NULL) {
1442 return 48;
1443 }
1444 if (len != 48) {
1445 OPENSSL_PUT_ERROR(SSL, SSL_R_INVALID_TICKET_KEYS_LENGTH);
1446 return 0;
1447 }
1448 const uint8_t *in_bytes = in;
1449 memcpy(ctx->tlsext_tick_key_name, in_bytes, 16);
1450 memcpy(ctx->tlsext_tick_hmac_key, in_bytes + 16, 16);
1451 memcpy(ctx->tlsext_tick_aes_key, in_bytes + 32, 16);
1452 return 1;
1453}
1454
1455int SSL_CTX_set_tlsext_ticket_key_cb(
1456 SSL_CTX *ctx, int (*callback)(SSL *ssl, uint8_t *key_name, uint8_t *iv,
1457 EVP_CIPHER_CTX *ctx, HMAC_CTX *hmac_ctx,
1458 int encrypt)) {
1459 ctx->tlsext_ticket_key_cb = callback;
1460 return 1;
1461}
1462
1463int SSL_CTX_set1_curves(SSL_CTX *ctx, const int *curves, size_t curves_len) {
1464 return tls1_set_curves(&ctx->supported_group_list,
1465 &ctx->supported_group_list_len, curves,
1466 curves_len);
1467}
1468
1469int SSL_set1_curves(SSL *ssl, const int *curves, size_t curves_len) {
1470 return tls1_set_curves(&ssl->supported_group_list,
1471 &ssl->supported_group_list_len, curves,
1472 curves_len);
1473}
1474
David Benjamin9e68f192016-06-30 14:55:33 -04001475uint16_t SSL_get_curve_id(const SSL *ssl) {
1476 /* TODO(davidben): This checks the wrong session if there is a renegotiation in
1477 * progress. */
Steven Valdez87eab492016-06-27 16:34:59 -04001478 SSL_SESSION *session = SSL_get_session(ssl);
1479 if (session == NULL ||
1480 session->cipher == NULL ||
1481 !SSL_CIPHER_is_ECDHE(session->cipher)) {
David Benjamin9e68f192016-06-30 14:55:33 -04001482 return 0;
1483 }
1484
Steven Valdez87eab492016-06-27 16:34:59 -04001485 return (uint16_t)session->key_exchange_info;
David Benjamin9e68f192016-06-30 14:55:33 -04001486}
1487
David Benjamin936aada2016-06-07 19:09:22 -04001488int SSL_CTX_set_tmp_dh(SSL_CTX *ctx, const DH *dh) {
1489 DH_free(ctx->cert->dh_tmp);
1490 ctx->cert->dh_tmp = DHparams_dup(dh);
1491 if (ctx->cert->dh_tmp == NULL) {
1492 OPENSSL_PUT_ERROR(SSL, ERR_R_DH_LIB);
1493 return 0;
1494 }
1495 return 1;
1496}
1497
1498int SSL_set_tmp_dh(SSL *ssl, const DH *dh) {
1499 DH_free(ssl->cert->dh_tmp);
1500 ssl->cert->dh_tmp = DHparams_dup(dh);
1501 if (ssl->cert->dh_tmp == NULL) {
1502 OPENSSL_PUT_ERROR(SSL, ERR_R_DH_LIB);
1503 return 0;
1504 }
1505 return 1;
1506}
1507
David Benjamin32876b32015-09-20 12:17:03 -04001508STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *ssl) {
1509 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001510 return NULL;
1511 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001512
David Benjamin32876b32015-09-20 12:17:03 -04001513 if (ssl->cipher_list != NULL) {
1514 return ssl->cipher_list->ciphers;
Adam Langleyfcf25832014-12-18 17:42:32 -08001515 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001516
David Benjamin78f8aab2016-03-10 16:33:58 -05001517 if (ssl->version >= TLS1_1_VERSION && ssl->ctx->cipher_list_tls11 != NULL) {
David Benjamin32876b32015-09-20 12:17:03 -04001518 return ssl->ctx->cipher_list_tls11->ciphers;
Adam Langleyfcf25832014-12-18 17:42:32 -08001519 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001520
David Benjamin78f8aab2016-03-10 16:33:58 -05001521 if (ssl->version >= TLS1_VERSION && ssl->ctx->cipher_list_tls10 != NULL) {
David Benjamin32876b32015-09-20 12:17:03 -04001522 return ssl->ctx->cipher_list_tls10->ciphers;
Adam Langleycef75832015-09-03 14:51:12 -07001523 }
1524
David Benjamin78f8aab2016-03-10 16:33:58 -05001525 if (ssl->ctx->cipher_list != NULL) {
David Benjamin32876b32015-09-20 12:17:03 -04001526 return ssl->ctx->cipher_list->ciphers;
Adam Langleyfcf25832014-12-18 17:42:32 -08001527 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001528
Adam Langleyfcf25832014-12-18 17:42:32 -08001529 return NULL;
1530}
Adam Langley95c29f32014-06-20 12:00:00 -07001531
Adam Langleyfcf25832014-12-18 17:42:32 -08001532/* return a STACK of the ciphers available for the SSL and in order of
Adam Langley95c29f32014-06-20 12:00:00 -07001533 * algorithm id */
David Benjamin0d56f882015-12-19 17:05:56 -05001534STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *ssl) {
1535 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001536 return NULL;
1537 }
Adam Langley95c29f32014-06-20 12:00:00 -07001538
David Benjamin0d56f882015-12-19 17:05:56 -05001539 if (ssl->cipher_list_by_id != NULL) {
1540 return ssl->cipher_list_by_id;
Adam Langleyfcf25832014-12-18 17:42:32 -08001541 }
Adam Langley95c29f32014-06-20 12:00:00 -07001542
David Benjamin78f8aab2016-03-10 16:33:58 -05001543 if (ssl->ctx->cipher_list_by_id != NULL) {
David Benjamin0d56f882015-12-19 17:05:56 -05001544 return ssl->ctx->cipher_list_by_id;
Adam Langleyfcf25832014-12-18 17:42:32 -08001545 }
Adam Langley95c29f32014-06-20 12:00:00 -07001546
Adam Langleyfcf25832014-12-18 17:42:32 -08001547 return NULL;
1548}
Adam Langley95c29f32014-06-20 12:00:00 -07001549
David Benjamin32876b32015-09-20 12:17:03 -04001550const char *SSL_get_cipher_list(const SSL *ssl, int n) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001551 const SSL_CIPHER *c;
David Benjamin60da0cd2015-05-03 15:21:28 -04001552 STACK_OF(SSL_CIPHER) *sk;
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001553
David Benjamin32876b32015-09-20 12:17:03 -04001554 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001555 return NULL;
1556 }
Adam Langley95c29f32014-06-20 12:00:00 -07001557
David Benjamin32876b32015-09-20 12:17:03 -04001558 sk = SSL_get_ciphers(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001559 if (sk == NULL || n < 0 || (size_t)n >= sk_SSL_CIPHER_num(sk)) {
1560 return NULL;
1561 }
Adam Langley95c29f32014-06-20 12:00:00 -07001562
Adam Langleyfcf25832014-12-18 17:42:32 -08001563 c = sk_SSL_CIPHER_value(sk, n);
1564 if (c == NULL) {
1565 return NULL;
1566 }
Adam Langley95c29f32014-06-20 12:00:00 -07001567
Adam Langleyfcf25832014-12-18 17:42:32 -08001568 return c->name;
1569}
David Benjamin5491e3f2014-09-29 19:33:09 -04001570
Adam Langleyfcf25832014-12-18 17:42:32 -08001571int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) {
David Benjamin32876b32015-09-20 12:17:03 -04001572 STACK_OF(SSL_CIPHER) *cipher_list = ssl_create_cipher_list(
1573 ctx->method, &ctx->cipher_list, &ctx->cipher_list_by_id, str);
1574 if (cipher_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001575 return 0;
David Benjamin32876b32015-09-20 12:17:03 -04001576 }
1577
1578 /* |ssl_create_cipher_list| may succeed but return an empty cipher list. */
1579 if (sk_SSL_CIPHER_num(cipher_list) == 0) {
David Benjamin3570d732015-06-29 00:28:17 -04001580 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CIPHER_MATCH);
Adam Langleyfcf25832014-12-18 17:42:32 -08001581 return 0;
1582 }
Adam Langley95c29f32014-06-20 12:00:00 -07001583
Adam Langleyfcf25832014-12-18 17:42:32 -08001584 return 1;
1585}
David Benjamin39482a12014-07-20 13:30:15 -04001586
Adam Langleycef75832015-09-03 14:51:12 -07001587int SSL_CTX_set_cipher_list_tls10(SSL_CTX *ctx, const char *str) {
David Benjamin32876b32015-09-20 12:17:03 -04001588 STACK_OF(SSL_CIPHER) *cipher_list = ssl_create_cipher_list(
1589 ctx->method, &ctx->cipher_list_tls10, NULL, str);
1590 if (cipher_list == NULL) {
Adam Langleycef75832015-09-03 14:51:12 -07001591 return 0;
David Benjamin32876b32015-09-20 12:17:03 -04001592 }
1593
1594 /* |ssl_create_cipher_list| may succeed but return an empty cipher list. */
1595 if (sk_SSL_CIPHER_num(cipher_list) == 0) {
Adam Langleycef75832015-09-03 14:51:12 -07001596 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CIPHER_MATCH);
1597 return 0;
1598 }
1599
1600 return 1;
1601}
1602
Adam Langleyfcf25832014-12-18 17:42:32 -08001603int SSL_CTX_set_cipher_list_tls11(SSL_CTX *ctx, const char *str) {
David Benjamin32876b32015-09-20 12:17:03 -04001604 STACK_OF(SSL_CIPHER) *cipher_list = ssl_create_cipher_list(
1605 ctx->method, &ctx->cipher_list_tls11, NULL, str);
1606 if (cipher_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001607 return 0;
David Benjamin32876b32015-09-20 12:17:03 -04001608 }
1609
1610 /* |ssl_create_cipher_list| may succeed but return an empty cipher list. */
1611 if (sk_SSL_CIPHER_num(cipher_list) == 0) {
David Benjamin3570d732015-06-29 00:28:17 -04001612 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CIPHER_MATCH);
Adam Langleyfcf25832014-12-18 17:42:32 -08001613 return 0;
1614 }
David Benjamin9f2c0d72014-10-21 22:00:19 -04001615
Adam Langleyfcf25832014-12-18 17:42:32 -08001616 return 1;
1617}
Adam Langley95c29f32014-06-20 12:00:00 -07001618
David Benjamin32876b32015-09-20 12:17:03 -04001619int SSL_set_cipher_list(SSL *ssl, const char *str) {
1620 STACK_OF(SSL_CIPHER) *cipher_list = ssl_create_cipher_list(
1621 ssl->ctx->method, &ssl->cipher_list, &ssl->cipher_list_by_id, str);
1622 if (cipher_list == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001623 return 0;
David Benjamin32876b32015-09-20 12:17:03 -04001624 }
1625
1626 /* |ssl_create_cipher_list| may succeed but return an empty cipher list. */
1627 if (sk_SSL_CIPHER_num(cipher_list) == 0) {
David Benjamin3570d732015-06-29 00:28:17 -04001628 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_CIPHER_MATCH);
Adam Langleyfcf25832014-12-18 17:42:32 -08001629 return 0;
1630 }
David Benjamin39482a12014-07-20 13:30:15 -04001631
Adam Langleyfcf25832014-12-18 17:42:32 -08001632 return 1;
1633}
Adam Langley95c29f32014-06-20 12:00:00 -07001634
David Benjaminb6a0a512016-06-21 10:33:21 -04001635STACK_OF(SSL_CIPHER) *
David Benjamin1deb41b2016-08-09 19:36:38 -04001636 ssl_parse_client_cipher_list(const struct ssl_early_callback_ctx *ctx) {
David Benjamine14ff062016-08-09 16:21:24 -04001637 CBS cipher_suites;
1638 CBS_init(&cipher_suites, ctx->cipher_suites, ctx->cipher_suites_len);
Adam Langleyfcf25832014-12-18 17:42:32 -08001639
David Benjamine14ff062016-08-09 16:21:24 -04001640 STACK_OF(SSL_CIPHER) *sk = sk_SSL_CIPHER_new_null();
Adam Langleyfcf25832014-12-18 17:42:32 -08001641 if (sk == NULL) {
David Benjamin3570d732015-06-29 00:28:17 -04001642 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001643 goto err;
1644 }
1645
Adam Langleyfcf25832014-12-18 17:42:32 -08001646 while (CBS_len(&cipher_suites) > 0) {
1647 uint16_t cipher_suite;
1648
1649 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
David Benjamine14ff062016-08-09 16:21:24 -04001650 OPENSSL_PUT_ERROR(SSL, SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST);
Adam Langleyfcf25832014-12-18 17:42:32 -08001651 goto err;
1652 }
1653
David Benjamine14ff062016-08-09 16:21:24 -04001654 const SSL_CIPHER *c = SSL_get_cipher_by_value(cipher_suite);
Adam Langleyfcf25832014-12-18 17:42:32 -08001655 if (c != NULL && !sk_SSL_CIPHER_push(sk, c)) {
David Benjamin3570d732015-06-29 00:28:17 -04001656 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
Adam Langleyfcf25832014-12-18 17:42:32 -08001657 goto err;
1658 }
1659 }
1660
1661 return sk;
David Benjamin9f2c0d72014-10-21 22:00:19 -04001662
Adam Langley95c29f32014-06-20 12:00:00 -07001663err:
David Benjamin2755a3e2015-04-22 16:17:58 -04001664 sk_SSL_CIPHER_free(sk);
Adam Langleyfcf25832014-12-18 17:42:32 -08001665 return NULL;
1666}
Adam Langley95c29f32014-06-20 12:00:00 -07001667
David Benjamin07e13842015-10-17 13:48:04 -04001668const char *SSL_get_servername(const SSL *ssl, const int type) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001669 if (type != TLSEXT_NAMETYPE_host_name) {
1670 return NULL;
1671 }
Adam Langley95c29f32014-06-20 12:00:00 -07001672
David Benjamin07e13842015-10-17 13:48:04 -04001673 /* Historically, |SSL_get_servername| was also the configuration getter
1674 * corresponding to |SSL_set_tlsext_host_name|. */
1675 if (ssl->tlsext_hostname != NULL) {
1676 return ssl->tlsext_hostname;
1677 }
1678
Steven Valdez87eab492016-06-27 16:34:59 -04001679 SSL_SESSION *session = SSL_get_session(ssl);
1680 if (session == NULL) {
David Benjamin07e13842015-10-17 13:48:04 -04001681 return NULL;
1682 }
Steven Valdez87eab492016-06-27 16:34:59 -04001683 return session->tlsext_hostname;
Adam Langleyfcf25832014-12-18 17:42:32 -08001684}
Adam Langley95c29f32014-06-20 12:00:00 -07001685
David Benjamin07e13842015-10-17 13:48:04 -04001686int SSL_get_servername_type(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04001687 SSL_SESSION *session = SSL_get_session(ssl);
1688 if (session == NULL || session->tlsext_hostname == NULL) {
1689 return -1;
Adam Langleyfcf25832014-12-18 17:42:32 -08001690 }
Steven Valdez87eab492016-06-27 16:34:59 -04001691 return TLSEXT_NAMETYPE_host_name;
Adam Langleyfcf25832014-12-18 17:42:32 -08001692}
Adam Langley95c29f32014-06-20 12:00:00 -07001693
Adam Langleyfcf25832014-12-18 17:42:32 -08001694void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx) {
1695 ctx->signed_cert_timestamps_enabled = 1;
1696}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001697
Adam Langleyfcf25832014-12-18 17:42:32 -08001698int SSL_enable_signed_cert_timestamps(SSL *ssl) {
1699 ssl->signed_cert_timestamps_enabled = 1;
1700 return 1;
1701}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001702
Adam Langleyfcf25832014-12-18 17:42:32 -08001703void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx) {
1704 ctx->ocsp_stapling_enabled = 1;
1705}
David Benjamin6c7aed02014-08-27 16:42:38 -04001706
Adam Langleyfcf25832014-12-18 17:42:32 -08001707int SSL_enable_ocsp_stapling(SSL *ssl) {
1708 ssl->ocsp_stapling_enabled = 1;
1709 return 1;
1710}
David Benjamin6c7aed02014-08-27 16:42:38 -04001711
Adam Langleyfcf25832014-12-18 17:42:32 -08001712void SSL_get0_signed_cert_timestamp_list(const SSL *ssl, const uint8_t **out,
1713 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001714 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langley3cb50e02014-08-26 14:00:31 -07001715
Adam Langleyfcf25832014-12-18 17:42:32 -08001716 *out_len = 0;
1717 *out = NULL;
1718 if (ssl->server || !session || !session->tlsext_signed_cert_timestamp_list) {
1719 return;
1720 }
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001721
Adam Langleyfcf25832014-12-18 17:42:32 -08001722 *out = session->tlsext_signed_cert_timestamp_list;
1723 *out_len = session->tlsext_signed_cert_timestamp_list_length;
1724}
David Benjamin6c7aed02014-08-27 16:42:38 -04001725
Adam Langleyfcf25832014-12-18 17:42:32 -08001726void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
1727 size_t *out_len) {
Steven Valdez87eab492016-06-27 16:34:59 -04001728 SSL_SESSION *session = SSL_get_session(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08001729
1730 *out_len = 0;
1731 *out = NULL;
1732 if (ssl->server || !session || !session->ocsp_response) {
1733 return;
1734 }
1735 *out = session->ocsp_response;
1736 *out_len = session->ocsp_response_length;
1737}
David Benjamin6c7aed02014-08-27 16:42:38 -04001738
Paul Lietar4fac72e2015-09-09 13:44:55 +01001739int SSL_CTX_set_signed_cert_timestamp_list(SSL_CTX *ctx, const uint8_t *list,
1740 size_t list_len) {
1741 OPENSSL_free(ctx->signed_cert_timestamp_list);
1742 ctx->signed_cert_timestamp_list_length = 0;
1743
1744 ctx->signed_cert_timestamp_list = BUF_memdup(list, list_len);
1745 if (ctx->signed_cert_timestamp_list == NULL) {
1746 return 0;
1747 }
1748 ctx->signed_cert_timestamp_list_length = list_len;
1749
1750 return 1;
1751}
1752
Paul Lietaraeeff2c2015-08-12 11:47:11 +01001753int SSL_CTX_set_ocsp_response(SSL_CTX *ctx, const uint8_t *response,
1754 size_t response_len) {
1755 OPENSSL_free(ctx->ocsp_response);
1756 ctx->ocsp_response_length = 0;
1757
1758 ctx->ocsp_response = BUF_memdup(response, response_len);
1759 if (ctx->ocsp_response == NULL) {
1760 return 0;
1761 }
1762 ctx->ocsp_response_length = response_len;
1763
1764 return 1;
1765}
1766
David Benjamin936aada2016-06-07 19:09:22 -04001767int SSL_set_tlsext_host_name(SSL *ssl, const char *name) {
1768 OPENSSL_free(ssl->tlsext_hostname);
1769 ssl->tlsext_hostname = NULL;
1770
1771 if (name == NULL) {
1772 return 1;
1773 }
1774
1775 size_t len = strlen(name);
1776 if (len == 0 || len > TLSEXT_MAXLEN_host_name) {
1777 OPENSSL_PUT_ERROR(SSL, SSL_R_SSL3_EXT_INVALID_SERVERNAME);
1778 return 0;
1779 }
1780 ssl->tlsext_hostname = BUF_strdup(name);
1781 if (ssl->tlsext_hostname == NULL) {
1782 OPENSSL_PUT_ERROR(SSL, ERR_R_MALLOC_FAILURE);
1783 return 0;
1784 }
1785 return 1;
1786}
1787
1788int SSL_CTX_set_tlsext_servername_callback(
1789 SSL_CTX *ctx, int (*callback)(SSL *ssl, int *out_alert, void *arg)) {
1790 ctx->tlsext_servername_callback = callback;
1791 return 1;
1792}
1793
1794int SSL_CTX_set_tlsext_servername_arg(SSL_CTX *ctx, void *arg) {
1795 ctx->tlsext_servername_arg = arg;
1796 return 1;
1797}
1798
David Benjamin977547b2015-09-16 00:25:52 -04001799int SSL_select_next_proto(uint8_t **out, uint8_t *out_len,
1800 const uint8_t *server, unsigned server_len,
1801 const uint8_t *client, unsigned client_len) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001802 unsigned int i, j;
1803 const uint8_t *result;
1804 int status = OPENSSL_NPN_UNSUPPORTED;
Adam Langley95c29f32014-06-20 12:00:00 -07001805
Adam Langleyfcf25832014-12-18 17:42:32 -08001806 /* For each protocol in server preference order, see if we support it. */
1807 for (i = 0; i < server_len;) {
1808 for (j = 0; j < client_len;) {
1809 if (server[i] == client[j] &&
1810 memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) {
1811 /* We found a match */
1812 result = &server[i];
1813 status = OPENSSL_NPN_NEGOTIATED;
1814 goto found;
1815 }
1816 j += client[j];
1817 j++;
1818 }
1819 i += server[i];
1820 i++;
1821 }
Adam Langley95c29f32014-06-20 12:00:00 -07001822
Adam Langleyfcf25832014-12-18 17:42:32 -08001823 /* There's no overlap between our protocols and the server's list. */
1824 result = client;
1825 status = OPENSSL_NPN_NO_OVERLAP;
Adam Langley95c29f32014-06-20 12:00:00 -07001826
Adam Langleyfcf25832014-12-18 17:42:32 -08001827found:
1828 *out = (uint8_t *)result + 1;
David Benjamin977547b2015-09-16 00:25:52 -04001829 *out_len = result[0];
Adam Langleyfcf25832014-12-18 17:42:32 -08001830 return status;
1831}
Adam Langley95c29f32014-06-20 12:00:00 -07001832
David Benjamin977547b2015-09-16 00:25:52 -04001833void SSL_get0_next_proto_negotiated(const SSL *ssl, const uint8_t **out_data,
1834 unsigned *out_len) {
David Benjamin79978df2015-12-25 15:56:49 -05001835 *out_data = ssl->s3->next_proto_negotiated;
David Benjamin977547b2015-09-16 00:25:52 -04001836 if (*out_data == NULL) {
1837 *out_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001838 } else {
David Benjamin79978df2015-12-25 15:56:49 -05001839 *out_len = ssl->s3->next_proto_negotiated_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001840 }
Adam Langley95c29f32014-06-20 12:00:00 -07001841}
1842
Adam Langleyfcf25832014-12-18 17:42:32 -08001843void SSL_CTX_set_next_protos_advertised_cb(
1844 SSL_CTX *ctx,
David Benjamin977547b2015-09-16 00:25:52 -04001845 int (*cb)(SSL *ssl, const uint8_t **out, unsigned *out_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001846 void *arg) {
1847 ctx->next_protos_advertised_cb = cb;
1848 ctx->next_protos_advertised_cb_arg = arg;
1849}
Adam Langley95c29f32014-06-20 12:00:00 -07001850
Adam Langleyfcf25832014-12-18 17:42:32 -08001851void SSL_CTX_set_next_proto_select_cb(
David Benjamin977547b2015-09-16 00:25:52 -04001852 SSL_CTX *ctx, int (*cb)(SSL *ssl, uint8_t **out, uint8_t *out_len,
1853 const uint8_t *in, unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001854 void *arg) {
1855 ctx->next_proto_select_cb = cb;
1856 ctx->next_proto_select_cb_arg = arg;
1857}
Adam Langley95c29f32014-06-20 12:00:00 -07001858
Adam Langleyfcf25832014-12-18 17:42:32 -08001859int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
1860 unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001861 OPENSSL_free(ctx->alpn_client_proto_list);
Adam Langleyfcf25832014-12-18 17:42:32 -08001862 ctx->alpn_client_proto_list = BUF_memdup(protos, protos_len);
1863 if (!ctx->alpn_client_proto_list) {
1864 return 1;
1865 }
1866 ctx->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001867
Adam Langleyfcf25832014-12-18 17:42:32 -08001868 return 0;
1869}
Adam Langley95c29f32014-06-20 12:00:00 -07001870
Adam Langleyfcf25832014-12-18 17:42:32 -08001871int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001872 OPENSSL_free(ssl->alpn_client_proto_list);
Adam Langleyfcf25832014-12-18 17:42:32 -08001873 ssl->alpn_client_proto_list = BUF_memdup(protos, protos_len);
1874 if (!ssl->alpn_client_proto_list) {
1875 return 1;
1876 }
1877 ssl->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001878
Adam Langleyfcf25832014-12-18 17:42:32 -08001879 return 0;
1880}
Adam Langley95c29f32014-06-20 12:00:00 -07001881
Adam Langleyfcf25832014-12-18 17:42:32 -08001882void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
1883 int (*cb)(SSL *ssl, const uint8_t **out,
David Benjamin8984f1f2015-09-16 00:10:19 -04001884 uint8_t *out_len, const uint8_t *in,
1885 unsigned in_len, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001886 void *arg) {
1887 ctx->alpn_select_cb = cb;
1888 ctx->alpn_select_cb_arg = arg;
1889}
Adam Langley95c29f32014-06-20 12:00:00 -07001890
David Benjamin8984f1f2015-09-16 00:10:19 -04001891void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **out_data,
1892 unsigned *out_len) {
1893 *out_data = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08001894 if (ssl->s3) {
David Benjamin8984f1f2015-09-16 00:10:19 -04001895 *out_data = ssl->s3->alpn_selected;
Adam Langleyfcf25832014-12-18 17:42:32 -08001896 }
David Benjamin8984f1f2015-09-16 00:10:19 -04001897 if (*out_data == NULL) {
1898 *out_len = 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001899 } else {
David Benjamin8984f1f2015-09-16 00:10:19 -04001900 *out_len = ssl->s3->alpn_selected_len;
Adam Langleyfcf25832014-12-18 17:42:32 -08001901 }
1902}
Adam Langley95c29f32014-06-20 12:00:00 -07001903
David Benjamin936aada2016-06-07 19:09:22 -04001904
1905int SSL_CTX_enable_tls_channel_id(SSL_CTX *ctx) {
1906 ctx->tlsext_channel_id_enabled = 1;
1907 return 1;
1908}
1909
1910int SSL_enable_tls_channel_id(SSL *ssl) {
1911 ssl->tlsext_channel_id_enabled = 1;
1912 return 1;
1913}
1914
1915static int is_p256_key(EVP_PKEY *private_key) {
1916 const EC_KEY *ec_key = EVP_PKEY_get0_EC_KEY(private_key);
1917 return ec_key != NULL &&
1918 EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key)) ==
1919 NID_X9_62_prime256v1;
1920}
1921
1922int SSL_CTX_set1_tls_channel_id(SSL_CTX *ctx, EVP_PKEY *private_key) {
1923 if (!is_p256_key(private_key)) {
1924 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
1925 return 0;
1926 }
1927
1928 EVP_PKEY_free(ctx->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07001929 EVP_PKEY_up_ref(private_key);
1930 ctx->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04001931 ctx->tlsext_channel_id_enabled = 1;
1932
1933 return 1;
1934}
1935
1936int SSL_set1_tls_channel_id(SSL *ssl, EVP_PKEY *private_key) {
1937 if (!is_p256_key(private_key)) {
1938 OPENSSL_PUT_ERROR(SSL, SSL_R_CHANNEL_ID_NOT_P256);
1939 return 0;
1940 }
1941
1942 EVP_PKEY_free(ssl->tlsext_channel_id_private);
Adam Langley310d3f62016-07-12 10:39:20 -07001943 EVP_PKEY_up_ref(private_key);
1944 ssl->tlsext_channel_id_private = private_key;
David Benjamin936aada2016-06-07 19:09:22 -04001945 ssl->tlsext_channel_id_enabled = 1;
1946
1947 return 1;
1948}
1949
1950size_t SSL_get_tls_channel_id(SSL *ssl, uint8_t *out, size_t max_out) {
1951 if (!ssl->s3->tlsext_channel_id_valid) {
1952 return 0;
1953 }
1954 memcpy(out, ssl->s3->tlsext_channel_id, (max_out < 64) ? max_out : 64);
1955 return 64;
1956}
1957
Adam Langleyfcf25832014-12-18 17:42:32 -08001958void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
David Benjamin59937042015-09-19 13:04:22 -04001959 int (*cb)(X509_STORE_CTX *store_ctx,
1960 void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001961 void *arg) {
1962 ctx->app_verify_callback = cb;
1963 ctx->app_verify_arg = arg;
1964}
Adam Langley95c29f32014-06-20 12:00:00 -07001965
Adam Langleyfcf25832014-12-18 17:42:32 -08001966void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
1967 int (*cb)(int, X509_STORE_CTX *)) {
1968 ctx->verify_mode = mode;
1969 ctx->default_verify_callback = cb;
1970}
Adam Langley95c29f32014-06-20 12:00:00 -07001971
Adam Langleyfcf25832014-12-18 17:42:32 -08001972void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) {
1973 X509_VERIFY_PARAM_set_depth(ctx->param, depth);
1974}
Adam Langley1258b6a2014-06-20 12:00:00 -07001975
David Benjamin7481d392015-07-05 19:38:46 -04001976void SSL_CTX_set_cert_cb(SSL_CTX *ctx, int (*cb)(SSL *ssl, void *arg),
Adam Langleyfcf25832014-12-18 17:42:32 -08001977 void *arg) {
David Benjamin7481d392015-07-05 19:38:46 -04001978 ssl_cert_set_cert_cb(ctx->cert, cb, arg);
Adam Langleyfcf25832014-12-18 17:42:32 -08001979}
David Benjamin859ec3c2014-09-02 16:29:36 -04001980
David Benjamin7481d392015-07-05 19:38:46 -04001981void SSL_set_cert_cb(SSL *ssl, int (*cb)(SSL *ssl, void *arg), void *arg) {
1982 ssl_cert_set_cert_cb(ssl->cert, cb, arg);
Adam Langleyfcf25832014-12-18 17:42:32 -08001983}
Adam Langley95c29f32014-06-20 12:00:00 -07001984
David Benjamin936aada2016-06-07 19:09:22 -04001985size_t SSL_get0_certificate_types(SSL *ssl, const uint8_t **out_types) {
David Benjamin5744ca62016-06-13 14:05:19 -04001986 if (ssl->server) {
David Benjamin936aada2016-06-07 19:09:22 -04001987 *out_types = NULL;
1988 return 0;
1989 }
1990 *out_types = ssl->s3->tmp.certificate_types;
1991 return ssl->s3->tmp.num_certificate_types;
1992}
1993
David Benjamin0d56f882015-12-19 17:05:56 -05001994void ssl_get_compatible_server_ciphers(SSL *ssl, uint32_t *out_mask_k,
David Benjamin107db582015-04-08 00:41:59 -04001995 uint32_t *out_mask_a) {
David Benjamin83680502016-05-02 13:15:52 -04001996 uint32_t mask_k = 0;
1997 uint32_t mask_a = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001998
David Benjamin0d56f882015-12-19 17:05:56 -05001999 if (ssl->cert->x509 != NULL && ssl_has_private_key(ssl)) {
David Benjamin0c0b7e12016-07-14 13:47:55 -04002000 int type = ssl_private_key_type(ssl);
2001 if (type == NID_rsaEncryption) {
David Benjamin83680502016-05-02 13:15:52 -04002002 mask_k |= SSL_kRSA;
2003 mask_a |= SSL_aRSA;
David Benjamin0c0b7e12016-07-14 13:47:55 -04002004 } else if (ssl_is_ecdsa_key_type(type)) {
David Benjamin83680502016-05-02 13:15:52 -04002005 /* An ECC certificate may be usable for ECDSA cipher suites depending on
Steven Valdezce902a92016-05-17 11:47:53 -04002006 * the key usage extension and on the client's group preferences. */
David Benjamin83680502016-05-02 13:15:52 -04002007 X509 *x = ssl->cert->x509;
2008 /* This call populates extension flags (ex_flags). */
2009 X509_check_purpose(x, -1, 0);
2010 int ecdsa_ok = (x->ex_flags & EXFLAG_KUSAGE)
2011 ? (x->ex_kusage & X509v3_KU_DIGITAL_SIGNATURE)
2012 : 1;
2013 if (ecdsa_ok && tls1_check_ec_cert(ssl, x)) {
2014 mask_a |= SSL_aECDSA;
2015 }
David Benjamind1d80782015-07-05 11:54:09 -04002016 }
2017 }
nagendra modadugu601448a2015-07-24 09:31:31 -07002018
David Benjamin83680502016-05-02 13:15:52 -04002019 if (ssl->cert->dh_tmp != NULL || ssl->cert->dh_tmp_cb != NULL) {
David Benjamin7061e282015-03-19 11:10:48 -04002020 mask_k |= SSL_kDHE;
Adam Langleyfcf25832014-12-18 17:42:32 -08002021 }
Adam Langley95c29f32014-06-20 12:00:00 -07002022
Steven Valdezce902a92016-05-17 11:47:53 -04002023 /* Check for a shared group to consider ECDHE ciphers. */
David Benjamin4298d772015-12-19 00:18:25 -05002024 uint16_t unused;
Steven Valdezce902a92016-05-17 11:47:53 -04002025 if (tls1_get_shared_group(ssl, &unused)) {
David Benjamin7061e282015-03-19 11:10:48 -04002026 mask_k |= SSL_kECDHE;
Adam Langleyfcf25832014-12-18 17:42:32 -08002027 }
Adam Langley95c29f32014-06-20 12:00:00 -07002028
Matt Braithwaite053931e2016-05-25 12:06:05 -07002029 /* CECPQ1 ciphers are always acceptable if supported by both sides. */
2030 mask_k |= SSL_kCECPQ1;
2031
Adam Langleyfcf25832014-12-18 17:42:32 -08002032 /* PSK requires a server callback. */
David Benjamin0d56f882015-12-19 17:05:56 -05002033 if (ssl->psk_server_callback != NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002034 mask_k |= SSL_kPSK;
2035 mask_a |= SSL_aPSK;
2036 }
Adam Langley95c29f32014-06-20 12:00:00 -07002037
Adam Langleyfcf25832014-12-18 17:42:32 -08002038 *out_mask_k = mask_k;
2039 *out_mask_a = mask_a;
2040}
Adam Langley95c29f32014-06-20 12:00:00 -07002041
David Benjamin1269ddd2015-10-18 15:18:55 -04002042void ssl_update_cache(SSL *ssl, int mode) {
2043 SSL_CTX *ctx = ssl->initial_ctx;
David Benjaminb6d0c6d2015-03-19 19:07:26 -04002044 /* Never cache sessions with empty session IDs. */
Steven Valdez87eab492016-06-27 16:34:59 -04002045 if (ssl->s3->established_session->session_id_length == 0 ||
David Benjamin1269ddd2015-10-18 15:18:55 -04002046 (ctx->session_cache_mode & mode) != mode) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002047 return;
2048 }
Adam Langley95c29f32014-06-20 12:00:00 -07002049
David Benjamin1269ddd2015-10-18 15:18:55 -04002050 /* Clients never use the internal session cache. */
2051 int use_internal_cache = ssl->server && !(ctx->session_cache_mode &
2052 SSL_SESS_CACHE_NO_INTERNAL_STORE);
David Benjamin95d31822015-06-15 19:53:32 -04002053
David Benjamin1269ddd2015-10-18 15:18:55 -04002054 /* A client may see new sessions on abbreviated handshakes if the server
2055 * decides to renew the ticket. Once the handshake is completed, it should be
2056 * inserted into the cache. */
Steven Valdez87eab492016-06-27 16:34:59 -04002057 if (ssl->s3->established_session != ssl->session ||
2058 (!ssl->server && ssl->tlsext_ticket_expected)) {
David Benjamin1269ddd2015-10-18 15:18:55 -04002059 if (use_internal_cache) {
Steven Valdez87eab492016-06-27 16:34:59 -04002060 SSL_CTX_add_session(ctx, ssl->s3->established_session);
David Benjamin1269ddd2015-10-18 15:18:55 -04002061 }
David Benjaminb9195402016-08-05 10:51:43 -04002062 if (ctx->new_session_cb != NULL) {
2063 SSL_SESSION_up_ref(ssl->s3->established_session);
2064 if (!ctx->new_session_cb(ssl, ssl->s3->established_session)) {
2065 /* |new_session_cb|'s return value signals whether it took ownership. */
2066 SSL_SESSION_free(ssl->s3->established_session);
2067 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002068 }
2069 }
Adam Langley95c29f32014-06-20 12:00:00 -07002070
David Benjamin1269ddd2015-10-18 15:18:55 -04002071 if (use_internal_cache &&
2072 !(ctx->session_cache_mode & SSL_SESS_CACHE_NO_AUTO_CLEAR)) {
David Benjaminb6d0c6d2015-03-19 19:07:26 -04002073 /* Automatically flush the internal session cache every 255 connections. */
2074 int flush_cache = 0;
Adam Langley4bdb6e42015-05-15 15:29:21 -07002075 CRYPTO_MUTEX_lock_write(&ctx->lock);
David Benjaminb6d0c6d2015-03-19 19:07:26 -04002076 ctx->handshakes_since_cache_flush++;
2077 if (ctx->handshakes_since_cache_flush >= 255) {
2078 flush_cache = 1;
2079 ctx->handshakes_since_cache_flush = 0;
2080 }
David Benjamin29270de2016-05-24 15:28:36 +00002081 CRYPTO_MUTEX_unlock_write(&ctx->lock);
David Benjaminb6d0c6d2015-03-19 19:07:26 -04002082
2083 if (flush_cache) {
David Benjamin721e8b72016-08-03 13:13:17 -04002084 struct timeval now;
2085 ssl_get_current_time(ssl, &now);
2086 SSL_CTX_flush_sessions(ctx, (long)now.tv_sec);
Adam Langleyfcf25832014-12-18 17:42:32 -08002087 }
2088 }
2089}
Adam Langley95c29f32014-06-20 12:00:00 -07002090
Adam Langleyfcf25832014-12-18 17:42:32 -08002091static const char *ssl_get_version(int version) {
2092 switch (version) {
Steven Valdez4f94b1c2016-05-24 12:31:07 -04002093 case TLS1_3_VERSION:
2094 return "TLSv1.3";
2095
Adam Langleyfcf25832014-12-18 17:42:32 -08002096 case TLS1_2_VERSION:
2097 return "TLSv1.2";
Adam Langley95c29f32014-06-20 12:00:00 -07002098
Adam Langleyfcf25832014-12-18 17:42:32 -08002099 case TLS1_1_VERSION:
2100 return "TLSv1.1";
Adam Langley95c29f32014-06-20 12:00:00 -07002101
Adam Langleyfcf25832014-12-18 17:42:32 -08002102 case TLS1_VERSION:
2103 return "TLSv1";
Adam Langley95c29f32014-06-20 12:00:00 -07002104
Adam Langleyfcf25832014-12-18 17:42:32 -08002105 case SSL3_VERSION:
2106 return "SSLv3";
Adam Langley95c29f32014-06-20 12:00:00 -07002107
David Benjamin1c722b72015-04-20 13:53:10 -04002108 case DTLS1_VERSION:
2109 return "DTLSv1";
2110
2111 case DTLS1_2_VERSION:
2112 return "DTLSv1.2";
2113
Adam Langleyfcf25832014-12-18 17:42:32 -08002114 default:
2115 return "unknown";
2116 }
2117}
Adam Langley95c29f32014-06-20 12:00:00 -07002118
David Benjamin42fea372015-09-19 01:22:44 -04002119const char *SSL_get_version(const SSL *ssl) {
2120 return ssl_get_version(ssl->version);
Adam Langleyfcf25832014-12-18 17:42:32 -08002121}
Adam Langley95c29f32014-06-20 12:00:00 -07002122
David Benjamina6b8cdf2015-09-13 14:07:33 -04002123const char *SSL_SESSION_get_version(const SSL_SESSION *session) {
2124 return ssl_get_version(session->ssl_version);
Adam Langleyfcf25832014-12-18 17:42:32 -08002125}
Adam Langley95c29f32014-06-20 12:00:00 -07002126
David Benjamin0d56f882015-12-19 17:05:56 -05002127X509 *SSL_get_certificate(const SSL *ssl) {
2128 if (ssl->cert != NULL) {
2129 return ssl->cert->x509;
Adam Langleyfcf25832014-12-18 17:42:32 -08002130 }
2131
2132 return NULL;
2133}
2134
David Benjamin0d56f882015-12-19 17:05:56 -05002135EVP_PKEY *SSL_get_privatekey(const SSL *ssl) {
2136 if (ssl->cert != NULL) {
2137 return ssl->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002138 }
2139
2140 return NULL;
2141}
2142
2143X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) {
2144 if (ctx->cert != NULL) {
David Benjamind1d80782015-07-05 11:54:09 -04002145 return ctx->cert->x509;
Adam Langleyfcf25832014-12-18 17:42:32 -08002146 }
2147
2148 return NULL;
2149}
2150
2151EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
2152 if (ctx->cert != NULL) {
David Benjamind1d80782015-07-05 11:54:09 -04002153 return ctx->cert->privatekey;
Adam Langleyfcf25832014-12-18 17:42:32 -08002154 }
2155
2156 return NULL;
2157}
2158
David Benjamin42fea372015-09-19 01:22:44 -04002159const SSL_CIPHER *SSL_get_current_cipher(const SSL *ssl) {
David Benjamin79978df2015-12-25 15:56:49 -05002160 if (ssl->s3->aead_write_ctx == NULL) {
David Benjamina07c0fc2015-05-13 13:19:42 -04002161 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002162 }
David Benjamin79978df2015-12-25 15:56:49 -05002163 return ssl->s3->aead_write_ctx->cipher;
Adam Langleyfcf25832014-12-18 17:42:32 -08002164}
2165
David Benjamin936aada2016-06-07 19:09:22 -04002166int SSL_session_reused(const SSL *ssl) {
Steven Valdez4aa154e2016-07-29 14:32:55 -04002167 return ssl->s3->session_reused;
David Benjamin936aada2016-06-07 19:09:22 -04002168}
2169
David Benjamin0d56f882015-12-19 17:05:56 -05002170const COMP_METHOD *SSL_get_current_compression(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002171
David Benjamin0d56f882015-12-19 17:05:56 -05002172const COMP_METHOD *SSL_get_current_expansion(SSL *ssl) { return NULL; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002173
Adam Langley29ec5d12016-03-01 16:12:28 -08002174int *SSL_get_server_tmp_key(SSL *ssl, EVP_PKEY **out_key) { return 0; }
2175
David Benjamin30152fd2016-05-05 20:45:48 -04002176int ssl_is_wbio_buffered(const SSL *ssl) {
David Benjamin2f871122016-05-20 14:27:17 -04002177 return ssl->bbio != NULL;
David Benjamin30152fd2016-05-05 20:45:48 -04002178}
2179
David Benjaminb095f0f2016-05-05 21:50:24 -04002180int ssl_init_wbio_buffer(SSL *ssl) {
David Benjamin2f871122016-05-20 14:27:17 -04002181 if (ssl->bbio != NULL) {
2182 /* Already buffered. */
2183 assert(ssl->bbio == ssl->wbio);
2184 return 1;
Adam Langleyfcf25832014-12-18 17:42:32 -08002185 }
2186
David Benjamin2f871122016-05-20 14:27:17 -04002187 BIO *bbio = BIO_new(BIO_f_buffer());
2188 if (bbio == NULL ||
2189 !BIO_set_read_buffer_size(bbio, 1)) {
2190 BIO_free(bbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08002191 return 0;
2192 }
2193
David Benjamin2f871122016-05-20 14:27:17 -04002194 ssl->bbio = bbio;
2195 ssl->wbio = BIO_push(bbio, ssl->wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08002196 return 1;
2197}
2198
David Benjamin0d56f882015-12-19 17:05:56 -05002199void ssl_free_wbio_buffer(SSL *ssl) {
2200 if (ssl->bbio == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002201 return;
2202 }
2203
David Benjamin2f871122016-05-20 14:27:17 -04002204 assert(ssl->bbio == ssl->wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -08002205
David Benjamin2f871122016-05-20 14:27:17 -04002206 ssl->wbio = BIO_pop(ssl->wbio);
David Benjamin0d56f882015-12-19 17:05:56 -05002207 BIO_free(ssl->bbio);
2208 ssl->bbio = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002209}
2210
2211void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) {
Adam Langleybb85f3d2015-10-28 18:44:11 -07002212 ctx->quiet_shutdown = (mode != 0);
Adam Langleyfcf25832014-12-18 17:42:32 -08002213}
2214
2215int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) {
2216 return ctx->quiet_shutdown;
2217}
2218
Adam Langleybb85f3d2015-10-28 18:44:11 -07002219void SSL_set_quiet_shutdown(SSL *ssl, int mode) {
2220 ssl->quiet_shutdown = (mode != 0);
2221}
Adam Langleyfcf25832014-12-18 17:42:32 -08002222
David Benjamin9f859492015-10-03 10:44:30 -04002223int SSL_get_quiet_shutdown(const SSL *ssl) { return ssl->quiet_shutdown; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002224
David Benjamin63006a92015-10-18 00:00:06 -04002225void SSL_set_shutdown(SSL *ssl, int mode) {
2226 /* It is an error to clear any bits that have already been set. (We can't try
2227 * to get a second close_notify or send two.) */
David Benjaminfa214e42016-05-10 17:03:10 -04002228 assert((SSL_get_shutdown(ssl) & mode) == SSL_get_shutdown(ssl));
David Benjamin63006a92015-10-18 00:00:06 -04002229
David Benjaminfa214e42016-05-10 17:03:10 -04002230 if (mode & SSL_RECEIVED_SHUTDOWN &&
2231 ssl->s3->recv_shutdown == ssl_shutdown_none) {
2232 ssl->s3->recv_shutdown = ssl_shutdown_close_notify;
2233 }
2234
2235 if (mode & SSL_SENT_SHUTDOWN &&
2236 ssl->s3->send_shutdown == ssl_shutdown_none) {
2237 ssl->s3->send_shutdown = ssl_shutdown_close_notify;
2238 }
David Benjamin63006a92015-10-18 00:00:06 -04002239}
Adam Langleyfcf25832014-12-18 17:42:32 -08002240
David Benjaminfa214e42016-05-10 17:03:10 -04002241int SSL_get_shutdown(const SSL *ssl) {
2242 int ret = 0;
2243 if (ssl->s3->recv_shutdown != ssl_shutdown_none) {
2244 /* Historically, OpenSSL set |SSL_RECEIVED_SHUTDOWN| on both close_notify
2245 * and fatal alert. */
2246 ret |= SSL_RECEIVED_SHUTDOWN;
2247 }
2248 if (ssl->s3->send_shutdown == ssl_shutdown_close_notify) {
2249 /* Historically, OpenSSL set |SSL_SENT_SHUTDOWN| on only close_notify. */
2250 ret |= SSL_SENT_SHUTDOWN;
2251 }
2252 return ret;
2253}
Adam Langleyfcf25832014-12-18 17:42:32 -08002254
David Benjamin9f859492015-10-03 10:44:30 -04002255int SSL_version(const SSL *ssl) { return ssl->version; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002256
2257SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) { return ssl->ctx; }
2258
2259SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) {
2260 if (ssl->ctx == ctx) {
2261 return ssl->ctx;
2262 }
2263
2264 if (ctx == NULL) {
2265 ctx = ssl->initial_ctx;
2266 }
2267
David Benjamin2755a3e2015-04-22 16:17:58 -04002268 ssl_cert_free(ssl->cert);
Adam Langleyfcf25832014-12-18 17:42:32 -08002269 ssl->cert = ssl_cert_dup(ctx->cert);
David Benjamin2755a3e2015-04-22 16:17:58 -04002270
Adam Langley0b5e3902015-05-15 13:08:38 -07002271 CRYPTO_refcount_inc(&ctx->references);
David Benjamin2755a3e2015-04-22 16:17:58 -04002272 SSL_CTX_free(ssl->ctx); /* decrement reference count */
Adam Langleyfcf25832014-12-18 17:42:32 -08002273 ssl->ctx = ctx;
2274
2275 ssl->sid_ctx_length = ctx->sid_ctx_length;
2276 assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx));
2277 memcpy(ssl->sid_ctx, ctx->sid_ctx, sizeof(ssl->sid_ctx));
2278
2279 return ssl->ctx;
2280}
2281
2282int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) {
2283 return X509_STORE_set_default_paths(ctx->cert_store);
2284}
Adam Langley95c29f32014-06-20 12:00:00 -07002285
David Benjamin59937042015-09-19 13:04:22 -04002286int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *ca_file,
2287 const char *ca_dir) {
2288 return X509_STORE_load_locations(ctx->cert_store, ca_file, ca_dir);
Adam Langleyfcf25832014-12-18 17:42:32 -08002289}
Adam Langley95c29f32014-06-20 12:00:00 -07002290
2291void SSL_set_info_callback(SSL *ssl,
David Benjamin82170242015-10-17 22:51:17 -04002292 void (*cb)(const SSL *ssl, int type, int value)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002293 ssl->info_callback = cb;
2294}
Adam Langley95c29f32014-06-20 12:00:00 -07002295
David Benjamin82170242015-10-17 22:51:17 -04002296void (*SSL_get_info_callback(const SSL *ssl))(const SSL *ssl, int type,
2297 int value) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002298 return ssl->info_callback;
2299}
Adam Langley95c29f32014-06-20 12:00:00 -07002300
Adam Langleyfcf25832014-12-18 17:42:32 -08002301int SSL_state(const SSL *ssl) { return ssl->state; }
Adam Langley95c29f32014-06-20 12:00:00 -07002302
David Benjaminece089c2015-05-15 23:52:42 -04002303void SSL_set_state(SSL *ssl, int state) { }
Adam Langley95c29f32014-06-20 12:00:00 -07002304
Emily Stark95a79ee2016-02-25 21:12:28 -08002305char *SSL_get_shared_ciphers(const SSL *ssl, char *buf, int len) {
2306 if (len <= 0) {
2307 return NULL;
2308 }
2309 buf[0] = '\0';
2310 return buf;
2311}
2312
David Benjamin59937042015-09-19 13:04:22 -04002313void SSL_set_verify_result(SSL *ssl, long result) {
David Benjamin93d97432016-08-08 21:22:47 -04002314 if (result != X509_V_OK) {
2315 abort();
2316 }
David Benjamin59937042015-09-19 13:04:22 -04002317}
Adam Langley95c29f32014-06-20 12:00:00 -07002318
David Benjamin7aa31d62016-08-08 21:38:32 -04002319long SSL_get_verify_result(const SSL *ssl) {
2320 SSL_SESSION *session = SSL_get_session(ssl);
2321 if (session == NULL) {
2322 return X509_V_ERR_INVALID_CALL;
2323 }
2324 return session->verify_result;
2325}
Adam Langley95c29f32014-06-20 12:00:00 -07002326
David Benjamin8a589332015-12-04 23:14:35 -05002327int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
Adam Langleyfcf25832014-12-18 17:42:32 -08002328 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002329 int index;
2330 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
David Benjamin8a589332015-12-04 23:14:35 -05002331 dup_func, free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002332 return -1;
2333 }
2334 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002335}
Adam Langley95c29f32014-06-20 12:00:00 -07002336
David Benjamin1ac08fe2015-09-15 01:36:22 -04002337int SSL_set_ex_data(SSL *ssl, int idx, void *arg) {
2338 return CRYPTO_set_ex_data(&ssl->ex_data, idx, arg);
Adam Langleyfcf25832014-12-18 17:42:32 -08002339}
Adam Langley95c29f32014-06-20 12:00:00 -07002340
David Benjamin1ac08fe2015-09-15 01:36:22 -04002341void *SSL_get_ex_data(const SSL *ssl, int idx) {
2342 return CRYPTO_get_ex_data(&ssl->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002343}
Adam Langley95c29f32014-06-20 12:00:00 -07002344
David Benjamin8a589332015-12-04 23:14:35 -05002345int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_unused *unused,
Adam Langleyfcf25832014-12-18 17:42:32 -08002346 CRYPTO_EX_dup *dup_func,
2347 CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002348 int index;
2349 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
David Benjamin8a589332015-12-04 23:14:35 -05002350 dup_func, free_func)) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002351 return -1;
2352 }
2353 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002354}
Adam Langley95c29f32014-06-20 12:00:00 -07002355
David Benjamin1ac08fe2015-09-15 01:36:22 -04002356int SSL_CTX_set_ex_data(SSL_CTX *ctx, int idx, void *arg) {
2357 return CRYPTO_set_ex_data(&ctx->ex_data, idx, arg);
Adam Langleyfcf25832014-12-18 17:42:32 -08002358}
Adam Langley95c29f32014-06-20 12:00:00 -07002359
David Benjamin1ac08fe2015-09-15 01:36:22 -04002360void *SSL_CTX_get_ex_data(const SSL_CTX *ctx, int idx) {
2361 return CRYPTO_get_ex_data(&ctx->ex_data, idx);
Adam Langleyfcf25832014-12-18 17:42:32 -08002362}
Adam Langley95c29f32014-06-20 12:00:00 -07002363
Adam Langleyfcf25832014-12-18 17:42:32 -08002364X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) {
2365 return ctx->cert_store;
2366}
Adam Langley95c29f32014-06-20 12:00:00 -07002367
Adam Langleyfcf25832014-12-18 17:42:32 -08002368void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) {
David Benjamin2755a3e2015-04-22 16:17:58 -04002369 X509_STORE_free(ctx->cert_store);
Adam Langleyfcf25832014-12-18 17:42:32 -08002370 ctx->cert_store = store;
2371}
Adam Langley95c29f32014-06-20 12:00:00 -07002372
David Benjamin93d17492015-10-17 12:43:36 -04002373int SSL_want(const SSL *ssl) { return ssl->rwstate; }
Adam Langley95c29f32014-06-20 12:00:00 -07002374
Adam Langleyfcf25832014-12-18 17:42:32 -08002375void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2376 RSA *(*cb)(SSL *ssl, int is_export,
2377 int keylength)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002378}
Adam Langley95c29f32014-06-20 12:00:00 -07002379
Adam Langleyfcf25832014-12-18 17:42:32 -08002380void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export,
2381 int keylength)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002382}
2383
2384void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
David Benjamin59015c32015-04-26 13:13:55 -04002385 DH *(*callback)(SSL *ssl, int is_export,
2386 int keylength)) {
2387 ctx->cert->dh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002388}
2389
David Benjamin59015c32015-04-26 13:13:55 -04002390void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*callback)(SSL *ssl, int is_export,
2391 int keylength)) {
2392 ssl->cert->dh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002393}
2394
David Benjamin9e68f192016-06-30 14:55:33 -04002395unsigned SSL_get_dhe_group_size(const SSL *ssl) {
2396 /* TODO(davidben): This checks the wrong session if there is a renegotiation in
2397 * progress. */
Steven Valdez87eab492016-06-27 16:34:59 -04002398 SSL_SESSION *session = SSL_get_session(ssl);
2399 if (session == NULL ||
2400 session->cipher == NULL ||
2401 !SSL_CIPHER_is_DHE(session->cipher)) {
David Benjamin9e68f192016-06-30 14:55:33 -04002402 return 0;
2403 }
2404
Steven Valdez87eab492016-06-27 16:34:59 -04002405 return session->key_exchange_info;
David Benjamin9e68f192016-06-30 14:55:33 -04002406}
2407
Adam Langleyfcf25832014-12-18 17:42:32 -08002408int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) {
2409 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04002410 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08002411 return 0;
2412 }
2413
David Benjamin2755a3e2015-04-22 16:17:58 -04002414 OPENSSL_free(ctx->psk_identity_hint);
Adam Langleyfcf25832014-12-18 17:42:32 -08002415
2416 if (identity_hint != NULL) {
2417 ctx->psk_identity_hint = BUF_strdup(identity_hint);
2418 if (ctx->psk_identity_hint == NULL) {
2419 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002420 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002421 } else {
2422 ctx->psk_identity_hint = NULL;
2423 }
Adam Langley95c29f32014-06-20 12:00:00 -07002424
Adam Langleyfcf25832014-12-18 17:42:32 -08002425 return 1;
2426}
2427
David Benjamine8814df2015-09-15 08:05:54 -04002428int SSL_use_psk_identity_hint(SSL *ssl, const char *identity_hint) {
2429 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002430 return 0;
2431 }
2432
2433 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
David Benjamin3570d732015-06-29 00:28:17 -04002434 OPENSSL_PUT_ERROR(SSL, SSL_R_DATA_LENGTH_TOO_LONG);
Adam Langleyfcf25832014-12-18 17:42:32 -08002435 return 0;
2436 }
2437
2438 /* Clear currently configured hint, if any. */
David Benjamine8814df2015-09-15 08:05:54 -04002439 OPENSSL_free(ssl->psk_identity_hint);
2440 ssl->psk_identity_hint = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002441
David Benjamin78679342016-09-16 19:42:05 -04002442 /* Treat the empty hint as not supplying one. Plain PSK makes it possible to
2443 * send either no hint (omit ServerKeyExchange) or an empty hint, while
2444 * ECDHE_PSK can only spell empty hint. Having different capabilities is odd,
2445 * so we interpret empty and missing as identical. */
2446 if (identity_hint != NULL && identity_hint[0] != '\0') {
David Benjamine8814df2015-09-15 08:05:54 -04002447 ssl->psk_identity_hint = BUF_strdup(identity_hint);
2448 if (ssl->psk_identity_hint == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002449 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002450 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002451 }
Adam Langley95c29f32014-06-20 12:00:00 -07002452
Adam Langleyfcf25832014-12-18 17:42:32 -08002453 return 1;
2454}
Adam Langley95c29f32014-06-20 12:00:00 -07002455
David Benjamine8814df2015-09-15 08:05:54 -04002456const char *SSL_get_psk_identity_hint(const SSL *ssl) {
2457 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002458 return NULL;
2459 }
David Benjamine8814df2015-09-15 08:05:54 -04002460 return ssl->psk_identity_hint;
Adam Langleyfcf25832014-12-18 17:42:32 -08002461}
Adam Langley95c29f32014-06-20 12:00:00 -07002462
David Benjamine8814df2015-09-15 08:05:54 -04002463const char *SSL_get_psk_identity(const SSL *ssl) {
Steven Valdez87eab492016-06-27 16:34:59 -04002464 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002465 return NULL;
2466 }
Steven Valdez87eab492016-06-27 16:34:59 -04002467 SSL_SESSION *session = SSL_get_session(ssl);
2468 if (session == NULL) {
2469 return NULL;
2470 }
2471 return session->psk_identity;
Adam Langleyfcf25832014-12-18 17:42:32 -08002472}
Adam Langley95c29f32014-06-20 12:00:00 -07002473
Adam Langleyfcf25832014-12-18 17:42:32 -08002474void SSL_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002475 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2476 unsigned max_identity_len, uint8_t *psk,
2477 unsigned max_psk_len)) {
2478 ssl->psk_client_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002479}
Adam Langley95c29f32014-06-20 12:00:00 -07002480
Adam Langleyfcf25832014-12-18 17:42:32 -08002481void SSL_CTX_set_psk_client_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002482 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *hint, char *identity,
2483 unsigned max_identity_len, uint8_t *psk,
2484 unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002485 ctx->psk_client_callback = cb;
2486}
Adam Langley95c29f32014-06-20 12:00:00 -07002487
Adam Langleyfcf25832014-12-18 17:42:32 -08002488void SSL_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002489 SSL *ssl, unsigned (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2490 unsigned max_psk_len)) {
2491 ssl->psk_server_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002492}
Adam Langley95c29f32014-06-20 12:00:00 -07002493
Adam Langleyfcf25832014-12-18 17:42:32 -08002494void SSL_CTX_set_psk_server_callback(
David Benjamine8814df2015-09-15 08:05:54 -04002495 SSL_CTX *ctx, unsigned (*cb)(SSL *ssl, const char *identity,
2496 uint8_t *psk, unsigned max_psk_len)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002497 ctx->psk_server_callback = cb;
2498}
Adam Langley95c29f32014-06-20 12:00:00 -07002499
Adam Langleyfcf25832014-12-18 17:42:32 -08002500void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
2501 void (*cb)(int write_p, int version,
2502 int content_type, const void *buf,
2503 size_t len, SSL *ssl, void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002504 ctx->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002505}
David Benjamin61ecccf2015-05-05 09:44:51 -04002506
2507void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg) {
2508 ctx->msg_callback_arg = arg;
2509}
2510
Adam Langleyfcf25832014-12-18 17:42:32 -08002511void SSL_set_msg_callback(SSL *ssl,
2512 void (*cb)(int write_p, int version, int content_type,
2513 const void *buf, size_t len, SSL *ssl,
2514 void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002515 ssl->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002516}
Adam Langley95c29f32014-06-20 12:00:00 -07002517
David Benjamin61ecccf2015-05-05 09:44:51 -04002518void SSL_set_msg_callback_arg(SSL *ssl, void *arg) {
2519 ssl->msg_callback_arg = arg;
2520}
2521
David Benjamind28f59c2015-11-17 22:32:50 -05002522void SSL_CTX_set_keylog_callback(SSL_CTX *ctx,
2523 void (*cb)(const SSL *ssl, const char *line)) {
2524 ctx->keylog_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002525}
Adam Langley95c29f32014-06-20 12:00:00 -07002526
David Benjamin6e3f5cc2016-09-14 14:43:14 -04002527void (*SSL_CTX_get_keylog_callback(const SSL_CTX *ctx))(const SSL *ssl,
2528 const char *line) {
2529 return ctx->keylog_callback;
2530}
2531
Taylor Brandstetter9edb2c62016-06-08 15:26:59 -07002532void SSL_CTX_set_current_time_cb(SSL_CTX *ctx,
2533 void (*cb)(const SSL *ssl,
2534 struct timeval *out_clock)) {
2535 ctx->current_time_cb = cb;
2536}
2537
Adam Langleyfcf25832014-12-18 17:42:32 -08002538static int cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) {
2539 static const char hextable[] = "0123456789abcdef";
2540 uint8_t *out;
Adam Langley95c29f32014-06-20 12:00:00 -07002541
Adam Langleyfcf25832014-12-18 17:42:32 -08002542 if (!CBB_add_space(cbb, &out, in_len * 2)) {
2543 return 0;
2544 }
Adam Langley95c29f32014-06-20 12:00:00 -07002545
David Benjamin54091232016-09-05 12:47:25 -04002546 for (size_t i = 0; i < in_len; i++) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002547 *(out++) = (uint8_t)hextable[in[i] >> 4];
2548 *(out++) = (uint8_t)hextable[in[i] & 0xf];
2549 }
Adam Langley95c29f32014-06-20 12:00:00 -07002550
Adam Langleyfcf25832014-12-18 17:42:32 -08002551 return 1;
2552}
David Benjamin859ec3c2014-09-02 16:29:36 -04002553
David Benjamind28f59c2015-11-17 22:32:50 -05002554int ssl_log_rsa_client_key_exchange(const SSL *ssl,
2555 const uint8_t *encrypted_premaster,
2556 size_t encrypted_premaster_len,
2557 const uint8_t *premaster,
2558 size_t premaster_len) {
2559 if (ssl->ctx->keylog_callback == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002560 return 1;
2561 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002562
Adam Langleyfcf25832014-12-18 17:42:32 -08002563 if (encrypted_premaster_len < 8) {
David Benjamin3570d732015-06-29 00:28:17 -04002564 OPENSSL_PUT_ERROR(SSL, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -08002565 return 0;
2566 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002567
David Benjamind28f59c2015-11-17 22:32:50 -05002568 CBB cbb;
2569 uint8_t *out;
2570 size_t out_len;
David Benjamina8653202015-06-28 01:26:10 -04002571 if (!CBB_init(&cbb, 4 + 16 + 1 + premaster_len * 2 + 1) ||
2572 !CBB_add_bytes(&cbb, (const uint8_t *)"RSA ", 4) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08002573 /* Only the first 8 bytes of the encrypted premaster secret are
2574 * logged. */
2575 !cbb_add_hex(&cbb, encrypted_premaster, 8) ||
2576 !CBB_add_bytes(&cbb, (const uint8_t *)" ", 1) ||
2577 !cbb_add_hex(&cbb, premaster, premaster_len) ||
David Benjamind28f59c2015-11-17 22:32:50 -05002578 !CBB_add_u8(&cbb, 0 /* NUL */) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08002579 !CBB_finish(&cbb, &out, &out_len)) {
2580 CBB_cleanup(&cbb);
2581 return 0;
2582 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002583
David Benjamind28f59c2015-11-17 22:32:50 -05002584 ssl->ctx->keylog_callback(ssl, (const char *)out);
Adam Langleyfcf25832014-12-18 17:42:32 -08002585 OPENSSL_free(out);
David Benjamind28f59c2015-11-17 22:32:50 -05002586 return 1;
Adam Langley95f22882014-06-20 12:00:00 -07002587}
2588
David Benjamine776cc22016-07-19 07:26:49 +02002589int ssl_log_secret(const SSL *ssl, const char *label, const uint8_t *secret,
2590 size_t secret_len) {
David Benjamind28f59c2015-11-17 22:32:50 -05002591 if (ssl->ctx->keylog_callback == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002592 return 1;
2593 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002594
David Benjamind28f59c2015-11-17 22:32:50 -05002595 CBB cbb;
2596 uint8_t *out;
2597 size_t out_len;
David Benjamine776cc22016-07-19 07:26:49 +02002598 if (!CBB_init(&cbb, strlen(label) + 1 + SSL3_RANDOM_SIZE * 2 + 1 +
2599 secret_len * 2 + 1) ||
2600 !CBB_add_bytes(&cbb, (const uint8_t *)label, strlen(label)) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08002601 !CBB_add_bytes(&cbb, (const uint8_t *)" ", 1) ||
David Benjamine776cc22016-07-19 07:26:49 +02002602 !cbb_add_hex(&cbb, ssl->s3->client_random, SSL3_RANDOM_SIZE) ||
2603 !CBB_add_bytes(&cbb, (const uint8_t *)" ", 1) ||
2604 !cbb_add_hex(&cbb, secret, secret_len) ||
David Benjamind28f59c2015-11-17 22:32:50 -05002605 !CBB_add_u8(&cbb, 0 /* NUL */) ||
Adam Langleyfcf25832014-12-18 17:42:32 -08002606 !CBB_finish(&cbb, &out, &out_len)) {
2607 CBB_cleanup(&cbb);
2608 return 0;
2609 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002610
David Benjamind28f59c2015-11-17 22:32:50 -05002611 ssl->ctx->keylog_callback(ssl, (const char *)out);
Adam Langleyfcf25832014-12-18 17:42:32 -08002612 OPENSSL_free(out);
David Benjamind28f59c2015-11-17 22:32:50 -05002613 return 1;
Adam Langley95c29f32014-06-20 12:00:00 -07002614}
2615
David Benjamin5d8b1282015-10-17 23:26:35 -04002616int SSL_is_init_finished(const SSL *ssl) {
2617 return ssl->state == SSL_ST_OK;
2618}
2619
2620int SSL_in_init(const SSL *ssl) {
2621 return (ssl->state & SSL_ST_INIT) != 0;
2622}
2623
2624int SSL_in_false_start(const SSL *ssl) {
2625 return ssl->s3->tmp.in_false_start;
David Benjamined7c4752015-02-16 19:16:46 -05002626}
2627
David Benjamin0d56f882015-12-19 17:05:56 -05002628int SSL_cutthrough_complete(const SSL *ssl) {
2629 return SSL_in_false_start(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002630}
Adam Langley95c29f32014-06-20 12:00:00 -07002631
Adam Langleyfcf25832014-12-18 17:42:32 -08002632void SSL_get_structure_sizes(size_t *ssl_size, size_t *ssl_ctx_size,
2633 size_t *ssl_session_size) {
2634 *ssl_size = sizeof(SSL);
2635 *ssl_ctx_size = sizeof(SSL_CTX);
2636 *ssl_session_size = sizeof(SSL_SESSION);
2637}
Feng Lu41aa3252014-11-21 22:47:56 -08002638
David Benjamin0d56f882015-12-19 17:05:56 -05002639int ssl3_can_false_start(const SSL *ssl) {
2640 const SSL_CIPHER *const cipher = SSL_get_current_cipher(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002641
Adam Langleye631d962015-04-01 13:11:01 -07002642 /* False Start only for TLS 1.2 with an ECDHE+AEAD cipher and ALPN or NPN. */
David Benjamince079fd2016-08-02 16:22:34 -04002643 return !SSL_is_dtls(ssl) &&
Steven Valdez4f94b1c2016-05-24 12:31:07 -04002644 SSL_version(ssl) == TLS1_2_VERSION &&
David Benjamin0d56f882015-12-19 17:05:56 -05002645 (ssl->s3->alpn_selected || ssl->s3->next_proto_neg_seen) &&
David Benjamin195dc782015-02-19 13:27:05 -05002646 cipher != NULL &&
Adam Langleydf759b52016-07-11 15:24:37 -07002647 (cipher->algorithm_mkey == SSL_kECDHE ||
2648 cipher->algorithm_mkey == SSL_kCECPQ1) &&
David Benjamin13414b32015-12-09 23:02:39 -05002649 cipher->algorithm_mac == SSL_AEAD;
Adam Langleyfcf25832014-12-18 17:42:32 -08002650}
2651
2652const SSL3_ENC_METHOD *ssl3_get_enc_method(uint16_t version) {
2653 switch (version) {
2654 case SSL3_VERSION:
2655 return &SSLv3_enc_data;
2656
2657 case TLS1_VERSION:
Adam Langleyfcf25832014-12-18 17:42:32 -08002658 case TLS1_1_VERSION:
Adam Langleyfcf25832014-12-18 17:42:32 -08002659 case TLS1_2_VERSION:
Steven Valdez4f94b1c2016-05-24 12:31:07 -04002660 case TLS1_3_VERSION:
David Benjamina1e9cab2015-12-30 00:08:49 -05002661 return &TLSv1_enc_data;
Adam Langleyfcf25832014-12-18 17:42:32 -08002662
Adam Langleyfcf25832014-12-18 17:42:32 -08002663 default:
2664 return NULL;
2665 }
2666}
2667
David Benjaminb6a0a512016-06-21 10:33:21 -04002668const struct {
2669 uint16_t version;
2670 uint32_t flag;
2671} kVersions[] = {
2672 {SSL3_VERSION, SSL_OP_NO_SSLv3},
2673 {TLS1_VERSION, SSL_OP_NO_TLSv1},
2674 {TLS1_1_VERSION, SSL_OP_NO_TLSv1_1},
2675 {TLS1_2_VERSION, SSL_OP_NO_TLSv1_2},
2676 {TLS1_3_VERSION, SSL_OP_NO_TLSv1_3},
2677};
Adam Langleyfcf25832014-12-18 17:42:32 -08002678
Steven Valdezcb966542016-08-17 16:56:14 -04002679static const size_t kVersionsLen = OPENSSL_ARRAY_SIZE(kVersions);
Adam Langleyfcf25832014-12-18 17:42:32 -08002680
David Benjamine0ff7672016-09-19 18:40:03 -04002681int ssl_get_version_range(const SSL *ssl, uint16_t *out_min_version,
2682 uint16_t *out_max_version) {
David Benjaminb6a0a512016-06-21 10:33:21 -04002683 /* For historical reasons, |SSL_OP_NO_DTLSv1| aliases |SSL_OP_NO_TLSv1|, but
2684 * DTLS 1.0 should be mapped to TLS 1.1. */
David Benjamin0d56f882015-12-19 17:05:56 -05002685 uint32_t options = ssl->options;
David Benjamince079fd2016-08-02 16:22:34 -04002686 if (SSL_is_dtls(ssl)) {
David Benjaminb6a0a512016-06-21 10:33:21 -04002687 options &= ~SSL_OP_NO_TLSv1_1;
2688 if (options & SSL_OP_NO_DTLSv1) {
2689 options |= SSL_OP_NO_TLSv1_1;
2690 }
2691 }
2692
2693 uint16_t min_version = ssl->min_version;
2694 uint16_t max_version = ssl->max_version;
2695
2696 /* Bound the range to only those implemented in this protocol. */
2697 if (min_version < ssl->method->min_version) {
2698 min_version = ssl->method->min_version;
2699 }
2700 if (max_version > ssl->method->max_version) {
2701 max_version = ssl->method->max_version;
2702 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002703
2704 /* OpenSSL's API for controlling versions entails blacklisting individual
2705 * protocols. This has two problems. First, on the client, the protocol can
2706 * only express a contiguous range of versions. Second, a library consumer
2707 * trying to set a maximum version cannot disable protocol versions that get
2708 * added in a future version of the library.
2709 *
2710 * To account for both of these, OpenSSL interprets the client-side bitmask
2711 * as a min/max range by picking the lowest contiguous non-empty range of
2712 * enabled protocols. Note that this means it is impossible to set a maximum
David Benjaminb6a0a512016-06-21 10:33:21 -04002713 * version of the higest supported TLS version in a future-proof way. */
David Benjaminb6a0a512016-06-21 10:33:21 -04002714 int any_enabled = 0;
David Benjamin54091232016-09-05 12:47:25 -04002715 for (size_t i = 0; i < kVersionsLen; i++) {
David Benjaminb6a0a512016-06-21 10:33:21 -04002716 /* Only look at the versions already enabled. */
2717 if (min_version > kVersions[i].version) {
2718 continue;
Adam Langleyfcf25832014-12-18 17:42:32 -08002719 }
David Benjaminb6a0a512016-06-21 10:33:21 -04002720 if (max_version < kVersions[i].version) {
2721 break;
Adam Langleyfcf25832014-12-18 17:42:32 -08002722 }
David Benjaminb6a0a512016-06-21 10:33:21 -04002723
2724 if (!(options & kVersions[i].flag)) {
2725 /* The minimum version is the first enabled version. */
2726 if (!any_enabled) {
2727 any_enabled = 1;
2728 min_version = kVersions[i].version;
2729 }
2730 continue;
Adam Langleyfcf25832014-12-18 17:42:32 -08002731 }
David Benjaminb6a0a512016-06-21 10:33:21 -04002732
2733 /* If there is a disabled version after the first enabled one, all versions
2734 * after it are implicitly disabled. */
2735 if (any_enabled) {
2736 max_version = kVersions[i-1].version;
2737 break;
Adam Langleyfcf25832014-12-18 17:42:32 -08002738 }
2739 }
2740
David Benjamine0ff7672016-09-19 18:40:03 -04002741 if (!any_enabled) {
David Benjaminb6a0a512016-06-21 10:33:21 -04002742 OPENSSL_PUT_ERROR(SSL, SSL_R_WRONG_SSL_VERSION);
2743 return 0;
David Benjaminea72bd02014-12-21 21:27:41 -05002744 }
2745
David Benjaminb6a0a512016-06-21 10:33:21 -04002746 *out_min_version = min_version;
2747 *out_max_version = max_version;
2748 return 1;
David Benjaminea72bd02014-12-21 21:27:41 -05002749}
2750
David Benjaminb9e4fa52015-12-29 23:58:17 -05002751uint16_t ssl3_protocol_version(const SSL *ssl) {
2752 assert(ssl->s3->have_version);
David Benjamin2dc02042016-09-19 19:57:37 -04002753 uint16_t version;
2754 if (!ssl->method->version_from_wire(&version, ssl->version)) {
2755 /* TODO(davidben): Use the internal version representation for ssl->version
2756 * and map to the public API representation at API boundaries. */
2757 assert(0);
2758 return 0;
2759 }
2760
2761 return version;
David Benjaminb9e4fa52015-12-29 23:58:17 -05002762}
2763
David Benjamince079fd2016-08-02 16:22:34 -04002764int SSL_is_server(const SSL *ssl) { return ssl->server; }
2765
2766int SSL_is_dtls(const SSL *ssl) { return ssl->method->is_dtls; }
Adam Langleyfcf25832014-12-18 17:42:32 -08002767
David Benjamind4c2bce2015-10-17 12:28:18 -04002768void SSL_CTX_set_select_certificate_cb(
2769 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) {
2770 ctx->select_certificate_cb = cb;
2771}
2772
Adam Langley524e7172015-02-20 16:04:00 -08002773void SSL_CTX_set_dos_protection_cb(
2774 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) {
2775 ctx->dos_protection_cb = cb;
2776}
2777
David Benjamin1d5ef3b2015-10-12 19:54:18 -04002778void SSL_set_renegotiate_mode(SSL *ssl, enum ssl_renegotiate_mode_t mode) {
2779 ssl->renegotiate_mode = mode;
2780}
2781
2782void SSL_set_reject_peer_renegotiations(SSL *ssl, int reject) {
2783 SSL_set_renegotiate_mode(
2784 ssl, reject ? ssl_renegotiate_never : ssl_renegotiate_freely);
David Benjaminb16346b2015-04-08 19:16:58 -04002785}
2786
Adam Langleyc2d32802015-11-03 18:36:10 -08002787int SSL_get_ivs(const SSL *ssl, const uint8_t **out_read_iv,
2788 const uint8_t **out_write_iv, size_t *out_iv_len) {
David Benjamin79978df2015-12-25 15:56:49 -05002789 if (ssl->s3->aead_read_ctx == NULL || ssl->s3->aead_write_ctx == NULL) {
Adam Langleyc2d32802015-11-03 18:36:10 -08002790 return 0;
2791 }
2792
2793 size_t write_iv_len;
David Benjamin79978df2015-12-25 15:56:49 -05002794 if (!EVP_AEAD_CTX_get_iv(&ssl->s3->aead_read_ctx->ctx, out_read_iv,
2795 out_iv_len) ||
2796 !EVP_AEAD_CTX_get_iv(&ssl->s3->aead_write_ctx->ctx, out_write_iv,
Adam Langleyc2d32802015-11-03 18:36:10 -08002797 &write_iv_len) ||
2798 *out_iv_len != write_iv_len) {
2799 return 0;
2800 }
2801
2802 return 1;
David Benjamine348ff42015-11-06 17:55:30 -05002803}
David Benjamin6e807652015-11-02 12:02:20 -05002804
David Benjamin91b25012016-01-21 16:39:58 -05002805static uint64_t be_to_u64(const uint8_t in[8]) {
David Benjaminde942382016-02-11 12:02:01 -05002806 return (((uint64_t)in[0]) << 56) | (((uint64_t)in[1]) << 48) |
2807 (((uint64_t)in[2]) << 40) | (((uint64_t)in[3]) << 32) |
2808 (((uint64_t)in[4]) << 24) | (((uint64_t)in[5]) << 16) |
2809 (((uint64_t)in[6]) << 8) | ((uint64_t)in[7]);
David Benjamin91b25012016-01-21 16:39:58 -05002810}
2811
2812uint64_t SSL_get_read_sequence(const SSL *ssl) {
2813 /* TODO(davidben): Internally represent sequence numbers as uint64_t. */
David Benjamince079fd2016-08-02 16:22:34 -04002814 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002815 /* max_seq_num already includes the epoch. */
2816 assert(ssl->d1->r_epoch == (ssl->d1->bitmap.max_seq_num >> 48));
2817 return ssl->d1->bitmap.max_seq_num;
2818 }
David Benjamin91b25012016-01-21 16:39:58 -05002819 return be_to_u64(ssl->s3->read_sequence);
2820}
2821
2822uint64_t SSL_get_write_sequence(const SSL *ssl) {
David Benjaminde942382016-02-11 12:02:01 -05002823 uint64_t ret = be_to_u64(ssl->s3->write_sequence);
David Benjamince079fd2016-08-02 16:22:34 -04002824 if (SSL_is_dtls(ssl)) {
David Benjaminde942382016-02-11 12:02:01 -05002825 assert((ret >> 48) == 0);
2826 ret |= ((uint64_t)ssl->d1->w_epoch) << 48;
2827 }
2828 return ret;
David Benjamin91b25012016-01-21 16:39:58 -05002829}
2830
Steven Valdez02563852016-06-23 13:33:05 -04002831uint16_t SSL_get_peer_signature_algorithm(const SSL *ssl) {
2832 return ssl->s3->tmp.peer_signature_algorithm;
2833}
2834
David Benjamin96ba15f2015-12-25 14:10:17 -05002835size_t SSL_get_client_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2836 if (max_out == 0) {
2837 return sizeof(ssl->s3->client_random);
2838 }
2839 if (max_out > sizeof(ssl->s3->client_random)) {
2840 max_out = sizeof(ssl->s3->client_random);
2841 }
2842 memcpy(out, ssl->s3->client_random, max_out);
2843 return max_out;
2844}
2845
2846size_t SSL_get_server_random(const SSL *ssl, uint8_t *out, size_t max_out) {
2847 if (max_out == 0) {
2848 return sizeof(ssl->s3->server_random);
2849 }
2850 if (max_out > sizeof(ssl->s3->server_random)) {
2851 max_out = sizeof(ssl->s3->server_random);
2852 }
2853 memcpy(out, ssl->s3->server_random, max_out);
2854 return max_out;
2855}
2856
David Benjaminf6494f42016-01-07 12:37:41 -08002857const SSL_CIPHER *SSL_get_pending_cipher(const SSL *ssl) {
2858 if (!SSL_in_init(ssl)) {
2859 return NULL;
2860 }
2861 return ssl->s3->tmp.new_cipher;
2862}
2863
David Benjamincdd0b7e2016-01-07 10:10:41 -08002864void SSL_CTX_set_retain_only_sha256_of_client_certs(SSL_CTX *ctx, int enabled) {
2865 ctx->retain_only_sha256_of_client_certs = !!enabled;
2866}
2867
David Benjamin27bbae42015-09-13 00:54:37 -04002868int SSL_clear(SSL *ssl) {
2869 if (ssl->method == NULL) {
2870 OPENSSL_PUT_ERROR(SSL, SSL_R_NO_METHOD_SPECIFIED);
2871 return 0;
2872 }
2873
David Benjamin27bbae42015-09-13 00:54:37 -04002874 /* TODO(davidben): Some state on |ssl| is reset both in |SSL_new| and
2875 * |SSL_clear| because it is per-connection state rather than configuration
2876 * state. Per-connection state should be on |ssl->s3| and |ssl->d1| so it is
2877 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
2878 * |ssl3_new|. */
2879
David Benjaminfc0c9d92016-09-01 01:33:33 -04002880 ssl->state = SSL_ST_INIT;
David Benjamin27bbae42015-09-13 00:54:37 -04002881 ssl->rwstate = SSL_NOTHING;
2882
2883 BUF_MEM_free(ssl->init_buf);
2884 ssl->init_buf = NULL;
David Benjamin49054542016-07-27 13:51:01 -04002885 ssl->init_msg = NULL;
2886 ssl->init_num = 0;
David Benjamin27bbae42015-09-13 00:54:37 -04002887
David Benjamin27bbae42015-09-13 00:54:37 -04002888 /* The ssl->d1->mtu is simultaneously configuration (preserved across
2889 * clear) and connection-specific state (gets reset).
2890 *
2891 * TODO(davidben): Avoid this. */
2892 unsigned mtu = 0;
2893 if (ssl->d1 != NULL) {
2894 mtu = ssl->d1->mtu;
2895 }
2896
2897 ssl->method->ssl_free(ssl);
2898 if (!ssl->method->ssl_new(ssl)) {
2899 return 0;
2900 }
David Benjamin27bbae42015-09-13 00:54:37 -04002901
David Benjamince079fd2016-08-02 16:22:34 -04002902 if (SSL_is_dtls(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
David Benjamin27bbae42015-09-13 00:54:37 -04002903 ssl->d1->mtu = mtu;
2904 }
2905
2906 ssl->client_version = ssl->version;
2907
2908 return 1;
2909}
2910
David Benjamin4e9cc712016-06-01 20:16:03 -04002911void ssl_do_info_callback(const SSL *ssl, int type, int value) {
2912 void (*cb)(const SSL *ssl, int type, int value) = NULL;
2913 if (ssl->info_callback != NULL) {
2914 cb = ssl->info_callback;
2915 } else if (ssl->ctx->info_callback != NULL) {
2916 cb = ssl->ctx->info_callback;
2917 }
2918
2919 if (cb != NULL) {
2920 cb(ssl, type, value);
2921 }
2922}
2923
David Benjaminc0279992016-09-19 20:15:07 -04002924void ssl_do_msg_callback(SSL *ssl, int is_write, int content_type,
David Benjamin4e9cc712016-06-01 20:16:03 -04002925 const void *buf, size_t len) {
David Benjaminc0279992016-09-19 20:15:07 -04002926 if (ssl->msg_callback == NULL) {
2927 return;
David Benjamin4e9cc712016-06-01 20:16:03 -04002928 }
David Benjaminc0279992016-09-19 20:15:07 -04002929
2930 /* |version| is zero when calling for |SSL3_RT_HEADER| and |SSL2_VERSION| for
2931 * a V2ClientHello. */
2932 int version;
2933 switch (content_type) {
2934 case 0:
2935 /* V2ClientHello */
2936 version = SSL2_VERSION;
2937 break;
2938 case SSL3_RT_HEADER:
2939 version = 0;
2940 break;
2941 default:
2942 version = ssl->version;
2943 }
2944
2945 ssl->msg_callback(is_write, version, content_type, buf, len, ssl,
2946 ssl->msg_callback_arg);
David Benjamin4e9cc712016-06-01 20:16:03 -04002947}
2948
David Benjaminda881e92015-04-26 14:45:04 -04002949int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; }
2950int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; }
2951int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; }
2952int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; }
2953int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; }
2954int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; }
2955int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; }
2956int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; }
2957int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; }
2958int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; }
2959int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; }
David Benjamin936aada2016-06-07 19:09:22 -04002960
2961int SSL_num_renegotiations(const SSL *ssl) {
2962 return SSL_total_renegotiations(ssl);
2963}
2964
2965int SSL_CTX_need_tmp_RSA(const SSL_CTX *ctx) { return 0; }
2966int SSL_need_tmp_RSA(const SSL *ssl) { return 0; }
2967int SSL_CTX_set_tmp_rsa(SSL_CTX *ctx, const RSA *rsa) { return 1; }
2968int SSL_set_tmp_rsa(SSL *ssl, const RSA *rsa) { return 1; }
Matt Braithwaite4838d8a2015-08-20 13:20:03 -07002969void ERR_load_SSL_strings(void) {}
David Benjamin27bbae42015-09-13 00:54:37 -04002970void SSL_load_error_strings(void) {}
David Benjamin936aada2016-06-07 19:09:22 -04002971int SSL_cache_hit(SSL *ssl) { return SSL_session_reused(ssl); }
2972
2973int SSL_CTX_set_tmp_ecdh(SSL_CTX *ctx, const EC_KEY *ec_key) {
2974 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2975 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2976 return 0;
2977 }
2978 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2979 return SSL_CTX_set1_curves(ctx, &nid, 1);
2980}
2981
2982int SSL_set_tmp_ecdh(SSL *ssl, const EC_KEY *ec_key) {
2983 if (ec_key == NULL || EC_KEY_get0_group(ec_key) == NULL) {
2984 OPENSSL_PUT_ERROR(SSL, ERR_R_PASSED_NULL_PARAMETER);
2985 return 0;
2986 }
2987 int nid = EC_GROUP_get_curve_name(EC_KEY_get0_group(ec_key));
2988 return SSL_set1_curves(ssl, &nid, 1);
2989}
David Benjamin721e8b72016-08-03 13:13:17 -04002990
2991void ssl_get_current_time(const SSL *ssl, struct timeval *out_clock) {
2992 if (ssl->ctx->current_time_cb != NULL) {
2993 ssl->ctx->current_time_cb(ssl, out_clock);
2994 return;
2995 }
2996
2997#if defined(OPENSSL_WINDOWS)
2998 struct _timeb time;
2999 _ftime(&time);
3000 out_clock->tv_sec = time.time;
3001 out_clock->tv_usec = time.millitm * 1000;
3002#else
3003 gettimeofday(out_clock, NULL);
3004#endif
3005}