blob: e53d12c4c3850b6da993273bde30fb125f0c7cfe [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
Adam Langley95c29f32014-06-20 12:00:00 -0700141#include <assert.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400142#include <stdio.h>
143#include <string.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700144
David Benjamin39482a12014-07-20 13:30:15 -0400145#include <openssl/bytestring.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700146#include <openssl/dh.h>
David Benjaminf0ae1702015-04-07 23:05:04 -0400147#include <openssl/err.h>
Adam Langley95c29f32014-06-20 12:00:00 -0700148#include <openssl/lhash.h>
149#include <openssl/mem.h>
150#include <openssl/obj.h>
151#include <openssl/rand.h>
152#include <openssl/x509v3.h>
153
David Benjamin2ee94aa2015-04-07 22:38:30 -0400154#include "internal.h"
David Benjamin546f1a52015-04-15 16:46:09 -0400155#include "../crypto/internal.h"
156
Adam Langley95c29f32014-06-20 12:00:00 -0700157
Adam Langleyfcf25832014-12-18 17:42:32 -0800158/* Some error codes are special. Ensure the make_errors.go script never
159 * regresses this. */
160OPENSSL_COMPILE_ASSERT(SSL_R_TLSV1_ALERT_NO_RENEGOTIATION ==
161 SSL_AD_NO_RENEGOTIATION + SSL_AD_REASON_OFFSET,
162 ssl_alert_reason_code_mismatch);
David Benjamine1136082014-09-20 12:28:58 -0400163
David Benjamin1d0a1942015-04-26 15:35:35 -0400164/* kMaxHandshakeSize is the maximum size, in bytes, of a handshake message. */
165static const size_t kMaxHandshakeSize = (1u << 24) - 1;
166
David Benjamin9f33fc62015-04-15 17:29:53 -0400167static CRYPTO_EX_DATA_CLASS g_ex_data_class_ssl = CRYPTO_EX_DATA_CLASS_INIT;
168static CRYPTO_EX_DATA_CLASS g_ex_data_class_ssl_ctx = CRYPTO_EX_DATA_CLASS_INIT;
169
David Benjamin4831c332015-05-16 11:43:13 -0400170int SSL_clear(SSL *ssl) {
171 if (ssl->method == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800172 OPENSSL_PUT_ERROR(SSL, SSL_clear, SSL_R_NO_METHOD_SPECIFIED);
173 return 0;
174 }
Adam Langley95c29f32014-06-20 12:00:00 -0700175
David Benjamin4831c332015-05-16 11:43:13 -0400176 if (ssl_clear_bad_session(ssl)) {
177 SSL_SESSION_free(ssl->session);
178 ssl->session = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800179 }
Adam Langley95c29f32014-06-20 12:00:00 -0700180
David Benjamin4831c332015-05-16 11:43:13 -0400181 ssl->hit = 0;
182 ssl->shutdown = 0;
Adam Langley95c29f32014-06-20 12:00:00 -0700183
David Benjamin4831c332015-05-16 11:43:13 -0400184 /* SSL_clear may be called before or after the |ssl| is initialized in either
Adam Langleyfcf25832014-12-18 17:42:32 -0800185 * accept or connect state. In the latter case, SSL_clear should preserve the
David Benjamin4831c332015-05-16 11:43:13 -0400186 * half and reset |ssl->state| accordingly. */
187 if (ssl->handshake_func != NULL) {
188 if (ssl->server) {
189 SSL_set_accept_state(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800190 } else {
David Benjamin4831c332015-05-16 11:43:13 -0400191 SSL_set_connect_state(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800192 }
193 } else {
David Benjamin4831c332015-05-16 11:43:13 -0400194 assert(ssl->state == 0);
Adam Langleyfcf25832014-12-18 17:42:32 -0800195 }
Adam Langley95c29f32014-06-20 12:00:00 -0700196
David Benjamin5f387e32015-05-15 22:05:42 -0400197 /* TODO(davidben): Some state on |ssl| is reset both in |SSL_new| and
David Benjamin62fd1622015-01-11 13:30:01 -0500198 * |SSL_clear| because it is per-connection state rather than configuration
David Benjamin4831c332015-05-16 11:43:13 -0400199 * state. Per-connection state should be on |ssl->s3| and |ssl->d1| so it is
David Benjamin62fd1622015-01-11 13:30:01 -0500200 * naturally reset at the right points between |SSL_new|, |SSL_clear|, and
201 * |ssl3_new|. */
202
David Benjamin4831c332015-05-16 11:43:13 -0400203 ssl->rwstate = SSL_NOTHING;
204 ssl->rstate = SSL_ST_READ_HEADER;
Adam Langley95c29f32014-06-20 12:00:00 -0700205
David Benjamin4831c332015-05-16 11:43:13 -0400206 BUF_MEM_free(ssl->init_buf);
207 ssl->init_buf = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700208
David Benjamin4831c332015-05-16 11:43:13 -0400209 ssl->packet = NULL;
210 ssl->packet_length = 0;
David Benjamin62fd1622015-01-11 13:30:01 -0500211
David Benjamin4831c332015-05-16 11:43:13 -0400212 ssl_clear_cipher_ctx(ssl);
Adam Langley95c29f32014-06-20 12:00:00 -0700213
David Benjamin4831c332015-05-16 11:43:13 -0400214 OPENSSL_free(ssl->next_proto_negotiated);
215 ssl->next_proto_negotiated = NULL;
216 ssl->next_proto_negotiated_len = 0;
David Benjamin62fd1622015-01-11 13:30:01 -0500217
David Benjamin4831c332015-05-16 11:43:13 -0400218 /* The ssl->d1->mtu is simultaneously configuration (preserved across
David Benjamin62fd1622015-01-11 13:30:01 -0500219 * clear) and connection-specific state (gets reset).
220 *
221 * TODO(davidben): Avoid this. */
222 unsigned mtu = 0;
David Benjamin4831c332015-05-16 11:43:13 -0400223 if (ssl->d1 != NULL) {
224 mtu = ssl->d1->mtu;
David Benjamin62fd1622015-01-11 13:30:01 -0500225 }
226
David Benjamin4831c332015-05-16 11:43:13 -0400227 ssl->method->ssl_free(ssl);
228 if (!ssl->method->ssl_new(ssl)) {
David Benjamin62fd1622015-01-11 13:30:01 -0500229 return 0;
230 }
David Benjamin4831c332015-05-16 11:43:13 -0400231 ssl->enc_method = ssl3_get_enc_method(ssl->version);
232 assert(ssl->enc_method != NULL);
David Benjamin62fd1622015-01-11 13:30:01 -0500233
David Benjamin4831c332015-05-16 11:43:13 -0400234 if (SSL_IS_DTLS(ssl) && (SSL_get_options(ssl) & SSL_OP_NO_QUERY_MTU)) {
235 ssl->d1->mtu = mtu;
David Benjamin62fd1622015-01-11 13:30:01 -0500236 }
237
David Benjamin4831c332015-05-16 11:43:13 -0400238 ssl->client_version = ssl->version;
Adam Langley95c29f32014-06-20 12:00:00 -0700239
Adam Langleyfcf25832014-12-18 17:42:32 -0800240 return 1;
241}
Adam Langley95c29f32014-06-20 12:00:00 -0700242
Adam Langleyfcf25832014-12-18 17:42:32 -0800243SSL *SSL_new(SSL_CTX *ctx) {
244 SSL *s;
Adam Langley95c29f32014-06-20 12:00:00 -0700245
Adam Langleyfcf25832014-12-18 17:42:32 -0800246 if (ctx == NULL) {
247 OPENSSL_PUT_ERROR(SSL, SSL_new, SSL_R_NULL_SSL_CTX);
248 return NULL;
249 }
250 if (ctx->method == NULL) {
251 OPENSSL_PUT_ERROR(SSL, SSL_new, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
252 return NULL;
253 }
Adam Langley95c29f32014-06-20 12:00:00 -0700254
Adam Langleyfcf25832014-12-18 17:42:32 -0800255 s = (SSL *)OPENSSL_malloc(sizeof(SSL));
256 if (s == NULL) {
257 goto err;
258 }
259 memset(s, 0, sizeof(SSL));
Adam Langley95c29f32014-06-20 12:00:00 -0700260
Adam Langleyfcf25832014-12-18 17:42:32 -0800261 s->min_version = ctx->min_version;
262 s->max_version = ctx->max_version;
David Benjamin1eb367c2014-12-12 18:17:51 -0500263
Adam Langleyfcf25832014-12-18 17:42:32 -0800264 s->options = ctx->options;
265 s->mode = ctx->mode;
266 s->max_cert_list = ctx->max_cert_list;
Adam Langley95c29f32014-06-20 12:00:00 -0700267
David Benjamina5a3eeb2015-03-18 20:26:30 -0400268 s->cert = ssl_cert_dup(ctx->cert);
269 if (s->cert == NULL) {
270 goto err;
Adam Langleyfcf25832014-12-18 17:42:32 -0800271 }
Adam Langley95c29f32014-06-20 12:00:00 -0700272
Adam Langleyfcf25832014-12-18 17:42:32 -0800273 s->msg_callback = ctx->msg_callback;
274 s->msg_callback_arg = ctx->msg_callback_arg;
275 s->verify_mode = ctx->verify_mode;
276 s->sid_ctx_length = ctx->sid_ctx_length;
277 assert(s->sid_ctx_length <= sizeof s->sid_ctx);
278 memcpy(&s->sid_ctx, &ctx->sid_ctx, sizeof(s->sid_ctx));
279 s->verify_callback = ctx->default_verify_callback;
280 s->generate_session_id = ctx->generate_session_id;
Adam Langley95c29f32014-06-20 12:00:00 -0700281
Adam Langleyfcf25832014-12-18 17:42:32 -0800282 s->param = X509_VERIFY_PARAM_new();
283 if (!s->param) {
284 goto err;
285 }
286 X509_VERIFY_PARAM_inherit(s->param, ctx->param);
287 s->quiet_shutdown = ctx->quiet_shutdown;
288 s->max_send_fragment = ctx->max_send_fragment;
Adam Langley95c29f32014-06-20 12:00:00 -0700289
Adam Langley0b5e3902015-05-15 13:08:38 -0700290 CRYPTO_refcount_inc(&ctx->references);
Adam Langleyfcf25832014-12-18 17:42:32 -0800291 s->ctx = ctx;
Adam Langleyfcf25832014-12-18 17:42:32 -0800292 s->tlsext_ticket_expected = 0;
Adam Langley0b5e3902015-05-15 13:08:38 -0700293 CRYPTO_refcount_inc(&ctx->references);
Adam Langleyfcf25832014-12-18 17:42:32 -0800294 s->initial_ctx = ctx;
295 if (ctx->tlsext_ecpointformatlist) {
296 s->tlsext_ecpointformatlist = BUF_memdup(
297 ctx->tlsext_ecpointformatlist, ctx->tlsext_ecpointformatlist_length);
298 if (!s->tlsext_ecpointformatlist) {
299 goto err;
300 }
301 s->tlsext_ecpointformatlist_length = ctx->tlsext_ecpointformatlist_length;
302 }
Adam Langley95c29f32014-06-20 12:00:00 -0700303
Adam Langleyfcf25832014-12-18 17:42:32 -0800304 if (ctx->tlsext_ellipticcurvelist) {
305 s->tlsext_ellipticcurvelist =
306 BUF_memdup(ctx->tlsext_ellipticcurvelist,
307 ctx->tlsext_ellipticcurvelist_length * 2);
308 if (!s->tlsext_ellipticcurvelist) {
309 goto err;
310 }
311 s->tlsext_ellipticcurvelist_length = ctx->tlsext_ellipticcurvelist_length;
312 }
313 s->next_proto_negotiated = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700314
Adam Langleyfcf25832014-12-18 17:42:32 -0800315 if (s->ctx->alpn_client_proto_list) {
316 s->alpn_client_proto_list = BUF_memdup(s->ctx->alpn_client_proto_list,
317 s->ctx->alpn_client_proto_list_len);
318 if (s->alpn_client_proto_list == NULL) {
319 goto err;
320 }
321 s->alpn_client_proto_list_len = s->ctx->alpn_client_proto_list_len;
322 }
Adam Langley95c29f32014-06-20 12:00:00 -0700323
Adam Langleyfcf25832014-12-18 17:42:32 -0800324 s->verify_result = X509_V_OK;
325 s->method = ctx->method;
Adam Langley95c29f32014-06-20 12:00:00 -0700326
Adam Langleyfcf25832014-12-18 17:42:32 -0800327 if (!s->method->ssl_new(s)) {
328 goto err;
329 }
330 s->enc_method = ssl3_get_enc_method(s->version);
331 assert(s->enc_method != NULL);
Adam Langley95c29f32014-06-20 12:00:00 -0700332
David Benjamin62fd1622015-01-11 13:30:01 -0500333 s->rwstate = SSL_NOTHING;
334 s->rstate = SSL_ST_READ_HEADER;
Adam Langley95c29f32014-06-20 12:00:00 -0700335
David Benjamin9f33fc62015-04-15 17:29:53 -0400336 CRYPTO_new_ex_data(&g_ex_data_class_ssl, s, &s->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -0700337
Adam Langleyfcf25832014-12-18 17:42:32 -0800338 s->psk_identity_hint = NULL;
339 if (ctx->psk_identity_hint) {
340 s->psk_identity_hint = BUF_strdup(ctx->psk_identity_hint);
341 if (s->psk_identity_hint == NULL) {
342 goto err;
343 }
344 }
345 s->psk_client_callback = ctx->psk_client_callback;
346 s->psk_server_callback = ctx->psk_server_callback;
Adam Langley95c29f32014-06-20 12:00:00 -0700347
David Benjamin02ddbfd2015-01-11 13:09:11 -0500348 s->tlsext_channel_id_enabled = ctx->tlsext_channel_id_enabled;
349 if (ctx->tlsext_channel_id_private) {
David Benjamin9a10f8f2015-05-05 22:22:40 -0400350 s->tlsext_channel_id_private =
351 EVP_PKEY_up_ref(ctx->tlsext_channel_id_private);
David Benjamin02ddbfd2015-01-11 13:09:11 -0500352 }
353
Adam Langleyfcf25832014-12-18 17:42:32 -0800354 s->signed_cert_timestamps_enabled = s->ctx->signed_cert_timestamps_enabled;
355 s->ocsp_stapling_enabled = s->ctx->ocsp_stapling_enabled;
HÃ¥vard Molland9169c962014-08-14 14:42:37 +0200356
Adam Langleyfcf25832014-12-18 17:42:32 -0800357 return s;
358
Adam Langley95c29f32014-06-20 12:00:00 -0700359err:
David Benjamin2755a3e2015-04-22 16:17:58 -0400360 SSL_free(s);
Adam Langleyfcf25832014-12-18 17:42:32 -0800361 OPENSSL_PUT_ERROR(SSL, SSL_new, ERR_R_MALLOC_FAILURE);
Adam Langley95c29f32014-06-20 12:00:00 -0700362
Adam Langleyfcf25832014-12-18 17:42:32 -0800363 return NULL;
364}
Adam Langley95c29f32014-06-20 12:00:00 -0700365
Adam Langleyfcf25832014-12-18 17:42:32 -0800366int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const uint8_t *sid_ctx,
367 unsigned int sid_ctx_len) {
368 if (sid_ctx_len > sizeof ctx->sid_ctx) {
369 OPENSSL_PUT_ERROR(SSL, SSL_CTX_set_session_id_context,
370 SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
371 return 0;
372 }
373 ctx->sid_ctx_length = sid_ctx_len;
374 memcpy(ctx->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langley95c29f32014-06-20 12:00:00 -0700375
Adam Langleyfcf25832014-12-18 17:42:32 -0800376 return 1;
377}
Adam Langley95c29f32014-06-20 12:00:00 -0700378
Adam Langleyfcf25832014-12-18 17:42:32 -0800379int SSL_set_session_id_context(SSL *ssl, const uint8_t *sid_ctx,
380 unsigned int sid_ctx_len) {
381 if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) {
382 OPENSSL_PUT_ERROR(SSL, SSL_set_session_id_context,
383 SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
384 return 0;
385 }
386 ssl->sid_ctx_length = sid_ctx_len;
387 memcpy(ssl->sid_ctx, sid_ctx, sid_ctx_len);
Adam Langley95c29f32014-06-20 12:00:00 -0700388
Adam Langleyfcf25832014-12-18 17:42:32 -0800389 return 1;
390}
Adam Langley95c29f32014-06-20 12:00:00 -0700391
Adam Langleyfcf25832014-12-18 17:42:32 -0800392int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800393 ctx->generate_session_id = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -0800394 return 1;
395}
Adam Langley95c29f32014-06-20 12:00:00 -0700396
Adam Langleyfcf25832014-12-18 17:42:32 -0800397int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800398 ssl->generate_session_id = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -0800399 return 1;
400}
Adam Langley95c29f32014-06-20 12:00:00 -0700401
Adam Langleyfcf25832014-12-18 17:42:32 -0800402int SSL_has_matching_session_id(const SSL *ssl, const uint8_t *id,
403 unsigned int id_len) {
404 /* A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how we
405 * can "construct" a session to give us the desired check - ie. to find if
406 * there's a session in the hash table that would conflict with any new
407 * session built out of this id/id_len and the ssl_version in use by this
408 * SSL. */
409 SSL_SESSION r, *p;
Adam Langley95c29f32014-06-20 12:00:00 -0700410
Adam Langleyfcf25832014-12-18 17:42:32 -0800411 if (id_len > sizeof r.session_id) {
412 return 0;
413 }
Adam Langley95c29f32014-06-20 12:00:00 -0700414
Adam Langleyfcf25832014-12-18 17:42:32 -0800415 r.ssl_version = ssl->version;
416 r.session_id_length = id_len;
417 memcpy(r.session_id, id, id_len);
Adam Langley95c29f32014-06-20 12:00:00 -0700418
Adam Langley4bdb6e42015-05-15 15:29:21 -0700419 CRYPTO_MUTEX_lock_read(&ssl->ctx->lock);
Adam Langleyfcf25832014-12-18 17:42:32 -0800420 p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r);
Adam Langley4bdb6e42015-05-15 15:29:21 -0700421 CRYPTO_MUTEX_unlock(&ssl->ctx->lock);
Adam Langleyfcf25832014-12-18 17:42:32 -0800422 return p != NULL;
423}
Adam Langley95c29f32014-06-20 12:00:00 -0700424
Adam Langleyfcf25832014-12-18 17:42:32 -0800425int SSL_CTX_set_purpose(SSL_CTX *s, int purpose) {
426 return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
427}
428
429int SSL_set_purpose(SSL *s, int purpose) {
430 return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
431}
432
433int SSL_CTX_set_trust(SSL_CTX *s, int trust) {
434 return X509_VERIFY_PARAM_set_trust(s->param, trust);
435}
436
437int SSL_set_trust(SSL *s, int trust) {
438 return X509_VERIFY_PARAM_set_trust(s->param, trust);
439}
440
441int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm) {
442 return X509_VERIFY_PARAM_set1(ctx->param, vpm);
443}
444
445int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm) {
446 return X509_VERIFY_PARAM_set1(ssl->param, vpm);
447}
Adam Langley95c29f32014-06-20 12:00:00 -0700448
Adam Langley858a88d2014-06-20 12:00:00 -0700449void ssl_cipher_preference_list_free(
Adam Langleyfcf25832014-12-18 17:42:32 -0800450 struct ssl_cipher_preference_list_st *cipher_list) {
David Benjamin5d1ec732015-04-22 13:38:00 -0400451 if (cipher_list == NULL) {
452 return;
453 }
Adam Langleyfcf25832014-12-18 17:42:32 -0800454 sk_SSL_CIPHER_free(cipher_list->ciphers);
455 OPENSSL_free(cipher_list->in_group_flags);
456 OPENSSL_free(cipher_list);
457}
Adam Langley858a88d2014-06-20 12:00:00 -0700458
Adam Langleyfcf25832014-12-18 17:42:32 -0800459struct ssl_cipher_preference_list_st *ssl_cipher_preference_list_dup(
460 struct ssl_cipher_preference_list_st *cipher_list) {
461 struct ssl_cipher_preference_list_st *ret = NULL;
462 size_t n = sk_SSL_CIPHER_num(cipher_list->ciphers);
Adam Langley858a88d2014-06-20 12:00:00 -0700463
Adam Langleyfcf25832014-12-18 17:42:32 -0800464 ret = OPENSSL_malloc(sizeof(struct ssl_cipher_preference_list_st));
465 if (!ret) {
466 goto err;
467 }
468
469 ret->ciphers = NULL;
470 ret->in_group_flags = NULL;
471 ret->ciphers = sk_SSL_CIPHER_dup(cipher_list->ciphers);
472 if (!ret->ciphers) {
473 goto err;
474 }
475 ret->in_group_flags = BUF_memdup(cipher_list->in_group_flags, n);
476 if (!ret->in_group_flags) {
477 goto err;
478 }
479
480 return ret;
Adam Langley858a88d2014-06-20 12:00:00 -0700481
482err:
David Benjamin2755a3e2015-04-22 16:17:58 -0400483 ssl_cipher_preference_list_free(ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800484 return NULL;
485}
Adam Langley858a88d2014-06-20 12:00:00 -0700486
Adam Langleyfcf25832014-12-18 17:42:32 -0800487struct ssl_cipher_preference_list_st *ssl_cipher_preference_list_from_ciphers(
David Benjamin60da0cd2015-05-03 15:21:28 -0400488 STACK_OF(SSL_CIPHER) *ciphers) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800489 struct ssl_cipher_preference_list_st *ret = NULL;
490 size_t n = sk_SSL_CIPHER_num(ciphers);
Adam Langley858a88d2014-06-20 12:00:00 -0700491
Adam Langleyfcf25832014-12-18 17:42:32 -0800492 ret = OPENSSL_malloc(sizeof(struct ssl_cipher_preference_list_st));
493 if (!ret) {
494 goto err;
495 }
496 ret->ciphers = NULL;
497 ret->in_group_flags = NULL;
498 ret->ciphers = sk_SSL_CIPHER_dup(ciphers);
499 if (!ret->ciphers) {
500 goto err;
501 }
502 ret->in_group_flags = OPENSSL_malloc(n);
503 if (!ret->in_group_flags) {
504 goto err;
505 }
506 memset(ret->in_group_flags, 0, n);
507 return ret;
Adam Langley858a88d2014-06-20 12:00:00 -0700508
509err:
David Benjamin2755a3e2015-04-22 16:17:58 -0400510 ssl_cipher_preference_list_free(ret);
Adam Langleyfcf25832014-12-18 17:42:32 -0800511 return NULL;
512}
Adam Langley858a88d2014-06-20 12:00:00 -0700513
Adam Langleyfcf25832014-12-18 17:42:32 -0800514X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx) { return ctx->param; }
Adam Langley95c29f32014-06-20 12:00:00 -0700515
Adam Langleyfcf25832014-12-18 17:42:32 -0800516X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl) { return ssl->param; }
Adam Langley95c29f32014-06-20 12:00:00 -0700517
Adam Langleyfcf25832014-12-18 17:42:32 -0800518void SSL_certs_clear(SSL *s) { ssl_cert_clear_certs(s->cert); }
Adam Langley95c29f32014-06-20 12:00:00 -0700519
David Benjamin4831c332015-05-16 11:43:13 -0400520void SSL_free(SSL *ssl) {
521 if (ssl == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800522 return;
523 }
Adam Langley95c29f32014-06-20 12:00:00 -0700524
David Benjamin4831c332015-05-16 11:43:13 -0400525 X509_VERIFY_PARAM_free(ssl->param);
Adam Langley95c29f32014-06-20 12:00:00 -0700526
David Benjamin4831c332015-05-16 11:43:13 -0400527 CRYPTO_free_ex_data(&g_ex_data_class_ssl, ssl, &ssl->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -0700528
David Benjamin4831c332015-05-16 11:43:13 -0400529 if (ssl->bbio != NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800530 /* If the buffering BIO is in place, pop it off */
David Benjamin4831c332015-05-16 11:43:13 -0400531 if (ssl->bbio == ssl->wbio) {
532 ssl->wbio = BIO_pop(ssl->wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -0800533 }
David Benjamin4831c332015-05-16 11:43:13 -0400534 BIO_free(ssl->bbio);
535 ssl->bbio = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -0800536 }
Adam Langley95c29f32014-06-20 12:00:00 -0700537
David Benjamin4831c332015-05-16 11:43:13 -0400538 int free_wbio = ssl->wbio != ssl->rbio;
539 BIO_free_all(ssl->rbio);
David Benjamin2755a3e2015-04-22 16:17:58 -0400540 if (free_wbio) {
David Benjamin4831c332015-05-16 11:43:13 -0400541 BIO_free_all(ssl->wbio);
Adam Langleyfcf25832014-12-18 17:42:32 -0800542 }
Adam Langley95c29f32014-06-20 12:00:00 -0700543
David Benjamin4831c332015-05-16 11:43:13 -0400544 BUF_MEM_free(ssl->init_buf);
Adam Langley95c29f32014-06-20 12:00:00 -0700545
Adam Langleyfcf25832014-12-18 17:42:32 -0800546 /* add extra stuff */
David Benjamin4831c332015-05-16 11:43:13 -0400547 ssl_cipher_preference_list_free(ssl->cipher_list);
548 sk_SSL_CIPHER_free(ssl->cipher_list_by_id);
Adam Langley95c29f32014-06-20 12:00:00 -0700549
David Benjamin4831c332015-05-16 11:43:13 -0400550 ssl_clear_bad_session(ssl);
551 SSL_SESSION_free(ssl->session);
Adam Langley95c29f32014-06-20 12:00:00 -0700552
David Benjamin4831c332015-05-16 11:43:13 -0400553 ssl_clear_cipher_ctx(ssl);
Adam Langley95c29f32014-06-20 12:00:00 -0700554
David Benjamin4831c332015-05-16 11:43:13 -0400555 ssl_cert_free(ssl->cert);
Adam Langley0289c732014-06-20 12:00:00 -0700556
David Benjamin4831c332015-05-16 11:43:13 -0400557 OPENSSL_free(ssl->tlsext_hostname);
558 SSL_CTX_free(ssl->initial_ctx);
559 OPENSSL_free(ssl->tlsext_ecpointformatlist);
560 OPENSSL_free(ssl->tlsext_ellipticcurvelist);
561 OPENSSL_free(ssl->alpn_client_proto_list);
562 EVP_PKEY_free(ssl->tlsext_channel_id_private);
563 OPENSSL_free(ssl->psk_identity_hint);
564 sk_X509_NAME_pop_free(ssl->client_CA, X509_NAME_free);
565 OPENSSL_free(ssl->next_proto_negotiated);
566 sk_SRTP_PROTECTION_PROFILE_free(ssl->srtp_profiles);
Adam Langley95c29f32014-06-20 12:00:00 -0700567
David Benjamin4831c332015-05-16 11:43:13 -0400568 if (ssl->method != NULL) {
569 ssl->method->ssl_free(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800570 }
David Benjamin4831c332015-05-16 11:43:13 -0400571 SSL_CTX_free(ssl->ctx);
Adam Langley95c29f32014-06-20 12:00:00 -0700572
David Benjamin4831c332015-05-16 11:43:13 -0400573 OPENSSL_free(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -0800574}
Adam Langley95c29f32014-06-20 12:00:00 -0700575
Adam Langleyfcf25832014-12-18 17:42:32 -0800576void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio) {
577 /* If the output buffering BIO is still in place, remove it. */
578 if (s->bbio != NULL) {
579 if (s->wbio == s->bbio) {
580 s->wbio = s->wbio->next_bio;
581 s->bbio->next_bio = NULL;
582 }
583 }
Adam Langley95c29f32014-06-20 12:00:00 -0700584
David Benjamin2755a3e2015-04-22 16:17:58 -0400585 if (s->rbio != rbio) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800586 BIO_free_all(s->rbio);
587 }
David Benjamin2755a3e2015-04-22 16:17:58 -0400588 if (s->wbio != wbio && s->rbio != s->wbio) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800589 BIO_free_all(s->wbio);
590 }
591 s->rbio = rbio;
592 s->wbio = wbio;
593}
Adam Langley95c29f32014-06-20 12:00:00 -0700594
Adam Langleyfcf25832014-12-18 17:42:32 -0800595BIO *SSL_get_rbio(const SSL *s) { return s->rbio; }
Adam Langley95c29f32014-06-20 12:00:00 -0700596
Adam Langleyfcf25832014-12-18 17:42:32 -0800597BIO *SSL_get_wbio(const SSL *s) { return s->wbio; }
Adam Langley95c29f32014-06-20 12:00:00 -0700598
Adam Langleyfcf25832014-12-18 17:42:32 -0800599int SSL_get_fd(const SSL *s) { return SSL_get_rfd(s); }
Adam Langley95c29f32014-06-20 12:00:00 -0700600
Adam Langleyfcf25832014-12-18 17:42:32 -0800601int SSL_get_rfd(const SSL *s) {
602 int ret = -1;
603 BIO *b, *r;
Adam Langley95c29f32014-06-20 12:00:00 -0700604
Adam Langleyfcf25832014-12-18 17:42:32 -0800605 b = SSL_get_rbio(s);
606 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
607 if (r != NULL) {
608 BIO_get_fd(r, &ret);
609 }
610 return ret;
611}
Adam Langley95c29f32014-06-20 12:00:00 -0700612
Adam Langleyfcf25832014-12-18 17:42:32 -0800613int SSL_get_wfd(const SSL *s) {
614 int ret = -1;
615 BIO *b, *r;
Adam Langley95c29f32014-06-20 12:00:00 -0700616
Adam Langleyfcf25832014-12-18 17:42:32 -0800617 b = SSL_get_wbio(s);
618 r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
619 if (r != NULL) {
620 BIO_get_fd(r, &ret);
621 }
Adam Langley95c29f32014-06-20 12:00:00 -0700622
Adam Langleyfcf25832014-12-18 17:42:32 -0800623 return ret;
624}
Adam Langley95c29f32014-06-20 12:00:00 -0700625
Adam Langleyfcf25832014-12-18 17:42:32 -0800626int SSL_set_fd(SSL *s, int fd) {
627 int ret = 0;
628 BIO *bio = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700629
Adam Langleyfcf25832014-12-18 17:42:32 -0800630 bio = BIO_new(BIO_s_fd());
Adam Langley95c29f32014-06-20 12:00:00 -0700631
Adam Langleyfcf25832014-12-18 17:42:32 -0800632 if (bio == NULL) {
633 OPENSSL_PUT_ERROR(SSL, SSL_set_fd, ERR_R_BUF_LIB);
634 goto err;
635 }
636 BIO_set_fd(bio, fd, BIO_NOCLOSE);
637 SSL_set_bio(s, bio, bio);
638 ret = 1;
Adam Langley95c29f32014-06-20 12:00:00 -0700639
Adam Langley95c29f32014-06-20 12:00:00 -0700640err:
Adam Langleyfcf25832014-12-18 17:42:32 -0800641 return ret;
642}
Adam Langley95c29f32014-06-20 12:00:00 -0700643
Adam Langleyfcf25832014-12-18 17:42:32 -0800644int SSL_set_wfd(SSL *s, int fd) {
645 int ret = 0;
646 BIO *bio = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700647
Adam Langleyfcf25832014-12-18 17:42:32 -0800648 if (s->rbio == NULL || BIO_method_type(s->rbio) != BIO_TYPE_FD ||
649 (int)BIO_get_fd(s->rbio, NULL) != fd) {
650 bio = BIO_new(BIO_s_fd());
Adam Langley95c29f32014-06-20 12:00:00 -0700651
Adam Langleyfcf25832014-12-18 17:42:32 -0800652 if (bio == NULL) {
653 OPENSSL_PUT_ERROR(SSL, SSL_set_wfd, ERR_R_BUF_LIB);
654 goto err;
655 }
656 BIO_set_fd(bio, fd, BIO_NOCLOSE);
657 SSL_set_bio(s, SSL_get_rbio(s), bio);
658 } else {
659 SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
660 }
661
662 ret = 1;
663
Adam Langley95c29f32014-06-20 12:00:00 -0700664err:
Adam Langleyfcf25832014-12-18 17:42:32 -0800665 return ret;
666}
Adam Langley95c29f32014-06-20 12:00:00 -0700667
Adam Langleyfcf25832014-12-18 17:42:32 -0800668int SSL_set_rfd(SSL *s, int fd) {
669 int ret = 0;
670 BIO *bio = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -0700671
Adam Langleyfcf25832014-12-18 17:42:32 -0800672 if (s->wbio == NULL || BIO_method_type(s->wbio) != BIO_TYPE_FD ||
673 (int)BIO_get_fd(s->wbio, NULL) != fd) {
674 bio = BIO_new(BIO_s_fd());
Adam Langley95c29f32014-06-20 12:00:00 -0700675
Adam Langleyfcf25832014-12-18 17:42:32 -0800676 if (bio == NULL) {
677 OPENSSL_PUT_ERROR(SSL, SSL_set_rfd, ERR_R_BUF_LIB);
678 goto err;
679 }
680 BIO_set_fd(bio, fd, BIO_NOCLOSE);
681 SSL_set_bio(s, bio, SSL_get_wbio(s));
682 } else {
683 SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s));
684 }
685 ret = 1;
686
Adam Langley95c29f32014-06-20 12:00:00 -0700687err:
Adam Langleyfcf25832014-12-18 17:42:32 -0800688 return ret;
689}
Adam Langley95c29f32014-06-20 12:00:00 -0700690
691/* return length of latest Finished message we sent, copy to 'buf' */
Adam Langleyfcf25832014-12-18 17:42:32 -0800692size_t SSL_get_finished(const SSL *s, void *buf, size_t count) {
693 size_t ret = 0;
694
695 if (s->s3 != NULL) {
696 ret = s->s3->tmp.finish_md_len;
697 if (count > ret) {
698 count = ret;
699 }
700 memcpy(buf, s->s3->tmp.finish_md, count);
701 }
702
703 return ret;
704}
Adam Langley95c29f32014-06-20 12:00:00 -0700705
706/* return length of latest Finished message we expected, copy to 'buf' */
Adam Langleyfcf25832014-12-18 17:42:32 -0800707size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count) {
708 size_t ret = 0;
Adam Langley95c29f32014-06-20 12:00:00 -0700709
Adam Langleyfcf25832014-12-18 17:42:32 -0800710 if (s->s3 != NULL) {
711 ret = s->s3->tmp.peer_finish_md_len;
712 if (count > ret) {
713 count = ret;
714 }
715 memcpy(buf, s->s3->tmp.peer_finish_md, count);
716 }
Adam Langley95c29f32014-06-20 12:00:00 -0700717
Adam Langleyfcf25832014-12-18 17:42:32 -0800718 return ret;
719}
Adam Langley95c29f32014-06-20 12:00:00 -0700720
Adam Langleyfcf25832014-12-18 17:42:32 -0800721int SSL_get_verify_mode(const SSL *s) { return s->verify_mode; }
Adam Langley95c29f32014-06-20 12:00:00 -0700722
Adam Langleyfcf25832014-12-18 17:42:32 -0800723int SSL_get_verify_depth(const SSL *s) {
724 return X509_VERIFY_PARAM_get_depth(s->param);
725}
Adam Langley95c29f32014-06-20 12:00:00 -0700726
Adam Langleyfcf25832014-12-18 17:42:32 -0800727int (*SSL_get_verify_callback(const SSL *s))(int, X509_STORE_CTX *) {
728 return s->verify_callback;
729}
Adam Langley95c29f32014-06-20 12:00:00 -0700730
Adam Langleyfcf25832014-12-18 17:42:32 -0800731int SSL_CTX_get_verify_mode(const SSL_CTX *ctx) { return ctx->verify_mode; }
Adam Langley95c29f32014-06-20 12:00:00 -0700732
Adam Langleyfcf25832014-12-18 17:42:32 -0800733int SSL_CTX_get_verify_depth(const SSL_CTX *ctx) {
734 return X509_VERIFY_PARAM_get_depth(ctx->param);
735}
Adam Langley95c29f32014-06-20 12:00:00 -0700736
Adam Langleyfcf25832014-12-18 17:42:32 -0800737int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx))(int, X509_STORE_CTX *) {
738 return ctx->default_verify_callback;
739}
Adam Langley95c29f32014-06-20 12:00:00 -0700740
Adam Langleyfcf25832014-12-18 17:42:32 -0800741void SSL_set_verify(SSL *s, int mode,
742 int (*callback)(int ok, X509_STORE_CTX *ctx)) {
743 s->verify_mode = mode;
744 if (callback != NULL) {
745 s->verify_callback = callback;
746 }
747}
Adam Langley95c29f32014-06-20 12:00:00 -0700748
Adam Langleyfcf25832014-12-18 17:42:32 -0800749void SSL_set_verify_depth(SSL *s, int depth) {
750 X509_VERIFY_PARAM_set_depth(s->param, depth);
751}
Adam Langley95c29f32014-06-20 12:00:00 -0700752
David Benjamin9a41d1b2015-05-16 01:30:09 -0400753int SSL_CTX_get_read_ahead(const SSL_CTX *ctx) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -0700754
David Benjamin9a41d1b2015-05-16 01:30:09 -0400755int SSL_get_read_ahead(const SSL *s) { return 0; }
Adam Langley95c29f32014-06-20 12:00:00 -0700756
David Benjamin9a41d1b2015-05-16 01:30:09 -0400757void SSL_CTX_set_read_ahead(SSL_CTX *ctx, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -0400758
David Benjamin9a41d1b2015-05-16 01:30:09 -0400759void SSL_set_read_ahead(SSL *s, int yes) { }
David Benjamin61ecccf2015-05-05 09:44:51 -0400760
Adam Langleyfcf25832014-12-18 17:42:32 -0800761int SSL_pending(const SSL *s) {
Adam Langleyfcf25832014-12-18 17:42:32 -0800762 return s->method->ssl_pending(s);
763}
Adam Langley95c29f32014-06-20 12:00:00 -0700764
Adam Langleyfcf25832014-12-18 17:42:32 -0800765X509 *SSL_get_peer_certificate(const SSL *s) {
766 X509 *r;
Adam Langley95c29f32014-06-20 12:00:00 -0700767
Adam Langleyfcf25832014-12-18 17:42:32 -0800768 if (s == NULL || s->session == NULL) {
769 r = NULL;
770 } else {
771 r = s->session->peer;
772 }
Adam Langley95c29f32014-06-20 12:00:00 -0700773
Adam Langleyfcf25832014-12-18 17:42:32 -0800774 if (r == NULL) {
775 return NULL;
776 }
Adam Langley95c29f32014-06-20 12:00:00 -0700777
Adam Langleyfcf25832014-12-18 17:42:32 -0800778 return X509_up_ref(r);
779}
780
David Benjamin60da0cd2015-05-03 15:21:28 -0400781STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s) {
782 STACK_OF(X509) *r;
Adam Langleyfcf25832014-12-18 17:42:32 -0800783
784 if (s == NULL || s->session == NULL || s->session->sess_cert == NULL) {
785 r = NULL;
786 } else {
787 r = s->session->sess_cert->cert_chain;
788 }
789
790 /* If we are a client, cert_chain includes the peer's own certificate; if we
791 * are a server, it does not. */
792 return r;
793}
Adam Langley95c29f32014-06-20 12:00:00 -0700794
Adam Langley95c29f32014-06-20 12:00:00 -0700795/* Fix this so it checks all the valid key/cert options */
Adam Langleyfcf25832014-12-18 17:42:32 -0800796int SSL_CTX_check_private_key(const SSL_CTX *ctx) {
797 if (ctx == NULL || ctx->cert == NULL || ctx->cert->key->x509 == NULL) {
798 OPENSSL_PUT_ERROR(SSL, SSL_CTX_check_private_key,
799 SSL_R_NO_CERTIFICATE_ASSIGNED);
800 return 0;
801 }
802
803 if (ctx->cert->key->privatekey == NULL) {
804 OPENSSL_PUT_ERROR(SSL, SSL_CTX_check_private_key,
805 SSL_R_NO_PRIVATE_KEY_ASSIGNED);
806 return 0;
807 }
808
809 return X509_check_private_key(ctx->cert->key->x509,
810 ctx->cert->key->privatekey);
811}
Adam Langley95c29f32014-06-20 12:00:00 -0700812
813/* Fix this function so that it takes an optional type parameter */
Adam Langleyfcf25832014-12-18 17:42:32 -0800814int SSL_check_private_key(const SSL *ssl) {
815 if (ssl == NULL) {
816 OPENSSL_PUT_ERROR(SSL, SSL_check_private_key, ERR_R_PASSED_NULL_PARAMETER);
817 return 0;
818 }
Adam Langley95c29f32014-06-20 12:00:00 -0700819
Adam Langleyfcf25832014-12-18 17:42:32 -0800820 if (ssl->cert == NULL) {
821 OPENSSL_PUT_ERROR(SSL, SSL_check_private_key,
822 SSL_R_NO_CERTIFICATE_ASSIGNED);
823 return 0;
824 }
Adam Langley95c29f32014-06-20 12:00:00 -0700825
Adam Langleyfcf25832014-12-18 17:42:32 -0800826 if (ssl->cert->key->x509 == NULL) {
827 OPENSSL_PUT_ERROR(SSL, SSL_check_private_key,
828 SSL_R_NO_CERTIFICATE_ASSIGNED);
829 return 0;
830 }
David Benjamin0b145c22014-11-26 20:10:09 -0500831
Adam Langleyfcf25832014-12-18 17:42:32 -0800832 if (ssl->cert->key->privatekey == NULL) {
833 OPENSSL_PUT_ERROR(SSL, SSL_check_private_key,
834 SSL_R_NO_PRIVATE_KEY_ASSIGNED);
835 return 0;
836 }
Adam Langley95c29f32014-06-20 12:00:00 -0700837
Adam Langleyfcf25832014-12-18 17:42:32 -0800838 return X509_check_private_key(ssl->cert->key->x509,
839 ssl->cert->key->privatekey);
840}
Adam Langley95c29f32014-06-20 12:00:00 -0700841
Adam Langleyfcf25832014-12-18 17:42:32 -0800842int SSL_accept(SSL *s) {
843 if (s->handshake_func == 0) {
844 /* Not properly initialized yet */
845 SSL_set_accept_state(s);
846 }
David Benjamin0b145c22014-11-26 20:10:09 -0500847
Adam Langleyfcf25832014-12-18 17:42:32 -0800848 if (s->handshake_func != s->method->ssl_accept) {
HÃ¥vard Mollandab2479a2015-03-20 13:15:39 +0100849 OPENSSL_PUT_ERROR(SSL, SSL_accept, ERR_R_INTERNAL_ERROR);
Adam Langleyfcf25832014-12-18 17:42:32 -0800850 return -1;
851 }
Adam Langley95c29f32014-06-20 12:00:00 -0700852
Adam Langleyfcf25832014-12-18 17:42:32 -0800853 return s->handshake_func(s);
854}
Adam Langley95c29f32014-06-20 12:00:00 -0700855
Adam Langleyfcf25832014-12-18 17:42:32 -0800856int SSL_connect(SSL *s) {
857 if (s->handshake_func == 0) {
858 /* Not properly initialized yet */
859 SSL_set_connect_state(s);
860 }
Adam Langley95c29f32014-06-20 12:00:00 -0700861
Adam Langleyfcf25832014-12-18 17:42:32 -0800862 if (s->handshake_func != s->method->ssl_connect) {
863 OPENSSL_PUT_ERROR(SSL, SSL_connect, ERR_R_INTERNAL_ERROR);
864 return -1;
865 }
Adam Langley95c29f32014-06-20 12:00:00 -0700866
Adam Langleyfcf25832014-12-18 17:42:32 -0800867 return s->handshake_func(s);
868}
Adam Langley95c29f32014-06-20 12:00:00 -0700869
Adam Langleyfcf25832014-12-18 17:42:32 -0800870long SSL_get_default_timeout(const SSL *s) {
871 return SSL_DEFAULT_SESSION_TIMEOUT;
872}
Adam Langley95c29f32014-06-20 12:00:00 -0700873
Adam Langleyfcf25832014-12-18 17:42:32 -0800874int SSL_read(SSL *s, void *buf, int num) {
875 if (s->handshake_func == 0) {
876 OPENSSL_PUT_ERROR(SSL, SSL_read, SSL_R_UNINITIALIZED);
877 return -1;
878 }
Adam Langley95c29f32014-06-20 12:00:00 -0700879
Adam Langleyfcf25832014-12-18 17:42:32 -0800880 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
881 s->rwstate = SSL_NOTHING;
882 return 0;
883 }
Adam Langley95c29f32014-06-20 12:00:00 -0700884
Adam Langleyfcf25832014-12-18 17:42:32 -0800885 return s->method->ssl_read(s, buf, num);
886}
Adam Langley95c29f32014-06-20 12:00:00 -0700887
Adam Langleyfcf25832014-12-18 17:42:32 -0800888int SSL_peek(SSL *s, void *buf, int num) {
889 if (s->handshake_func == 0) {
890 OPENSSL_PUT_ERROR(SSL, SSL_peek, SSL_R_UNINITIALIZED);
891 return -1;
892 }
Adam Langley95c29f32014-06-20 12:00:00 -0700893
Adam Langleyfcf25832014-12-18 17:42:32 -0800894 if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
895 return 0;
896 }
Adam Langley95c29f32014-06-20 12:00:00 -0700897
Adam Langleyfcf25832014-12-18 17:42:32 -0800898 return s->method->ssl_peek(s, buf, num);
899}
Adam Langley95c29f32014-06-20 12:00:00 -0700900
Adam Langleyfcf25832014-12-18 17:42:32 -0800901int SSL_write(SSL *s, const void *buf, int num) {
902 if (s->handshake_func == 0) {
903 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_UNINITIALIZED);
904 return -1;
905 }
Adam Langley95c29f32014-06-20 12:00:00 -0700906
Adam Langleyfcf25832014-12-18 17:42:32 -0800907 if (s->shutdown & SSL_SENT_SHUTDOWN) {
908 s->rwstate = SSL_NOTHING;
909 OPENSSL_PUT_ERROR(SSL, SSL_write, SSL_R_PROTOCOL_IS_SHUTDOWN);
910 return -1;
911 }
Adam Langley95c29f32014-06-20 12:00:00 -0700912
Adam Langleyfcf25832014-12-18 17:42:32 -0800913 return s->method->ssl_write(s, buf, num);
914}
Adam Langley95c29f32014-06-20 12:00:00 -0700915
Adam Langleyfcf25832014-12-18 17:42:32 -0800916int SSL_shutdown(SSL *s) {
917 /* Note that this function behaves differently from what one might expect.
918 * Return values are 0 for no success (yet), 1 for success; but calling it
919 * once is usually not enough, even if blocking I/O is used (see
920 * ssl3_shutdown). */
Adam Langley95c29f32014-06-20 12:00:00 -0700921
Adam Langleyfcf25832014-12-18 17:42:32 -0800922 if (s->handshake_func == 0) {
923 OPENSSL_PUT_ERROR(SSL, SSL_shutdown, SSL_R_UNINITIALIZED);
924 return -1;
925 }
Adam Langley95c29f32014-06-20 12:00:00 -0700926
Adam Langleyfcf25832014-12-18 17:42:32 -0800927 if (!SSL_in_init(s)) {
928 return s->method->ssl_shutdown(s);
929 }
Adam Langley95c29f32014-06-20 12:00:00 -0700930
Adam Langleyfcf25832014-12-18 17:42:32 -0800931 return 1;
932}
Adam Langley95c29f32014-06-20 12:00:00 -0700933
Adam Langleyfcf25832014-12-18 17:42:32 -0800934int SSL_renegotiate(SSL *s) {
David Benjamin2cdace92015-01-24 13:30:02 -0500935 if (SSL_IS_DTLS(s)) {
936 /* Renegotiation is not supported for DTLS. */
937 OPENSSL_PUT_ERROR(SSL, SSL_renegotiate, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
938 return 0;
939 }
940
Adam Langleyfcf25832014-12-18 17:42:32 -0800941 if (s->renegotiate == 0) {
942 s->renegotiate = 1;
943 }
Adam Langley95c29f32014-06-20 12:00:00 -0700944
Adam Langleyfcf25832014-12-18 17:42:32 -0800945 return s->method->ssl_renegotiate(s);
946}
Adam Langley95c29f32014-06-20 12:00:00 -0700947
Adam Langleyfcf25832014-12-18 17:42:32 -0800948int SSL_renegotiate_pending(SSL *s) {
949 /* becomes true when negotiation is requested; false again once a handshake
950 * has finished */
951 return s->renegotiate != 0;
952}
Adam Langley95c29f32014-06-20 12:00:00 -0700953
David Benjamin61ecccf2015-05-05 09:44:51 -0400954uint32_t SSL_CTX_set_options(SSL_CTX *ctx, uint32_t options) {
955 ctx->options |= options;
956 return ctx->options;
957}
958
959uint32_t SSL_set_options(SSL *ssl, uint32_t options) {
960 ssl->options |= options;
961 return ssl->options;
962}
963
964uint32_t SSL_CTX_clear_options(SSL_CTX *ctx, uint32_t options) {
965 ctx->options &= ~options;
966 return ctx->options;
967}
968
969uint32_t SSL_clear_options(SSL *ssl, uint32_t options) {
970 ssl->options &= ~options;
971 return ssl->options;
972}
973
974uint32_t SSL_CTX_get_options(const SSL_CTX *ctx) { return ctx->options; }
975
976uint32_t SSL_get_options(const SSL *ssl) { return ssl->options; }
977
978uint32_t SSL_CTX_set_mode(SSL_CTX *ctx, uint32_t mode) {
979 ctx->mode |= mode;
980 return ctx->mode;
981}
982
983uint32_t SSL_set_mode(SSL *ssl, uint32_t mode) {
984 ssl->mode |= mode;
985 return ssl->mode;
986}
987
988uint32_t SSL_CTX_clear_mode(SSL_CTX *ctx, uint32_t mode) {
989 ctx->mode &= ~mode;
990 return ctx->mode;
991}
992
993uint32_t SSL_clear_mode(SSL *ssl, uint32_t mode) {
994 ssl->mode &= ~mode;
995 return ssl->mode;
996}
997
998uint32_t SSL_CTX_get_mode(const SSL_CTX *ctx) { return ctx->mode; }
999
1000uint32_t SSL_get_mode(const SSL *ssl) { return ssl->mode; }
1001
David Benjamin1d0a1942015-04-26 15:35:35 -04001002size_t SSL_CTX_get_max_cert_list(const SSL_CTX *ctx) {
1003 return ctx->max_cert_list;
1004}
1005
1006void SSL_CTX_set_max_cert_list(SSL_CTX *ctx, size_t max_cert_list) {
1007 if (max_cert_list > kMaxHandshakeSize) {
1008 max_cert_list = kMaxHandshakeSize;
1009 }
1010 ctx->max_cert_list = (uint32_t)max_cert_list;
1011}
1012
1013size_t SSL_get_max_cert_list(const SSL *ssl) {
1014 return ssl->max_cert_list;
1015}
1016
1017void SSL_set_max_cert_list(SSL *ssl, size_t max_cert_list) {
1018 if (max_cert_list > kMaxHandshakeSize) {
1019 max_cert_list = kMaxHandshakeSize;
1020 }
1021 ssl->max_cert_list = (uint32_t)max_cert_list;
1022}
1023
1024void SSL_CTX_set_max_send_fragment(SSL_CTX *ctx, size_t max_send_fragment) {
1025 if (max_send_fragment < 512) {
1026 max_send_fragment = 512;
1027 }
1028 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1029 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1030 }
1031 ctx->max_send_fragment = (uint16_t)max_send_fragment;
1032}
1033
1034void SSL_set_max_send_fragment(SSL *ssl, size_t max_send_fragment) {
1035 if (max_send_fragment < 512) {
1036 max_send_fragment = 512;
1037 }
1038 if (max_send_fragment > SSL3_RT_MAX_PLAIN_LENGTH) {
1039 max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1040 }
1041 ssl->max_send_fragment = (uint16_t)max_send_fragment;
1042}
1043
David Benjamincb9cf792015-05-05 09:46:14 -04001044int SSL_set_mtu(SSL *ssl, unsigned mtu) {
1045 if (!SSL_IS_DTLS(ssl) || mtu < dtls1_min_mtu()) {
1046 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001047 }
David Benjamincb9cf792015-05-05 09:46:14 -04001048 ssl->d1->mtu = mtu;
1049 return 1;
1050}
1051
1052int SSL_get_secure_renegotiation_support(const SSL *ssl) {
1053 return ssl->s3->send_connection_binding;
1054}
1055
1056long SSL_ctrl(SSL *s, int cmd, long larg, void *parg) {
1057 return s->method->ssl_ctrl(s, cmd, larg, parg);
Adam Langleyfcf25832014-12-18 17:42:32 -08001058}
1059
Adam Langleyfcf25832014-12-18 17:42:32 -08001060LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx) { return ctx->sessions; }
1061
David Benjamin71f7d3d2015-05-05 09:46:38 -04001062size_t SSL_CTX_sess_number(const SSL_CTX *ctx) {
1063 return lh_SSL_SESSION_num_items(ctx->sessions);
1064}
1065
1066unsigned long SSL_CTX_sess_set_cache_size(SSL_CTX *ctx, unsigned long size) {
1067 unsigned long ret = ctx->session_cache_size;
1068 ctx->session_cache_size = size;
1069 return ret;
1070}
1071
1072unsigned long SSL_CTX_sess_get_cache_size(const SSL_CTX *ctx) {
1073 return ctx->session_cache_size;
1074}
1075
1076int SSL_CTX_set_session_cache_mode(SSL_CTX *ctx, int mode) {
1077 int ret = ctx->session_cache_mode;
1078 ctx->session_cache_mode = mode;
1079 return ret;
1080}
1081
1082int SSL_CTX_get_session_cache_mode(const SSL_CTX *ctx) {
1083 return ctx->session_cache_mode;
1084}
1085
Adam Langleyfcf25832014-12-18 17:42:32 -08001086long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg) {
David Benjamin71f7d3d2015-05-05 09:46:38 -04001087 return ctx->method->ssl_ctx_ctrl(ctx, cmd, larg, parg);
Adam Langleyfcf25832014-12-18 17:42:32 -08001088}
1089
Adam Langleyfcf25832014-12-18 17:42:32 -08001090int ssl_cipher_id_cmp(const void *in_a, const void *in_b) {
1091 long l;
1092 const SSL_CIPHER *a = in_a;
1093 const SSL_CIPHER *b = in_b;
1094 const long a_id = a->id;
1095 const long b_id = b->id;
1096
1097 l = a_id - b_id;
1098 if (l == 0L) {
1099 return 0;
1100 } else {
1101 return (l > 0) ? 1 : -1;
1102 }
1103}
1104
1105int ssl_cipher_ptr_id_cmp(const SSL_CIPHER **ap, const SSL_CIPHER **bp) {
1106 long l;
1107 const long a_id = (*ap)->id;
1108 const long b_id = (*bp)->id;
1109
1110 l = a_id - b_id;
1111 if (l == 0) {
1112 return 0;
1113 } else {
1114 return (l > 0) ? 1 : -1;
1115 }
1116}
1117
1118/* return a STACK of the ciphers available for the SSL and in order of
Adam Langley95c29f32014-06-20 12:00:00 -07001119 * preference */
David Benjamin60da0cd2015-05-03 15:21:28 -04001120STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001121 if (s == NULL) {
1122 return NULL;
1123 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001124
Adam Langleyfcf25832014-12-18 17:42:32 -08001125 if (s->cipher_list != NULL) {
1126 return s->cipher_list->ciphers;
1127 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001128
Adam Langleyfcf25832014-12-18 17:42:32 -08001129 if (s->version >= TLS1_1_VERSION && s->ctx != NULL &&
1130 s->ctx->cipher_list_tls11 != NULL) {
1131 return s->ctx->cipher_list_tls11->ciphers;
1132 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001133
Adam Langleyfcf25832014-12-18 17:42:32 -08001134 if (s->ctx != NULL && s->ctx->cipher_list != NULL) {
1135 return s->ctx->cipher_list->ciphers;
1136 }
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001137
Adam Langleyfcf25832014-12-18 17:42:32 -08001138 return NULL;
1139}
Adam Langley95c29f32014-06-20 12:00:00 -07001140
Adam Langleyfcf25832014-12-18 17:42:32 -08001141/* return a STACK of the ciphers available for the SSL and in order of
Adam Langley95c29f32014-06-20 12:00:00 -07001142 * algorithm id */
David Benjamin60da0cd2015-05-03 15:21:28 -04001143STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001144 if (s == NULL) {
1145 return NULL;
1146 }
Adam Langley95c29f32014-06-20 12:00:00 -07001147
Adam Langleyfcf25832014-12-18 17:42:32 -08001148 if (s->cipher_list_by_id != NULL) {
1149 return s->cipher_list_by_id;
1150 }
Adam Langley95c29f32014-06-20 12:00:00 -07001151
Adam Langleyfcf25832014-12-18 17:42:32 -08001152 if (s->ctx != NULL && s->ctx->cipher_list_by_id != NULL) {
1153 return s->ctx->cipher_list_by_id;
1154 }
Adam Langley95c29f32014-06-20 12:00:00 -07001155
Adam Langleyfcf25832014-12-18 17:42:32 -08001156 return NULL;
1157}
Adam Langley95c29f32014-06-20 12:00:00 -07001158
Adam Langleyfcf25832014-12-18 17:42:32 -08001159/* The old interface to get the same thing as SSL_get_ciphers() */
1160const char *SSL_get_cipher_list(const SSL *s, int n) {
1161 const SSL_CIPHER *c;
David Benjamin60da0cd2015-05-03 15:21:28 -04001162 STACK_OF(SSL_CIPHER) *sk;
Adam Langley0b5c1ac2014-06-20 12:00:00 -07001163
Adam Langleyfcf25832014-12-18 17:42:32 -08001164 if (s == NULL) {
1165 return NULL;
1166 }
Adam Langley95c29f32014-06-20 12:00:00 -07001167
Adam Langleyfcf25832014-12-18 17:42:32 -08001168 sk = SSL_get_ciphers(s);
1169 if (sk == NULL || n < 0 || (size_t)n >= sk_SSL_CIPHER_num(sk)) {
1170 return NULL;
1171 }
Adam Langley95c29f32014-06-20 12:00:00 -07001172
Adam Langleyfcf25832014-12-18 17:42:32 -08001173 c = sk_SSL_CIPHER_value(sk, n);
1174 if (c == NULL) {
1175 return NULL;
1176 }
Adam Langley95c29f32014-06-20 12:00:00 -07001177
Adam Langleyfcf25832014-12-18 17:42:32 -08001178 return c->name;
1179}
David Benjamin5491e3f2014-09-29 19:33:09 -04001180
Adam Langleyfcf25832014-12-18 17:42:32 -08001181/* specify the ciphers to be used by default by the SSL_CTX */
1182int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str) {
1183 STACK_OF(SSL_CIPHER) *sk;
Adam Langley95c29f32014-06-20 12:00:00 -07001184
Adam Langleyfcf25832014-12-18 17:42:32 -08001185 sk = ssl_create_cipher_list(ctx->method, &ctx->cipher_list,
David Benjamin71f07942015-04-08 02:36:59 -04001186 &ctx->cipher_list_by_id, str);
Adam Langleyfcf25832014-12-18 17:42:32 -08001187 /* ssl_create_cipher_list may return an empty stack if it was unable to find
1188 * a cipher matching the given rule string (for example if the rule string
1189 * specifies a cipher which has been disabled). This is not an error as far
1190 * as ssl_create_cipher_list is concerned, and hence ctx->cipher_list and
1191 * ctx->cipher_list_by_id has been updated. */
1192 if (sk == NULL) {
1193 return 0;
1194 } else if (sk_SSL_CIPHER_num(sk) == 0) {
1195 OPENSSL_PUT_ERROR(SSL, SSL_CTX_set_cipher_list, SSL_R_NO_CIPHER_MATCH);
1196 return 0;
1197 }
Adam Langley95c29f32014-06-20 12:00:00 -07001198
Adam Langleyfcf25832014-12-18 17:42:32 -08001199 return 1;
1200}
David Benjamin39482a12014-07-20 13:30:15 -04001201
Adam Langleyfcf25832014-12-18 17:42:32 -08001202int SSL_CTX_set_cipher_list_tls11(SSL_CTX *ctx, const char *str) {
1203 STACK_OF(SSL_CIPHER) *sk;
Adam Langley95c29f32014-06-20 12:00:00 -07001204
David Benjamin71f07942015-04-08 02:36:59 -04001205 sk = ssl_create_cipher_list(ctx->method, &ctx->cipher_list_tls11, NULL, str);
Adam Langleyfcf25832014-12-18 17:42:32 -08001206 if (sk == NULL) {
1207 return 0;
1208 } else if (sk_SSL_CIPHER_num(sk) == 0) {
1209 OPENSSL_PUT_ERROR(SSL, SSL_CTX_set_cipher_list_tls11,
1210 SSL_R_NO_CIPHER_MATCH);
1211 return 0;
1212 }
David Benjamin9f2c0d72014-10-21 22:00:19 -04001213
Adam Langleyfcf25832014-12-18 17:42:32 -08001214 return 1;
1215}
Adam Langley95c29f32014-06-20 12:00:00 -07001216
Adam Langleyfcf25832014-12-18 17:42:32 -08001217/* specify the ciphers to be used by the SSL */
1218int SSL_set_cipher_list(SSL *s, const char *str) {
1219 STACK_OF(SSL_CIPHER) *sk;
Adam Langley95c29f32014-06-20 12:00:00 -07001220
Adam Langleyfcf25832014-12-18 17:42:32 -08001221 sk = ssl_create_cipher_list(s->ctx->method, &s->cipher_list,
David Benjamin71f07942015-04-08 02:36:59 -04001222 &s->cipher_list_by_id, str);
David Benjamin39482a12014-07-20 13:30:15 -04001223
Adam Langleyfcf25832014-12-18 17:42:32 -08001224 /* see comment in SSL_CTX_set_cipher_list */
1225 if (sk == NULL) {
1226 return 0;
1227 } else if (sk_SSL_CIPHER_num(sk) == 0) {
1228 OPENSSL_PUT_ERROR(SSL, SSL_set_cipher_list, SSL_R_NO_CIPHER_MATCH);
1229 return 0;
1230 }
David Benjamin39482a12014-07-20 13:30:15 -04001231
Adam Langleyfcf25832014-12-18 17:42:32 -08001232 return 1;
1233}
Adam Langley95c29f32014-06-20 12:00:00 -07001234
Adam Langleyfcf25832014-12-18 17:42:32 -08001235int ssl_cipher_list_to_bytes(SSL *s, STACK_OF(SSL_CIPHER) *sk, uint8_t *p) {
1236 size_t i;
1237 const SSL_CIPHER *c;
1238 CERT *ct = s->cert;
1239 uint8_t *q;
1240 /* Set disabled masks for this session */
1241 ssl_set_client_disabled(s);
Adam Langley29707792014-06-20 12:00:00 -07001242
Adam Langleyfcf25832014-12-18 17:42:32 -08001243 if (sk == NULL) {
1244 return 0;
1245 }
1246 q = p;
Adam Langley95c29f32014-06-20 12:00:00 -07001247
Adam Langleyfcf25832014-12-18 17:42:32 -08001248 for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
1249 c = sk_SSL_CIPHER_value(sk, i);
1250 /* Skip disabled ciphers */
1251 if (c->algorithm_ssl & ct->mask_ssl ||
1252 c->algorithm_mkey & ct->mask_k ||
1253 c->algorithm_auth & ct->mask_a) {
1254 continue;
1255 }
1256 s2n(ssl3_get_cipher_value(c), p);
1257 }
1258
1259 /* If all ciphers were disabled, return the error to the caller. */
1260 if (p == q) {
1261 return 0;
1262 }
1263
1264 /* Add SCSVs. */
David Benjamin20f6e972015-05-15 21:51:49 -04001265 if (!s->s3->initial_handshake_complete) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001266 s2n(SSL3_CK_SCSV & 0xffff, p);
1267 }
1268
Adam Langley5f0efe02015-02-20 13:03:16 -08001269 if (s->mode & SSL_MODE_SEND_FALLBACK_SCSV) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001270 s2n(SSL3_CK_FALLBACK_SCSV & 0xffff, p);
1271 }
1272
1273 return p - q;
1274}
1275
1276STACK_OF(SSL_CIPHER) *ssl_bytes_to_cipher_list(SSL *s, const CBS *cbs) {
1277 CBS cipher_suites = *cbs;
1278 const SSL_CIPHER *c;
David Benjamin60da0cd2015-05-03 15:21:28 -04001279 STACK_OF(SSL_CIPHER) *sk;
Adam Langleyfcf25832014-12-18 17:42:32 -08001280
1281 if (s->s3) {
1282 s->s3->send_connection_binding = 0;
1283 }
1284
1285 if (CBS_len(&cipher_suites) % 2 != 0) {
1286 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list,
1287 SSL_R_ERROR_IN_RECEIVED_CIPHER_LIST);
1288 return NULL;
1289 }
1290
1291 sk = sk_SSL_CIPHER_new_null();
1292 if (sk == NULL) {
1293 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list, ERR_R_MALLOC_FAILURE);
1294 goto err;
1295 }
1296
Adam Langleyfcf25832014-12-18 17:42:32 -08001297 while (CBS_len(&cipher_suites) > 0) {
1298 uint16_t cipher_suite;
1299
1300 if (!CBS_get_u16(&cipher_suites, &cipher_suite)) {
1301 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list, ERR_R_INTERNAL_ERROR);
1302 goto err;
1303 }
1304
1305 /* Check for SCSV. */
1306 if (s->s3 && cipher_suite == (SSL3_CK_SCSV & 0xffff)) {
1307 /* SCSV is fatal if renegotiating. */
David Benjamin20f6e972015-05-15 21:51:49 -04001308 if (s->s3->initial_handshake_complete) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001309 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list,
1310 SSL_R_SCSV_RECEIVED_WHEN_RENEGOTIATING);
1311 ssl3_send_alert(s, SSL3_AL_FATAL, SSL_AD_HANDSHAKE_FAILURE);
1312 goto err;
1313 }
1314 s->s3->send_connection_binding = 1;
1315 continue;
1316 }
1317
1318 /* Check for FALLBACK_SCSV. */
1319 if (s->s3 && cipher_suite == (SSL3_CK_FALLBACK_SCSV & 0xffff)) {
1320 uint16_t max_version = ssl3_get_max_server_version(s);
1321 if (SSL_IS_DTLS(s) ? (uint16_t)s->version > max_version
1322 : (uint16_t)s->version < max_version) {
1323 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list,
1324 SSL_R_INAPPROPRIATE_FALLBACK);
1325 ssl3_send_alert(s, SSL3_AL_FATAL, SSL3_AD_INAPPROPRIATE_FALLBACK);
1326 goto err;
1327 }
1328 continue;
1329 }
1330
1331 c = ssl3_get_cipher_by_value(cipher_suite);
1332 if (c != NULL && !sk_SSL_CIPHER_push(sk, c)) {
1333 OPENSSL_PUT_ERROR(SSL, ssl_bytes_to_cipher_list, ERR_R_MALLOC_FAILURE);
1334 goto err;
1335 }
1336 }
1337
1338 return sk;
David Benjamin9f2c0d72014-10-21 22:00:19 -04001339
Adam Langley95c29f32014-06-20 12:00:00 -07001340err:
David Benjamin2755a3e2015-04-22 16:17:58 -04001341 sk_SSL_CIPHER_free(sk);
Adam Langleyfcf25832014-12-18 17:42:32 -08001342 return NULL;
1343}
Adam Langley95c29f32014-06-20 12:00:00 -07001344
1345
Adam Langleyfcf25832014-12-18 17:42:32 -08001346/* return a servername extension value if provided in Client Hello, or NULL. So
1347 * far, only host_name types are defined (RFC 3546). */
1348const char *SSL_get_servername(const SSL *s, const int type) {
1349 if (type != TLSEXT_NAMETYPE_host_name) {
1350 return NULL;
1351 }
Adam Langley95c29f32014-06-20 12:00:00 -07001352
Adam Langleyfcf25832014-12-18 17:42:32 -08001353 return s->session && !s->tlsext_hostname ? s->session->tlsext_hostname
1354 : s->tlsext_hostname;
1355}
Adam Langley95c29f32014-06-20 12:00:00 -07001356
Adam Langleyfcf25832014-12-18 17:42:32 -08001357int SSL_get_servername_type(const SSL *s) {
1358 if (s->session &&
1359 (!s->tlsext_hostname ? s->session->tlsext_hostname : s->tlsext_hostname)) {
1360 return TLSEXT_NAMETYPE_host_name;
1361 }
Adam Langley95c29f32014-06-20 12:00:00 -07001362
Adam Langleyfcf25832014-12-18 17:42:32 -08001363 return -1;
1364}
Adam Langley95c29f32014-06-20 12:00:00 -07001365
Adam Langleyfcf25832014-12-18 17:42:32 -08001366void SSL_CTX_enable_signed_cert_timestamps(SSL_CTX *ctx) {
1367 ctx->signed_cert_timestamps_enabled = 1;
1368}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001369
Adam Langleyfcf25832014-12-18 17:42:32 -08001370int SSL_enable_signed_cert_timestamps(SSL *ssl) {
1371 ssl->signed_cert_timestamps_enabled = 1;
1372 return 1;
1373}
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001374
Adam Langleyfcf25832014-12-18 17:42:32 -08001375void SSL_CTX_enable_ocsp_stapling(SSL_CTX *ctx) {
1376 ctx->ocsp_stapling_enabled = 1;
1377}
David Benjamin6c7aed02014-08-27 16:42:38 -04001378
Adam Langleyfcf25832014-12-18 17:42:32 -08001379int SSL_enable_ocsp_stapling(SSL *ssl) {
1380 ssl->ocsp_stapling_enabled = 1;
1381 return 1;
1382}
David Benjamin6c7aed02014-08-27 16:42:38 -04001383
Adam Langleyfcf25832014-12-18 17:42:32 -08001384void SSL_get0_signed_cert_timestamp_list(const SSL *ssl, const uint8_t **out,
1385 size_t *out_len) {
1386 SSL_SESSION *session = ssl->session;
Adam Langley3cb50e02014-08-26 14:00:31 -07001387
Adam Langleyfcf25832014-12-18 17:42:32 -08001388 *out_len = 0;
1389 *out = NULL;
1390 if (ssl->server || !session || !session->tlsext_signed_cert_timestamp_list) {
1391 return;
1392 }
HÃ¥vard Molland9169c962014-08-14 14:42:37 +02001393
Adam Langleyfcf25832014-12-18 17:42:32 -08001394 *out = session->tlsext_signed_cert_timestamp_list;
1395 *out_len = session->tlsext_signed_cert_timestamp_list_length;
1396}
David Benjamin6c7aed02014-08-27 16:42:38 -04001397
Adam Langleyfcf25832014-12-18 17:42:32 -08001398void SSL_get0_ocsp_response(const SSL *ssl, const uint8_t **out,
1399 size_t *out_len) {
1400 SSL_SESSION *session = ssl->session;
1401
1402 *out_len = 0;
1403 *out = NULL;
1404 if (ssl->server || !session || !session->ocsp_response) {
1405 return;
1406 }
1407 *out = session->ocsp_response;
1408 *out_len = session->ocsp_response_length;
1409}
David Benjamin6c7aed02014-08-27 16:42:38 -04001410
Adam Langley95c29f32014-06-20 12:00:00 -07001411/* SSL_select_next_proto implements the standard protocol selection. It is
1412 * expected that this function is called from the callback set by
1413 * SSL_CTX_set_next_proto_select_cb.
1414 *
1415 * The protocol data is assumed to be a vector of 8-bit, length prefixed byte
1416 * strings. The length byte itself is not included in the length. A byte
1417 * string of length 0 is invalid. No byte string may be truncated.
1418 *
1419 * The current, but experimental algorithm for selecting the protocol is:
1420 *
1421 * 1) If the server doesn't support NPN then this is indicated to the
1422 * callback. In this case, the client application has to abort the connection
1423 * or have a default application level protocol.
1424 *
1425 * 2) If the server supports NPN, but advertises an empty list then the
1426 * client selects the first protcol in its list, but indicates via the
1427 * API that this fallback case was enacted.
1428 *
1429 * 3) Otherwise, the client finds the first protocol in the server's list
1430 * that it supports and selects this protocol. This is because it's
1431 * assumed that the server has better information about which protocol
1432 * a client should use.
1433 *
1434 * 4) If the client doesn't support any of the server's advertised
1435 * protocols, then this is treated the same as case 2.
1436 *
1437 * It returns either
1438 * OPENSSL_NPN_NEGOTIATED if a common protocol was found, or
1439 * OPENSSL_NPN_NO_OVERLAP if the fallback case was reached.
1440 */
Adam Langleyfcf25832014-12-18 17:42:32 -08001441int SSL_select_next_proto(uint8_t **out, uint8_t *outlen, const uint8_t *server,
1442 unsigned int server_len, const uint8_t *client,
1443 unsigned int client_len) {
1444 unsigned int i, j;
1445 const uint8_t *result;
1446 int status = OPENSSL_NPN_UNSUPPORTED;
Adam Langley95c29f32014-06-20 12:00:00 -07001447
Adam Langleyfcf25832014-12-18 17:42:32 -08001448 /* For each protocol in server preference order, see if we support it. */
1449 for (i = 0; i < server_len;) {
1450 for (j = 0; j < client_len;) {
1451 if (server[i] == client[j] &&
1452 memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) {
1453 /* We found a match */
1454 result = &server[i];
1455 status = OPENSSL_NPN_NEGOTIATED;
1456 goto found;
1457 }
1458 j += client[j];
1459 j++;
1460 }
1461 i += server[i];
1462 i++;
1463 }
Adam Langley95c29f32014-06-20 12:00:00 -07001464
Adam Langleyfcf25832014-12-18 17:42:32 -08001465 /* There's no overlap between our protocols and the server's list. */
1466 result = client;
1467 status = OPENSSL_NPN_NO_OVERLAP;
Adam Langley95c29f32014-06-20 12:00:00 -07001468
Adam Langleyfcf25832014-12-18 17:42:32 -08001469found:
1470 *out = (uint8_t *)result + 1;
1471 *outlen = result[0];
1472 return status;
1473}
Adam Langley95c29f32014-06-20 12:00:00 -07001474
Adam Langley95c29f32014-06-20 12:00:00 -07001475/* SSL_get0_next_proto_negotiated sets *data and *len to point to the client's
1476 * requested protocol for this connection and returns 0. If the client didn't
1477 * request any protocol, then *data is set to NULL.
1478 *
1479 * Note that the client can request any protocol it chooses. The value returned
1480 * from this function need not be a member of the list of supported protocols
Adam Langleyfcf25832014-12-18 17:42:32 -08001481 * provided by the callback. */
1482void SSL_get0_next_proto_negotiated(const SSL *s, const uint8_t **data,
1483 unsigned *len) {
1484 *data = s->next_proto_negotiated;
1485 if (!*data) {
1486 *len = 0;
1487 } else {
1488 *len = s->next_proto_negotiated_len;
1489 }
Adam Langley95c29f32014-06-20 12:00:00 -07001490}
1491
1492/* SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when a
1493 * TLS server needs a list of supported protocols for Next Protocol
1494 * Negotiation. The returned list must be in wire format. The list is returned
1495 * by setting |out| to point to it and |outlen| to its length. This memory will
1496 * not be modified, but one should assume that the SSL* keeps a reference to
1497 * it.
1498 *
Adam Langleyfcf25832014-12-18 17:42:32 -08001499 * The callback should return SSL_TLSEXT_ERR_OK if it wishes to advertise.
1500 * Otherwise, no such extension will be included in the ServerHello. */
1501void SSL_CTX_set_next_protos_advertised_cb(
1502 SSL_CTX *ctx,
1503 int (*cb)(SSL *ssl, const uint8_t **out, unsigned int *outlen, void *arg),
1504 void *arg) {
1505 ctx->next_protos_advertised_cb = cb;
1506 ctx->next_protos_advertised_cb_arg = arg;
1507}
Adam Langley95c29f32014-06-20 12:00:00 -07001508
1509/* SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
1510 * client needs to select a protocol from the server's provided list. |out|
1511 * must be set to point to the selected protocol (which may be within |in|).
1512 * The length of the protocol name must be written into |outlen|. The server's
1513 * advertised protocols are provided in |in| and |inlen|. The callback can
1514 * assume that |in| is syntactically valid.
1515 *
1516 * The client must select a protocol. It is fatal to the connection if this
1517 * callback returns a value other than SSL_TLSEXT_ERR_OK.
1518 */
Adam Langleyfcf25832014-12-18 17:42:32 -08001519void SSL_CTX_set_next_proto_select_cb(
1520 SSL_CTX *ctx, int (*cb)(SSL *s, uint8_t **out, uint8_t *outlen,
1521 const uint8_t *in, unsigned int inlen, void *arg),
1522 void *arg) {
1523 ctx->next_proto_select_cb = cb;
1524 ctx->next_proto_select_cb_arg = arg;
1525}
Adam Langley95c29f32014-06-20 12:00:00 -07001526
Adam Langleyfcf25832014-12-18 17:42:32 -08001527int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const uint8_t *protos,
1528 unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001529 OPENSSL_free(ctx->alpn_client_proto_list);
Adam Langleyfcf25832014-12-18 17:42:32 -08001530 ctx->alpn_client_proto_list = BUF_memdup(protos, protos_len);
1531 if (!ctx->alpn_client_proto_list) {
1532 return 1;
1533 }
1534 ctx->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001535
Adam Langleyfcf25832014-12-18 17:42:32 -08001536 return 0;
1537}
Adam Langley95c29f32014-06-20 12:00:00 -07001538
Adam Langleyfcf25832014-12-18 17:42:32 -08001539int SSL_set_alpn_protos(SSL *ssl, const uint8_t *protos, unsigned protos_len) {
David Benjamin2755a3e2015-04-22 16:17:58 -04001540 OPENSSL_free(ssl->alpn_client_proto_list);
Adam Langleyfcf25832014-12-18 17:42:32 -08001541 ssl->alpn_client_proto_list = BUF_memdup(protos, protos_len);
1542 if (!ssl->alpn_client_proto_list) {
1543 return 1;
1544 }
1545 ssl->alpn_client_proto_list_len = protos_len;
Adam Langley95c29f32014-06-20 12:00:00 -07001546
Adam Langleyfcf25832014-12-18 17:42:32 -08001547 return 0;
1548}
Adam Langley95c29f32014-06-20 12:00:00 -07001549
1550/* SSL_CTX_set_alpn_select_cb sets a callback function on |ctx| that is called
1551 * during ClientHello processing in order to select an ALPN protocol from the
1552 * client's list of offered protocols. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001553void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
1554 int (*cb)(SSL *ssl, const uint8_t **out,
1555 uint8_t *outlen, const uint8_t *in,
1556 unsigned int inlen, void *arg),
1557 void *arg) {
1558 ctx->alpn_select_cb = cb;
1559 ctx->alpn_select_cb_arg = arg;
1560}
Adam Langley95c29f32014-06-20 12:00:00 -07001561
1562/* SSL_get0_alpn_selected gets the selected ALPN protocol (if any) from |ssl|.
1563 * On return it sets |*data| to point to |*len| bytes of protocol name (not
1564 * including the leading length-prefix byte). If the server didn't respond with
1565 * a negotiated protocol then |*len| will be zero. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001566void SSL_get0_alpn_selected(const SSL *ssl, const uint8_t **data,
1567 unsigned *len) {
1568 *data = NULL;
1569 if (ssl->s3) {
1570 *data = ssl->s3->alpn_selected;
1571 }
1572 if (*data == NULL) {
1573 *len = 0;
1574 } else {
1575 *len = ssl->s3->alpn_selected_len;
1576 }
1577}
Adam Langley95c29f32014-06-20 12:00:00 -07001578
David Benjamincfd248b2015-04-03 11:02:24 -04001579int SSL_export_keying_material(SSL *s, uint8_t *out, size_t out_len,
1580 const char *label, size_t label_len,
1581 const uint8_t *context, size_t context_len,
1582 int use_context) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001583 if (s->version < TLS1_VERSION) {
David Benjaminc565ebb2015-04-03 04:06:36 -04001584 return 0;
Adam Langleyfcf25832014-12-18 17:42:32 -08001585 }
Adam Langley95c29f32014-06-20 12:00:00 -07001586
David Benjamincfd248b2015-04-03 11:02:24 -04001587 return s->enc_method->export_keying_material(
1588 s, out, out_len, label, label_len, context, context_len, use_context);
Adam Langleyfcf25832014-12-18 17:42:32 -08001589}
Adam Langley95c29f32014-06-20 12:00:00 -07001590
Adam Langleyfcf25832014-12-18 17:42:32 -08001591static uint32_t ssl_session_hash(const SSL_SESSION *a) {
1592 uint32_t hash =
1593 ((uint32_t)a->session_id[0]) ||
1594 ((uint32_t)a->session_id[1] << 8) ||
1595 ((uint32_t)a->session_id[2] << 16) ||
1596 ((uint32_t)a->session_id[3] << 24);
Adam Langley95c29f32014-06-20 12:00:00 -07001597
Adam Langleyfcf25832014-12-18 17:42:32 -08001598 return hash;
1599}
Adam Langley95c29f32014-06-20 12:00:00 -07001600
1601/* NB: If this function (or indeed the hash function which uses a sort of
1602 * coarser function than this one) is changed, ensure
1603 * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on being
1604 * able to construct an SSL_SESSION that will collide with any existing session
1605 * with a matching session ID. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001606static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b) {
1607 if (a->ssl_version != b->ssl_version) {
1608 return 1;
1609 }
Adam Langley95c29f32014-06-20 12:00:00 -07001610
Adam Langleyfcf25832014-12-18 17:42:32 -08001611 if (a->session_id_length != b->session_id_length) {
1612 return 1;
1613 }
Adam Langley95c29f32014-06-20 12:00:00 -07001614
Adam Langleyfcf25832014-12-18 17:42:32 -08001615 return memcmp(a->session_id, b->session_id, a->session_id_length);
1616}
Adam Langley95c29f32014-06-20 12:00:00 -07001617
David Benjamin4831c332015-05-16 11:43:13 -04001618SSL_CTX *SSL_CTX_new(const SSL_METHOD *method) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001619 SSL_CTX *ret = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001620
David Benjamin4831c332015-05-16 11:43:13 -04001621 if (method == NULL) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001622 OPENSSL_PUT_ERROR(SSL, SSL_CTX_new, SSL_R_NULL_SSL_METHOD_PASSED);
1623 return NULL;
1624 }
Adam Langley95c29f32014-06-20 12:00:00 -07001625
Adam Langleyfcf25832014-12-18 17:42:32 -08001626 if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) {
1627 OPENSSL_PUT_ERROR(SSL, SSL_CTX_new, SSL_R_X509_VERIFICATION_SETUP_PROBLEMS);
1628 goto err;
1629 }
Adam Langley95c29f32014-06-20 12:00:00 -07001630
Adam Langleyfcf25832014-12-18 17:42:32 -08001631 ret = (SSL_CTX *)OPENSSL_malloc(sizeof(SSL_CTX));
1632 if (ret == NULL) {
1633 goto err;
1634 }
Adam Langley95c29f32014-06-20 12:00:00 -07001635
Adam Langleyfcf25832014-12-18 17:42:32 -08001636 memset(ret, 0, sizeof(SSL_CTX));
Adam Langley95c29f32014-06-20 12:00:00 -07001637
David Benjamin4831c332015-05-16 11:43:13 -04001638 ret->method = method->method;
Adam Langley95c29f32014-06-20 12:00:00 -07001639
Adam Langley4bdb6e42015-05-15 15:29:21 -07001640 CRYPTO_MUTEX_init(&ret->lock);
1641
Adam Langleyfcf25832014-12-18 17:42:32 -08001642 ret->cert_store = NULL;
1643 ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
1644 ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
1645 ret->session_cache_head = NULL;
1646 ret->session_cache_tail = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001647
Adam Langleyfcf25832014-12-18 17:42:32 -08001648 /* We take the system default */
1649 ret->session_timeout = SSL_DEFAULT_SESSION_TIMEOUT;
Adam Langley95c29f32014-06-20 12:00:00 -07001650
Adam Langleyfcf25832014-12-18 17:42:32 -08001651 ret->new_session_cb = 0;
1652 ret->remove_session_cb = 0;
1653 ret->get_session_cb = 0;
1654 ret->generate_session_id = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001655
Adam Langleyfcf25832014-12-18 17:42:32 -08001656 ret->references = 1;
1657 ret->quiet_shutdown = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001658
Adam Langleyfcf25832014-12-18 17:42:32 -08001659 ret->info_callback = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001660
Adam Langleyfcf25832014-12-18 17:42:32 -08001661 ret->app_verify_callback = 0;
1662 ret->app_verify_arg = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001663
Adam Langleyfcf25832014-12-18 17:42:32 -08001664 ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
Adam Langleyfcf25832014-12-18 17:42:32 -08001665 ret->msg_callback = 0;
1666 ret->msg_callback_arg = NULL;
1667 ret->verify_mode = SSL_VERIFY_NONE;
1668 ret->sid_ctx_length = 0;
1669 ret->default_verify_callback = NULL;
1670 ret->cert = ssl_cert_new();
1671 if (ret->cert == NULL) {
1672 goto err;
1673 }
Adam Langley95c29f32014-06-20 12:00:00 -07001674
Adam Langleyfcf25832014-12-18 17:42:32 -08001675 ret->default_passwd_callback = 0;
1676 ret->default_passwd_callback_userdata = NULL;
1677 ret->client_cert_cb = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001678
Adam Langleyfcf25832014-12-18 17:42:32 -08001679 ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
1680 if (ret->sessions == NULL) {
1681 goto err;
1682 }
1683 ret->cert_store = X509_STORE_new();
1684 if (ret->cert_store == NULL) {
1685 goto err;
1686 }
Adam Langley95c29f32014-06-20 12:00:00 -07001687
Adam Langleyfcf25832014-12-18 17:42:32 -08001688 ssl_create_cipher_list(ret->method, &ret->cipher_list,
David Benjamin71f07942015-04-08 02:36:59 -04001689 &ret->cipher_list_by_id, SSL_DEFAULT_CIPHER_LIST);
Adam Langleyfcf25832014-12-18 17:42:32 -08001690 if (ret->cipher_list == NULL ||
1691 sk_SSL_CIPHER_num(ret->cipher_list->ciphers) <= 0) {
1692 OPENSSL_PUT_ERROR(SSL, SSL_CTX_new, SSL_R_LIBRARY_HAS_NO_CIPHERS);
1693 goto err2;
1694 }
Adam Langley95c29f32014-06-20 12:00:00 -07001695
Adam Langleyfcf25832014-12-18 17:42:32 -08001696 ret->param = X509_VERIFY_PARAM_new();
1697 if (!ret->param) {
1698 goto err;
1699 }
Adam Langley95c29f32014-06-20 12:00:00 -07001700
Adam Langleyfcf25832014-12-18 17:42:32 -08001701 ret->client_CA = sk_X509_NAME_new_null();
1702 if (ret->client_CA == NULL) {
1703 goto err;
1704 }
Adam Langley95c29f32014-06-20 12:00:00 -07001705
David Benjamin9f33fc62015-04-15 17:29:53 -04001706 CRYPTO_new_ex_data(&g_ex_data_class_ssl_ctx, ret, &ret->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -07001707
Adam Langleyfcf25832014-12-18 17:42:32 -08001708 ret->extra_certs = NULL;
Adam Langley95c29f32014-06-20 12:00:00 -07001709
Adam Langleyfcf25832014-12-18 17:42:32 -08001710 ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
David Benjamin422d3a42014-08-20 11:09:03 -04001711
Adam Langleyfcf25832014-12-18 17:42:32 -08001712 ret->tlsext_servername_callback = 0;
1713 ret->tlsext_servername_arg = NULL;
1714 /* Setup RFC4507 ticket keys */
1715 if (!RAND_bytes(ret->tlsext_tick_key_name, 16) ||
1716 !RAND_bytes(ret->tlsext_tick_hmac_key, 16) ||
1717 !RAND_bytes(ret->tlsext_tick_aes_key, 16)) {
1718 ret->options |= SSL_OP_NO_TICKET;
1719 }
Adam Langley95c29f32014-06-20 12:00:00 -07001720
Adam Langleyfcf25832014-12-18 17:42:32 -08001721 ret->next_protos_advertised_cb = 0;
1722 ret->next_proto_select_cb = 0;
1723 ret->psk_identity_hint = NULL;
1724 ret->psk_client_callback = NULL;
1725 ret->psk_server_callback = NULL;
1726
1727 /* Default is to connect to non-RI servers. When RI is more widely deployed
1728 * might change this. */
1729 ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
1730
1731 /* Lock the SSL_CTX to the specified version, for compatibility with legacy
1732 * uses of SSL_METHOD. */
David Benjamin4831c332015-05-16 11:43:13 -04001733 if (method->version != 0) {
1734 SSL_CTX_set_max_version(ret, method->version);
1735 SSL_CTX_set_min_version(ret, method->version);
Adam Langleyfcf25832014-12-18 17:42:32 -08001736 }
1737
1738 return ret;
1739
Adam Langley95c29f32014-06-20 12:00:00 -07001740err:
Adam Langleyfcf25832014-12-18 17:42:32 -08001741 OPENSSL_PUT_ERROR(SSL, SSL_CTX_new, ERR_R_MALLOC_FAILURE);
Adam Langley95c29f32014-06-20 12:00:00 -07001742err2:
David Benjamin2755a3e2015-04-22 16:17:58 -04001743 SSL_CTX_free(ret);
Adam Langleyfcf25832014-12-18 17:42:32 -08001744 return NULL;
1745}
Adam Langley95c29f32014-06-20 12:00:00 -07001746
David Benjamin4fcc2e22015-04-22 12:58:16 -04001747void SSL_CTX_free(SSL_CTX *ctx) {
1748 if (ctx == NULL ||
Adam Langley0b5e3902015-05-15 13:08:38 -07001749 !CRYPTO_refcount_dec_and_test_zero(&ctx->references)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001750 return;
1751 }
Adam Langley95c29f32014-06-20 12:00:00 -07001752
David Benjamin2755a3e2015-04-22 16:17:58 -04001753 X509_VERIFY_PARAM_free(ctx->param);
Adam Langley95c29f32014-06-20 12:00:00 -07001754
Adam Langleyfcf25832014-12-18 17:42:32 -08001755 /* Free internal session cache. However: the remove_cb() may reference the
1756 * ex_data of SSL_CTX, thus the ex_data store can only be removed after the
1757 * sessions were flushed. As the ex_data handling routines might also touch
1758 * the session cache, the most secure solution seems to be: empty (flush) the
1759 * cache, then free ex_data, then finally free the cache. (See ticket
1760 * [openssl.org #212].) */
David Benjamin2755a3e2015-04-22 16:17:58 -04001761 SSL_CTX_flush_sessions(ctx, 0);
Adam Langley95c29f32014-06-20 12:00:00 -07001762
David Benjamin4fcc2e22015-04-22 12:58:16 -04001763 CRYPTO_free_ex_data(&g_ex_data_class_ssl_ctx, ctx, &ctx->ex_data);
Adam Langley95c29f32014-06-20 12:00:00 -07001764
Adam Langley4bdb6e42015-05-15 15:29:21 -07001765 CRYPTO_MUTEX_cleanup(&ctx->lock);
David Benjamin2755a3e2015-04-22 16:17:58 -04001766 lh_SSL_SESSION_free(ctx->sessions);
1767 X509_STORE_free(ctx->cert_store);
1768 ssl_cipher_preference_list_free(ctx->cipher_list);
1769 sk_SSL_CIPHER_free(ctx->cipher_list_by_id);
1770 ssl_cipher_preference_list_free(ctx->cipher_list_tls11);
1771 ssl_cert_free(ctx->cert);
1772 sk_X509_NAME_pop_free(ctx->client_CA, X509_NAME_free);
1773 sk_X509_pop_free(ctx->extra_certs, X509_free);
1774 sk_SRTP_PROTECTION_PROFILE_free(ctx->srtp_profiles);
1775 OPENSSL_free(ctx->psk_identity_hint);
1776 OPENSSL_free(ctx->tlsext_ecpointformatlist);
1777 OPENSSL_free(ctx->tlsext_ellipticcurvelist);
1778 OPENSSL_free(ctx->alpn_client_proto_list);
1779 EVP_PKEY_free(ctx->tlsext_channel_id_private);
1780 BIO_free(ctx->keylog_bio);
Adam Langley95c29f32014-06-20 12:00:00 -07001781
David Benjamin4fcc2e22015-04-22 12:58:16 -04001782 OPENSSL_free(ctx);
Adam Langleyfcf25832014-12-18 17:42:32 -08001783}
Adam Langley95c29f32014-06-20 12:00:00 -07001784
Adam Langleyfcf25832014-12-18 17:42:32 -08001785void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb) {
1786 ctx->default_passwd_callback = cb;
1787}
Adam Langley95c29f32014-06-20 12:00:00 -07001788
Adam Langleyfcf25832014-12-18 17:42:32 -08001789void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u) {
1790 ctx->default_passwd_callback_userdata = u;
1791}
Adam Langley95c29f32014-06-20 12:00:00 -07001792
Adam Langleyfcf25832014-12-18 17:42:32 -08001793void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
1794 int (*cb)(X509_STORE_CTX *, void *),
1795 void *arg) {
1796 ctx->app_verify_callback = cb;
1797 ctx->app_verify_arg = arg;
1798}
Adam Langley95c29f32014-06-20 12:00:00 -07001799
Adam Langleyfcf25832014-12-18 17:42:32 -08001800void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
1801 int (*cb)(int, X509_STORE_CTX *)) {
1802 ctx->verify_mode = mode;
1803 ctx->default_verify_callback = cb;
1804}
Adam Langley95c29f32014-06-20 12:00:00 -07001805
Adam Langleyfcf25832014-12-18 17:42:32 -08001806void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth) {
1807 X509_VERIFY_PARAM_set_depth(ctx->param, depth);
1808}
Adam Langley1258b6a2014-06-20 12:00:00 -07001809
Adam Langleyfcf25832014-12-18 17:42:32 -08001810void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb)(SSL *ssl, void *arg),
1811 void *arg) {
1812 ssl_cert_set_cert_cb(c->cert, cb, arg);
1813}
David Benjamin859ec3c2014-09-02 16:29:36 -04001814
Adam Langleyfcf25832014-12-18 17:42:32 -08001815void SSL_set_cert_cb(SSL *s, int (*cb)(SSL *ssl, void *arg), void *arg) {
1816 ssl_cert_set_cert_cb(s->cert, cb, arg);
1817}
Adam Langley95c29f32014-06-20 12:00:00 -07001818
Adam Langleyfcf25832014-12-18 17:42:32 -08001819static int ssl_has_key(SSL *s, size_t idx) {
1820 CERT_PKEY *cpk = &s->cert->pkeys[idx];
1821 return cpk->x509 && cpk->privatekey;
1822}
David Benjamin033e5f42014-11-13 18:47:41 -05001823
David Benjamin107db582015-04-08 00:41:59 -04001824void ssl_get_compatible_server_ciphers(SSL *s, uint32_t *out_mask_k,
1825 uint32_t *out_mask_a) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001826 CERT *c = s->cert;
1827 int rsa_enc, rsa_sign, dh_tmp;
David Benjamin107db582015-04-08 00:41:59 -04001828 uint32_t mask_k, mask_a;
Adam Langleyfcf25832014-12-18 17:42:32 -08001829 int have_ecc_cert, ecdsa_ok;
Adam Langleyfcf25832014-12-18 17:42:32 -08001830 X509 *x;
Adam Langley95c29f32014-06-20 12:00:00 -07001831
Adam Langleyfcf25832014-12-18 17:42:32 -08001832 if (c == NULL) {
1833 /* TODO(davidben): Is this codepath possible? */
1834 *out_mask_k = 0;
1835 *out_mask_a = 0;
1836 return;
1837 }
Adam Langley95c29f32014-06-20 12:00:00 -07001838
Adam Langleyfcf25832014-12-18 17:42:32 -08001839 dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL);
Adam Langley95c29f32014-06-20 12:00:00 -07001840
Adam Langleyfcf25832014-12-18 17:42:32 -08001841 rsa_enc = ssl_has_key(s, SSL_PKEY_RSA_ENC);
1842 rsa_sign = ssl_has_key(s, SSL_PKEY_RSA_SIGN);
1843 have_ecc_cert = ssl_has_key(s, SSL_PKEY_ECC);
1844 mask_k = 0;
1845 mask_a = 0;
David Benjaminf31e6812014-11-13 18:05:55 -05001846
Adam Langleyfcf25832014-12-18 17:42:32 -08001847 if (rsa_enc) {
1848 mask_k |= SSL_kRSA;
1849 }
1850 if (dh_tmp) {
David Benjamin7061e282015-03-19 11:10:48 -04001851 mask_k |= SSL_kDHE;
Adam Langleyfcf25832014-12-18 17:42:32 -08001852 }
1853 if (rsa_enc || rsa_sign) {
1854 mask_a |= SSL_aRSA;
1855 }
Adam Langley95c29f32014-06-20 12:00:00 -07001856
Adam Langleyfcf25832014-12-18 17:42:32 -08001857 /* An ECC certificate may be usable for ECDSA cipher suites depending on the
1858 * key usage extension and on the client's curve preferences. */
1859 if (have_ecc_cert) {
1860 x = c->pkeys[SSL_PKEY_ECC].x509;
1861 /* This call populates extension flags (ex_flags). */
1862 X509_check_purpose(x, -1, 0);
1863 ecdsa_ok = (x->ex_flags & EXFLAG_KUSAGE)
1864 ? (x->ex_kusage & X509v3_KU_DIGITAL_SIGNATURE)
1865 : 1;
1866 if (!tls1_check_ec_cert(s, x)) {
1867 ecdsa_ok = 0;
1868 }
1869 if (ecdsa_ok) {
1870 mask_a |= SSL_aECDSA;
1871 }
1872 }
Adam Langley95c29f32014-06-20 12:00:00 -07001873
Adam Langleyfcf25832014-12-18 17:42:32 -08001874 /* If we are considering an ECC cipher suite that uses an ephemeral EC
1875 * key, check it. */
David Benjamindd978782015-04-24 15:20:13 -04001876 if (tls1_check_ec_tmp_key(s)) {
David Benjamin7061e282015-03-19 11:10:48 -04001877 mask_k |= SSL_kECDHE;
Adam Langleyfcf25832014-12-18 17:42:32 -08001878 }
Adam Langley95c29f32014-06-20 12:00:00 -07001879
Adam Langleyfcf25832014-12-18 17:42:32 -08001880 /* PSK requires a server callback. */
1881 if (s->psk_server_callback != NULL) {
1882 mask_k |= SSL_kPSK;
1883 mask_a |= SSL_aPSK;
1884 }
Adam Langley95c29f32014-06-20 12:00:00 -07001885
Adam Langleyfcf25832014-12-18 17:42:32 -08001886 *out_mask_k = mask_k;
1887 *out_mask_a = mask_a;
1888}
Adam Langley95c29f32014-06-20 12:00:00 -07001889
1890/* This handy macro borrowed from crypto/x509v3/v3_purp.c */
1891#define ku_reject(x, usage) \
Adam Langleyfcf25832014-12-18 17:42:32 -08001892 (((x)->ex_flags & EXFLAG_KUSAGE) && !((x)->ex_kusage & (usage)))
Adam Langley95c29f32014-06-20 12:00:00 -07001893
Adam Langleyfcf25832014-12-18 17:42:32 -08001894int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001895 const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
David Benjamin3fa27772015-04-17 22:32:19 -04001896 uint32_t alg_a = cs->algorithm_auth;
1897 int signature_nid = 0, md_nid = 0, pk_nid = 0;
Adam Langley95c29f32014-06-20 12:00:00 -07001898
Adam Langleyfcf25832014-12-18 17:42:32 -08001899 /* This call populates the ex_flags field correctly */
1900 X509_check_purpose(x, -1, 0);
1901 if (x->sig_alg && x->sig_alg->algorithm) {
1902 signature_nid = OBJ_obj2nid(x->sig_alg->algorithm);
1903 OBJ_find_sigid_algs(signature_nid, &md_nid, &pk_nid);
1904 }
1905 if (alg_a & SSL_aECDSA) {
1906 /* key usage, if present, must allow signing */
1907 if (ku_reject(x, X509v3_KU_DIGITAL_SIGNATURE)) {
1908 OPENSSL_PUT_ERROR(SSL, ssl_check_srvr_ecc_cert_and_alg,
1909 SSL_R_ECC_CERT_NOT_FOR_SIGNING);
1910 return 0;
1911 }
1912 }
Adam Langley95c29f32014-06-20 12:00:00 -07001913
Adam Langleyfcf25832014-12-18 17:42:32 -08001914 return 1; /* all checks are ok */
1915}
Adam Langley95c29f32014-06-20 12:00:00 -07001916
Adam Langleyfcf25832014-12-18 17:42:32 -08001917static int ssl_get_server_cert_index(const SSL *s) {
1918 int idx;
1919 idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
1920 if (idx == SSL_PKEY_RSA_ENC && !s->cert->pkeys[SSL_PKEY_RSA_ENC].x509) {
1921 idx = SSL_PKEY_RSA_SIGN;
1922 }
1923 if (idx == -1) {
1924 OPENSSL_PUT_ERROR(SSL, ssl_get_server_cert_index, ERR_R_INTERNAL_ERROR);
1925 }
1926 return idx;
1927}
Adam Langley95c29f32014-06-20 12:00:00 -07001928
Adam Langleyfcf25832014-12-18 17:42:32 -08001929CERT_PKEY *ssl_get_server_send_pkey(const SSL *s) {
1930 int i = ssl_get_server_cert_index(s);
Adam Langley95c29f32014-06-20 12:00:00 -07001931
Adam Langleyfcf25832014-12-18 17:42:32 -08001932 /* This may or may not be an error. */
1933 if (i < 0) {
1934 return NULL;
1935 }
Adam Langley95c29f32014-06-20 12:00:00 -07001936
Adam Langleyfcf25832014-12-18 17:42:32 -08001937 /* May be NULL. */
1938 return &s->cert->pkeys[i];
1939}
Adam Langley95c29f32014-06-20 12:00:00 -07001940
Adam Langleyfcf25832014-12-18 17:42:32 -08001941EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher) {
David Benjamin3fa27772015-04-17 22:32:19 -04001942 uint32_t alg_a = cipher->algorithm_auth;
1943 CERT *c = s->cert;
Adam Langleyfcf25832014-12-18 17:42:32 -08001944 int idx = -1;
Adam Langley95c29f32014-06-20 12:00:00 -07001945
Adam Langleyfcf25832014-12-18 17:42:32 -08001946 if (alg_a & SSL_aRSA) {
1947 if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL) {
1948 idx = SSL_PKEY_RSA_SIGN;
1949 } else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL) {
1950 idx = SSL_PKEY_RSA_ENC;
1951 }
1952 } else if ((alg_a & SSL_aECDSA) &&
1953 (c->pkeys[SSL_PKEY_ECC].privatekey != NULL)) {
1954 idx = SSL_PKEY_ECC;
1955 }
Adam Langley95c29f32014-06-20 12:00:00 -07001956
Adam Langleyfcf25832014-12-18 17:42:32 -08001957 if (idx == -1) {
1958 OPENSSL_PUT_ERROR(SSL, ssl_get_sign_pkey, ERR_R_INTERNAL_ERROR);
1959 return NULL;
1960 }
Adam Langley95c29f32014-06-20 12:00:00 -07001961
Adam Langleyfcf25832014-12-18 17:42:32 -08001962 return c->pkeys[idx].privatekey;
1963}
Adam Langley95c29f32014-06-20 12:00:00 -07001964
Adam Langleyfcf25832014-12-18 17:42:32 -08001965void ssl_update_cache(SSL *s, int mode) {
David Benjaminb6d0c6d2015-03-19 19:07:26 -04001966 /* Never cache sessions with empty session IDs. */
Adam Langleyfcf25832014-12-18 17:42:32 -08001967 if (s->session->session_id_length == 0) {
1968 return;
1969 }
Adam Langley95c29f32014-06-20 12:00:00 -07001970
David Benjaminb6d0c6d2015-03-19 19:07:26 -04001971 SSL_CTX *ctx = s->initial_ctx;
1972 if ((ctx->session_cache_mode & mode) == mode && !s->hit &&
1973 ((ctx->session_cache_mode & SSL_SESS_CACHE_NO_INTERNAL_STORE) ||
1974 SSL_CTX_add_session(ctx, s->session)) &&
1975 ctx->new_session_cb != NULL) {
1976 /* Note: |new_session_cb| is called whether the internal session cache is
1977 * used or not. */
1978 if (!ctx->new_session_cb(s, SSL_SESSION_up_ref(s->session))) {
Adam Langleyfcf25832014-12-18 17:42:32 -08001979 SSL_SESSION_free(s->session);
1980 }
1981 }
Adam Langley95c29f32014-06-20 12:00:00 -07001982
David Benjaminb6d0c6d2015-03-19 19:07:26 -04001983 if (!(ctx->session_cache_mode & SSL_SESS_CACHE_NO_AUTO_CLEAR) &&
1984 !(ctx->session_cache_mode & SSL_SESS_CACHE_NO_INTERNAL_STORE) &&
1985 (ctx->session_cache_mode & mode) == mode) {
1986 /* Automatically flush the internal session cache every 255 connections. */
1987 int flush_cache = 0;
Adam Langley4bdb6e42015-05-15 15:29:21 -07001988 CRYPTO_MUTEX_lock_write(&ctx->lock);
David Benjaminb6d0c6d2015-03-19 19:07:26 -04001989 ctx->handshakes_since_cache_flush++;
1990 if (ctx->handshakes_since_cache_flush >= 255) {
1991 flush_cache = 1;
1992 ctx->handshakes_since_cache_flush = 0;
1993 }
Adam Langley4bdb6e42015-05-15 15:29:21 -07001994 CRYPTO_MUTEX_unlock(&ctx->lock);
David Benjaminb6d0c6d2015-03-19 19:07:26 -04001995
1996 if (flush_cache) {
1997 SSL_CTX_flush_sessions(ctx, (unsigned long)time(NULL));
Adam Langleyfcf25832014-12-18 17:42:32 -08001998 }
1999 }
2000}
Adam Langley95c29f32014-06-20 12:00:00 -07002001
David Benjamin1a5c50f2015-03-11 16:22:37 -04002002int SSL_get_error(const SSL *s, int ret_code) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002003 int reason;
David Benjamin1a5c50f2015-03-11 16:22:37 -04002004 uint32_t err;
Adam Langleyfcf25832014-12-18 17:42:32 -08002005 BIO *bio;
Adam Langley95c29f32014-06-20 12:00:00 -07002006
David Benjamin1a5c50f2015-03-11 16:22:37 -04002007 if (ret_code > 0) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002008 return SSL_ERROR_NONE;
2009 }
Adam Langley95c29f32014-06-20 12:00:00 -07002010
Adam Langleyfcf25832014-12-18 17:42:32 -08002011 /* Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
2012 * where we do encode the error */
David Benjamin1a5c50f2015-03-11 16:22:37 -04002013 err = ERR_peek_error();
2014 if (err != 0) {
2015 if (ERR_GET_LIB(err) == ERR_LIB_SYS) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002016 return SSL_ERROR_SYSCALL;
2017 }
2018 return SSL_ERROR_SSL;
2019 }
Adam Langley95c29f32014-06-20 12:00:00 -07002020
David Benjamin1a5c50f2015-03-11 16:22:37 -04002021 if (ret_code == 0) {
David Benjamin9a38e922015-01-22 16:06:11 -05002022 if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2023 (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY)) {
2024 /* The socket was cleanly shut down with a close_notify. */
2025 return SSL_ERROR_ZERO_RETURN;
2026 }
2027 /* An EOF was observed which violates the protocol, and the underlying
2028 * transport does not participate in the error queue. Bubble up to the
2029 * caller. */
2030 return SSL_ERROR_SYSCALL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002031 }
Adam Langleyb2ce0582014-06-20 12:00:00 -07002032
Adam Langleyfcf25832014-12-18 17:42:32 -08002033 if (SSL_want_session(s)) {
2034 return SSL_ERROR_PENDING_SESSION;
2035 }
Adam Langley95c29f32014-06-20 12:00:00 -07002036
Adam Langleyfcf25832014-12-18 17:42:32 -08002037 if (SSL_want_certificate(s)) {
2038 return SSL_ERROR_PENDING_CERTIFICATE;
2039 }
Adam Langley95c29f32014-06-20 12:00:00 -07002040
Adam Langleyfcf25832014-12-18 17:42:32 -08002041 if (SSL_want_read(s)) {
2042 bio = SSL_get_rbio(s);
2043 if (BIO_should_read(bio)) {
2044 return SSL_ERROR_WANT_READ;
2045 }
Adam Langley95c29f32014-06-20 12:00:00 -07002046
Adam Langleyfcf25832014-12-18 17:42:32 -08002047 if (BIO_should_write(bio)) {
2048 /* This one doesn't make too much sense ... We never try to write to the
2049 * rbio, and an application program where rbio and wbio are separate
2050 * couldn't even know what it should wait for. However if we ever set
2051 * s->rwstate incorrectly (so that we have SSL_want_read(s) instead of
2052 * SSL_want_write(s)) and rbio and wbio *are* the same, this test works
2053 * around that bug; so it might be safer to keep it. */
2054 return SSL_ERROR_WANT_WRITE;
2055 }
Adam Langley95c29f32014-06-20 12:00:00 -07002056
Adam Langleyfcf25832014-12-18 17:42:32 -08002057 if (BIO_should_io_special(bio)) {
2058 reason = BIO_get_retry_reason(bio);
2059 if (reason == BIO_RR_CONNECT) {
2060 return SSL_ERROR_WANT_CONNECT;
2061 }
Adam Langley95c29f32014-06-20 12:00:00 -07002062
Adam Langleyfcf25832014-12-18 17:42:32 -08002063 if (reason == BIO_RR_ACCEPT) {
2064 return SSL_ERROR_WANT_ACCEPT;
2065 }
Adam Langley95c29f32014-06-20 12:00:00 -07002066
Adam Langleyfcf25832014-12-18 17:42:32 -08002067 return SSL_ERROR_SYSCALL; /* unknown */
2068 }
2069 }
Adam Langley95c29f32014-06-20 12:00:00 -07002070
Adam Langleyfcf25832014-12-18 17:42:32 -08002071 if (SSL_want_write(s)) {
2072 bio = SSL_get_wbio(s);
2073 if (BIO_should_write(bio)) {
2074 return SSL_ERROR_WANT_WRITE;
2075 }
Adam Langley95c29f32014-06-20 12:00:00 -07002076
Adam Langleyfcf25832014-12-18 17:42:32 -08002077 if (BIO_should_read(bio)) {
2078 /* See above (SSL_want_read(s) with BIO_should_write(bio)) */
2079 return SSL_ERROR_WANT_READ;
2080 }
Adam Langley95c29f32014-06-20 12:00:00 -07002081
Adam Langleyfcf25832014-12-18 17:42:32 -08002082 if (BIO_should_io_special(bio)) {
2083 reason = BIO_get_retry_reason(bio);
2084 if (reason == BIO_RR_CONNECT) {
2085 return SSL_ERROR_WANT_CONNECT;
2086 }
Adam Langley95c29f32014-06-20 12:00:00 -07002087
Adam Langleyfcf25832014-12-18 17:42:32 -08002088 if (reason == BIO_RR_ACCEPT) {
2089 return SSL_ERROR_WANT_ACCEPT;
2090 }
Adam Langley95c29f32014-06-20 12:00:00 -07002091
Adam Langleyfcf25832014-12-18 17:42:32 -08002092 return SSL_ERROR_SYSCALL;
2093 }
2094 }
Adam Langley95c29f32014-06-20 12:00:00 -07002095
Adam Langleyfcf25832014-12-18 17:42:32 -08002096 if (SSL_want_x509_lookup(s)) {
2097 return SSL_ERROR_WANT_X509_LOOKUP;
2098 }
Adam Langley95c29f32014-06-20 12:00:00 -07002099
Adam Langleyfcf25832014-12-18 17:42:32 -08002100 if (SSL_want_channel_id_lookup(s)) {
2101 return SSL_ERROR_WANT_CHANNEL_ID_LOOKUP;
2102 }
Adam Langley0f4746e2014-08-13 12:26:32 -07002103
Adam Langleyfcf25832014-12-18 17:42:32 -08002104 return SSL_ERROR_SYSCALL;
2105}
Adam Langley0f4746e2014-08-13 12:26:32 -07002106
Adam Langleyfcf25832014-12-18 17:42:32 -08002107int SSL_do_handshake(SSL *s) {
2108 int ret = 1;
Adam Langley95c29f32014-06-20 12:00:00 -07002109
Adam Langleyfcf25832014-12-18 17:42:32 -08002110 if (s->handshake_func == NULL) {
2111 OPENSSL_PUT_ERROR(SSL, SSL_do_handshake, SSL_R_CONNECTION_TYPE_NOT_SET);
2112 return -1;
2113 }
Adam Langley95c29f32014-06-20 12:00:00 -07002114
Adam Langleyfcf25832014-12-18 17:42:32 -08002115 s->method->ssl_renegotiate_check(s);
Adam Langley95c29f32014-06-20 12:00:00 -07002116
Adam Langleyfcf25832014-12-18 17:42:32 -08002117 if (SSL_in_init(s)) {
2118 ret = s->handshake_func(s);
2119 }
2120 return ret;
2121}
Adam Langley95c29f32014-06-20 12:00:00 -07002122
David Benjamin4831c332015-05-16 11:43:13 -04002123void SSL_set_accept_state(SSL *ssl) {
2124 ssl->server = 1;
2125 ssl->shutdown = 0;
2126 ssl->state = SSL_ST_ACCEPT | SSL_ST_BEFORE;
2127 ssl->handshake_func = ssl->method->ssl_accept;
Adam Langleyfcf25832014-12-18 17:42:32 -08002128 /* clear the current cipher */
David Benjamin4831c332015-05-16 11:43:13 -04002129 ssl_clear_cipher_ctx(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002130}
Adam Langley95c29f32014-06-20 12:00:00 -07002131
David Benjamin4831c332015-05-16 11:43:13 -04002132void SSL_set_connect_state(SSL *ssl) {
2133 ssl->server = 0;
2134 ssl->shutdown = 0;
2135 ssl->state = SSL_ST_CONNECT | SSL_ST_BEFORE;
2136 ssl->handshake_func = ssl->method->ssl_connect;
Adam Langleyfcf25832014-12-18 17:42:32 -08002137 /* clear the current cipher */
David Benjamin4831c332015-05-16 11:43:13 -04002138 ssl_clear_cipher_ctx(ssl);
Adam Langleyfcf25832014-12-18 17:42:32 -08002139}
Adam Langley95c29f32014-06-20 12:00:00 -07002140
Adam Langleyfcf25832014-12-18 17:42:32 -08002141static const char *ssl_get_version(int version) {
2142 switch (version) {
2143 case TLS1_2_VERSION:
2144 return "TLSv1.2";
Adam Langley95c29f32014-06-20 12:00:00 -07002145
Adam Langleyfcf25832014-12-18 17:42:32 -08002146 case TLS1_1_VERSION:
2147 return "TLSv1.1";
Adam Langley95c29f32014-06-20 12:00:00 -07002148
Adam Langleyfcf25832014-12-18 17:42:32 -08002149 case TLS1_VERSION:
2150 return "TLSv1";
Adam Langley95c29f32014-06-20 12:00:00 -07002151
Adam Langleyfcf25832014-12-18 17:42:32 -08002152 case SSL3_VERSION:
2153 return "SSLv3";
Adam Langley95c29f32014-06-20 12:00:00 -07002154
David Benjamin1c722b72015-04-20 13:53:10 -04002155 case DTLS1_VERSION:
2156 return "DTLSv1";
2157
2158 case DTLS1_2_VERSION:
2159 return "DTLSv1.2";
2160
Adam Langleyfcf25832014-12-18 17:42:32 -08002161 default:
2162 return "unknown";
2163 }
2164}
Adam Langley95c29f32014-06-20 12:00:00 -07002165
Adam Langleyfcf25832014-12-18 17:42:32 -08002166const char *SSL_get_version(const SSL *s) {
2167 return ssl_get_version(s->version);
2168}
Adam Langley95c29f32014-06-20 12:00:00 -07002169
Adam Langleyfcf25832014-12-18 17:42:32 -08002170const char *SSL_SESSION_get_version(const SSL_SESSION *sess) {
2171 return ssl_get_version(sess->ssl_version);
2172}
Adam Langley95c29f32014-06-20 12:00:00 -07002173
Adam Langleyfcf25832014-12-18 17:42:32 -08002174void ssl_clear_cipher_ctx(SSL *s) {
David Benjamin31a07792015-03-03 14:20:26 -05002175 SSL_AEAD_CTX_free(s->aead_read_ctx);
2176 s->aead_read_ctx = NULL;
2177 SSL_AEAD_CTX_free(s->aead_write_ctx);
2178 s->aead_write_ctx = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002179}
Adam Langley95c29f32014-06-20 12:00:00 -07002180
Adam Langleyfcf25832014-12-18 17:42:32 -08002181X509 *SSL_get_certificate(const SSL *s) {
2182 if (s->cert != NULL) {
2183 return s->cert->key->x509;
2184 }
2185
2186 return NULL;
2187}
2188
2189EVP_PKEY *SSL_get_privatekey(const SSL *s) {
2190 if (s->cert != NULL) {
2191 return s->cert->key->privatekey;
2192 }
2193
2194 return NULL;
2195}
2196
2197X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx) {
2198 if (ctx->cert != NULL) {
2199 return ctx->cert->key->x509;
2200 }
2201
2202 return NULL;
2203}
2204
2205EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx) {
2206 if (ctx->cert != NULL) {
2207 return ctx->cert->key->privatekey;
2208 }
2209
2210 return NULL;
2211}
2212
2213const SSL_CIPHER *SSL_get_current_cipher(const SSL *s) {
David Benjamina07c0fc2015-05-13 13:19:42 -04002214 if (s->aead_write_ctx == NULL) {
2215 return NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002216 }
David Benjamina07c0fc2015-05-13 13:19:42 -04002217 return s->aead_write_ctx->cipher;
Adam Langleyfcf25832014-12-18 17:42:32 -08002218}
2219
2220const void *SSL_get_current_compression(SSL *s) { return NULL; }
2221
2222const void *SSL_get_current_expansion(SSL *s) { return NULL; }
2223
2224int ssl_init_wbio_buffer(SSL *s, int push) {
2225 BIO *bbio;
2226
2227 if (s->bbio == NULL) {
2228 bbio = BIO_new(BIO_f_buffer());
2229 if (bbio == NULL) {
2230 return 0;
2231 }
2232 s->bbio = bbio;
2233 } else {
2234 bbio = s->bbio;
2235 if (s->bbio == s->wbio) {
2236 s->wbio = BIO_pop(s->wbio);
2237 }
2238 }
2239
2240 BIO_reset(bbio);
2241 if (!BIO_set_read_buffer_size(bbio, 1)) {
2242 OPENSSL_PUT_ERROR(SSL, ssl_init_wbio_buffer, ERR_R_BUF_LIB);
2243 return 0;
2244 }
2245
2246 if (push) {
2247 if (s->wbio != bbio) {
2248 s->wbio = BIO_push(bbio, s->wbio);
2249 }
2250 } else {
2251 if (s->wbio == bbio) {
2252 s->wbio = BIO_pop(bbio);
2253 }
2254 }
2255
2256 return 1;
2257}
2258
2259void ssl_free_wbio_buffer(SSL *s) {
2260 if (s->bbio == NULL) {
2261 return;
2262 }
2263
2264 if (s->bbio == s->wbio) {
2265 /* remove buffering */
2266 s->wbio = BIO_pop(s->wbio);
2267 }
2268
2269 BIO_free(s->bbio);
2270 s->bbio = NULL;
2271}
2272
2273void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode) {
2274 ctx->quiet_shutdown = mode;
2275}
2276
2277int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx) {
2278 return ctx->quiet_shutdown;
2279}
2280
2281void SSL_set_quiet_shutdown(SSL *s, int mode) { s->quiet_shutdown = mode; }
2282
2283int SSL_get_quiet_shutdown(const SSL *s) { return s->quiet_shutdown; }
2284
2285void SSL_set_shutdown(SSL *s, int mode) { s->shutdown = mode; }
2286
2287int SSL_get_shutdown(const SSL *s) { return s->shutdown; }
2288
2289int SSL_version(const SSL *s) { return s->version; }
2290
2291SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl) { return ssl->ctx; }
2292
2293SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx) {
2294 if (ssl->ctx == ctx) {
2295 return ssl->ctx;
2296 }
2297
2298 if (ctx == NULL) {
2299 ctx = ssl->initial_ctx;
2300 }
2301
David Benjamin2755a3e2015-04-22 16:17:58 -04002302 ssl_cert_free(ssl->cert);
Adam Langleyfcf25832014-12-18 17:42:32 -08002303 ssl->cert = ssl_cert_dup(ctx->cert);
David Benjamin2755a3e2015-04-22 16:17:58 -04002304
Adam Langley0b5e3902015-05-15 13:08:38 -07002305 CRYPTO_refcount_inc(&ctx->references);
David Benjamin2755a3e2015-04-22 16:17:58 -04002306 SSL_CTX_free(ssl->ctx); /* decrement reference count */
Adam Langleyfcf25832014-12-18 17:42:32 -08002307 ssl->ctx = ctx;
2308
2309 ssl->sid_ctx_length = ctx->sid_ctx_length;
2310 assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx));
2311 memcpy(ssl->sid_ctx, ctx->sid_ctx, sizeof(ssl->sid_ctx));
2312
2313 return ssl->ctx;
2314}
2315
2316int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx) {
2317 return X509_STORE_set_default_paths(ctx->cert_store);
2318}
Adam Langley95c29f32014-06-20 12:00:00 -07002319
2320int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
Adam Langleyfcf25832014-12-18 17:42:32 -08002321 const char *CApath) {
2322 return X509_STORE_load_locations(ctx->cert_store, CAfile, CApath);
2323}
Adam Langley95c29f32014-06-20 12:00:00 -07002324
2325void SSL_set_info_callback(SSL *ssl,
Adam Langleyfcf25832014-12-18 17:42:32 -08002326 void (*cb)(const SSL *ssl, int type, int val)) {
2327 ssl->info_callback = cb;
2328}
Adam Langley95c29f32014-06-20 12:00:00 -07002329
Adam Langleyfcf25832014-12-18 17:42:32 -08002330void (*SSL_get_info_callback(const SSL *ssl))(const SSL * /*ssl*/, int /*type*/,
2331 int /*val*/) {
2332 return ssl->info_callback;
2333}
Adam Langley95c29f32014-06-20 12:00:00 -07002334
Adam Langleyfcf25832014-12-18 17:42:32 -08002335int SSL_state(const SSL *ssl) { return ssl->state; }
Adam Langley95c29f32014-06-20 12:00:00 -07002336
Adam Langleyfcf25832014-12-18 17:42:32 -08002337void SSL_set_state(SSL *ssl, int state) { ssl->state = state; }
Adam Langley95c29f32014-06-20 12:00:00 -07002338
Adam Langleyfcf25832014-12-18 17:42:32 -08002339void SSL_set_verify_result(SSL *ssl, long arg) { ssl->verify_result = arg; }
Adam Langley95c29f32014-06-20 12:00:00 -07002340
Adam Langleyfcf25832014-12-18 17:42:32 -08002341long SSL_get_verify_result(const SSL *ssl) { return ssl->verify_result; }
Adam Langley95c29f32014-06-20 12:00:00 -07002342
Adam Langleyfcf25832014-12-18 17:42:32 -08002343int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
2344 CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002345 int index;
2346 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl, &index, argl, argp,
2347 new_func, dup_func, free_func)) {
2348 return -1;
2349 }
2350 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002351}
Adam Langley95c29f32014-06-20 12:00:00 -07002352
Adam Langleyfcf25832014-12-18 17:42:32 -08002353int SSL_set_ex_data(SSL *s, int idx, void *arg) {
2354 return CRYPTO_set_ex_data(&s->ex_data, idx, arg);
2355}
Adam Langley95c29f32014-06-20 12:00:00 -07002356
Adam Langleyfcf25832014-12-18 17:42:32 -08002357void *SSL_get_ex_data(const SSL *s, int idx) {
2358 return CRYPTO_get_ex_data(&s->ex_data, idx);
2359}
Adam Langley95c29f32014-06-20 12:00:00 -07002360
Adam Langleyfcf25832014-12-18 17:42:32 -08002361int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
2362 CRYPTO_EX_dup *dup_func,
2363 CRYPTO_EX_free *free_func) {
David Benjamin9f33fc62015-04-15 17:29:53 -04002364 int index;
2365 if (!CRYPTO_get_ex_new_index(&g_ex_data_class_ssl_ctx, &index, argl, argp,
2366 new_func, dup_func, free_func)) {
2367 return -1;
2368 }
2369 return index;
Adam Langleyfcf25832014-12-18 17:42:32 -08002370}
Adam Langley95c29f32014-06-20 12:00:00 -07002371
Adam Langleyfcf25832014-12-18 17:42:32 -08002372int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg) {
2373 return CRYPTO_set_ex_data(&s->ex_data, idx, arg);
2374}
Adam Langley95c29f32014-06-20 12:00:00 -07002375
Adam Langleyfcf25832014-12-18 17:42:32 -08002376void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx) {
2377 return CRYPTO_get_ex_data(&s->ex_data, idx);
2378}
Adam Langley95c29f32014-06-20 12:00:00 -07002379
Adam Langleyfcf25832014-12-18 17:42:32 -08002380X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx) {
2381 return ctx->cert_store;
2382}
Adam Langley95c29f32014-06-20 12:00:00 -07002383
Adam Langleyfcf25832014-12-18 17:42:32 -08002384void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store) {
David Benjamin2755a3e2015-04-22 16:17:58 -04002385 X509_STORE_free(ctx->cert_store);
Adam Langleyfcf25832014-12-18 17:42:32 -08002386 ctx->cert_store = store;
2387}
Adam Langley95c29f32014-06-20 12:00:00 -07002388
Adam Langleyfcf25832014-12-18 17:42:32 -08002389int SSL_want(const SSL *s) { return s->rwstate; }
Adam Langley95c29f32014-06-20 12:00:00 -07002390
Adam Langleyfcf25832014-12-18 17:42:32 -08002391void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx,
2392 RSA *(*cb)(SSL *ssl, int is_export,
2393 int keylength)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002394}
Adam Langley95c29f32014-06-20 12:00:00 -07002395
Adam Langleyfcf25832014-12-18 17:42:32 -08002396void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb)(SSL *ssl, int is_export,
2397 int keylength)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002398}
2399
2400void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
David Benjamin59015c32015-04-26 13:13:55 -04002401 DH *(*callback)(SSL *ssl, int is_export,
2402 int keylength)) {
2403 ctx->cert->dh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002404}
2405
David Benjamin59015c32015-04-26 13:13:55 -04002406void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*callback)(SSL *ssl, int is_export,
2407 int keylength)) {
2408 ssl->cert->dh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002409}
2410
2411void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,
David Benjamindd978782015-04-24 15:20:13 -04002412 EC_KEY *(*callback)(SSL *ssl, int is_export,
2413 int keylength)) {
David Benjamin59015c32015-04-26 13:13:55 -04002414 ctx->cert->ecdh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002415}
2416
2417void SSL_set_tmp_ecdh_callback(SSL *ssl,
David Benjamindd978782015-04-24 15:20:13 -04002418 EC_KEY *(*callback)(SSL *ssl, int is_export,
2419 int keylength)) {
David Benjamin59015c32015-04-26 13:13:55 -04002420 ssl->cert->ecdh_tmp_cb = callback;
Adam Langleyfcf25832014-12-18 17:42:32 -08002421}
2422
2423int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint) {
2424 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
2425 OPENSSL_PUT_ERROR(SSL, SSL_CTX_use_psk_identity_hint,
2426 SSL_R_DATA_LENGTH_TOO_LONG);
2427 return 0;
2428 }
2429
David Benjamin2755a3e2015-04-22 16:17:58 -04002430 OPENSSL_free(ctx->psk_identity_hint);
Adam Langleyfcf25832014-12-18 17:42:32 -08002431
2432 if (identity_hint != NULL) {
2433 ctx->psk_identity_hint = BUF_strdup(identity_hint);
2434 if (ctx->psk_identity_hint == NULL) {
2435 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002436 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002437 } else {
2438 ctx->psk_identity_hint = NULL;
2439 }
Adam Langley95c29f32014-06-20 12:00:00 -07002440
Adam Langleyfcf25832014-12-18 17:42:32 -08002441 return 1;
2442}
2443
2444int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint) {
2445 if (s == NULL) {
2446 return 0;
2447 }
2448
2449 if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
2450 OPENSSL_PUT_ERROR(SSL, SSL_use_psk_identity_hint,
2451 SSL_R_DATA_LENGTH_TOO_LONG);
2452 return 0;
2453 }
2454
2455 /* Clear currently configured hint, if any. */
David Benjamin2755a3e2015-04-22 16:17:58 -04002456 OPENSSL_free(s->psk_identity_hint);
2457 s->psk_identity_hint = NULL;
Adam Langleyfcf25832014-12-18 17:42:32 -08002458
2459 if (identity_hint != NULL) {
2460 s->psk_identity_hint = BUF_strdup(identity_hint);
2461 if (s->psk_identity_hint == NULL) {
2462 return 0;
Adam Langley95c29f32014-06-20 12:00:00 -07002463 }
Adam Langleyfcf25832014-12-18 17:42:32 -08002464 }
Adam Langley95c29f32014-06-20 12:00:00 -07002465
Adam Langleyfcf25832014-12-18 17:42:32 -08002466 return 1;
2467}
Adam Langley95c29f32014-06-20 12:00:00 -07002468
Adam Langleyfcf25832014-12-18 17:42:32 -08002469const char *SSL_get_psk_identity_hint(const SSL *s) {
2470 if (s == NULL) {
2471 return NULL;
2472 }
2473 return s->psk_identity_hint;
2474}
Adam Langley95c29f32014-06-20 12:00:00 -07002475
Adam Langleyfcf25832014-12-18 17:42:32 -08002476const char *SSL_get_psk_identity(const SSL *s) {
2477 if (s == NULL || s->session == NULL) {
2478 return NULL;
2479 }
Adam Langley95c29f32014-06-20 12:00:00 -07002480
Adam Langleyfcf25832014-12-18 17:42:32 -08002481 return s->session->psk_identity;
2482}
Adam Langley95c29f32014-06-20 12:00:00 -07002483
Adam Langleyfcf25832014-12-18 17:42:32 -08002484void SSL_set_psk_client_callback(
2485 SSL *s, unsigned int (*cb)(SSL *ssl, const char *hint, char *identity,
2486 unsigned int max_identity_len, uint8_t *psk,
2487 unsigned int max_psk_len)) {
2488 s->psk_client_callback = cb;
2489}
Adam Langley95c29f32014-06-20 12:00:00 -07002490
Adam Langleyfcf25832014-12-18 17:42:32 -08002491void SSL_CTX_set_psk_client_callback(
2492 SSL_CTX *ctx, unsigned int (*cb)(SSL *ssl, const char *hint, char *identity,
2493 unsigned int max_identity_len,
2494 uint8_t *psk, unsigned int max_psk_len)) {
2495 ctx->psk_client_callback = cb;
2496}
Adam Langley95c29f32014-06-20 12:00:00 -07002497
Adam Langleyfcf25832014-12-18 17:42:32 -08002498void SSL_set_psk_server_callback(
2499 SSL *s, unsigned int (*cb)(SSL *ssl, const char *identity, uint8_t *psk,
2500 unsigned int max_psk_len)) {
2501 s->psk_server_callback = cb;
2502}
Adam Langley95c29f32014-06-20 12:00:00 -07002503
Adam Langleyfcf25832014-12-18 17:42:32 -08002504void SSL_CTX_set_psk_server_callback(
2505 SSL_CTX *ctx, unsigned int (*cb)(SSL *ssl, const char *identity,
2506 uint8_t *psk, unsigned int max_psk_len)) {
2507 ctx->psk_server_callback = cb;
2508}
Adam Langley95c29f32014-06-20 12:00:00 -07002509
Adam Langleyfcf25832014-12-18 17:42:32 -08002510void SSL_CTX_set_min_version(SSL_CTX *ctx, uint16_t version) {
2511 ctx->min_version = version;
2512}
Adam Langley95c29f32014-06-20 12:00:00 -07002513
Adam Langleyfcf25832014-12-18 17:42:32 -08002514void SSL_CTX_set_max_version(SSL_CTX *ctx, uint16_t version) {
2515 ctx->max_version = version;
2516}
Adam Langley0289c732014-06-20 12:00:00 -07002517
Adam Langleyfcf25832014-12-18 17:42:32 -08002518void SSL_set_min_version(SSL *ssl, uint16_t version) {
2519 ssl->min_version = version;
2520}
Adam Langley0289c732014-06-20 12:00:00 -07002521
Adam Langleyfcf25832014-12-18 17:42:32 -08002522void SSL_set_max_version(SSL *ssl, uint16_t version) {
2523 ssl->max_version = version;
2524}
Adam Langley95c29f32014-06-20 12:00:00 -07002525
Adam Langleyfcf25832014-12-18 17:42:32 -08002526void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
2527 void (*cb)(int write_p, int version,
2528 int content_type, const void *buf,
2529 size_t len, SSL *ssl, void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002530 ctx->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002531}
David Benjamin61ecccf2015-05-05 09:44:51 -04002532
2533void SSL_CTX_set_msg_callback_arg(SSL_CTX *ctx, void *arg) {
2534 ctx->msg_callback_arg = arg;
2535}
2536
Adam Langleyfcf25832014-12-18 17:42:32 -08002537void SSL_set_msg_callback(SSL *ssl,
2538 void (*cb)(int write_p, int version, int content_type,
2539 const void *buf, size_t len, SSL *ssl,
2540 void *arg)) {
David Benjamin59015c32015-04-26 13:13:55 -04002541 ssl->msg_callback = cb;
Adam Langleyfcf25832014-12-18 17:42:32 -08002542}
Adam Langley95c29f32014-06-20 12:00:00 -07002543
David Benjamin61ecccf2015-05-05 09:44:51 -04002544void SSL_set_msg_callback_arg(SSL *ssl, void *arg) {
2545 ssl->msg_callback_arg = arg;
2546}
2547
Adam Langleyfcf25832014-12-18 17:42:32 -08002548void SSL_CTX_set_keylog_bio(SSL_CTX *ctx, BIO *keylog_bio) {
David Benjamin2755a3e2015-04-22 16:17:58 -04002549 BIO_free(ctx->keylog_bio);
Adam Langleyfcf25832014-12-18 17:42:32 -08002550 ctx->keylog_bio = keylog_bio;
2551}
Adam Langley95c29f32014-06-20 12:00:00 -07002552
Adam Langleyfcf25832014-12-18 17:42:32 -08002553static int cbb_add_hex(CBB *cbb, const uint8_t *in, size_t in_len) {
2554 static const char hextable[] = "0123456789abcdef";
2555 uint8_t *out;
2556 size_t i;
Adam Langley95c29f32014-06-20 12:00:00 -07002557
Adam Langleyfcf25832014-12-18 17:42:32 -08002558 if (!CBB_add_space(cbb, &out, in_len * 2)) {
2559 return 0;
2560 }
Adam Langley95c29f32014-06-20 12:00:00 -07002561
Adam Langleyfcf25832014-12-18 17:42:32 -08002562 for (i = 0; i < in_len; i++) {
2563 *(out++) = (uint8_t)hextable[in[i] >> 4];
2564 *(out++) = (uint8_t)hextable[in[i] & 0xf];
2565 }
Adam Langley95c29f32014-06-20 12:00:00 -07002566
Adam Langleyfcf25832014-12-18 17:42:32 -08002567 return 1;
2568}
David Benjamin859ec3c2014-09-02 16:29:36 -04002569
2570int ssl_ctx_log_rsa_client_key_exchange(SSL_CTX *ctx,
Adam Langleyfcf25832014-12-18 17:42:32 -08002571 const uint8_t *encrypted_premaster,
2572 size_t encrypted_premaster_len,
2573 const uint8_t *premaster,
2574 size_t premaster_len) {
2575 BIO *bio = ctx->keylog_bio;
2576 CBB cbb;
2577 uint8_t *out;
2578 size_t out_len;
2579 int ret;
David Benjamin859ec3c2014-09-02 16:29:36 -04002580
Adam Langleyfcf25832014-12-18 17:42:32 -08002581 if (bio == NULL) {
2582 return 1;
2583 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002584
Adam Langleyfcf25832014-12-18 17:42:32 -08002585 if (encrypted_premaster_len < 8) {
2586 OPENSSL_PUT_ERROR(SSL, ssl_ctx_log_rsa_client_key_exchange,
2587 ERR_R_INTERNAL_ERROR);
2588 return 0;
2589 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002590
Adam Langleyfcf25832014-12-18 17:42:32 -08002591 if (!CBB_init(&cbb, 4 + 16 + 1 + premaster_len * 2 + 1)) {
2592 return 0;
2593 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002594
Adam Langleyfcf25832014-12-18 17:42:32 -08002595 if (!CBB_add_bytes(&cbb, (const uint8_t *)"RSA ", 4) ||
2596 /* Only the first 8 bytes of the encrypted premaster secret are
2597 * logged. */
2598 !cbb_add_hex(&cbb, encrypted_premaster, 8) ||
2599 !CBB_add_bytes(&cbb, (const uint8_t *)" ", 1) ||
2600 !cbb_add_hex(&cbb, premaster, premaster_len) ||
2601 !CBB_add_bytes(&cbb, (const uint8_t *)"\n", 1) ||
2602 !CBB_finish(&cbb, &out, &out_len)) {
2603 CBB_cleanup(&cbb);
2604 return 0;
2605 }
David Benjamin859ec3c2014-09-02 16:29:36 -04002606
Adam Langley4bdb6e42015-05-15 15:29:21 -07002607 CRYPTO_MUTEX_lock_write(&ctx->lock);
Adam Langleyfcf25832014-12-18 17:42:32 -08002608 ret = BIO_write(bio, out, out_len) >= 0 && BIO_flush(bio);
Adam Langley4bdb6e42015-05-15 15:29:21 -07002609 CRYPTO_MUTEX_unlock(&ctx->lock);
David Benjamin859ec3c2014-09-02 16:29:36 -04002610
Adam Langleyfcf25832014-12-18 17:42:32 -08002611 OPENSSL_free(out);
2612 return ret;
Adam Langley95f22882014-06-20 12:00:00 -07002613}
2614
Adam Langleyfcf25832014-12-18 17:42:32 -08002615int ssl_ctx_log_master_secret(SSL_CTX *ctx, const uint8_t *client_random,
2616 size_t client_random_len, const uint8_t *master,
2617 size_t master_len) {
2618 BIO *bio = ctx->keylog_bio;
2619 CBB cbb;
2620 uint8_t *out;
2621 size_t out_len;
2622 int ret;
Adam Langleyadb739e2014-06-20 12:00:00 -07002623
Adam Langleyfcf25832014-12-18 17:42:32 -08002624 if (bio == NULL) {
2625 return 1;
2626 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002627
Adam Langleyfcf25832014-12-18 17:42:32 -08002628 if (client_random_len != 32) {
2629 OPENSSL_PUT_ERROR(SSL, ssl_ctx_log_master_secret, ERR_R_INTERNAL_ERROR);
2630 return 0;
2631 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002632
Adam Langleyfcf25832014-12-18 17:42:32 -08002633 if (!CBB_init(&cbb, 14 + 64 + 1 + master_len * 2 + 1)) {
2634 return 0;
2635 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002636
Adam Langleyfcf25832014-12-18 17:42:32 -08002637 if (!CBB_add_bytes(&cbb, (const uint8_t *)"CLIENT_RANDOM ", 14) ||
2638 !cbb_add_hex(&cbb, client_random, 32) ||
2639 !CBB_add_bytes(&cbb, (const uint8_t *)" ", 1) ||
2640 !cbb_add_hex(&cbb, master, master_len) ||
2641 !CBB_add_bytes(&cbb, (const uint8_t *)"\n", 1) ||
2642 !CBB_finish(&cbb, &out, &out_len)) {
2643 CBB_cleanup(&cbb);
2644 return 0;
2645 }
Adam Langleyadb739e2014-06-20 12:00:00 -07002646
Adam Langley4bdb6e42015-05-15 15:29:21 -07002647 CRYPTO_MUTEX_lock_write(&ctx->lock);
Adam Langleyfcf25832014-12-18 17:42:32 -08002648 ret = BIO_write(bio, out, out_len) >= 0 && BIO_flush(bio);
Adam Langley4bdb6e42015-05-15 15:29:21 -07002649 CRYPTO_MUTEX_unlock(&ctx->lock);
David Benjamine99e9122014-12-11 01:46:01 -05002650
Adam Langleyfcf25832014-12-18 17:42:32 -08002651 OPENSSL_free(out);
2652 return ret;
Adam Langley95c29f32014-06-20 12:00:00 -07002653}
2654
David Benjamined7c4752015-02-16 19:16:46 -05002655int SSL_in_false_start(const SSL *s) {
2656 return s->s3->tmp.in_false_start;
2657}
2658
Adam Langleyfcf25832014-12-18 17:42:32 -08002659int SSL_cutthrough_complete(const SSL *s) {
David Benjamined7c4752015-02-16 19:16:46 -05002660 return SSL_in_false_start(s);
Adam Langleyfcf25832014-12-18 17:42:32 -08002661}
Adam Langley95c29f32014-06-20 12:00:00 -07002662
Adam Langleyfcf25832014-12-18 17:42:32 -08002663void SSL_get_structure_sizes(size_t *ssl_size, size_t *ssl_ctx_size,
2664 size_t *ssl_session_size) {
2665 *ssl_size = sizeof(SSL);
2666 *ssl_ctx_size = sizeof(SSL_CTX);
2667 *ssl_session_size = sizeof(SSL_SESSION);
2668}
Feng Lu41aa3252014-11-21 22:47:56 -08002669
David Benjamined7c4752015-02-16 19:16:46 -05002670int ssl3_can_false_start(const SSL *s) {
David Benjamin195dc782015-02-19 13:27:05 -05002671 const SSL_CIPHER *const cipher = SSL_get_current_cipher(s);
Adam Langleyfcf25832014-12-18 17:42:32 -08002672
Adam Langleye631d962015-04-01 13:11:01 -07002673 /* False Start only for TLS 1.2 with an ECDHE+AEAD cipher and ALPN or NPN. */
David Benjamin195dc782015-02-19 13:27:05 -05002674 return !SSL_IS_DTLS(s) &&
2675 SSL_version(s) >= TLS1_2_VERSION &&
2676 (s->s3->alpn_selected || s->s3->next_proto_neg_seen) &&
2677 cipher != NULL &&
Adam Langleye631d962015-04-01 13:11:01 -07002678 cipher->algorithm_mkey == SSL_kECDHE &&
David Benjamin195dc782015-02-19 13:27:05 -05002679 (cipher->algorithm_enc == SSL_AES128GCM ||
2680 cipher->algorithm_enc == SSL_AES256GCM ||
2681 cipher->algorithm_enc == SSL_CHACHA20POLY1305);
Adam Langleyfcf25832014-12-18 17:42:32 -08002682}
2683
2684const SSL3_ENC_METHOD *ssl3_get_enc_method(uint16_t version) {
2685 switch (version) {
2686 case SSL3_VERSION:
2687 return &SSLv3_enc_data;
2688
2689 case TLS1_VERSION:
2690 return &TLSv1_enc_data;
2691
David Benjamin9e13e1a2015-03-05 01:56:32 -05002692 case DTLS1_VERSION:
Adam Langleyfcf25832014-12-18 17:42:32 -08002693 case TLS1_1_VERSION:
2694 return &TLSv1_1_enc_data;
2695
David Benjamin9e13e1a2015-03-05 01:56:32 -05002696 case DTLS1_2_VERSION:
Adam Langleyfcf25832014-12-18 17:42:32 -08002697 case TLS1_2_VERSION:
2698 return &TLSv1_2_enc_data;
2699
Adam Langleyfcf25832014-12-18 17:42:32 -08002700 default:
2701 return NULL;
2702 }
2703}
2704
2705uint16_t ssl3_get_max_server_version(const SSL *s) {
2706 uint16_t max_version;
2707
2708 if (SSL_IS_DTLS(s)) {
2709 max_version = (s->max_version != 0) ? s->max_version : DTLS1_2_VERSION;
2710 if (!(s->options & SSL_OP_NO_DTLSv1_2) && DTLS1_2_VERSION >= max_version) {
2711 return DTLS1_2_VERSION;
2712 }
2713 if (!(s->options & SSL_OP_NO_DTLSv1) && DTLS1_VERSION >= max_version) {
2714 return DTLS1_VERSION;
2715 }
2716 return 0;
2717 }
2718
2719 max_version = (s->max_version != 0) ? s->max_version : TLS1_2_VERSION;
2720 if (!(s->options & SSL_OP_NO_TLSv1_2) && TLS1_2_VERSION <= max_version) {
2721 return TLS1_2_VERSION;
2722 }
2723 if (!(s->options & SSL_OP_NO_TLSv1_1) && TLS1_1_VERSION <= max_version) {
2724 return TLS1_1_VERSION;
2725 }
2726 if (!(s->options & SSL_OP_NO_TLSv1) && TLS1_VERSION <= max_version) {
2727 return TLS1_VERSION;
2728 }
2729 if (!(s->options & SSL_OP_NO_SSLv3) && SSL3_VERSION <= max_version) {
2730 return SSL3_VERSION;
2731 }
2732 return 0;
2733}
2734
2735uint16_t ssl3_get_mutual_version(SSL *s, uint16_t client_version) {
2736 uint16_t version = 0;
2737
2738 if (SSL_IS_DTLS(s)) {
2739 /* Clamp client_version to max_version. */
2740 if (s->max_version != 0 && client_version < s->max_version) {
2741 client_version = s->max_version;
2742 }
2743
2744 if (client_version <= DTLS1_2_VERSION && !(s->options & SSL_OP_NO_DTLSv1_2)) {
2745 version = DTLS1_2_VERSION;
2746 } else if (client_version <= DTLS1_VERSION &&
David Benjaminb18f0242015-03-10 18:30:08 -04002747 !(s->options & SSL_OP_NO_DTLSv1)) {
Adam Langleyfcf25832014-12-18 17:42:32 -08002748 version = DTLS1_VERSION;
2749 }
2750
2751 /* Check against min_version. */
2752 if (version != 0 && s->min_version != 0 && version > s->min_version) {
2753 return 0;
2754 }
2755 return version;
2756 } else {
2757 /* Clamp client_version to max_version. */
2758 if (s->max_version != 0 && client_version > s->max_version) {
2759 client_version = s->max_version;
2760 }
2761
2762 if (client_version >= TLS1_2_VERSION && !(s->options & SSL_OP_NO_TLSv1_2)) {
2763 version = TLS1_2_VERSION;
2764 } else if (client_version >= TLS1_1_VERSION &&
2765 !(s->options & SSL_OP_NO_TLSv1_1)) {
2766 version = TLS1_1_VERSION;
2767 } else if (client_version >= TLS1_VERSION && !(s->options & SSL_OP_NO_TLSv1)) {
2768 version = TLS1_VERSION;
2769 } else if (client_version >= SSL3_VERSION && !(s->options & SSL_OP_NO_SSLv3)) {
2770 version = SSL3_VERSION;
2771 }
2772
2773 /* Check against min_version. */
2774 if (version != 0 && s->min_version != 0 && version < s->min_version) {
2775 return 0;
2776 }
2777 return version;
2778 }
2779}
2780
2781uint16_t ssl3_get_max_client_version(SSL *s) {
David Benjamin123a8fd2015-04-26 14:16:41 -04002782 uint32_t options = s->options;
Adam Langleyfcf25832014-12-18 17:42:32 -08002783 uint16_t version = 0;
2784
2785 /* OpenSSL's API for controlling versions entails blacklisting individual
2786 * protocols. This has two problems. First, on the client, the protocol can
2787 * only express a contiguous range of versions. Second, a library consumer
2788 * trying to set a maximum version cannot disable protocol versions that get
2789 * added in a future version of the library.
2790 *
2791 * To account for both of these, OpenSSL interprets the client-side bitmask
2792 * as a min/max range by picking the lowest contiguous non-empty range of
2793 * enabled protocols. Note that this means it is impossible to set a maximum
2794 * version of TLS 1.2 in a future-proof way.
2795 *
2796 * By this scheme, the maximum version is the lowest version V such that V is
2797 * enabled and V+1 is disabled or unimplemented. */
2798 if (SSL_IS_DTLS(s)) {
2799 if (!(options & SSL_OP_NO_DTLSv1_2)) {
2800 version = DTLS1_2_VERSION;
2801 }
2802 if (!(options & SSL_OP_NO_DTLSv1) && (options & SSL_OP_NO_DTLSv1_2)) {
2803 version = DTLS1_VERSION;
2804 }
2805 if (s->max_version != 0 && version < s->max_version) {
2806 version = s->max_version;
2807 }
2808 } else {
2809 if (!(options & SSL_OP_NO_TLSv1_2)) {
2810 version = TLS1_2_VERSION;
2811 }
2812 if (!(options & SSL_OP_NO_TLSv1_1) && (options & SSL_OP_NO_TLSv1_2)) {
2813 version = TLS1_1_VERSION;
2814 }
2815 if (!(options & SSL_OP_NO_TLSv1) && (options & SSL_OP_NO_TLSv1_1)) {
2816 version = TLS1_VERSION;
2817 }
2818 if (!(options & SSL_OP_NO_SSLv3) && (options & SSL_OP_NO_TLSv1)) {
2819 version = SSL3_VERSION;
2820 }
2821 if (s->max_version != 0 && version > s->max_version) {
2822 version = s->max_version;
2823 }
2824 }
2825
2826 return version;
2827}
2828
2829int ssl3_is_version_enabled(SSL *s, uint16_t version) {
2830 if (SSL_IS_DTLS(s)) {
2831 if (s->max_version != 0 && version < s->max_version) {
2832 return 0;
2833 }
2834 if (s->min_version != 0 && version > s->min_version) {
2835 return 0;
2836 }
2837
2838 switch (version) {
2839 case DTLS1_VERSION:
2840 return !(s->options & SSL_OP_NO_DTLSv1);
2841
2842 case DTLS1_2_VERSION:
2843 return !(s->options & SSL_OP_NO_DTLSv1_2);
2844
2845 default:
2846 return 0;
2847 }
2848 } else {
2849 if (s->max_version != 0 && version > s->max_version) {
2850 return 0;
2851 }
2852 if (s->min_version != 0 && version < s->min_version) {
2853 return 0;
2854 }
2855
2856 switch (version) {
2857 case SSL3_VERSION:
2858 return !(s->options & SSL_OP_NO_SSLv3);
2859
2860 case TLS1_VERSION:
2861 return !(s->options & SSL_OP_NO_TLSv1);
2862
2863 case TLS1_1_VERSION:
2864 return !(s->options & SSL_OP_NO_TLSv1_1);
2865
2866 case TLS1_2_VERSION:
2867 return !(s->options & SSL_OP_NO_TLSv1_2);
2868
2869 default:
2870 return 0;
2871 }
2872 }
2873}
2874
David Benjaminea72bd02014-12-21 21:27:41 -05002875uint16_t ssl3_version_from_wire(SSL *s, uint16_t wire_version) {
2876 if (!SSL_IS_DTLS(s)) {
2877 return wire_version;
2878 }
2879
2880 uint16_t tls_version = ~wire_version;
2881 uint16_t version = tls_version + 0x0201;
2882 /* If either component overflowed, clamp it so comparisons still work. */
2883 if ((version >> 8) < (tls_version >> 8)) {
2884 version = 0xff00 | (version & 0xff);
2885 }
2886 if ((version & 0xff) < (tls_version & 0xff)) {
2887 version = (version & 0xff00) | 0xff;
2888 }
2889 /* DTLS 1.0 maps to TLS 1.1, not TLS 1.0. */
2890 if (version == TLS1_VERSION) {
2891 version = TLS1_1_VERSION;
2892 }
2893 return version;
2894}
2895
Adam Langleyfcf25832014-12-18 17:42:32 -08002896int SSL_cache_hit(SSL *s) { return s->hit; }
2897
2898int SSL_is_server(SSL *s) { return s->server; }
2899
Adam Langley524e7172015-02-20 16:04:00 -08002900void SSL_CTX_set_dos_protection_cb(
2901 SSL_CTX *ctx, int (*cb)(const struct ssl_early_callback_ctx *)) {
2902 ctx->dos_protection_cb = cb;
2903}
2904
Adam Langleyfcf25832014-12-18 17:42:32 -08002905void SSL_enable_fastradio_padding(SSL *s, char on_off) {
2906 s->fastradio_padding = on_off;
2907}
Adam Langley44972942015-02-20 13:43:23 -08002908
David Benjaminb16346b2015-04-08 19:16:58 -04002909void SSL_set_reject_peer_renegotiations(SSL *s, int reject) {
David Benjamin897e5e02015-05-12 17:03:54 -04002910 s->accept_peer_renegotiations = !reject;
David Benjaminb16346b2015-04-08 19:16:58 -04002911}
2912
Adam Langley44972942015-02-20 13:43:23 -08002913const SSL_CIPHER *SSL_get_cipher_by_value(uint16_t value) {
2914 return ssl3_get_cipher_by_value(value);
2915}
Adam Langley3f92d212015-02-20 15:32:52 -08002916
2917int SSL_get_rc4_state(const SSL *ssl, const RC4_KEY **read_key,
2918 const RC4_KEY **write_key) {
2919 if (ssl->aead_read_ctx == NULL || ssl->aead_write_ctx == NULL) {
2920 return 0;
2921 }
2922
2923 return EVP_AEAD_CTX_get_rc4_state(&ssl->aead_read_ctx->ctx, read_key) &&
2924 EVP_AEAD_CTX_get_rc4_state(&ssl->aead_write_ctx->ctx, write_key);
2925}
David Benjaminda881e92015-04-26 14:45:04 -04002926
2927int SSL_CTX_sess_connect(const SSL_CTX *ctx) { return 0; }
2928int SSL_CTX_sess_connect_good(const SSL_CTX *ctx) { return 0; }
2929int SSL_CTX_sess_connect_renegotiate(const SSL_CTX *ctx) { return 0; }
2930int SSL_CTX_sess_accept(const SSL_CTX *ctx) { return 0; }
2931int SSL_CTX_sess_accept_renegotiate(const SSL_CTX *ctx) { return 0; }
2932int SSL_CTX_sess_accept_good(const SSL_CTX *ctx) { return 0; }
2933int SSL_CTX_sess_hits(const SSL_CTX *ctx) { return 0; }
2934int SSL_CTX_sess_cb_hits(const SSL_CTX *ctx) { return 0; }
2935int SSL_CTX_sess_misses(const SSL_CTX *ctx) { return 0; }
2936int SSL_CTX_sess_timeouts(const SSL_CTX *ctx) { return 0; }
2937int SSL_CTX_sess_cache_full(const SSL_CTX *ctx) { return 0; }