Don't leak memory on error path in dane_ctx_enable()
[openssl.git] / ssl / ssl_lib.c
1 /*
2  * ! \file ssl/ssl_lib.c \brief Version independent SSL functions.
3  */
4 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
5  * All rights reserved.
6  *
7  * This package is an SSL implementation written
8  * by Eric Young (eay@cryptsoft.com).
9  * The implementation was written so as to conform with Netscapes SSL.
10  *
11  * This library is free for commercial and non-commercial use as long as
12  * the following conditions are aheared to.  The following conditions
13  * apply to all code found in this distribution, be it the RC4, RSA,
14  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
15  * included with this distribution is covered by the same copyright terms
16  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
17  *
18  * Copyright remains Eric Young's, and as such any Copyright notices in
19  * the code are not to be removed.
20  * If this package is used in a product, Eric Young should be given attribution
21  * as the author of the parts of the library used.
22  * This can be in the form of a textual message at program startup or
23  * in documentation (online or textual) provided with the package.
24  *
25  * Redistribution and use in source and binary forms, with or without
26  * modification, are permitted provided that the following conditions
27  * are met:
28  * 1. Redistributions of source code must retain the copyright
29  *    notice, this list of conditions and the following disclaimer.
30  * 2. Redistributions in binary form must reproduce the above copyright
31  *    notice, this list of conditions and the following disclaimer in the
32  *    documentation and/or other materials provided with the distribution.
33  * 3. All advertising materials mentioning features or use of this software
34  *    must display the following acknowledgement:
35  *    "This product includes cryptographic software written by
36  *     Eric Young (eay@cryptsoft.com)"
37  *    The word 'cryptographic' can be left out if the rouines from the library
38  *    being used are not cryptographic related :-).
39  * 4. If you include any Windows specific code (or a derivative thereof) from
40  *    the apps directory (application code) you must include an acknowledgement:
41  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
42  *
43  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
44  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
47  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
51  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
52  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53  * SUCH DAMAGE.
54  *
55  * The licence and distribution terms for any publically available version or
56  * derivative of this code cannot be changed.  i.e. this code cannot simply be
57  * copied and put under another distribution licence
58  * [including the GNU Public Licence.]
59  */
60 /* ====================================================================
61  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
62  *
63  * Redistribution and use in source and binary forms, with or without
64  * modification, are permitted provided that the following conditions
65  * are met:
66  *
67  * 1. Redistributions of source code must retain the above copyright
68  *    notice, this list of conditions and the following disclaimer.
69  *
70  * 2. Redistributions in binary form must reproduce the above copyright
71  *    notice, this list of conditions and the following disclaimer in
72  *    the documentation and/or other materials provided with the
73  *    distribution.
74  *
75  * 3. All advertising materials mentioning features or use of this
76  *    software must display the following acknowledgment:
77  *    "This product includes software developed by the OpenSSL Project
78  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
79  *
80  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
81  *    endorse or promote products derived from this software without
82  *    prior written permission. For written permission, please contact
83  *    openssl-core@openssl.org.
84  *
85  * 5. Products derived from this software may not be called "OpenSSL"
86  *    nor may "OpenSSL" appear in their names without prior written
87  *    permission of the OpenSSL Project.
88  *
89  * 6. Redistributions of any form whatsoever must retain the following
90  *    acknowledgment:
91  *    "This product includes software developed by the OpenSSL Project
92  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
93  *
94  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
95  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
97  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
98  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
99  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
100  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
101  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
102  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
103  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
104  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
105  * OF THE POSSIBILITY OF SUCH DAMAGE.
106  * ====================================================================
107  *
108  * This product includes cryptographic software written by Eric Young
109  * (eay@cryptsoft.com).  This product includes software written by Tim
110  * Hudson (tjh@cryptsoft.com).
111  *
112  */
113 /* ====================================================================
114  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
115  * ECC cipher suite support in OpenSSL originally developed by
116  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
117  */
118 /* ====================================================================
119  * Copyright 2005 Nokia. All rights reserved.
120  *
121  * The portions of the attached software ("Contribution") is developed by
122  * Nokia Corporation and is licensed pursuant to the OpenSSL open source
123  * license.
124  *
125  * The Contribution, originally written by Mika Kousa and Pasi Eronen of
126  * Nokia Corporation, consists of the "PSK" (Pre-Shared Key) ciphersuites
127  * support (see RFC 4279) to OpenSSL.
128  *
129  * No patent licenses or other rights except those expressly stated in
130  * the OpenSSL open source license shall be deemed granted or received
131  * expressly, by implication, estoppel, or otherwise.
132  *
133  * No assurances are provided by Nokia that the Contribution does not
134  * infringe the patent or other intellectual property rights of any third
135  * party or that the license provides you with all the necessary rights
136  * to make use of the Contribution.
137  *
138  * THE SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. IN
139  * ADDITION TO THE DISCLAIMERS INCLUDED IN THE LICENSE, NOKIA
140  * SPECIFICALLY DISCLAIMS ANY LIABILITY FOR CLAIMS BROUGHT BY YOU OR ANY
141  * OTHER ENTITY BASED ON INFRINGEMENT OF INTELLECTUAL PROPERTY RIGHTS OR
142  * OTHERWISE.
143  */
144
145 #include <assert.h>
146 #include <stdio.h>
147 #include "ssl_locl.h"
148 #include <openssl/objects.h>
149 #include <openssl/lhash.h>
150 #include <openssl/x509v3.h>
151 #include <openssl/rand.h>
152 #include <openssl/ocsp.h>
153 #include <openssl/dh.h>
154 #include <openssl/engine.h>
155 #include <openssl/async.h>
156 #include <openssl/ct.h>
157
158 const char SSL_version_str[] = OPENSSL_VERSION_TEXT;
159
160 SSL3_ENC_METHOD ssl3_undef_enc_method = {
161     /*
162      * evil casts, but these functions are only called if there's a library
163      * bug
164      */
165     (int (*)(SSL *, SSL3_RECORD *, unsigned int, int))ssl_undefined_function,
166     (int (*)(SSL *, SSL3_RECORD *, unsigned char *, int))ssl_undefined_function,
167     ssl_undefined_function,
168     (int (*)(SSL *, unsigned char *, unsigned char *, int))
169         ssl_undefined_function,
170     (int (*)(SSL *, int))ssl_undefined_function,
171     (int (*)(SSL *, const char *, int, unsigned char *))
172         ssl_undefined_function,
173     0,                          /* finish_mac_length */
174     NULL,                       /* client_finished_label */
175     0,                          /* client_finished_label_len */
176     NULL,                       /* server_finished_label */
177     0,                          /* server_finished_label_len */
178     (int (*)(int))ssl_undefined_function,
179     (int (*)(SSL *, unsigned char *, size_t, const char *,
180              size_t, const unsigned char *, size_t,
181              int use_context))ssl_undefined_function,
182 };
183
184 struct ssl_async_args {
185     SSL *s;
186     void *buf;
187     int num;
188     enum { READFUNC, WRITEFUNC,  OTHERFUNC} type;
189     union {
190         int (*func_read)(SSL *, void *, int);
191         int (*func_write)(SSL *, const void *, int);
192         int (*func_other)(SSL *);
193     } f;
194 };
195
196 static const struct {
197     uint8_t mtype;
198     uint8_t ord;
199     int     nid;
200 } dane_mds[] = {
201     { DANETLS_MATCHING_FULL, 0, NID_undef },
202     { DANETLS_MATCHING_2256, 1, NID_sha256 },
203     { DANETLS_MATCHING_2512, 2, NID_sha512 },
204 };
205
206 static int dane_ctx_enable(struct dane_ctx_st *dctx)
207 {
208     const EVP_MD **mdevp;
209     uint8_t *mdord;
210     uint8_t mdmax = DANETLS_MATCHING_LAST;
211     int n = ((int) mdmax) + 1;          /* int to handle PrivMatch(255) */
212     size_t i;
213
214     mdevp = OPENSSL_zalloc(n * sizeof(*mdevp));
215     mdord = OPENSSL_zalloc(n * sizeof(*mdord));
216
217     if (mdord == NULL || mdevp == NULL) {
218         OPENSSL_free(mdord);
219         OPENSSL_free(mdevp);
220         SSLerr(SSL_F_DANE_CTX_ENABLE, ERR_R_MALLOC_FAILURE);
221         return 0;
222     }
223
224     /* Install default entries */
225     for (i = 0; i < OSSL_NELEM(dane_mds); ++i) {
226         const EVP_MD *md;
227
228         if (dane_mds[i].nid == NID_undef ||
229             (md = EVP_get_digestbynid(dane_mds[i].nid)) == NULL)
230             continue;
231         mdevp[dane_mds[i].mtype] = md;
232         mdord[dane_mds[i].mtype] = dane_mds[i].ord;
233     }
234
235     dctx->mdevp = mdevp;
236     dctx->mdord = mdord;
237     dctx->mdmax = mdmax;
238
239     return 1;
240 }
241
242 static void dane_ctx_final(struct dane_ctx_st *dctx)
243 {
244     OPENSSL_free(dctx->mdevp);
245     dctx->mdevp = NULL;
246
247     OPENSSL_free(dctx->mdord);
248     dctx->mdord = NULL;
249     dctx->mdmax = 0;
250 }
251
252 static void tlsa_free(danetls_record *t)
253 {
254     if (t == NULL)
255         return;
256     OPENSSL_free(t->data);
257     EVP_PKEY_free(t->spki);
258     OPENSSL_free(t);
259 }
260
261 static void dane_final(SSL_DANE *dane)
262 {
263     sk_danetls_record_pop_free(dane->trecs, tlsa_free);
264     dane->trecs = NULL;
265
266     sk_X509_pop_free(dane->certs, X509_free);
267     dane->certs = NULL;
268
269     X509_free(dane->mcert);
270     dane->mcert = NULL;
271     dane->mtlsa = NULL;
272     dane->mdpth = -1;
273     dane->pdpth = -1;
274 }
275
276 /*
277  * dane_copy - Copy dane configuration, sans verification state.
278  */
279 static int ssl_dane_dup(SSL *to, SSL *from)
280 {
281     int num;
282     int i;
283
284     if (!DANETLS_ENABLED(&from->dane))
285         return 1;
286
287     dane_final(&to->dane);
288     to->dane.dctx = &to->ctx->dane;
289     to->dane.trecs = sk_danetls_record_new_null();
290
291     if (to->dane.trecs == NULL) {
292         SSLerr(SSL_F_SSL_DANE_DUP, ERR_R_MALLOC_FAILURE);
293         return 0;
294     }
295
296     num  = sk_danetls_record_num(from->dane.trecs);
297     for (i = 0; i < num; ++i) {
298         danetls_record *t = sk_danetls_record_value(from->dane.trecs, i);
299
300         if (SSL_dane_tlsa_add(to, t->usage, t->selector, t->mtype,
301                               t->data, t->dlen) <= 0)
302             return 0;
303     }
304     return 1;
305 }
306
307 static int dane_mtype_set(
308     struct dane_ctx_st *dctx,
309     const EVP_MD *md,
310     uint8_t mtype,
311     uint8_t ord)
312 {
313     int i;
314
315     if (mtype == DANETLS_MATCHING_FULL && md != NULL) {
316         SSLerr(SSL_F_DANE_MTYPE_SET,
317                 SSL_R_DANE_CANNOT_OVERRIDE_MTYPE_FULL);
318         return 0;
319     }
320
321     if (mtype > dctx->mdmax) {
322         const EVP_MD **mdevp;
323         uint8_t *mdord;
324         int n = ((int) mtype) + 1;
325
326         mdevp = OPENSSL_realloc(dctx->mdevp, n * sizeof(*mdevp));
327         if (mdevp == NULL) {
328             SSLerr(SSL_F_DANE_MTYPE_SET, ERR_R_MALLOC_FAILURE);
329             return -1;
330         }
331         dctx->mdevp = mdevp;
332
333         mdord = OPENSSL_realloc(dctx->mdord, n * sizeof(*mdord));
334         if (mdord == NULL) {
335             SSLerr(SSL_F_DANE_MTYPE_SET, ERR_R_MALLOC_FAILURE);
336             return -1;
337         }
338         dctx->mdord = mdord;
339
340         /* Zero-fill any gaps */
341         for (i = dctx->mdmax+1; i < mtype; ++i) {
342             mdevp[i] = NULL;
343             mdord[i] = 0;
344         }
345
346         dctx->mdmax = mtype;
347     }
348
349     dctx->mdevp[mtype] = md;
350     /* Coerce ordinal of disabled matching types to 0 */
351     dctx->mdord[mtype] = (md == NULL) ? 0 : ord;
352
353     return 1;
354 }
355
356 static const EVP_MD *tlsa_md_get(SSL_DANE *dane, uint8_t mtype)
357 {
358     if (mtype > dane->dctx->mdmax)
359         return NULL;
360     return dane->dctx->mdevp[mtype];
361 }
362
363 static int dane_tlsa_add(
364     SSL_DANE *dane,
365     uint8_t usage,
366     uint8_t selector,
367     uint8_t mtype,
368     unsigned char *data,
369     size_t dlen)
370 {
371     danetls_record *t;
372     const EVP_MD *md = NULL;
373     int ilen = (int)dlen;
374     int i;
375     int num;
376
377     if (dane->trecs == NULL) {
378         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_NOT_ENABLED);
379         return -1;
380     }
381
382     if (ilen < 0 || dlen != (size_t)ilen) {
383         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_DATA_LENGTH);
384         return 0;
385     }
386
387     if (usage > DANETLS_USAGE_LAST) {
388         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_CERTIFICATE_USAGE);
389         return 0;
390     }
391
392     if (selector > DANETLS_SELECTOR_LAST) {
393         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_SELECTOR);
394         return 0;
395     }
396
397     if (mtype != DANETLS_MATCHING_FULL) {
398         md = tlsa_md_get(dane, mtype);
399         if (md == NULL) {
400             SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_MATCHING_TYPE);
401             return 0;
402         }
403     }
404
405     if (md != NULL && dlen != (size_t)EVP_MD_size(md)) {
406         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_DIGEST_LENGTH);
407         return 0;
408     }
409     if (!data) {
410         SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_NULL_DATA);
411         return 0;
412     }
413
414     if ((t = OPENSSL_zalloc(sizeof(*t))) == NULL) {
415         SSLerr(SSL_F_DANE_TLSA_ADD, ERR_R_MALLOC_FAILURE);
416         return -1;
417     }
418
419     t->usage = usage;
420     t->selector = selector;
421     t->mtype = mtype;
422     t->data = OPENSSL_malloc(ilen);
423     if (t->data == NULL) {
424         tlsa_free(t);
425         SSLerr(SSL_F_DANE_TLSA_ADD, ERR_R_MALLOC_FAILURE);
426         return -1;
427     }
428     memcpy(t->data, data, ilen);
429     t->dlen = ilen;
430
431     /* Validate and cache full certificate or public key */
432     if (mtype == DANETLS_MATCHING_FULL) {
433         const unsigned char *p = data;
434         X509 *cert = NULL;
435         EVP_PKEY *pkey = NULL;
436
437         switch (selector) {
438         case DANETLS_SELECTOR_CERT:
439             if (!d2i_X509(&cert, &p, dlen) || p < data ||
440                 dlen != (size_t)(p - data)) {
441                 tlsa_free(t);
442                 SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_CERTIFICATE);
443                 return 0;
444             }
445             if (X509_get0_pubkey(cert) == NULL) {
446                 tlsa_free(t);
447                 SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_CERTIFICATE);
448                 return 0;
449             }
450
451             if ((DANETLS_USAGE_BIT(usage) & DANETLS_TA_MASK) == 0) {
452                 X509_free(cert);
453                 break;
454             }
455
456             /*
457              * For usage DANE-TA(2), we support authentication via "2 0 0" TLSA
458              * records that contain full certificates of trust-anchors that are
459              * not present in the wire chain.  For usage PKIX-TA(0), we augment
460              * the chain with untrusted Full(0) certificates from DNS, in case
461              * they are missing from the chain.
462              */
463             if ((dane->certs == NULL &&
464                  (dane->certs = sk_X509_new_null()) == NULL) ||
465                 !sk_X509_push(dane->certs, cert)) {
466                 SSLerr(SSL_F_DANE_TLSA_ADD, ERR_R_MALLOC_FAILURE);
467                 X509_free(cert);
468                 tlsa_free(t);
469                 return -1;
470             }
471             break;
472
473         case DANETLS_SELECTOR_SPKI:
474             if (!d2i_PUBKEY(&pkey, &p, dlen) || p < data ||
475                 dlen != (size_t)(p - data)) {
476                 tlsa_free(t);
477                 SSLerr(SSL_F_DANE_TLSA_ADD, SSL_R_DANE_TLSA_BAD_PUBLIC_KEY);
478                 return 0;
479             }
480
481             /*
482              * For usage DANE-TA(2), we support authentication via "2 1 0" TLSA
483              * records that contain full bare keys of trust-anchors that are
484              * not present in the wire chain.
485              */
486             if (usage == DANETLS_USAGE_DANE_TA)
487                 t->spki = pkey;
488             else
489                 EVP_PKEY_free(pkey);
490             break;
491         }
492     }
493
494     /*-
495      * Find the right insertion point for the new record.
496      *
497      * See crypto/x509/x509_vfy.c.  We sort DANE-EE(3) records first, so that
498      * they can be processed first, as they require no chain building, and no
499      * expiration or hostname checks.  Because DANE-EE(3) is numerically
500      * largest, this is accomplished via descending sort by "usage".
501      *
502      * We also sort in descending order by matching ordinal to simplify
503      * the implementation of digest agility in the verification code.
504      *
505      * The choice of order for the selector is not significant, so we
506      * use the same descending order for consistency.
507      */
508     num = sk_danetls_record_num(dane->trecs);
509     for (i = 0; i < num; ++i) {
510         danetls_record *rec = sk_danetls_record_value(dane->trecs, i);
511
512         if (rec->usage > usage)
513             continue;
514         if (rec->usage < usage)
515             break;
516         if (rec->selector > selector)
517             continue;
518         if (rec->selector < selector)
519             break;
520         if (dane->dctx->mdord[rec->mtype] > dane->dctx->mdord[mtype])
521             continue;
522         break;
523     }
524
525     if (!sk_danetls_record_insert(dane->trecs, t, i)) {
526         tlsa_free(t);
527         SSLerr(SSL_F_DANE_TLSA_ADD, ERR_R_MALLOC_FAILURE);
528         return -1;
529     }
530     dane->umask |= DANETLS_USAGE_BIT(usage);
531
532     return 1;
533 }
534
535 static void clear_ciphers(SSL *s)
536 {
537     /* clear the current cipher */
538     ssl_clear_cipher_ctx(s);
539     ssl_clear_hash_ctx(&s->read_hash);
540     ssl_clear_hash_ctx(&s->write_hash);
541 }
542
543 int SSL_clear(SSL *s)
544 {
545     if (s->method == NULL) {
546         SSLerr(SSL_F_SSL_CLEAR, SSL_R_NO_METHOD_SPECIFIED);
547         return (0);
548     }
549
550     if (ssl_clear_bad_session(s)) {
551         SSL_SESSION_free(s->session);
552         s->session = NULL;
553     }
554
555     s->error = 0;
556     s->hit = 0;
557     s->shutdown = 0;
558
559     if (s->renegotiate) {
560         SSLerr(SSL_F_SSL_CLEAR, ERR_R_INTERNAL_ERROR);
561         return 0;
562     }
563
564     ossl_statem_clear(s);
565
566     s->version = s->method->version;
567     s->client_version = s->version;
568     s->rwstate = SSL_NOTHING;
569
570     BUF_MEM_free(s->init_buf);
571     s->init_buf = NULL;
572     clear_ciphers(s);
573     s->first_packet = 0;
574
575     /* Reset DANE verification result state */
576     s->dane.mdpth = -1;
577     s->dane.pdpth = -1;
578     X509_free(s->dane.mcert);
579     s->dane.mcert = NULL;
580     s->dane.mtlsa = NULL;
581
582     /* Clear the verification result peername */
583     X509_VERIFY_PARAM_move_peername(s->param, NULL);
584
585     /*
586      * Check to see if we were changed into a different method, if so, revert
587      * back if we are not doing session-id reuse.
588      */
589     if (!ossl_statem_get_in_handshake(s) && (s->session == NULL)
590         && (s->method != s->ctx->method)) {
591         s->method->ssl_free(s);
592         s->method = s->ctx->method;
593         if (!s->method->ssl_new(s))
594             return (0);
595     } else
596         s->method->ssl_clear(s);
597
598     RECORD_LAYER_clear(&s->rlayer);
599
600     return (1);
601 }
602
603 /** Used to change an SSL_CTXs default SSL method type */
604 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)
605 {
606     STACK_OF(SSL_CIPHER) *sk;
607
608     ctx->method = meth;
609
610     sk = ssl_create_cipher_list(ctx->method, &(ctx->cipher_list),
611                                 &(ctx->cipher_list_by_id),
612                                 SSL_DEFAULT_CIPHER_LIST, ctx->cert);
613     if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= 0)) {
614         SSLerr(SSL_F_SSL_CTX_SET_SSL_VERSION,
615                SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS);
616         return (0);
617     }
618     return (1);
619 }
620
621 SSL *SSL_new(SSL_CTX *ctx)
622 {
623     SSL *s;
624
625     if (ctx == NULL) {
626         SSLerr(SSL_F_SSL_NEW, SSL_R_NULL_SSL_CTX);
627         return (NULL);
628     }
629     if (ctx->method == NULL) {
630         SSLerr(SSL_F_SSL_NEW, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
631         return (NULL);
632     }
633
634     s = OPENSSL_zalloc(sizeof(*s));
635     if (s == NULL)
636         goto err;
637
638     s->lock = CRYPTO_THREAD_lock_new();
639     if (s->lock == NULL) {
640         SSLerr(SSL_F_SSL_NEW, ERR_R_MALLOC_FAILURE);
641         OPENSSL_free(s);
642         return NULL;
643     }
644
645     RECORD_LAYER_init(&s->rlayer, s);
646
647     s->options = ctx->options;
648     s->min_proto_version = ctx->min_proto_version;
649     s->max_proto_version = ctx->max_proto_version;
650     s->mode = ctx->mode;
651     s->max_cert_list = ctx->max_cert_list;
652     s->references = 1;
653
654     /*
655      * Earlier library versions used to copy the pointer to the CERT, not
656      * its contents; only when setting new parameters for the per-SSL
657      * copy, ssl_cert_new would be called (and the direct reference to
658      * the per-SSL_CTX settings would be lost, but those still were
659      * indirectly accessed for various purposes, and for that reason they
660      * used to be known as s->ctx->default_cert). Now we don't look at the
661      * SSL_CTX's CERT after having duplicated it once.
662      */
663     s->cert = ssl_cert_dup(ctx->cert);
664     if (s->cert == NULL)
665         goto err;
666
667     RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead);
668     s->msg_callback = ctx->msg_callback;
669     s->msg_callback_arg = ctx->msg_callback_arg;
670     s->verify_mode = ctx->verify_mode;
671     s->not_resumable_session_cb = ctx->not_resumable_session_cb;
672     s->sid_ctx_length = ctx->sid_ctx_length;
673     OPENSSL_assert(s->sid_ctx_length <= sizeof s->sid_ctx);
674     memcpy(&s->sid_ctx, &ctx->sid_ctx, sizeof(s->sid_ctx));
675     s->verify_callback = ctx->default_verify_callback;
676     s->generate_session_id = ctx->generate_session_id;
677
678     s->param = X509_VERIFY_PARAM_new();
679     if (s->param == NULL)
680         goto err;
681     X509_VERIFY_PARAM_inherit(s->param, ctx->param);
682     s->quiet_shutdown = ctx->quiet_shutdown;
683     s->max_send_fragment = ctx->max_send_fragment;
684     s->split_send_fragment = ctx->split_send_fragment;
685     s->max_pipelines = ctx->max_pipelines;
686     if (s->max_pipelines > 1)
687         RECORD_LAYER_set_read_ahead(&s->rlayer, 1);
688     if (ctx->default_read_buf_len > 0)
689         SSL_set_default_read_buffer_len(s, ctx->default_read_buf_len);
690
691     SSL_CTX_up_ref(ctx);
692     s->ctx = ctx;
693     s->tlsext_debug_cb = 0;
694     s->tlsext_debug_arg = NULL;
695     s->tlsext_ticket_expected = 0;
696     s->tlsext_status_type = -1;
697     s->tlsext_status_expected = 0;
698     s->tlsext_ocsp_ids = NULL;
699     s->tlsext_ocsp_exts = NULL;
700     s->tlsext_ocsp_resp = NULL;
701     s->tlsext_ocsp_resplen = -1;
702     SSL_CTX_up_ref(ctx);
703     s->initial_ctx = ctx;
704 # ifndef OPENSSL_NO_EC
705     if (ctx->tlsext_ecpointformatlist) {
706         s->tlsext_ecpointformatlist =
707             OPENSSL_memdup(ctx->tlsext_ecpointformatlist,
708                            ctx->tlsext_ecpointformatlist_length);
709         if (!s->tlsext_ecpointformatlist)
710             goto err;
711         s->tlsext_ecpointformatlist_length =
712             ctx->tlsext_ecpointformatlist_length;
713     }
714     if (ctx->tlsext_ellipticcurvelist) {
715         s->tlsext_ellipticcurvelist =
716             OPENSSL_memdup(ctx->tlsext_ellipticcurvelist,
717                            ctx->tlsext_ellipticcurvelist_length);
718         if (!s->tlsext_ellipticcurvelist)
719             goto err;
720         s->tlsext_ellipticcurvelist_length =
721             ctx->tlsext_ellipticcurvelist_length;
722     }
723 # endif
724 # ifndef OPENSSL_NO_NEXTPROTONEG
725     s->next_proto_negotiated = NULL;
726 # endif
727
728     if (s->ctx->alpn_client_proto_list) {
729         s->alpn_client_proto_list =
730             OPENSSL_malloc(s->ctx->alpn_client_proto_list_len);
731         if (s->alpn_client_proto_list == NULL)
732             goto err;
733         memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list,
734                s->ctx->alpn_client_proto_list_len);
735         s->alpn_client_proto_list_len = s->ctx->alpn_client_proto_list_len;
736     }
737
738     s->verified_chain = NULL;
739     s->verify_result = X509_V_OK;
740
741     s->default_passwd_callback = ctx->default_passwd_callback;
742     s->default_passwd_callback_userdata = ctx->default_passwd_callback_userdata;
743
744     s->method = ctx->method;
745
746     if (!s->method->ssl_new(s))
747         goto err;
748
749     s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1;
750
751     if (!SSL_clear(s))
752         goto err;
753
754     CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
755
756 #ifndef OPENSSL_NO_PSK
757     s->psk_client_callback = ctx->psk_client_callback;
758     s->psk_server_callback = ctx->psk_server_callback;
759 #endif
760
761     s->job = NULL;
762
763 #ifndef OPENSSL_NO_CT
764     if (!SSL_set_ct_validation_callback(s, ctx->ct_validation_callback,
765             ctx->ct_validation_callback_arg))
766         goto err;
767 #endif
768
769     return s;
770  err:
771     SSL_free(s);
772     SSLerr(SSL_F_SSL_NEW, ERR_R_MALLOC_FAILURE);
773     return NULL;
774 }
775
776 void SSL_up_ref(SSL *s)
777 {
778     int i;
779     CRYPTO_atomic_add(&s->references, 1, &i, s->lock);
780 }
781
782 int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx,
783                                    unsigned int sid_ctx_len)
784 {
785     if (sid_ctx_len > sizeof ctx->sid_ctx) {
786         SSLerr(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT,
787                SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
788         return 0;
789     }
790     ctx->sid_ctx_length = sid_ctx_len;
791     memcpy(ctx->sid_ctx, sid_ctx, sid_ctx_len);
792
793     return 1;
794 }
795
796 int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx,
797                                unsigned int sid_ctx_len)
798 {
799     if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) {
800         SSLerr(SSL_F_SSL_SET_SESSION_ID_CONTEXT,
801                SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
802         return 0;
803     }
804     ssl->sid_ctx_length = sid_ctx_len;
805     memcpy(ssl->sid_ctx, sid_ctx, sid_ctx_len);
806
807     return 1;
808 }
809
810 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
811 {
812     CRYPTO_THREAD_write_lock(ctx->lock);
813     ctx->generate_session_id = cb;
814     CRYPTO_THREAD_unlock(ctx->lock);
815     return 1;
816 }
817
818 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
819 {
820     CRYPTO_THREAD_write_lock(ssl->lock);
821     ssl->generate_session_id = cb;
822     CRYPTO_THREAD_unlock(ssl->lock);
823     return 1;
824 }
825
826 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
827                                 unsigned int id_len)
828 {
829     /*
830      * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
831      * we can "construct" a session to give us the desired check - ie. to
832      * find if there's a session in the hash table that would conflict with
833      * any new session built out of this id/id_len and the ssl_version in use
834      * by this SSL.
835      */
836     SSL_SESSION r, *p;
837
838     if (id_len > sizeof r.session_id)
839         return 0;
840
841     r.ssl_version = ssl->version;
842     r.session_id_length = id_len;
843     memcpy(r.session_id, id, id_len);
844
845     CRYPTO_THREAD_read_lock(ssl->ctx->lock);
846     p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r);
847     CRYPTO_THREAD_unlock(ssl->ctx->lock);
848     return (p != NULL);
849 }
850
851 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose)
852 {
853     return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
854 }
855
856 int SSL_set_purpose(SSL *s, int purpose)
857 {
858     return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
859 }
860
861 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
862 {
863     return X509_VERIFY_PARAM_set_trust(s->param, trust);
864 }
865
866 int SSL_set_trust(SSL *s, int trust)
867 {
868     return X509_VERIFY_PARAM_set_trust(s->param, trust);
869 }
870
871 int SSL_set1_host(SSL *s, const char *hostname)
872 {
873     return X509_VERIFY_PARAM_set1_host(s->param, hostname, 0);
874 }
875
876 int SSL_add1_host(SSL *s, const char *hostname)
877 {
878     return X509_VERIFY_PARAM_add1_host(s->param, hostname, 0);
879 }
880
881 void SSL_set_hostflags(SSL *s, unsigned int flags)
882 {
883     X509_VERIFY_PARAM_set_hostflags(s->param, flags);
884 }
885
886 const char *SSL_get0_peername(SSL *s)
887 {
888     return X509_VERIFY_PARAM_get0_peername(s->param);
889 }
890
891 int SSL_CTX_dane_enable(SSL_CTX *ctx)
892 {
893     return dane_ctx_enable(&ctx->dane);
894 }
895
896 int SSL_dane_enable(SSL *s, const char *basedomain)
897 {
898     SSL_DANE *dane = &s->dane;
899
900     if (s->ctx->dane.mdmax == 0) {
901         SSLerr(SSL_F_SSL_DANE_ENABLE, SSL_R_CONTEXT_NOT_DANE_ENABLED);
902         return 0;
903     }
904     if (dane->trecs != NULL) {
905         SSLerr(SSL_F_SSL_DANE_ENABLE, SSL_R_DANE_ALREADY_ENABLED);
906         return 0;
907     }
908
909     /*
910      * Default SNI name.  This rejects empty names, while set1_host below
911      * accepts them and disables host name checks.  To avoid side-effects with
912      * invalid input, set the SNI name first.
913      */
914     if (s->tlsext_hostname == NULL) {
915         if (!SSL_set_tlsext_host_name(s, basedomain)) {
916             SSLerr(SSL_F_SSL_DANE_ENABLE, SSL_R_ERROR_SETTING_TLSA_BASE_DOMAIN);
917             return -1;
918         }
919     }
920
921     /* Primary RFC6125 reference identifier */
922     if (!X509_VERIFY_PARAM_set1_host(s->param, basedomain, 0)) {
923         SSLerr(SSL_F_SSL_DANE_ENABLE, SSL_R_ERROR_SETTING_TLSA_BASE_DOMAIN);
924         return -1;
925     }
926
927     dane->mdpth = -1;
928     dane->pdpth = -1;
929     dane->dctx = &s->ctx->dane;
930     dane->trecs = sk_danetls_record_new_null();
931
932     if (dane->trecs == NULL) {
933         SSLerr(SSL_F_SSL_DANE_ENABLE, ERR_R_MALLOC_FAILURE);
934         return -1;
935     }
936     return 1;
937 }
938
939 int SSL_get0_dane_authority(SSL *s, X509 **mcert, EVP_PKEY **mspki)
940 {
941     SSL_DANE *dane = &s->dane;
942
943     if (!DANETLS_ENABLED(dane) || s->verify_result != X509_V_OK)
944         return -1;
945     if (dane->mtlsa) {
946         if (mcert)
947             *mcert = dane->mcert;
948         if (mspki)
949             *mspki = (dane->mcert == NULL) ? dane->mtlsa->spki : NULL;
950     }
951     return dane->mdpth;
952 }
953
954 int SSL_get0_dane_tlsa(SSL *s, uint8_t *usage, uint8_t *selector,
955                        uint8_t *mtype, unsigned const char **data, size_t *dlen)
956 {
957     SSL_DANE *dane = &s->dane;
958
959     if (!DANETLS_ENABLED(dane) || s->verify_result != X509_V_OK)
960         return -1;
961     if (dane->mtlsa) {
962         if (usage)
963             *usage = dane->mtlsa->usage;
964         if (selector)
965             *selector = dane->mtlsa->selector;
966         if (mtype)
967             *mtype = dane->mtlsa->mtype;
968         if (data)
969             *data = dane->mtlsa->data;
970         if (dlen)
971             *dlen = dane->mtlsa->dlen;
972     }
973     return dane->mdpth;
974 }
975
976 SSL_DANE *SSL_get0_dane(SSL *s)
977 {
978     return &s->dane;
979 }
980
981 int SSL_dane_tlsa_add(SSL *s, uint8_t usage, uint8_t selector,
982                       uint8_t mtype, unsigned char *data, size_t dlen)
983 {
984     return dane_tlsa_add(&s->dane, usage, selector, mtype, data, dlen);
985 }
986
987 int SSL_CTX_dane_mtype_set(SSL_CTX *ctx, const EVP_MD *md, uint8_t mtype, uint8_t ord)
988 {
989     return dane_mtype_set(&ctx->dane, md, mtype, ord);
990 }
991
992 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm)
993 {
994     return X509_VERIFY_PARAM_set1(ctx->param, vpm);
995 }
996
997 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm)
998 {
999     return X509_VERIFY_PARAM_set1(ssl->param, vpm);
1000 }
1001
1002 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx)
1003 {
1004     return ctx->param;
1005 }
1006
1007 X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl)
1008 {
1009     return ssl->param;
1010 }
1011
1012 void SSL_certs_clear(SSL *s)
1013 {
1014     ssl_cert_clear_certs(s->cert);
1015 }
1016
1017 void SSL_free(SSL *s)
1018 {
1019     int i;
1020
1021     if (s == NULL)
1022         return;
1023
1024     CRYPTO_atomic_add(&s->references, -1, &i, s->lock);
1025     REF_PRINT_COUNT("SSL", s);
1026     if (i > 0)
1027         return;
1028     REF_ASSERT_ISNT(i < 0);
1029
1030     X509_VERIFY_PARAM_free(s->param);
1031     dane_final(&s->dane);
1032     CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
1033
1034     if (s->bbio != NULL) {
1035         /* If the buffering BIO is in place, pop it off */
1036         if (s->bbio == s->wbio) {
1037             s->wbio = BIO_pop(s->wbio);
1038         }
1039         BIO_free(s->bbio);
1040         s->bbio = NULL;
1041     }
1042     BIO_free_all(s->rbio);
1043     if (s->wbio != s->rbio)
1044         BIO_free_all(s->wbio);
1045
1046     BUF_MEM_free(s->init_buf);
1047
1048     /* add extra stuff */
1049     sk_SSL_CIPHER_free(s->cipher_list);
1050     sk_SSL_CIPHER_free(s->cipher_list_by_id);
1051
1052     /* Make the next call work :-) */
1053     if (s->session != NULL) {
1054         ssl_clear_bad_session(s);
1055         SSL_SESSION_free(s->session);
1056     }
1057
1058     clear_ciphers(s);
1059
1060     ssl_cert_free(s->cert);
1061     /* Free up if allocated */
1062
1063     OPENSSL_free(s->tlsext_hostname);
1064     SSL_CTX_free(s->initial_ctx);
1065 #ifndef OPENSSL_NO_EC
1066     OPENSSL_free(s->tlsext_ecpointformatlist);
1067     OPENSSL_free(s->tlsext_ellipticcurvelist);
1068 #endif                         /* OPENSSL_NO_EC */
1069     sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, X509_EXTENSION_free);
1070 #ifndef OPENSSL_NO_OCSP
1071     sk_OCSP_RESPID_pop_free(s->tlsext_ocsp_ids, OCSP_RESPID_free);
1072 #endif
1073 #ifndef OPENSSL_NO_CT
1074     SCT_LIST_free(s->scts);
1075     OPENSSL_free(s->tlsext_scts);
1076 #endif
1077     OPENSSL_free(s->tlsext_ocsp_resp);
1078     OPENSSL_free(s->alpn_client_proto_list);
1079
1080     sk_X509_NAME_pop_free(s->client_CA, X509_NAME_free);
1081
1082     sk_X509_pop_free(s->verified_chain, X509_free);
1083
1084     if (s->method != NULL)
1085         s->method->ssl_free(s);
1086
1087     RECORD_LAYER_release(&s->rlayer);
1088
1089     SSL_CTX_free(s->ctx);
1090
1091     ASYNC_WAIT_CTX_free(s->waitctx);
1092
1093 #if !defined(OPENSSL_NO_NEXTPROTONEG)
1094     OPENSSL_free(s->next_proto_negotiated);
1095 #endif
1096
1097 #ifndef OPENSSL_NO_SRTP
1098     sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles);
1099 #endif
1100
1101     CRYPTO_THREAD_lock_free(s->lock);
1102
1103     OPENSSL_free(s);
1104 }
1105
1106 void SSL_set_rbio(SSL *s, BIO *rbio)
1107 {
1108     if (s->rbio != rbio)
1109         BIO_free_all(s->rbio);
1110     s->rbio = rbio;
1111 }
1112
1113 void SSL_set_wbio(SSL *s, BIO *wbio)
1114 {
1115     /*
1116      * If the output buffering BIO is still in place, remove it
1117      */
1118     if (s->bbio != NULL) {
1119         if (s->wbio == s->bbio) {
1120             s->wbio = BIO_next(s->wbio);
1121             BIO_set_next(s->bbio, NULL);
1122         }
1123     }
1124     if (s->wbio != wbio && s->rbio != s->wbio)
1125         BIO_free_all(s->wbio);
1126     s->wbio = wbio;
1127 }
1128
1129 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio)
1130 {
1131     SSL_set_wbio(s, wbio);
1132     SSL_set_rbio(s, rbio);
1133 }
1134
1135 BIO *SSL_get_rbio(const SSL *s)
1136 {
1137     return (s->rbio);
1138 }
1139
1140 BIO *SSL_get_wbio(const SSL *s)
1141 {
1142     return (s->wbio);
1143 }
1144
1145 int SSL_get_fd(const SSL *s)
1146 {
1147     return (SSL_get_rfd(s));
1148 }
1149
1150 int SSL_get_rfd(const SSL *s)
1151 {
1152     int ret = -1;
1153     BIO *b, *r;
1154
1155     b = SSL_get_rbio(s);
1156     r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
1157     if (r != NULL)
1158         BIO_get_fd(r, &ret);
1159     return (ret);
1160 }
1161
1162 int SSL_get_wfd(const SSL *s)
1163 {
1164     int ret = -1;
1165     BIO *b, *r;
1166
1167     b = SSL_get_wbio(s);
1168     r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
1169     if (r != NULL)
1170         BIO_get_fd(r, &ret);
1171     return (ret);
1172 }
1173
1174 #ifndef OPENSSL_NO_SOCK
1175 int SSL_set_fd(SSL *s, int fd)
1176 {
1177     int ret = 0;
1178     BIO *bio = NULL;
1179
1180     bio = BIO_new(BIO_s_socket());
1181
1182     if (bio == NULL) {
1183         SSLerr(SSL_F_SSL_SET_FD, ERR_R_BUF_LIB);
1184         goto err;
1185     }
1186     BIO_set_fd(bio, fd, BIO_NOCLOSE);
1187     SSL_set_bio(s, bio, bio);
1188     ret = 1;
1189  err:
1190     return (ret);
1191 }
1192
1193 int SSL_set_wfd(SSL *s, int fd)
1194 {
1195     int ret = 0;
1196     BIO *bio = NULL;
1197
1198     if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
1199         || ((int)BIO_get_fd(s->rbio, NULL) != fd)) {
1200         bio = BIO_new(BIO_s_socket());
1201
1202         if (bio == NULL) {
1203             SSLerr(SSL_F_SSL_SET_WFD, ERR_R_BUF_LIB);
1204             goto err;
1205         }
1206         BIO_set_fd(bio, fd, BIO_NOCLOSE);
1207         SSL_set_bio(s, SSL_get_rbio(s), bio);
1208     } else
1209         SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
1210     ret = 1;
1211  err:
1212     return (ret);
1213 }
1214
1215 int SSL_set_rfd(SSL *s, int fd)
1216 {
1217     int ret = 0;
1218     BIO *bio = NULL;
1219
1220     if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
1221         || ((int)BIO_get_fd(s->wbio, NULL) != fd)) {
1222         bio = BIO_new(BIO_s_socket());
1223
1224         if (bio == NULL) {
1225             SSLerr(SSL_F_SSL_SET_RFD, ERR_R_BUF_LIB);
1226             goto err;
1227         }
1228         BIO_set_fd(bio, fd, BIO_NOCLOSE);
1229         SSL_set_bio(s, bio, SSL_get_wbio(s));
1230     } else
1231         SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s));
1232     ret = 1;
1233  err:
1234     return (ret);
1235 }
1236 #endif
1237
1238 /* return length of latest Finished message we sent, copy to 'buf' */
1239 size_t SSL_get_finished(const SSL *s, void *buf, size_t count)
1240 {
1241     size_t ret = 0;
1242
1243     if (s->s3 != NULL) {
1244         ret = s->s3->tmp.finish_md_len;
1245         if (count > ret)
1246             count = ret;
1247         memcpy(buf, s->s3->tmp.finish_md, count);
1248     }
1249     return ret;
1250 }
1251
1252 /* return length of latest Finished message we expected, copy to 'buf' */
1253 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count)
1254 {
1255     size_t ret = 0;
1256
1257     if (s->s3 != NULL) {
1258         ret = s->s3->tmp.peer_finish_md_len;
1259         if (count > ret)
1260             count = ret;
1261         memcpy(buf, s->s3->tmp.peer_finish_md, count);
1262     }
1263     return ret;
1264 }
1265
1266 int SSL_get_verify_mode(const SSL *s)
1267 {
1268     return (s->verify_mode);
1269 }
1270
1271 int SSL_get_verify_depth(const SSL *s)
1272 {
1273     return X509_VERIFY_PARAM_get_depth(s->param);
1274 }
1275
1276 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) {
1277     return (s->verify_callback);
1278 }
1279
1280 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx)
1281 {
1282     return (ctx->verify_mode);
1283 }
1284
1285 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx)
1286 {
1287     return X509_VERIFY_PARAM_get_depth(ctx->param);
1288 }
1289
1290 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, X509_STORE_CTX *) {
1291     return (ctx->default_verify_callback);
1292 }
1293
1294 void SSL_set_verify(SSL *s, int mode,
1295                     int (*callback) (int ok, X509_STORE_CTX *ctx))
1296 {
1297     s->verify_mode = mode;
1298     if (callback != NULL)
1299         s->verify_callback = callback;
1300 }
1301
1302 void SSL_set_verify_depth(SSL *s, int depth)
1303 {
1304     X509_VERIFY_PARAM_set_depth(s->param, depth);
1305 }
1306
1307 void SSL_set_read_ahead(SSL *s, int yes)
1308 {
1309     RECORD_LAYER_set_read_ahead(&s->rlayer, yes);
1310 }
1311
1312 int SSL_get_read_ahead(const SSL *s)
1313 {
1314     return RECORD_LAYER_get_read_ahead(&s->rlayer);
1315 }
1316
1317 int SSL_pending(const SSL *s)
1318 {
1319     /*
1320      * SSL_pending cannot work properly if read-ahead is enabled
1321      * (SSL_[CTX_]ctrl(..., SSL_CTRL_SET_READ_AHEAD, 1, NULL)), and it is
1322      * impossible to fix since SSL_pending cannot report errors that may be
1323      * observed while scanning the new data. (Note that SSL_pending() is
1324      * often used as a boolean value, so we'd better not return -1.)
1325      */
1326     return (s->method->ssl_pending(s));
1327 }
1328
1329 int SSL_has_pending(const SSL *s)
1330 {
1331     /*
1332      * Similar to SSL_pending() but returns a 1 to indicate that we have
1333      * unprocessed data available or 0 otherwise (as opposed to the number of
1334      * bytes available). Unlike SSL_pending() this will take into account
1335      * read_ahead data. A 1 return simply indicates that we have unprocessed
1336      * data. That data may not result in any application data, or we may fail
1337      * to parse the records for some reason.
1338      */
1339     if (SSL_pending(s))
1340         return 1;
1341
1342     return RECORD_LAYER_read_pending(&s->rlayer);
1343 }
1344
1345 X509 *SSL_get_peer_certificate(const SSL *s)
1346 {
1347     X509 *r;
1348
1349     if ((s == NULL) || (s->session == NULL))
1350         r = NULL;
1351     else
1352         r = s->session->peer;
1353
1354     if (r == NULL)
1355         return (r);
1356
1357     X509_up_ref(r);
1358
1359     return (r);
1360 }
1361
1362 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s)
1363 {
1364     STACK_OF(X509) *r;
1365
1366     if ((s == NULL) || (s->session == NULL))
1367         r = NULL;
1368     else
1369         r = s->session->peer_chain;
1370
1371     /*
1372      * If we are a client, cert_chain includes the peer's own certificate; if
1373      * we are a server, it does not.
1374      */
1375
1376     return (r);
1377 }
1378
1379 /*
1380  * Now in theory, since the calling process own 't' it should be safe to
1381  * modify.  We need to be able to read f without being hassled
1382  */
1383 int SSL_copy_session_id(SSL *t, const SSL *f)
1384 {
1385     int i;
1386     /* Do we need to to SSL locking? */
1387     if (!SSL_set_session(t, SSL_get_session(f))) {
1388         return 0;
1389     }
1390
1391     /*
1392      * what if we are setup for one protocol version but want to talk another
1393      */
1394     if (t->method != f->method) {
1395         t->method->ssl_free(t);
1396         t->method = f->method;
1397         if (t->method->ssl_new(t) == 0)
1398             return 0;
1399     }
1400
1401     CRYPTO_atomic_add(&f->cert->references, 1, &i, f->cert->lock);
1402     ssl_cert_free(t->cert);
1403     t->cert = f->cert;
1404     if (!SSL_set_session_id_context(t, f->sid_ctx, f->sid_ctx_length)) {
1405         return 0;
1406     }
1407
1408     return 1;
1409 }
1410
1411 /* Fix this so it checks all the valid key/cert options */
1412 int SSL_CTX_check_private_key(const SSL_CTX *ctx)
1413 {
1414     if ((ctx == NULL) ||
1415         (ctx->cert->key->x509 == NULL)) {
1416         SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,
1417                SSL_R_NO_CERTIFICATE_ASSIGNED);
1418         return (0);
1419     }
1420     if (ctx->cert->key->privatekey == NULL) {
1421         SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,
1422                SSL_R_NO_PRIVATE_KEY_ASSIGNED);
1423         return (0);
1424     }
1425     return (X509_check_private_key
1426             (ctx->cert->key->x509, ctx->cert->key->privatekey));
1427 }
1428
1429 /* Fix this function so that it takes an optional type parameter */
1430 int SSL_check_private_key(const SSL *ssl)
1431 {
1432     if (ssl == NULL) {
1433         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, ERR_R_PASSED_NULL_PARAMETER);
1434         return (0);
1435     }
1436     if (ssl->cert->key->x509 == NULL) {
1437         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_CERTIFICATE_ASSIGNED);
1438         return (0);
1439     }
1440     if (ssl->cert->key->privatekey == NULL) {
1441         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_PRIVATE_KEY_ASSIGNED);
1442         return (0);
1443     }
1444     return (X509_check_private_key(ssl->cert->key->x509,
1445                                    ssl->cert->key->privatekey));
1446 }
1447
1448 int SSL_waiting_for_async(SSL *s)
1449 {
1450     if(s->job)
1451         return 1;
1452
1453     return 0;
1454 }
1455
1456 int SSL_get_all_async_fds(SSL *s, OSSL_ASYNC_FD *fds, size_t *numfds)
1457 {
1458     ASYNC_WAIT_CTX *ctx = s->waitctx;
1459
1460     if (ctx == NULL)
1461         return 0;
1462     return ASYNC_WAIT_CTX_get_all_fds(ctx, fds, numfds);
1463 }
1464
1465 int SSL_get_changed_async_fds(SSL *s, OSSL_ASYNC_FD *addfd, size_t *numaddfds,
1466                               OSSL_ASYNC_FD *delfd, size_t *numdelfds)
1467 {
1468     ASYNC_WAIT_CTX *ctx = s->waitctx;
1469
1470     if (ctx == NULL)
1471         return 0;
1472     return ASYNC_WAIT_CTX_get_changed_fds(ctx, addfd, numaddfds, delfd,
1473                                           numdelfds);
1474 }
1475
1476 int SSL_accept(SSL *s)
1477 {
1478     if (s->handshake_func == NULL) {
1479         /* Not properly initialized yet */
1480         SSL_set_accept_state(s);
1481     }
1482
1483     return SSL_do_handshake(s);
1484 }
1485
1486 int SSL_connect(SSL *s)
1487 {
1488     if (s->handshake_func == NULL) {
1489         /* Not properly initialized yet */
1490         SSL_set_connect_state(s);
1491     }
1492
1493     return SSL_do_handshake(s);
1494 }
1495
1496 long SSL_get_default_timeout(const SSL *s)
1497 {
1498     return (s->method->get_timeout());
1499 }
1500
1501 static int ssl_start_async_job(SSL *s, struct ssl_async_args *args,
1502                           int (*func)(void *)) {
1503     int ret;
1504     if (s->waitctx == NULL) {
1505         s->waitctx = ASYNC_WAIT_CTX_new();
1506         if (s->waitctx == NULL)
1507             return -1;
1508     }
1509     switch(ASYNC_start_job(&s->job, s->waitctx, &ret, func, args,
1510         sizeof(struct ssl_async_args))) {
1511     case ASYNC_ERR:
1512         s->rwstate = SSL_NOTHING;
1513         SSLerr(SSL_F_SSL_START_ASYNC_JOB, SSL_R_FAILED_TO_INIT_ASYNC);
1514         return -1;
1515     case ASYNC_PAUSE:
1516         s->rwstate = SSL_ASYNC_PAUSED;
1517         return -1;
1518     case ASYNC_FINISH:
1519         s->job = NULL;
1520         return ret;
1521     default:
1522         s->rwstate = SSL_NOTHING;
1523         SSLerr(SSL_F_SSL_START_ASYNC_JOB, ERR_R_INTERNAL_ERROR);
1524         /* Shouldn't happen */
1525         return -1;
1526     }
1527 }
1528
1529 static int ssl_io_intern(void *vargs)
1530 {
1531     struct ssl_async_args *args;
1532     SSL *s;
1533     void *buf;
1534     int num;
1535
1536     args = (struct ssl_async_args *)vargs;
1537     s = args->s;
1538     buf = args->buf;
1539     num = args->num;
1540     switch (args->type) {
1541     case READFUNC:
1542         return args->f.func_read(s, buf, num);
1543     case WRITEFUNC:
1544         return args->f.func_write(s, buf, num);
1545     case OTHERFUNC:
1546         return args->f.func_other(s);
1547     }
1548     return -1;
1549 }
1550
1551 int SSL_read(SSL *s, void *buf, int num)
1552 {
1553     if (s->handshake_func == NULL) {
1554         SSLerr(SSL_F_SSL_READ, SSL_R_UNINITIALIZED);
1555         return -1;
1556     }
1557
1558     if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1559         s->rwstate = SSL_NOTHING;
1560         return (0);
1561     }
1562
1563     if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
1564         struct ssl_async_args args;
1565
1566         args.s = s;
1567         args.buf = buf;
1568         args.num = num;
1569         args.type = READFUNC;
1570         args.f.func_read = s->method->ssl_read;
1571
1572         return ssl_start_async_job(s, &args, ssl_io_intern);
1573     } else {
1574         return s->method->ssl_read(s, buf, num);
1575     }
1576 }
1577
1578 int SSL_peek(SSL *s, void *buf, int num)
1579 {
1580     if (s->handshake_func == NULL) {
1581         SSLerr(SSL_F_SSL_PEEK, SSL_R_UNINITIALIZED);
1582         return -1;
1583     }
1584
1585     if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
1586         return (0);
1587     }
1588     if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
1589         struct ssl_async_args args;
1590
1591         args.s = s;
1592         args.buf = buf;
1593         args.num = num;
1594         args.type = READFUNC;
1595         args.f.func_read = s->method->ssl_peek;
1596
1597         return ssl_start_async_job(s, &args, ssl_io_intern);
1598     } else {
1599         return s->method->ssl_peek(s, buf, num);
1600     }
1601 }
1602
1603 int SSL_write(SSL *s, const void *buf, int num)
1604 {
1605     if (s->handshake_func == NULL) {
1606         SSLerr(SSL_F_SSL_WRITE, SSL_R_UNINITIALIZED);
1607         return -1;
1608     }
1609
1610     if (s->shutdown & SSL_SENT_SHUTDOWN) {
1611         s->rwstate = SSL_NOTHING;
1612         SSLerr(SSL_F_SSL_WRITE, SSL_R_PROTOCOL_IS_SHUTDOWN);
1613         return (-1);
1614     }
1615
1616     if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
1617         struct ssl_async_args args;
1618
1619         args.s = s;
1620         args.buf = (void *)buf;
1621         args.num = num;
1622         args.type = WRITEFUNC;
1623         args.f.func_write = s->method->ssl_write;
1624
1625         return ssl_start_async_job(s, &args, ssl_io_intern);
1626     } else {
1627         return s->method->ssl_write(s, buf, num);
1628     }
1629 }
1630
1631 int SSL_shutdown(SSL *s)
1632 {
1633     /*
1634      * Note that this function behaves differently from what one might
1635      * expect.  Return values are 0 for no success (yet), 1 for success; but
1636      * calling it once is usually not enough, even if blocking I/O is used
1637      * (see ssl3_shutdown).
1638      */
1639
1640     if (s->handshake_func == NULL) {
1641         SSLerr(SSL_F_SSL_SHUTDOWN, SSL_R_UNINITIALIZED);
1642         return -1;
1643     }
1644
1645     if (!SSL_in_init(s)) {
1646         if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
1647             struct ssl_async_args args;
1648
1649             args.s = s;
1650             args.type = OTHERFUNC;
1651             args.f.func_other = s->method->ssl_shutdown;
1652
1653             return ssl_start_async_job(s, &args, ssl_io_intern);
1654         } else {
1655             return s->method->ssl_shutdown(s);
1656         }
1657     } else {
1658         SSLerr(SSL_F_SSL_SHUTDOWN, SSL_R_SHUTDOWN_WHILE_IN_INIT);
1659         return -1;
1660     }
1661 }
1662
1663 int SSL_renegotiate(SSL *s)
1664 {
1665     if (s->renegotiate == 0)
1666         s->renegotiate = 1;
1667
1668     s->new_session = 1;
1669
1670     return (s->method->ssl_renegotiate(s));
1671 }
1672
1673 int SSL_renegotiate_abbreviated(SSL *s)
1674 {
1675     if (s->renegotiate == 0)
1676         s->renegotiate = 1;
1677
1678     s->new_session = 0;
1679
1680     return (s->method->ssl_renegotiate(s));
1681 }
1682
1683 int SSL_renegotiate_pending(SSL *s)
1684 {
1685     /*
1686      * becomes true when negotiation is requested; false again once a
1687      * handshake has finished
1688      */
1689     return (s->renegotiate != 0);
1690 }
1691
1692 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg)
1693 {
1694     long l;
1695
1696     switch (cmd) {
1697     case SSL_CTRL_GET_READ_AHEAD:
1698         return (RECORD_LAYER_get_read_ahead(&s->rlayer));
1699     case SSL_CTRL_SET_READ_AHEAD:
1700         l = RECORD_LAYER_get_read_ahead(&s->rlayer);
1701         RECORD_LAYER_set_read_ahead(&s->rlayer, larg);
1702         return (l);
1703
1704     case SSL_CTRL_SET_MSG_CALLBACK_ARG:
1705         s->msg_callback_arg = parg;
1706         return 1;
1707
1708     case SSL_CTRL_MODE:
1709         return (s->mode |= larg);
1710     case SSL_CTRL_CLEAR_MODE:
1711         return (s->mode &= ~larg);
1712     case SSL_CTRL_GET_MAX_CERT_LIST:
1713         return (s->max_cert_list);
1714     case SSL_CTRL_SET_MAX_CERT_LIST:
1715         l = s->max_cert_list;
1716         s->max_cert_list = larg;
1717         return (l);
1718     case SSL_CTRL_SET_MAX_SEND_FRAGMENT:
1719         if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH)
1720             return 0;
1721         s->max_send_fragment = larg;
1722         if (s->max_send_fragment < s->split_send_fragment)
1723             s->split_send_fragment = s->max_send_fragment;
1724         return 1;
1725     case SSL_CTRL_SET_SPLIT_SEND_FRAGMENT:
1726         if ((unsigned int)larg > s->max_send_fragment || larg == 0)
1727             return 0;
1728         s->split_send_fragment = larg;
1729         return 1;
1730     case SSL_CTRL_SET_MAX_PIPELINES:
1731         if (larg < 1 || larg > SSL_MAX_PIPELINES)
1732             return 0;
1733         s->max_pipelines = larg;
1734         if (larg > 1)
1735             RECORD_LAYER_set_read_ahead(&s->rlayer, 1);
1736         return 1;
1737     case SSL_CTRL_GET_RI_SUPPORT:
1738         if (s->s3)
1739             return s->s3->send_connection_binding;
1740         else
1741             return 0;
1742     case SSL_CTRL_CERT_FLAGS:
1743         return (s->cert->cert_flags |= larg);
1744     case SSL_CTRL_CLEAR_CERT_FLAGS:
1745         return (s->cert->cert_flags &= ~larg);
1746
1747     case SSL_CTRL_GET_RAW_CIPHERLIST:
1748         if (parg) {
1749             if (s->s3->tmp.ciphers_raw == NULL)
1750                 return 0;
1751             *(unsigned char **)parg = s->s3->tmp.ciphers_raw;
1752             return (int)s->s3->tmp.ciphers_rawlen;
1753         } else {
1754             return TLS_CIPHER_LEN;
1755         }
1756     case SSL_CTRL_GET_EXTMS_SUPPORT:
1757         if (!s->session || SSL_in_init(s) || ossl_statem_get_in_handshake(s))
1758                 return -1;
1759         if (s->session->flags & SSL_SESS_FLAG_EXTMS)
1760             return 1;
1761         else
1762             return 0;
1763     case SSL_CTRL_SET_MIN_PROTO_VERSION:
1764         return ssl_set_version_bound(s->ctx->method->version, (int)larg,
1765                                      &s->min_proto_version);
1766     case SSL_CTRL_SET_MAX_PROTO_VERSION:
1767         return ssl_set_version_bound(s->ctx->method->version, (int)larg,
1768                                      &s->max_proto_version);
1769     default:
1770         return (s->method->ssl_ctrl(s, cmd, larg, parg));
1771     }
1772 }
1773
1774 long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void))
1775 {
1776     switch (cmd) {
1777     case SSL_CTRL_SET_MSG_CALLBACK:
1778         s->msg_callback = (void (*)
1779                            (int write_p, int version, int content_type,
1780                             const void *buf, size_t len, SSL *ssl,
1781                             void *arg))(fp);
1782         return 1;
1783
1784     default:
1785         return (s->method->ssl_callback_ctrl(s, cmd, fp));
1786     }
1787 }
1788
1789 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx)
1790 {
1791     return ctx->sessions;
1792 }
1793
1794 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
1795 {
1796     long l;
1797     /* For some cases with ctx == NULL perform syntax checks */
1798     if (ctx == NULL) {
1799         switch (cmd) {
1800 #ifndef OPENSSL_NO_EC
1801         case SSL_CTRL_SET_CURVES_LIST:
1802             return tls1_set_curves_list(NULL, NULL, parg);
1803 #endif
1804         case SSL_CTRL_SET_SIGALGS_LIST:
1805         case SSL_CTRL_SET_CLIENT_SIGALGS_LIST:
1806             return tls1_set_sigalgs_list(NULL, parg, 0);
1807         default:
1808             return 0;
1809         }
1810     }
1811
1812     switch (cmd) {
1813     case SSL_CTRL_GET_READ_AHEAD:
1814         return (ctx->read_ahead);
1815     case SSL_CTRL_SET_READ_AHEAD:
1816         l = ctx->read_ahead;
1817         ctx->read_ahead = larg;
1818         return (l);
1819
1820     case SSL_CTRL_SET_MSG_CALLBACK_ARG:
1821         ctx->msg_callback_arg = parg;
1822         return 1;
1823
1824     case SSL_CTRL_GET_MAX_CERT_LIST:
1825         return (ctx->max_cert_list);
1826     case SSL_CTRL_SET_MAX_CERT_LIST:
1827         l = ctx->max_cert_list;
1828         ctx->max_cert_list = larg;
1829         return (l);
1830
1831     case SSL_CTRL_SET_SESS_CACHE_SIZE:
1832         l = ctx->session_cache_size;
1833         ctx->session_cache_size = larg;
1834         return (l);
1835     case SSL_CTRL_GET_SESS_CACHE_SIZE:
1836         return (ctx->session_cache_size);
1837     case SSL_CTRL_SET_SESS_CACHE_MODE:
1838         l = ctx->session_cache_mode;
1839         ctx->session_cache_mode = larg;
1840         return (l);
1841     case SSL_CTRL_GET_SESS_CACHE_MODE:
1842         return (ctx->session_cache_mode);
1843
1844     case SSL_CTRL_SESS_NUMBER:
1845         return (lh_SSL_SESSION_num_items(ctx->sessions));
1846     case SSL_CTRL_SESS_CONNECT:
1847         return (ctx->stats.sess_connect);
1848     case SSL_CTRL_SESS_CONNECT_GOOD:
1849         return (ctx->stats.sess_connect_good);
1850     case SSL_CTRL_SESS_CONNECT_RENEGOTIATE:
1851         return (ctx->stats.sess_connect_renegotiate);
1852     case SSL_CTRL_SESS_ACCEPT:
1853         return (ctx->stats.sess_accept);
1854     case SSL_CTRL_SESS_ACCEPT_GOOD:
1855         return (ctx->stats.sess_accept_good);
1856     case SSL_CTRL_SESS_ACCEPT_RENEGOTIATE:
1857         return (ctx->stats.sess_accept_renegotiate);
1858     case SSL_CTRL_SESS_HIT:
1859         return (ctx->stats.sess_hit);
1860     case SSL_CTRL_SESS_CB_HIT:
1861         return (ctx->stats.sess_cb_hit);
1862     case SSL_CTRL_SESS_MISSES:
1863         return (ctx->stats.sess_miss);
1864     case SSL_CTRL_SESS_TIMEOUTS:
1865         return (ctx->stats.sess_timeout);
1866     case SSL_CTRL_SESS_CACHE_FULL:
1867         return (ctx->stats.sess_cache_full);
1868     case SSL_CTRL_MODE:
1869         return (ctx->mode |= larg);
1870     case SSL_CTRL_CLEAR_MODE:
1871         return (ctx->mode &= ~larg);
1872     case SSL_CTRL_SET_MAX_SEND_FRAGMENT:
1873         if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH)
1874             return 0;
1875         ctx->max_send_fragment = larg;
1876         if (ctx->max_send_fragment < ctx->split_send_fragment)
1877             ctx->split_send_fragment = ctx->max_send_fragment;
1878         return 1;
1879     case SSL_CTRL_SET_SPLIT_SEND_FRAGMENT:
1880         if ((unsigned int)larg > ctx->max_send_fragment || larg == 0)
1881             return 0;
1882         ctx->split_send_fragment = larg;
1883         return 1;
1884     case SSL_CTRL_SET_MAX_PIPELINES:
1885         if (larg < 1 || larg > SSL_MAX_PIPELINES)
1886             return 0;
1887         ctx->max_pipelines = larg;
1888         return 1;
1889     case SSL_CTRL_CERT_FLAGS:
1890         return (ctx->cert->cert_flags |= larg);
1891     case SSL_CTRL_CLEAR_CERT_FLAGS:
1892         return (ctx->cert->cert_flags &= ~larg);
1893     case SSL_CTRL_SET_MIN_PROTO_VERSION:
1894         return ssl_set_version_bound(ctx->method->version, (int)larg,
1895                                      &ctx->min_proto_version);
1896     case SSL_CTRL_SET_MAX_PROTO_VERSION:
1897         return ssl_set_version_bound(ctx->method->version, (int)larg,
1898                                      &ctx->max_proto_version);
1899     default:
1900         return (ctx->method->ssl_ctx_ctrl(ctx, cmd, larg, parg));
1901     }
1902 }
1903
1904 long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
1905 {
1906     switch (cmd) {
1907     case SSL_CTRL_SET_MSG_CALLBACK:
1908         ctx->msg_callback = (void (*)
1909                              (int write_p, int version, int content_type,
1910                               const void *buf, size_t len, SSL *ssl,
1911                               void *arg))(fp);
1912         return 1;
1913
1914     default:
1915         return (ctx->method->ssl_ctx_callback_ctrl(ctx, cmd, fp));
1916     }
1917 }
1918
1919 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1920 {
1921     if (a->id > b->id)
1922         return 1;
1923     if (a->id < b->id)
1924         return -1;
1925     return 0;
1926 }
1927
1928 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
1929                           const SSL_CIPHER *const *bp)
1930 {
1931     if ((*ap)->id > (*bp)->id)
1932         return 1;
1933     if ((*ap)->id < (*bp)->id)
1934         return -1;
1935     return 0;
1936 }
1937
1938 /** return a STACK of the ciphers available for the SSL and in order of
1939  * preference */
1940 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1941 {
1942     if (s != NULL) {
1943         if (s->cipher_list != NULL) {
1944             return (s->cipher_list);
1945         } else if ((s->ctx != NULL) && (s->ctx->cipher_list != NULL)) {
1946             return (s->ctx->cipher_list);
1947         }
1948     }
1949     return (NULL);
1950 }
1951
1952 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s)
1953 {
1954     if ((s == NULL) || (s->session == NULL) || !s->server)
1955         return NULL;
1956     return s->session->ciphers;
1957 }
1958
1959 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s)
1960 {
1961     STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers;
1962     int i;
1963     ciphers = SSL_get_ciphers(s);
1964     if (!ciphers)
1965         return NULL;
1966     ssl_set_client_disabled(s);
1967     for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) {
1968         const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i);
1969         if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED)) {
1970             if (!sk)
1971                 sk = sk_SSL_CIPHER_new_null();
1972             if (!sk)
1973                 return NULL;
1974             if (!sk_SSL_CIPHER_push(sk, c)) {
1975                 sk_SSL_CIPHER_free(sk);
1976                 return NULL;
1977             }
1978         }
1979     }
1980     return sk;
1981 }
1982
1983 /** return a STACK of the ciphers available for the SSL and in order of
1984  * algorithm id */
1985 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1986 {
1987     if (s != NULL) {
1988         if (s->cipher_list_by_id != NULL) {
1989             return (s->cipher_list_by_id);
1990         } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) {
1991             return (s->ctx->cipher_list_by_id);
1992         }
1993     }
1994     return (NULL);
1995 }
1996
1997 /** The old interface to get the same thing as SSL_get_ciphers() */
1998 const char *SSL_get_cipher_list(const SSL *s, int n)
1999 {
2000     const SSL_CIPHER *c;
2001     STACK_OF(SSL_CIPHER) *sk;
2002
2003     if (s == NULL)
2004         return (NULL);
2005     sk = SSL_get_ciphers(s);
2006     if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= n))
2007         return (NULL);
2008     c = sk_SSL_CIPHER_value(sk, n);
2009     if (c == NULL)
2010         return (NULL);
2011     return (c->name);
2012 }
2013
2014 /** return a STACK of the ciphers available for the SSL_CTX and in order of
2015  * preference */
2016 STACK_OF(SSL_CIPHER) *SSL_CTX_get_ciphers(const SSL_CTX *ctx)
2017 {
2018     if (ctx != NULL)
2019         return ctx->cipher_list;
2020     return NULL;
2021 }
2022
2023 /** specify the ciphers to be used by default by the SSL_CTX */
2024 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str)
2025 {
2026     STACK_OF(SSL_CIPHER) *sk;
2027
2028     sk = ssl_create_cipher_list(ctx->method, &ctx->cipher_list,
2029                                 &ctx->cipher_list_by_id, str, ctx->cert);
2030     /*
2031      * ssl_create_cipher_list may return an empty stack if it was unable to
2032      * find a cipher matching the given rule string (for example if the rule
2033      * string specifies a cipher which has been disabled). This is not an
2034      * error as far as ssl_create_cipher_list is concerned, and hence
2035      * ctx->cipher_list and ctx->cipher_list_by_id has been updated.
2036      */
2037     if (sk == NULL)
2038         return 0;
2039     else if (sk_SSL_CIPHER_num(sk) == 0) {
2040         SSLerr(SSL_F_SSL_CTX_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH);
2041         return 0;
2042     }
2043     return 1;
2044 }
2045
2046 /** specify the ciphers to be used by the SSL */
2047 int SSL_set_cipher_list(SSL *s, const char *str)
2048 {
2049     STACK_OF(SSL_CIPHER) *sk;
2050
2051     sk = ssl_create_cipher_list(s->ctx->method, &s->cipher_list,
2052                                 &s->cipher_list_by_id, str, s->cert);
2053     /* see comment in SSL_CTX_set_cipher_list */
2054     if (sk == NULL)
2055         return 0;
2056     else if (sk_SSL_CIPHER_num(sk) == 0) {
2057         SSLerr(SSL_F_SSL_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH);
2058         return 0;
2059     }
2060     return 1;
2061 }
2062
2063 char *SSL_get_shared_ciphers(const SSL *s, char *buf, int len)
2064 {
2065     char *p;
2066     STACK_OF(SSL_CIPHER) *sk;
2067     const SSL_CIPHER *c;
2068     int i;
2069
2070     if ((s->session == NULL) || (s->session->ciphers == NULL) || (len < 2))
2071         return (NULL);
2072
2073     p = buf;
2074     sk = s->session->ciphers;
2075
2076     if (sk_SSL_CIPHER_num(sk) == 0)
2077         return NULL;
2078
2079     for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
2080         int n;
2081
2082         c = sk_SSL_CIPHER_value(sk, i);
2083         n = strlen(c->name);
2084         if (n + 1 > len) {
2085             if (p != buf)
2086                 --p;
2087             *p = '\0';
2088             return buf;
2089         }
2090         memcpy(p, c->name, n + 1);
2091         p += n;
2092         *(p++) = ':';
2093         len -= n + 1;
2094     }
2095     p[-1] = '\0';
2096     return (buf);
2097 }
2098
2099 /** return a servername extension value if provided in Client Hello, or NULL.
2100  * So far, only host_name types are defined (RFC 3546).
2101  */
2102
2103 const char *SSL_get_servername(const SSL *s, const int type)
2104 {
2105     if (type != TLSEXT_NAMETYPE_host_name)
2106         return NULL;
2107
2108     return s->session && !s->tlsext_hostname ?
2109         s->session->tlsext_hostname : s->tlsext_hostname;
2110 }
2111
2112 int SSL_get_servername_type(const SSL *s)
2113 {
2114     if (s->session
2115         && (!s->tlsext_hostname ? s->session->
2116             tlsext_hostname : s->tlsext_hostname))
2117         return TLSEXT_NAMETYPE_host_name;
2118     return -1;
2119 }
2120
2121 /*
2122  * SSL_select_next_proto implements the standard protocol selection. It is
2123  * expected that this function is called from the callback set by
2124  * SSL_CTX_set_next_proto_select_cb. The protocol data is assumed to be a
2125  * vector of 8-bit, length prefixed byte strings. The length byte itself is
2126  * not included in the length. A byte string of length 0 is invalid. No byte
2127  * string may be truncated. The current, but experimental algorithm for
2128  * selecting the protocol is: 1) If the server doesn't support NPN then this
2129  * is indicated to the callback. In this case, the client application has to
2130  * abort the connection or have a default application level protocol. 2) If
2131  * the server supports NPN, but advertises an empty list then the client
2132  * selects the first protcol in its list, but indicates via the API that this
2133  * fallback case was enacted. 3) Otherwise, the client finds the first
2134  * protocol in the server's list that it supports and selects this protocol.
2135  * This is because it's assumed that the server has better information about
2136  * which protocol a client should use. 4) If the client doesn't support any
2137  * of the server's advertised protocols, then this is treated the same as
2138  * case 2. It returns either OPENSSL_NPN_NEGOTIATED if a common protocol was
2139  * found, or OPENSSL_NPN_NO_OVERLAP if the fallback case was reached.
2140  */
2141 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
2142                           const unsigned char *server,
2143                           unsigned int server_len,
2144                           const unsigned char *client,
2145                           unsigned int client_len)
2146 {
2147     unsigned int i, j;
2148     const unsigned char *result;
2149     int status = OPENSSL_NPN_UNSUPPORTED;
2150
2151     /*
2152      * For each protocol in server preference order, see if we support it.
2153      */
2154     for (i = 0; i < server_len;) {
2155         for (j = 0; j < client_len;) {
2156             if (server[i] == client[j] &&
2157                 memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) {
2158                 /* We found a match */
2159                 result = &server[i];
2160                 status = OPENSSL_NPN_NEGOTIATED;
2161                 goto found;
2162             }
2163             j += client[j];
2164             j++;
2165         }
2166         i += server[i];
2167         i++;
2168     }
2169
2170     /* There's no overlap between our protocols and the server's list. */
2171     result = client;
2172     status = OPENSSL_NPN_NO_OVERLAP;
2173
2174  found:
2175     *out = (unsigned char *)result + 1;
2176     *outlen = result[0];
2177     return status;
2178 }
2179
2180 #ifndef OPENSSL_NO_NEXTPROTONEG
2181 /*
2182  * SSL_get0_next_proto_negotiated sets *data and *len to point to the
2183  * client's requested protocol for this connection and returns 0. If the
2184  * client didn't request any protocol, then *data is set to NULL. Note that
2185  * the client can request any protocol it chooses. The value returned from
2186  * this function need not be a member of the list of supported protocols
2187  * provided by the callback.
2188  */
2189 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
2190                                     unsigned *len)
2191 {
2192     *data = s->next_proto_negotiated;
2193     if (!*data) {
2194         *len = 0;
2195     } else {
2196         *len = s->next_proto_negotiated_len;
2197     }
2198 }
2199
2200 /*
2201  * SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when
2202  * a TLS server needs a list of supported protocols for Next Protocol
2203  * Negotiation. The returned list must be in wire format.  The list is
2204  * returned by setting |out| to point to it and |outlen| to its length. This
2205  * memory will not be modified, but one should assume that the SSL* keeps a
2206  * reference to it. The callback should return SSL_TLSEXT_ERR_OK if it
2207  * wishes to advertise. Otherwise, no such extension will be included in the
2208  * ServerHello.
2209  */
2210 void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *ctx,
2211                                            int (*cb) (SSL *ssl,
2212                                                       const unsigned char
2213                                                       **out,
2214                                                       unsigned int *outlen,
2215                                                       void *arg), void *arg)
2216 {
2217     ctx->next_protos_advertised_cb = cb;
2218     ctx->next_protos_advertised_cb_arg = arg;
2219 }
2220
2221 /*
2222  * SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
2223  * client needs to select a protocol from the server's provided list. |out|
2224  * must be set to point to the selected protocol (which may be within |in|).
2225  * The length of the protocol name must be written into |outlen|. The
2226  * server's advertised protocols are provided in |in| and |inlen|. The
2227  * callback can assume that |in| is syntactically valid. The client must
2228  * select a protocol. It is fatal to the connection if this callback returns
2229  * a value other than SSL_TLSEXT_ERR_OK.
2230  */
2231 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx,
2232                                       int (*cb) (SSL *s, unsigned char **out,
2233                                                  unsigned char *outlen,
2234                                                  const unsigned char *in,
2235                                                  unsigned int inlen,
2236                                                  void *arg), void *arg)
2237 {
2238     ctx->next_proto_select_cb = cb;
2239     ctx->next_proto_select_cb_arg = arg;
2240 }
2241 #endif
2242
2243 /*
2244  * SSL_CTX_set_alpn_protos sets the ALPN protocol list on |ctx| to |protos|.
2245  * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit
2246  * length-prefixed strings). Returns 0 on success.
2247  */
2248 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
2249                             unsigned int protos_len)
2250 {
2251     OPENSSL_free(ctx->alpn_client_proto_list);
2252     ctx->alpn_client_proto_list = OPENSSL_memdup(protos, protos_len);
2253     if (ctx->alpn_client_proto_list == NULL) {
2254         SSLerr(SSL_F_SSL_CTX_SET_ALPN_PROTOS, ERR_R_MALLOC_FAILURE);
2255         return 1;
2256     }
2257     ctx->alpn_client_proto_list_len = protos_len;
2258
2259     return 0;
2260 }
2261
2262 /*
2263  * SSL_set_alpn_protos sets the ALPN protocol list on |ssl| to |protos|.
2264  * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit
2265  * length-prefixed strings). Returns 0 on success.
2266  */
2267 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
2268                         unsigned int protos_len)
2269 {
2270     OPENSSL_free(ssl->alpn_client_proto_list);
2271     ssl->alpn_client_proto_list = OPENSSL_memdup(protos, protos_len);
2272     if (ssl->alpn_client_proto_list == NULL) {
2273         SSLerr(SSL_F_SSL_SET_ALPN_PROTOS, ERR_R_MALLOC_FAILURE);
2274         return 1;
2275     }
2276     ssl->alpn_client_proto_list_len = protos_len;
2277
2278     return 0;
2279 }
2280
2281 /*
2282  * SSL_CTX_set_alpn_select_cb sets a callback function on |ctx| that is
2283  * called during ClientHello processing in order to select an ALPN protocol
2284  * from the client's list of offered protocols.
2285  */
2286 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
2287                                 int (*cb) (SSL *ssl,
2288                                            const unsigned char **out,
2289                                            unsigned char *outlen,
2290                                            const unsigned char *in,
2291                                            unsigned int inlen,
2292                                            void *arg), void *arg)
2293 {
2294     ctx->alpn_select_cb = cb;
2295     ctx->alpn_select_cb_arg = arg;
2296 }
2297
2298 /*
2299  * SSL_get0_alpn_selected gets the selected ALPN protocol (if any) from
2300  * |ssl|. On return it sets |*data| to point to |*len| bytes of protocol name
2301  * (not including the leading length-prefix byte). If the server didn't
2302  * respond with a negotiated protocol then |*len| will be zero.
2303  */
2304 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
2305                             unsigned int *len)
2306 {
2307     *data = NULL;
2308     if (ssl->s3)
2309         *data = ssl->s3->alpn_selected;
2310     if (*data == NULL)
2311         *len = 0;
2312     else
2313         *len = ssl->s3->alpn_selected_len;
2314 }
2315
2316
2317 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
2318                                const char *label, size_t llen,
2319                                const unsigned char *p, size_t plen,
2320                                int use_context)
2321 {
2322     if (s->version < TLS1_VERSION)
2323         return -1;
2324
2325     return s->method->ssl3_enc->export_keying_material(s, out, olen, label,
2326                                                        llen, p, plen,
2327                                                        use_context);
2328 }
2329
2330 static unsigned long ssl_session_hash(const SSL_SESSION *a)
2331 {
2332     unsigned long l;
2333
2334     l = (unsigned long)
2335         ((unsigned int)a->session_id[0]) |
2336         ((unsigned int)a->session_id[1] << 8L) |
2337         ((unsigned long)a->session_id[2] << 16L) |
2338         ((unsigned long)a->session_id[3] << 24L);
2339     return (l);
2340 }
2341
2342 /*
2343  * NB: If this function (or indeed the hash function which uses a sort of
2344  * coarser function than this one) is changed, ensure
2345  * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on
2346  * being able to construct an SSL_SESSION that will collide with any existing
2347  * session with a matching session ID.
2348  */
2349 static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b)
2350 {
2351     if (a->ssl_version != b->ssl_version)
2352         return (1);
2353     if (a->session_id_length != b->session_id_length)
2354         return (1);
2355     return (memcmp(a->session_id, b->session_id, a->session_id_length));
2356 }
2357
2358 /*
2359  * These wrapper functions should remain rather than redeclaring
2360  * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
2361  * variable. The reason is that the functions aren't static, they're exposed
2362  * via ssl.h.
2363  */
2364
2365 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
2366 {
2367     SSL_CTX *ret = NULL;
2368
2369     if (meth == NULL) {
2370         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_NULL_SSL_METHOD_PASSED);
2371         return (NULL);
2372     }
2373
2374     if (!OPENSSL_init_ssl(OPENSSL_INIT_LOAD_SSL_STRINGS, NULL))
2375         return NULL;
2376
2377     if (FIPS_mode() && (meth->version < TLS1_VERSION)) {
2378         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_AT_LEAST_TLS_1_0_NEEDED_IN_FIPS_MODE);
2379         return NULL;
2380     }
2381
2382     if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) {
2383         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_X509_VERIFICATION_SETUP_PROBLEMS);
2384         goto err;
2385     }
2386     ret = OPENSSL_zalloc(sizeof(*ret));
2387     if (ret == NULL)
2388         goto err;
2389
2390     ret->method = meth;
2391     ret->min_proto_version = 0;
2392     ret->max_proto_version = 0;
2393     ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
2394     ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
2395     /* We take the system default. */
2396     ret->session_timeout = meth->get_timeout();
2397     ret->references = 1;
2398     ret->lock = CRYPTO_THREAD_lock_new();
2399     if (ret->lock == NULL) {
2400         SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);
2401         OPENSSL_free(ret);
2402         return NULL;
2403     }
2404     ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
2405     ret->verify_mode = SSL_VERIFY_NONE;
2406     if ((ret->cert = ssl_cert_new()) == NULL)
2407         goto err;
2408
2409     ret->sessions = lh_SSL_SESSION_new(ssl_session_hash, ssl_session_cmp);
2410     if (ret->sessions == NULL)
2411         goto err;
2412     ret->cert_store = X509_STORE_new();
2413     if (ret->cert_store == NULL)
2414         goto err;
2415 #ifndef OPENSSL_NO_CT
2416     ret->ctlog_store = CTLOG_STORE_new();
2417     if (ret->ctlog_store == NULL)
2418         goto err;
2419 #endif
2420     if (!ssl_create_cipher_list(ret->method,
2421                            &ret->cipher_list, &ret->cipher_list_by_id,
2422                            SSL_DEFAULT_CIPHER_LIST, ret->cert)
2423        || sk_SSL_CIPHER_num(ret->cipher_list) <= 0) {
2424         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_LIBRARY_HAS_NO_CIPHERS);
2425         goto err2;
2426     }
2427
2428     ret->param = X509_VERIFY_PARAM_new();
2429     if (ret->param == NULL)
2430         goto err;
2431
2432     if ((ret->md5 = EVP_get_digestbyname("ssl3-md5")) == NULL) {
2433         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES);
2434         goto err2;
2435     }
2436     if ((ret->sha1 = EVP_get_digestbyname("ssl3-sha1")) == NULL) {
2437         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES);
2438         goto err2;
2439     }
2440
2441     if ((ret->client_CA = sk_X509_NAME_new_null()) == NULL)
2442         goto err;
2443
2444     CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data);
2445
2446     /* No compression for DTLS */
2447     if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS))
2448         ret->comp_methods = SSL_COMP_get_compression_methods();
2449
2450     ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
2451     ret->split_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
2452
2453     /* Setup RFC4507 ticket keys */
2454     if ((RAND_bytes(ret->tlsext_tick_key_name, 16) <= 0)
2455         || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0)
2456         || (RAND_bytes(ret->tlsext_tick_aes_key, 16) <= 0))
2457         ret->options |= SSL_OP_NO_TICKET;
2458
2459 #ifndef OPENSSL_NO_SRP
2460     if (!SSL_CTX_SRP_CTX_init(ret))
2461         goto err;
2462 #endif
2463 #ifndef OPENSSL_NO_ENGINE
2464 # ifdef OPENSSL_SSL_CLIENT_ENGINE_AUTO
2465 #  define eng_strx(x)     #x
2466 #  define eng_str(x)      eng_strx(x)
2467     /* Use specific client engine automatically... ignore errors */
2468     {
2469         ENGINE *eng;
2470         eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
2471         if (!eng) {
2472             ERR_clear_error();
2473             ENGINE_load_builtin_engines();
2474             eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
2475         }
2476         if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
2477             ERR_clear_error();
2478     }
2479 # endif
2480 #endif
2481     /*
2482      * Default is to connect to non-RI servers. When RI is more widely
2483      * deployed might change this.
2484      */
2485     ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
2486     /*
2487      * Disable compression by default to prevent CRIME. Applications can
2488      * re-enable compression by configuring
2489      * SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION);
2490      * or by using the SSL_CONF library.
2491      */
2492     ret->options |= SSL_OP_NO_COMPRESSION;
2493
2494     return ret;
2495  err:
2496     SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);
2497  err2:
2498     SSL_CTX_free(ret);
2499     return NULL;
2500 }
2501
2502 void SSL_CTX_up_ref(SSL_CTX *ctx)
2503 {
2504     int i;
2505     CRYPTO_atomic_add(&ctx->references, 1, &i, ctx->lock);
2506 }
2507
2508 void SSL_CTX_free(SSL_CTX *a)
2509 {
2510     int i;
2511
2512     if (a == NULL)
2513         return;
2514
2515     CRYPTO_atomic_add(&a->references, -1, &i, a->lock);
2516     REF_PRINT_COUNT("SSL_CTX", a);
2517     if (i > 0)
2518         return;
2519     REF_ASSERT_ISNT(i < 0);
2520
2521     X509_VERIFY_PARAM_free(a->param);
2522     dane_ctx_final(&a->dane);
2523
2524     /*
2525      * Free internal session cache. However: the remove_cb() may reference
2526      * the ex_data of SSL_CTX, thus the ex_data store can only be removed
2527      * after the sessions were flushed.
2528      * As the ex_data handling routines might also touch the session cache,
2529      * the most secure solution seems to be: empty (flush) the cache, then
2530      * free ex_data, then finally free the cache.
2531      * (See ticket [openssl.org #212].)
2532      */
2533     if (a->sessions != NULL)
2534         SSL_CTX_flush_sessions(a, 0);
2535
2536     CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data);
2537     lh_SSL_SESSION_free(a->sessions);
2538     X509_STORE_free(a->cert_store);
2539 #ifndef OPENSSL_NO_CT
2540     CTLOG_STORE_free(a->ctlog_store);
2541 #endif
2542     sk_SSL_CIPHER_free(a->cipher_list);
2543     sk_SSL_CIPHER_free(a->cipher_list_by_id);
2544     ssl_cert_free(a->cert);
2545     sk_X509_NAME_pop_free(a->client_CA, X509_NAME_free);
2546     sk_X509_pop_free(a->extra_certs, X509_free);
2547     a->comp_methods = NULL;
2548 #ifndef OPENSSL_NO_SRTP
2549     sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
2550 #endif
2551 #ifndef OPENSSL_NO_SRP
2552     SSL_CTX_SRP_CTX_free(a);
2553 #endif
2554 #ifndef OPENSSL_NO_ENGINE
2555     ENGINE_finish(a->client_cert_engine);
2556 #endif
2557
2558 #ifndef OPENSSL_NO_EC
2559     OPENSSL_free(a->tlsext_ecpointformatlist);
2560     OPENSSL_free(a->tlsext_ellipticcurvelist);
2561 #endif
2562     OPENSSL_free(a->alpn_client_proto_list);
2563
2564     CRYPTO_THREAD_lock_free(a->lock);
2565
2566     OPENSSL_free(a);
2567 }
2568
2569 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb)
2570 {
2571     ctx->default_passwd_callback = cb;
2572 }
2573
2574 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u)
2575 {
2576     ctx->default_passwd_callback_userdata = u;
2577 }
2578
2579 pem_password_cb *SSL_CTX_get_default_passwd_cb(SSL_CTX *ctx)
2580 {
2581     return ctx->default_passwd_callback;
2582 }
2583
2584 void *SSL_CTX_get_default_passwd_cb_userdata(SSL_CTX *ctx)
2585 {
2586     return ctx->default_passwd_callback_userdata;
2587 }
2588
2589 void SSL_set_default_passwd_cb(SSL *s, pem_password_cb *cb)
2590 {
2591     s->default_passwd_callback = cb;
2592 }
2593
2594 void SSL_set_default_passwd_cb_userdata(SSL *s, void *u)
2595 {
2596     s->default_passwd_callback_userdata = u;
2597 }
2598
2599 pem_password_cb *SSL_get_default_passwd_cb(SSL *s)
2600 {
2601     return s->default_passwd_callback;
2602 }
2603
2604 void *SSL_get_default_passwd_cb_userdata(SSL *s)
2605 {
2606     return s->default_passwd_callback_userdata;
2607 }
2608
2609 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
2610                                       int (*cb) (X509_STORE_CTX *, void *),
2611                                       void *arg)
2612 {
2613     ctx->app_verify_callback = cb;
2614     ctx->app_verify_arg = arg;
2615 }
2616
2617 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
2618                         int (*cb) (int, X509_STORE_CTX *))
2619 {
2620     ctx->verify_mode = mode;
2621     ctx->default_verify_callback = cb;
2622 }
2623
2624 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth)
2625 {
2626     X509_VERIFY_PARAM_set_depth(ctx->param, depth);
2627 }
2628
2629 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg),
2630                          void *arg)
2631 {
2632     ssl_cert_set_cert_cb(c->cert, cb, arg);
2633 }
2634
2635 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg)
2636 {
2637     ssl_cert_set_cert_cb(s->cert, cb, arg);
2638 }
2639
2640 void ssl_set_masks(SSL *s)
2641 {
2642 #if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_GOST)
2643     CERT_PKEY *cpk;
2644 #endif
2645     CERT *c = s->cert;
2646     uint32_t *pvalid = s->s3->tmp.valid_flags;
2647     int rsa_enc, rsa_sign, dh_tmp, dsa_sign;
2648     unsigned long mask_k, mask_a;
2649 #ifndef OPENSSL_NO_EC
2650     int have_ecc_cert, ecdsa_ok;
2651     X509 *x = NULL;
2652 #endif
2653     if (c == NULL)
2654         return;
2655
2656 #ifndef OPENSSL_NO_DH
2657     dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL || c->dh_tmp_auto);
2658 #else
2659     dh_tmp = 0;
2660 #endif
2661
2662     rsa_enc = pvalid[SSL_PKEY_RSA_ENC] & CERT_PKEY_VALID;
2663     rsa_sign = pvalid[SSL_PKEY_RSA_SIGN] & CERT_PKEY_SIGN;
2664     dsa_sign = pvalid[SSL_PKEY_DSA_SIGN] & CERT_PKEY_SIGN;
2665 #ifndef OPENSSL_NO_EC
2666     have_ecc_cert = pvalid[SSL_PKEY_ECC] & CERT_PKEY_VALID;
2667 #endif
2668     mask_k = 0;
2669     mask_a = 0;
2670
2671 #ifdef CIPHER_DEBUG
2672     fprintf(stderr, "dht=%d re=%d rs=%d ds=%d\n",
2673             dh_tmp, rsa_enc, rsa_sign, dsa_sign);
2674 #endif
2675
2676 #ifndef OPENSSL_NO_GOST
2677     cpk = &(c->pkeys[SSL_PKEY_GOST12_512]);
2678     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2679         mask_k |= SSL_kGOST;
2680         mask_a |= SSL_aGOST12;
2681     }
2682     cpk = &(c->pkeys[SSL_PKEY_GOST12_256]);
2683     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2684         mask_k |= SSL_kGOST;
2685         mask_a |= SSL_aGOST12;
2686     }
2687     cpk = &(c->pkeys[SSL_PKEY_GOST01]);
2688     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2689         mask_k |= SSL_kGOST;
2690         mask_a |= SSL_aGOST01;
2691     }
2692 #endif
2693
2694     if (rsa_enc)
2695         mask_k |= SSL_kRSA;
2696
2697     if (dh_tmp)
2698         mask_k |= SSL_kDHE;
2699
2700     if (rsa_enc || rsa_sign) {
2701         mask_a |= SSL_aRSA;
2702     }
2703
2704     if (dsa_sign) {
2705         mask_a |= SSL_aDSS;
2706     }
2707
2708     mask_a |= SSL_aNULL;
2709
2710     /*
2711      * An ECC certificate may be usable for ECDH and/or ECDSA cipher suites
2712      * depending on the key usage extension.
2713      */
2714 #ifndef OPENSSL_NO_EC
2715     if (have_ecc_cert) {
2716         uint32_t ex_kusage;
2717         cpk = &c->pkeys[SSL_PKEY_ECC];
2718         x = cpk->x509;
2719         ex_kusage = X509_get_key_usage(x);
2720         ecdsa_ok = ex_kusage & X509v3_KU_DIGITAL_SIGNATURE;
2721         if (!(pvalid[SSL_PKEY_ECC] & CERT_PKEY_SIGN))
2722             ecdsa_ok = 0;
2723         if (ecdsa_ok)
2724             mask_a |= SSL_aECDSA;
2725     }
2726 #endif
2727
2728 #ifndef OPENSSL_NO_EC
2729     mask_k |= SSL_kECDHE;
2730 #endif
2731
2732 #ifndef OPENSSL_NO_PSK
2733     mask_k |= SSL_kPSK;
2734     mask_a |= SSL_aPSK;
2735     if (mask_k & SSL_kRSA)
2736         mask_k |= SSL_kRSAPSK;
2737     if (mask_k & SSL_kDHE)
2738         mask_k |= SSL_kDHEPSK;
2739     if (mask_k & SSL_kECDHE)
2740         mask_k |= SSL_kECDHEPSK;
2741 #endif
2742
2743     s->s3->tmp.mask_k = mask_k;
2744     s->s3->tmp.mask_a = mask_a;
2745 }
2746
2747 #ifndef OPENSSL_NO_EC
2748
2749 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s)
2750 {
2751     if (s->s3->tmp.new_cipher->algorithm_auth & SSL_aECDSA) {
2752         /* key usage, if present, must allow signing */
2753         if (!(X509_get_key_usage(x) & X509v3_KU_DIGITAL_SIGNATURE)) {
2754             SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2755                    SSL_R_ECC_CERT_NOT_FOR_SIGNING);
2756             return 0;
2757         }
2758     }
2759     return 1;                   /* all checks are ok */
2760 }
2761
2762 #endif
2763
2764 static int ssl_get_server_cert_index(const SSL *s)
2765 {
2766     int idx;
2767     idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2768     if (idx == SSL_PKEY_RSA_ENC && !s->cert->pkeys[SSL_PKEY_RSA_ENC].x509)
2769         idx = SSL_PKEY_RSA_SIGN;
2770     if (idx == SSL_PKEY_GOST_EC) {
2771         if (s->cert->pkeys[SSL_PKEY_GOST12_512].x509)
2772             idx = SSL_PKEY_GOST12_512;
2773         else if (s->cert->pkeys[SSL_PKEY_GOST12_256].x509)
2774             idx = SSL_PKEY_GOST12_256;
2775         else if (s->cert->pkeys[SSL_PKEY_GOST01].x509)
2776             idx = SSL_PKEY_GOST01;
2777         else
2778             idx = -1;
2779     }
2780     if (idx == -1)
2781         SSLerr(SSL_F_SSL_GET_SERVER_CERT_INDEX, ERR_R_INTERNAL_ERROR);
2782     return idx;
2783 }
2784
2785 CERT_PKEY *ssl_get_server_send_pkey(SSL *s)
2786 {
2787     CERT *c;
2788     int i;
2789
2790     c = s->cert;
2791     if (!s->s3 || !s->s3->tmp.new_cipher)
2792         return NULL;
2793     ssl_set_masks(s);
2794
2795     i = ssl_get_server_cert_index(s);
2796
2797     /* This may or may not be an error. */
2798     if (i < 0)
2799         return NULL;
2800
2801     /* May be NULL. */
2802     return &c->pkeys[i];
2803 }
2804
2805 EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher,
2806                             const EVP_MD **pmd)
2807 {
2808     unsigned long alg_a;
2809     CERT *c;
2810     int idx = -1;
2811
2812     alg_a = cipher->algorithm_auth;
2813     c = s->cert;
2814
2815     if ((alg_a & SSL_aDSS) &&
2816             (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL))
2817         idx = SSL_PKEY_DSA_SIGN;
2818     else if (alg_a & SSL_aRSA) {
2819         if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL)
2820             idx = SSL_PKEY_RSA_SIGN;
2821         else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL)
2822             idx = SSL_PKEY_RSA_ENC;
2823     } else if ((alg_a & SSL_aECDSA) &&
2824                (c->pkeys[SSL_PKEY_ECC].privatekey != NULL))
2825         idx = SSL_PKEY_ECC;
2826     if (idx == -1) {
2827         SSLerr(SSL_F_SSL_GET_SIGN_PKEY, ERR_R_INTERNAL_ERROR);
2828         return (NULL);
2829     }
2830     if (pmd)
2831         *pmd = s->s3->tmp.md[idx];
2832     return c->pkeys[idx].privatekey;
2833 }
2834
2835 int ssl_get_server_cert_serverinfo(SSL *s, const unsigned char **serverinfo,
2836                                    size_t *serverinfo_length)
2837 {
2838     CERT *c = NULL;
2839     int i = 0;
2840     *serverinfo_length = 0;
2841
2842     c = s->cert;
2843     i = ssl_get_server_cert_index(s);
2844
2845     if (i == -1)
2846         return 0;
2847     if (c->pkeys[i].serverinfo == NULL)
2848         return 0;
2849
2850     *serverinfo = c->pkeys[i].serverinfo;
2851     *serverinfo_length = c->pkeys[i].serverinfo_length;
2852     return 1;
2853 }
2854
2855 void ssl_update_cache(SSL *s, int mode)
2856 {
2857     int i;
2858
2859     /*
2860      * If the session_id_length is 0, we are not supposed to cache it, and it
2861      * would be rather hard to do anyway :-)
2862      */
2863     if (s->session->session_id_length == 0)
2864         return;
2865
2866     i = s->session_ctx->session_cache_mode;
2867     if ((i & mode) && (!s->hit)
2868         && ((i & SSL_SESS_CACHE_NO_INTERNAL_STORE)
2869             || SSL_CTX_add_session(s->session_ctx, s->session))
2870         && (s->session_ctx->new_session_cb != NULL)) {
2871         SSL_SESSION_up_ref(s->session);
2872         if (!s->session_ctx->new_session_cb(s, s->session))
2873             SSL_SESSION_free(s->session);
2874     }
2875
2876     /* auto flush every 255 connections */
2877     if ((!(i & SSL_SESS_CACHE_NO_AUTO_CLEAR)) && ((i & mode) == mode)) {
2878         if ((((mode & SSL_SESS_CACHE_CLIENT)
2879               ? s->session_ctx->stats.sess_connect_good
2880               : s->session_ctx->stats.sess_accept_good) & 0xff) == 0xff) {
2881             SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL));
2882         }
2883     }
2884 }
2885
2886 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx)
2887 {
2888     return ctx->method;
2889 }
2890
2891 const SSL_METHOD *SSL_get_ssl_method(SSL *s)
2892 {
2893     return (s->method);
2894 }
2895
2896 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth)
2897 {
2898     int ret = 1;
2899
2900     if (s->method != meth) {
2901         const SSL_METHOD *sm = s->method;
2902         int (*hf)(SSL *) = s->handshake_func;
2903
2904         if (sm->version == meth->version)
2905             s->method = meth;
2906         else {
2907             sm->ssl_free(s);
2908             s->method = meth;
2909             ret = s->method->ssl_new(s);
2910         }
2911
2912         if (hf == sm->ssl_connect)
2913             s->handshake_func = meth->ssl_connect;
2914         else if (hf == sm->ssl_accept)
2915             s->handshake_func = meth->ssl_accept;
2916     }
2917     return (ret);
2918 }
2919
2920 int SSL_get_error(const SSL *s, int i)
2921 {
2922     int reason;
2923     unsigned long l;
2924     BIO *bio;
2925
2926     if (i > 0)
2927         return (SSL_ERROR_NONE);
2928
2929     /*
2930      * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
2931      * where we do encode the error
2932      */
2933     if ((l = ERR_peek_error()) != 0) {
2934         if (ERR_GET_LIB(l) == ERR_LIB_SYS)
2935             return (SSL_ERROR_SYSCALL);
2936         else
2937             return (SSL_ERROR_SSL);
2938     }
2939
2940     if ((i < 0) && SSL_want_read(s)) {
2941         bio = SSL_get_rbio(s);
2942         if (BIO_should_read(bio))
2943             return (SSL_ERROR_WANT_READ);
2944         else if (BIO_should_write(bio))
2945             /*
2946              * This one doesn't make too much sense ... We never try to write
2947              * to the rbio, and an application program where rbio and wbio
2948              * are separate couldn't even know what it should wait for.
2949              * However if we ever set s->rwstate incorrectly (so that we have
2950              * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and
2951              * wbio *are* the same, this test works around that bug; so it
2952              * might be safer to keep it.
2953              */
2954             return (SSL_ERROR_WANT_WRITE);
2955         else if (BIO_should_io_special(bio)) {
2956             reason = BIO_get_retry_reason(bio);
2957             if (reason == BIO_RR_CONNECT)
2958                 return (SSL_ERROR_WANT_CONNECT);
2959             else if (reason == BIO_RR_ACCEPT)
2960                 return (SSL_ERROR_WANT_ACCEPT);
2961             else
2962                 return (SSL_ERROR_SYSCALL); /* unknown */
2963         }
2964     }
2965
2966     if ((i < 0) && SSL_want_write(s)) {
2967         bio = SSL_get_wbio(s);
2968         if (BIO_should_write(bio))
2969             return (SSL_ERROR_WANT_WRITE);
2970         else if (BIO_should_read(bio))
2971             /*
2972              * See above (SSL_want_read(s) with BIO_should_write(bio))
2973              */
2974             return (SSL_ERROR_WANT_READ);
2975         else if (BIO_should_io_special(bio)) {
2976             reason = BIO_get_retry_reason(bio);
2977             if (reason == BIO_RR_CONNECT)
2978                 return (SSL_ERROR_WANT_CONNECT);
2979             else if (reason == BIO_RR_ACCEPT)
2980                 return (SSL_ERROR_WANT_ACCEPT);
2981             else
2982                 return (SSL_ERROR_SYSCALL);
2983         }
2984     }
2985     if ((i < 0) && SSL_want_x509_lookup(s)) {
2986         return (SSL_ERROR_WANT_X509_LOOKUP);
2987     }
2988     if ((i < 0) && SSL_want_async(s)) {
2989         return SSL_ERROR_WANT_ASYNC;
2990     }
2991
2992     if (i == 0) {
2993         if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2994             (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY))
2995             return (SSL_ERROR_ZERO_RETURN);
2996     }
2997     return (SSL_ERROR_SYSCALL);
2998 }
2999
3000 static int ssl_do_handshake_intern(void *vargs)
3001 {
3002     struct ssl_async_args *args;
3003     SSL *s;
3004
3005     args = (struct ssl_async_args *)vargs;
3006     s = args->s;
3007
3008     return s->handshake_func(s);
3009 }
3010
3011 int SSL_do_handshake(SSL *s)
3012 {
3013     int ret = 1;
3014
3015     if (s->handshake_func == NULL) {
3016         SSLerr(SSL_F_SSL_DO_HANDSHAKE, SSL_R_CONNECTION_TYPE_NOT_SET);
3017         return -1;
3018     }
3019
3020     s->method->ssl_renegotiate_check(s);
3021
3022     if (SSL_in_init(s) || SSL_in_before(s)) {
3023         if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
3024             struct ssl_async_args args;
3025
3026             args.s = s;
3027
3028             ret = ssl_start_async_job(s, &args, ssl_do_handshake_intern);
3029         } else {
3030             ret = s->handshake_func(s);
3031         }
3032     }
3033     return ret;
3034 }
3035
3036 void SSL_set_accept_state(SSL *s)
3037 {
3038     s->server = 1;
3039     s->shutdown = 0;
3040     ossl_statem_clear(s);
3041     s->handshake_func = s->method->ssl_accept;
3042     clear_ciphers(s);
3043 }
3044
3045 void SSL_set_connect_state(SSL *s)
3046 {
3047     s->server = 0;
3048     s->shutdown = 0;
3049     ossl_statem_clear(s);
3050     s->handshake_func = s->method->ssl_connect;
3051     clear_ciphers(s);
3052 }
3053
3054 int ssl_undefined_function(SSL *s)
3055 {
3056     SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
3057     return (0);
3058 }
3059
3060 int ssl_undefined_void_function(void)
3061 {
3062     SSLerr(SSL_F_SSL_UNDEFINED_VOID_FUNCTION,
3063            ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
3064     return (0);
3065 }
3066
3067 int ssl_undefined_const_function(const SSL *s)
3068 {
3069     return (0);
3070 }
3071
3072 const SSL_METHOD *ssl_bad_method(int ver)
3073 {
3074     SSLerr(SSL_F_SSL_BAD_METHOD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
3075     return (NULL);
3076 }
3077
3078 const char *ssl_protocol_to_string(int version)
3079 {
3080     if (version == TLS1_2_VERSION)
3081         return "TLSv1.2";
3082     else if (version == TLS1_1_VERSION)
3083         return "TLSv1.1";
3084     else if (version == TLS1_VERSION)
3085         return "TLSv1";
3086     else if (version == SSL3_VERSION)
3087         return "SSLv3";
3088     else if (version == DTLS1_BAD_VER)
3089         return "DTLSv0.9";
3090     else if (version == DTLS1_VERSION)
3091         return "DTLSv1";
3092     else if (version == DTLS1_2_VERSION)
3093         return "DTLSv1.2";
3094     else
3095         return ("unknown");
3096 }
3097
3098 const char *SSL_get_version(const SSL *s)
3099 {
3100     return ssl_protocol_to_string(s->version);
3101 }
3102
3103 SSL *SSL_dup(SSL *s)
3104 {
3105     STACK_OF(X509_NAME) *sk;
3106     X509_NAME *xn;
3107     SSL *ret;
3108     int i;
3109
3110     /* If we're not quiescent, just up_ref! */
3111     if (!SSL_in_init(s) || !SSL_in_before(s)) {
3112         CRYPTO_atomic_add(&s->references, 1, &i, s->lock);
3113         return s;
3114     }
3115
3116     /*
3117      * Otherwise, copy configuration state, and session if set.
3118      */
3119     if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
3120         return (NULL);
3121
3122     if (s->session != NULL) {
3123         /*
3124          * Arranges to share the same session via up_ref.  This "copies"
3125          * session-id, SSL_METHOD, sid_ctx, and 'cert'
3126          */
3127         if (!SSL_copy_session_id(ret, s))
3128             goto err;
3129     } else {
3130         /*
3131          * No session has been established yet, so we have to expect that
3132          * s->cert or ret->cert will be changed later -- they should not both
3133          * point to the same object, and thus we can't use
3134          * SSL_copy_session_id.
3135          */
3136         if (!SSL_set_ssl_method(ret, s->method))
3137             goto err;
3138
3139         if (s->cert != NULL) {
3140             ssl_cert_free(ret->cert);
3141             ret->cert = ssl_cert_dup(s->cert);
3142             if (ret->cert == NULL)
3143                 goto err;
3144         }
3145
3146         if (!SSL_set_session_id_context(ret, s->sid_ctx, s->sid_ctx_length))
3147             goto err;
3148     }
3149
3150     if (!ssl_dane_dup(ret, s))
3151         goto err;
3152     ret->version = s->version;
3153     ret->options = s->options;
3154     ret->mode = s->mode;
3155     SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s));
3156     SSL_set_read_ahead(ret, SSL_get_read_ahead(s));
3157     ret->msg_callback = s->msg_callback;
3158     ret->msg_callback_arg = s->msg_callback_arg;
3159     SSL_set_verify(ret, SSL_get_verify_mode(s), SSL_get_verify_callback(s));
3160     SSL_set_verify_depth(ret, SSL_get_verify_depth(s));
3161     ret->generate_session_id = s->generate_session_id;
3162
3163     SSL_set_info_callback(ret, SSL_get_info_callback(s));
3164
3165     /* copy app data, a little dangerous perhaps */
3166     if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data))
3167         goto err;
3168
3169     /* setup rbio, and wbio */
3170     if (s->rbio != NULL) {
3171         if (!BIO_dup_state(s->rbio, (char *)&ret->rbio))
3172             goto err;
3173     }
3174     if (s->wbio != NULL) {
3175         if (s->wbio != s->rbio) {
3176             if (!BIO_dup_state(s->wbio, (char *)&ret->wbio))
3177                 goto err;
3178         } else
3179             ret->wbio = ret->rbio;
3180     }
3181
3182     ret->server = s->server;
3183     if (s->handshake_func) {
3184         if (s->server)
3185             SSL_set_accept_state(ret);
3186         else
3187             SSL_set_connect_state(ret);
3188     }
3189     ret->shutdown = s->shutdown;
3190     ret->hit = s->hit;
3191
3192     ret->default_passwd_callback = s->default_passwd_callback;
3193     ret->default_passwd_callback_userdata = s->default_passwd_callback_userdata;
3194
3195     X509_VERIFY_PARAM_inherit(ret->param, s->param);
3196
3197     /* dup the cipher_list and cipher_list_by_id stacks */
3198     if (s->cipher_list != NULL) {
3199         if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
3200             goto err;
3201     }
3202     if (s->cipher_list_by_id != NULL)
3203         if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id))
3204             == NULL)
3205             goto err;
3206
3207     /* Dup the client_CA list */
3208     if (s->client_CA != NULL) {
3209         if ((sk = sk_X509_NAME_dup(s->client_CA)) == NULL)
3210             goto err;
3211         ret->client_CA = sk;
3212         for (i = 0; i < sk_X509_NAME_num(sk); i++) {
3213             xn = sk_X509_NAME_value(sk, i);
3214             if (sk_X509_NAME_set(sk, i, X509_NAME_dup(xn)) == NULL) {
3215                 X509_NAME_free(xn);
3216                 goto err;
3217             }
3218         }
3219     }
3220     return ret;
3221
3222  err:
3223     SSL_free(ret);
3224     return NULL;
3225 }
3226
3227 void ssl_clear_cipher_ctx(SSL *s)
3228 {
3229     if (s->enc_read_ctx != NULL) {
3230         EVP_CIPHER_CTX_free(s->enc_read_ctx);
3231         s->enc_read_ctx = NULL;
3232     }
3233     if (s->enc_write_ctx != NULL) {
3234         EVP_CIPHER_CTX_free(s->enc_write_ctx);
3235         s->enc_write_ctx = NULL;
3236     }
3237 #ifndef OPENSSL_NO_COMP
3238     COMP_CTX_free(s->expand);
3239     s->expand = NULL;
3240     COMP_CTX_free(s->compress);
3241     s->compress = NULL;
3242 #endif
3243 }
3244
3245 X509 *SSL_get_certificate(const SSL *s)
3246 {
3247     if (s->cert != NULL)
3248         return (s->cert->key->x509);
3249     else
3250         return (NULL);
3251 }
3252
3253 EVP_PKEY *SSL_get_privatekey(const SSL *s)
3254 {
3255     if (s->cert != NULL)
3256         return (s->cert->key->privatekey);
3257     else
3258         return (NULL);
3259 }
3260
3261 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx)
3262 {
3263     if (ctx->cert != NULL)
3264         return ctx->cert->key->x509;
3265     else
3266         return NULL;
3267 }
3268
3269 EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx)
3270 {
3271     if (ctx->cert != NULL)
3272         return ctx->cert->key->privatekey;
3273     else
3274         return NULL;
3275 }
3276
3277 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s)
3278 {
3279     if ((s->session != NULL) && (s->session->cipher != NULL))
3280         return (s->session->cipher);
3281     return (NULL);
3282 }
3283
3284 const COMP_METHOD *SSL_get_current_compression(SSL *s)
3285 {
3286 #ifndef OPENSSL_NO_COMP
3287     return s->compress ? COMP_CTX_get_method(s->compress) : NULL;
3288 #else
3289     return NULL;
3290 #endif
3291 }
3292
3293 const COMP_METHOD *SSL_get_current_expansion(SSL *s)
3294 {
3295 #ifndef OPENSSL_NO_COMP
3296     return s->expand ? COMP_CTX_get_method(s->expand) : NULL;
3297 #else
3298     return NULL;
3299 #endif
3300 }
3301
3302 int ssl_init_wbio_buffer(SSL *s, int push)
3303 {
3304     BIO *bbio;
3305
3306     if (s->bbio == NULL) {
3307         bbio = BIO_new(BIO_f_buffer());
3308         if (bbio == NULL)
3309             return (0);
3310         s->bbio = bbio;
3311     } else {
3312         bbio = s->bbio;
3313         if (s->bbio == s->wbio)
3314             s->wbio = BIO_pop(s->wbio);
3315     }
3316     (void)BIO_reset(bbio);
3317 /*      if (!BIO_set_write_buffer_size(bbio,16*1024)) */
3318     if (!BIO_set_read_buffer_size(bbio, 1)) {
3319         SSLerr(SSL_F_SSL_INIT_WBIO_BUFFER, ERR_R_BUF_LIB);
3320         return (0);
3321     }
3322     if (push) {
3323         if (s->wbio != bbio)
3324             s->wbio = BIO_push(bbio, s->wbio);
3325     } else {
3326         if (s->wbio == bbio)
3327             s->wbio = BIO_pop(bbio);
3328     }
3329     return (1);
3330 }
3331
3332 void ssl_free_wbio_buffer(SSL *s)
3333 {
3334     /* callers ensure s is never null */
3335     if (s->bbio == NULL)
3336         return;
3337
3338     if (s->bbio == s->wbio) {
3339         /* remove buffering */
3340         s->wbio = BIO_pop(s->wbio);
3341         assert(s->wbio != NULL);
3342     }
3343     BIO_free(s->bbio);
3344     s->bbio = NULL;
3345 }
3346
3347 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode)
3348 {
3349     ctx->quiet_shutdown = mode;
3350 }
3351
3352 int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx)
3353 {
3354     return (ctx->quiet_shutdown);
3355 }
3356
3357 void SSL_set_quiet_shutdown(SSL *s, int mode)
3358 {
3359     s->quiet_shutdown = mode;
3360 }
3361
3362 int SSL_get_quiet_shutdown(const SSL *s)
3363 {
3364     return (s->quiet_shutdown);
3365 }
3366
3367 void SSL_set_shutdown(SSL *s, int mode)
3368 {
3369     s->shutdown = mode;
3370 }
3371
3372 int SSL_get_shutdown(const SSL *s)
3373 {
3374     return (s->shutdown);
3375 }
3376
3377 int SSL_version(const SSL *s)
3378 {
3379     return (s->version);
3380 }
3381
3382 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl)
3383 {
3384     return (ssl->ctx);
3385 }
3386
3387 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx)
3388 {
3389     CERT *new_cert;
3390     if (ssl->ctx == ctx)
3391         return ssl->ctx;
3392     if (ctx == NULL)
3393         ctx = ssl->initial_ctx;
3394     new_cert = ssl_cert_dup(ctx->cert);
3395     if (new_cert == NULL) {
3396         return NULL;
3397     }
3398     ssl_cert_free(ssl->cert);
3399     ssl->cert = new_cert;
3400
3401     /*
3402      * Program invariant: |sid_ctx| has fixed size (SSL_MAX_SID_CTX_LENGTH),
3403      * so setter APIs must prevent invalid lengths from entering the system.
3404      */
3405     OPENSSL_assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx));
3406
3407     /*
3408      * If the session ID context matches that of the parent SSL_CTX,
3409      * inherit it from the new SSL_CTX as well. If however the context does
3410      * not match (i.e., it was set per-ssl with SSL_set_session_id_context),
3411      * leave it unchanged.
3412      */
3413     if ((ssl->ctx != NULL) &&
3414         (ssl->sid_ctx_length == ssl->ctx->sid_ctx_length) &&
3415         (memcmp(ssl->sid_ctx, ssl->ctx->sid_ctx, ssl->sid_ctx_length) == 0)) {
3416         ssl->sid_ctx_length = ctx->sid_ctx_length;
3417         memcpy(&ssl->sid_ctx, &ctx->sid_ctx, sizeof(ssl->sid_ctx));
3418     }
3419
3420     SSL_CTX_up_ref(ctx);
3421     SSL_CTX_free(ssl->ctx); /* decrement reference count */
3422     ssl->ctx = ctx;
3423
3424     return ssl->ctx;
3425 }
3426
3427 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx)
3428 {
3429     return (X509_STORE_set_default_paths(ctx->cert_store));
3430 }
3431
3432 int SSL_CTX_set_default_verify_dir(SSL_CTX *ctx)
3433 {
3434     X509_LOOKUP *lookup;
3435
3436     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
3437     if (lookup == NULL)
3438         return 0;
3439     X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
3440
3441     /* Clear any errors if the default directory does not exist */
3442     ERR_clear_error();
3443
3444     return 1;
3445 }
3446
3447 int SSL_CTX_set_default_verify_file(SSL_CTX *ctx)
3448 {
3449     X509_LOOKUP *lookup;
3450
3451     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
3452     if (lookup == NULL)
3453         return 0;
3454
3455     X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
3456
3457     /* Clear any errors if the default file does not exist */
3458     ERR_clear_error();
3459
3460     return 1;
3461 }
3462
3463 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
3464                                   const char *CApath)
3465 {
3466     return (X509_STORE_load_locations(ctx->cert_store, CAfile, CApath));
3467 }
3468
3469 void SSL_set_info_callback(SSL *ssl,
3470                            void (*cb) (const SSL *ssl, int type, int val))
3471 {
3472     ssl->info_callback = cb;
3473 }
3474
3475 /*
3476  * One compiler (Diab DCC) doesn't like argument names in returned function
3477  * pointer.
3478  */
3479 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ ,
3480                                                int /* type */ ,
3481                                                int /* val */ ) {
3482     return ssl->info_callback;
3483 }
3484
3485 void SSL_set_verify_result(SSL *ssl, long arg)
3486 {
3487     ssl->verify_result = arg;
3488 }
3489
3490 long SSL_get_verify_result(const SSL *ssl)
3491 {
3492     return (ssl->verify_result);
3493 }
3494
3495 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen)
3496 {
3497     if (outlen == 0)
3498         return sizeof(ssl->s3->client_random);
3499     if (outlen > sizeof(ssl->s3->client_random))
3500         outlen = sizeof(ssl->s3->client_random);
3501     memcpy(out, ssl->s3->client_random, outlen);
3502     return outlen;
3503 }
3504
3505 size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen)
3506 {
3507     if (outlen == 0)
3508         return sizeof(ssl->s3->server_random);
3509     if (outlen > sizeof(ssl->s3->server_random))
3510         outlen = sizeof(ssl->s3->server_random);
3511     memcpy(out, ssl->s3->server_random, outlen);
3512     return outlen;
3513 }
3514
3515 size_t SSL_SESSION_get_master_key(const SSL_SESSION *session,
3516                                unsigned char *out, size_t outlen)
3517 {
3518     if (session->master_key_length < 0) {
3519         /* Should never happen */
3520         return 0;
3521     }
3522     if (outlen == 0)
3523         return session->master_key_length;
3524     if (outlen > (size_t)session->master_key_length)
3525         outlen = session->master_key_length;
3526     memcpy(out, session->master_key, outlen);
3527     return outlen;
3528 }
3529
3530 int SSL_set_ex_data(SSL *s, int idx, void *arg)
3531 {
3532     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3533 }
3534
3535 void *SSL_get_ex_data(const SSL *s, int idx)
3536 {
3537     return (CRYPTO_get_ex_data(&s->ex_data, idx));
3538 }
3539
3540 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg)
3541 {
3542     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3543 }
3544
3545 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx)
3546 {
3547     return (CRYPTO_get_ex_data(&s->ex_data, idx));
3548 }
3549
3550 int ssl_ok(SSL *s)
3551 {
3552     return (1);
3553 }
3554
3555 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx)
3556 {
3557     return (ctx->cert_store);
3558 }
3559
3560 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
3561 {
3562     X509_STORE_free(ctx->cert_store);
3563     ctx->cert_store = store;
3564 }
3565
3566 int SSL_want(const SSL *s)
3567 {
3568     return (s->rwstate);
3569 }
3570
3571 /**
3572  * \brief Set the callback for generating temporary DH keys.
3573  * \param ctx the SSL context.
3574  * \param dh the callback
3575  */
3576
3577 #ifndef OPENSSL_NO_DH
3578 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
3579                                  DH *(*dh) (SSL *ssl, int is_export,
3580                                             int keylength))
3581 {
3582     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
3583 }
3584
3585 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export,
3586                                                   int keylength))
3587 {
3588     SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
3589 }
3590 #endif
3591
3592 #ifndef OPENSSL_NO_PSK
3593 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint)
3594 {
3595     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3596         SSLerr(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT,
3597                SSL_R_DATA_LENGTH_TOO_LONG);
3598         return 0;
3599     }
3600     OPENSSL_free(ctx->cert->psk_identity_hint);
3601     if (identity_hint != NULL) {
3602         ctx->cert->psk_identity_hint = OPENSSL_strdup(identity_hint);
3603         if (ctx->cert->psk_identity_hint == NULL)
3604             return 0;
3605     } else
3606         ctx->cert->psk_identity_hint = NULL;
3607     return 1;
3608 }
3609
3610 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint)
3611 {
3612     if (s == NULL)
3613         return 0;
3614
3615     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3616         SSLerr(SSL_F_SSL_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG);
3617         return 0;
3618     }
3619     OPENSSL_free(s->cert->psk_identity_hint);
3620     if (identity_hint != NULL) {
3621         s->cert->psk_identity_hint = OPENSSL_strdup(identity_hint);
3622         if (s->cert->psk_identity_hint == NULL)
3623             return 0;
3624     } else
3625         s->cert->psk_identity_hint = NULL;
3626     return 1;
3627 }
3628
3629 const char *SSL_get_psk_identity_hint(const SSL *s)
3630 {
3631     if (s == NULL || s->session == NULL)
3632         return NULL;
3633     return (s->session->psk_identity_hint);
3634 }
3635
3636 const char *SSL_get_psk_identity(const SSL *s)
3637 {
3638     if (s == NULL || s->session == NULL)
3639         return NULL;
3640     return (s->session->psk_identity);
3641 }
3642
3643 void SSL_set_psk_client_callback(SSL *s,
3644                                  unsigned int (*cb) (SSL *ssl,
3645                                                      const char *hint,
3646                                                      char *identity,
3647                                                      unsigned int
3648                                                      max_identity_len,
3649                                                      unsigned char *psk,
3650                                                      unsigned int
3651                                                      max_psk_len))
3652 {
3653     s->psk_client_callback = cb;
3654 }
3655
3656 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx,
3657                                      unsigned int (*cb) (SSL *ssl,
3658                                                          const char *hint,
3659                                                          char *identity,
3660                                                          unsigned int
3661                                                          max_identity_len,
3662                                                          unsigned char *psk,
3663                                                          unsigned int
3664                                                          max_psk_len))
3665 {
3666     ctx->psk_client_callback = cb;
3667 }
3668
3669 void SSL_set_psk_server_callback(SSL *s,
3670                                  unsigned int (*cb) (SSL *ssl,
3671                                                      const char *identity,
3672                                                      unsigned char *psk,
3673                                                      unsigned int
3674                                                      max_psk_len))
3675 {
3676     s->psk_server_callback = cb;
3677 }
3678
3679 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx,
3680                                      unsigned int (*cb) (SSL *ssl,
3681                                                          const char *identity,
3682                                                          unsigned char *psk,
3683                                                          unsigned int
3684                                                          max_psk_len))
3685 {
3686     ctx->psk_server_callback = cb;
3687 }
3688 #endif
3689
3690 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
3691                               void (*cb) (int write_p, int version,
3692                                           int content_type, const void *buf,
3693                                           size_t len, SSL *ssl, void *arg))
3694 {
3695     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3696 }
3697
3698 void SSL_set_msg_callback(SSL *ssl,
3699                           void (*cb) (int write_p, int version,
3700                                       int content_type, const void *buf,
3701                                       size_t len, SSL *ssl, void *arg))
3702 {
3703     SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3704 }
3705
3706 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx,
3707                                                 int (*cb) (SSL *ssl,
3708                                                            int
3709                                                            is_forward_secure))
3710 {
3711     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3712                           (void (*)(void))cb);
3713 }
3714
3715 void SSL_set_not_resumable_session_callback(SSL *ssl,
3716                                             int (*cb) (SSL *ssl,
3717                                                        int is_forward_secure))
3718 {
3719     SSL_callback_ctrl(ssl, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3720                       (void (*)(void))cb);
3721 }
3722
3723 /*
3724  * Allocates new EVP_MD_CTX and sets pointer to it into given pointer
3725  * vairable, freeing EVP_MD_CTX previously stored in that variable, if any.
3726  * If EVP_MD pointer is passed, initializes ctx with this md Returns newly
3727  * allocated ctx;
3728  */
3729
3730 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md)
3731 {
3732     ssl_clear_hash_ctx(hash);
3733     *hash = EVP_MD_CTX_new();
3734     if (*hash == NULL || (md && EVP_DigestInit_ex(*hash, md, NULL) <= 0)) {
3735         EVP_MD_CTX_free(*hash);
3736         *hash = NULL;
3737         return NULL;
3738     }
3739     return *hash;
3740 }
3741
3742 void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
3743 {
3744
3745     if (*hash)
3746         EVP_MD_CTX_free(*hash);
3747     *hash = NULL;
3748 }
3749
3750 /* Retrieve handshake hashes */
3751 int ssl_handshake_hash(SSL *s, unsigned char *out, int outlen)
3752 {
3753     EVP_MD_CTX *ctx = NULL;
3754     EVP_MD_CTX *hdgst = s->s3->handshake_dgst;
3755     int ret = EVP_MD_CTX_size(hdgst);
3756     if (ret < 0 || ret > outlen) {
3757         ret = 0;
3758         goto err;
3759     }
3760     ctx = EVP_MD_CTX_new();
3761     if (ctx == NULL) {
3762         ret = 0;
3763         goto err;
3764     }
3765     if (!EVP_MD_CTX_copy_ex(ctx, hdgst)
3766         || EVP_DigestFinal_ex(ctx, out, NULL) <= 0)
3767         ret = 0;
3768  err:
3769     EVP_MD_CTX_free(ctx);
3770     return ret;
3771 }
3772
3773 int SSL_session_reused(SSL *s)
3774 {
3775     return s->hit;
3776 }
3777
3778 int SSL_is_server(SSL *s)
3779 {
3780     return s->server;
3781 }
3782
3783 #if OPENSSL_API_COMPAT < 0x10100000L
3784 void SSL_set_debug(SSL *s, int debug)
3785 {
3786     /* Old function was do-nothing anyway... */
3787     (void)s;
3788     (void)debug;
3789 }
3790 #endif
3791
3792
3793 void SSL_set_security_level(SSL *s, int level)
3794 {
3795     s->cert->sec_level = level;
3796 }
3797
3798 int SSL_get_security_level(const SSL *s)
3799 {
3800     return s->cert->sec_level;
3801 }
3802
3803 void SSL_set_security_callback(SSL *s,
3804                                int (*cb) (const SSL *s, const SSL_CTX *ctx, int op,
3805                                           int bits, int nid, void *other,
3806                                           void *ex))
3807 {
3808     s->cert->sec_cb = cb;
3809 }
3810
3811 int (*SSL_get_security_callback(const SSL *s)) (const SSL *s, const SSL_CTX *ctx, int op,
3812                                                 int bits, int nid,
3813                                                 void *other, void *ex) {
3814     return s->cert->sec_cb;
3815 }
3816
3817 void SSL_set0_security_ex_data(SSL *s, void *ex)
3818 {
3819     s->cert->sec_ex = ex;
3820 }
3821
3822 void *SSL_get0_security_ex_data(const SSL *s)
3823 {
3824     return s->cert->sec_ex;
3825 }
3826
3827 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level)
3828 {
3829     ctx->cert->sec_level = level;
3830 }
3831
3832 int SSL_CTX_get_security_level(const SSL_CTX *ctx)
3833 {
3834     return ctx->cert->sec_level;
3835 }
3836
3837 void SSL_CTX_set_security_callback(SSL_CTX *ctx,
3838                                    int (*cb) (const SSL *s, const SSL_CTX *ctx, int op,
3839                                               int bits, int nid, void *other,
3840                                               void *ex))
3841 {
3842     ctx->cert->sec_cb = cb;
3843 }
3844
3845 int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (const SSL *s,
3846                                                           const SSL_CTX *ctx,
3847                                                           int op, int bits,
3848                                                           int nid,
3849                                                           void *other,
3850                                                           void *ex) {
3851     return ctx->cert->sec_cb;
3852 }
3853
3854 void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex)
3855 {
3856     ctx->cert->sec_ex = ex;
3857 }
3858
3859 void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx)
3860 {
3861     return ctx->cert->sec_ex;
3862 }
3863
3864
3865 /*
3866  * Get/Set/Clear options in SSL_CTX or SSL, formerly macros, now functions that
3867  * can return unsigned long, instead of the generic long return value from the
3868  * control interface.
3869  */
3870 unsigned long SSL_CTX_get_options(const SSL_CTX *ctx)
3871 {
3872     return ctx->options;
3873 }
3874 unsigned long SSL_get_options(const SSL* s)
3875 {
3876     return s->options;
3877 }
3878 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op)
3879 {
3880     return ctx->options |= op;
3881 }
3882 unsigned long SSL_set_options(SSL *s, unsigned long op)
3883 {
3884     return s->options |= op;
3885 }
3886 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op)
3887 {
3888     return ctx->options &= ~op;
3889 }
3890 unsigned long SSL_clear_options(SSL *s, unsigned long op)
3891 {
3892     return s->options &= ~op;
3893 }
3894
3895 STACK_OF(X509) *SSL_get0_verified_chain(const SSL *s)
3896 {
3897     return s->verified_chain;
3898 }
3899
3900 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);
3901
3902 #ifndef OPENSSL_NO_CT
3903
3904 /*
3905  * Moves SCTs from the |src| stack to the |dst| stack.
3906  * The source of each SCT will be set to |origin|.
3907  * If |dst| points to a NULL pointer, a new stack will be created and owned by
3908  * the caller.
3909  * Returns the number of SCTs moved, or a negative integer if an error occurs.
3910  */
3911 static int ct_move_scts(STACK_OF(SCT) **dst, STACK_OF(SCT) *src, sct_source_t origin)
3912 {
3913     int scts_moved = 0;
3914     SCT *sct = NULL;
3915
3916     if (*dst == NULL) {
3917         *dst = sk_SCT_new_null();
3918         if (*dst == NULL) {
3919             SSLerr(SSL_F_CT_MOVE_SCTS, ERR_R_MALLOC_FAILURE);
3920             goto err;
3921         }
3922     }
3923
3924     while ((sct = sk_SCT_pop(src)) != NULL) {
3925         if (SCT_set_source(sct, origin) != 1)
3926             goto err;
3927
3928         if (sk_SCT_push(*dst, sct) <= 0)
3929             goto err;
3930         scts_moved += 1;
3931     }
3932
3933     return scts_moved;
3934 err:
3935     if (sct != NULL)
3936         sk_SCT_push(src, sct); /* Put the SCT back */
3937     return scts_moved;
3938 }
3939
3940 /*
3941 * Look for data collected during ServerHello and parse if found.
3942 * Return 1 on success, 0 on failure.
3943 */
3944 static int ct_extract_tls_extension_scts(SSL *s)
3945 {
3946     int scts_extracted = 0;
3947
3948     if (s->tlsext_scts != NULL) {
3949         const unsigned char *p = s->tlsext_scts;
3950         STACK_OF(SCT) *scts = o2i_SCT_LIST(NULL, &p, s->tlsext_scts_len);
3951
3952         scts_extracted = ct_move_scts(&s->scts, scts, SCT_SOURCE_TLS_EXTENSION);
3953
3954         SCT_LIST_free(scts);
3955     }
3956
3957     return scts_extracted;
3958 }
3959
3960 /*
3961  * Checks for an OCSP response and then attempts to extract any SCTs found if it
3962  * contains an SCT X509 extension. They will be stored in |s->scts|.
3963  * Returns:
3964  * - The number of SCTs extracted, assuming an OCSP response exists.
3965  * - 0 if no OCSP response exists or it contains no SCTs.
3966  * - A negative integer if an error occurs.
3967  */
3968 static int ct_extract_ocsp_response_scts(SSL *s)
3969 {
3970 #ifndef OPENSSL_NO_OCSP
3971     int scts_extracted = 0;
3972     const unsigned char *p;
3973     OCSP_BASICRESP *br = NULL;
3974     OCSP_RESPONSE *rsp = NULL;
3975     STACK_OF(SCT) *scts = NULL;
3976     int i;
3977
3978     if (s->tlsext_ocsp_resp == NULL || s->tlsext_ocsp_resplen == 0)
3979         goto err;
3980
3981     p = s->tlsext_ocsp_resp;
3982     rsp = d2i_OCSP_RESPONSE(NULL, &p, s->tlsext_ocsp_resplen);
3983     if (rsp == NULL)
3984         goto err;
3985
3986     br = OCSP_response_get1_basic(rsp);
3987     if (br == NULL)
3988         goto err;
3989
3990     for (i = 0; i < OCSP_resp_count(br); ++i) {
3991         OCSP_SINGLERESP *single = OCSP_resp_get0(br, i);
3992
3993         if (single == NULL)
3994             continue;
3995
3996         scts = OCSP_SINGLERESP_get1_ext_d2i(single, NID_ct_cert_scts, NULL, NULL);
3997         scts_extracted = ct_move_scts(&s->scts, scts,
3998                                       SCT_SOURCE_OCSP_STAPLED_RESPONSE);
3999         if (scts_extracted < 0)
4000             goto err;
4001     }
4002 err:
4003     SCT_LIST_free(scts);
4004     OCSP_BASICRESP_free(br);
4005     OCSP_RESPONSE_free(rsp);
4006     return scts_extracted;
4007 #else
4008     /* Behave as if no OCSP response exists */
4009     return 0;
4010 #endif
4011 }
4012
4013 /*
4014  * Attempts to extract SCTs from the peer certificate.
4015  * Return the number of SCTs extracted, or a negative integer if an error
4016  * occurs.
4017  */
4018 static int ct_extract_x509v3_extension_scts(SSL *s)
4019 {
4020     int scts_extracted = 0;
4021     X509 *cert = s->session != NULL ? s->session->peer : NULL;
4022
4023     if (cert != NULL) {
4024         STACK_OF(SCT) *scts =
4025             X509_get_ext_d2i(cert, NID_ct_precert_scts, NULL, NULL);
4026
4027         scts_extracted =
4028             ct_move_scts(&s->scts, scts, SCT_SOURCE_X509V3_EXTENSION);
4029
4030         SCT_LIST_free(scts);
4031     }
4032
4033     return scts_extracted;
4034 }
4035
4036 /*
4037  * Attempts to find all received SCTs by checking TLS extensions, the OCSP
4038  * response (if it exists) and X509v3 extensions in the certificate.
4039  * Returns NULL if an error occurs.
4040  */
4041 const STACK_OF(SCT) *SSL_get0_peer_scts(SSL *s)
4042 {
4043     if (!s->scts_parsed) {
4044         if (ct_extract_tls_extension_scts(s) < 0 ||
4045             ct_extract_ocsp_response_scts(s) < 0 ||
4046             ct_extract_x509v3_extension_scts(s) < 0)
4047             goto err;
4048
4049         s->scts_parsed = 1;
4050     }
4051     return s->scts;
4052 err:
4053     return NULL;
4054 }
4055
4056 static int ct_permissive(const CT_POLICY_EVAL_CTX *ctx,
4057                          const STACK_OF(SCT) *scts, void *unused_arg)
4058 {
4059     return 1;
4060 }
4061
4062 static int ct_strict(const CT_POLICY_EVAL_CTX *ctx,
4063                      const STACK_OF(SCT) *scts, void *unused_arg)
4064 {
4065     int count = scts != NULL ? sk_SCT_num(scts) : 0;
4066     int i;
4067
4068     for (i = 0; i < count; ++i) {
4069         SCT *sct = sk_SCT_value(scts, i);
4070         int status = SCT_get_validation_status(sct);
4071
4072         if (status == SCT_VALIDATION_STATUS_VALID)
4073             return 1;
4074     }
4075     SSLerr(SSL_F_CT_STRICT, SSL_R_NO_VALID_SCTS);
4076     return 0;
4077 }
4078
4079 int SSL_set_ct_validation_callback(SSL *s, ssl_ct_validation_cb callback,
4080                                    void *arg)
4081 {
4082     /*
4083      * Since code exists that uses the custom extension handler for CT, look
4084      * for this and throw an error if they have already registered to use CT.
4085      */
4086     if (callback != NULL && SSL_CTX_has_client_custom_ext(s->ctx,
4087             TLSEXT_TYPE_signed_certificate_timestamp)) {
4088         SSLerr(SSL_F_SSL_SET_CT_VALIDATION_CALLBACK,
4089                SSL_R_CUSTOM_EXT_HANDLER_ALREADY_INSTALLED);
4090         return 0;
4091     }
4092
4093     if (callback != NULL) {
4094         /* If we are validating CT, then we MUST accept SCTs served via OCSP */
4095         if (!SSL_set_tlsext_status_type(s, TLSEXT_STATUSTYPE_ocsp))
4096             return 0;
4097     }
4098
4099     s->ct_validation_callback = callback;
4100     s->ct_validation_callback_arg = arg;
4101
4102     return 1;
4103 }
4104
4105 int SSL_CTX_set_ct_validation_callback(SSL_CTX *ctx,
4106                                        ssl_ct_validation_cb callback,
4107                                        void *arg)
4108 {
4109     /*
4110      * Since code exists that uses the custom extension handler for CT, look for
4111      * this and throw an error if they have already registered to use CT.
4112      */
4113     if (callback != NULL && SSL_CTX_has_client_custom_ext(ctx,
4114             TLSEXT_TYPE_signed_certificate_timestamp)) {
4115         SSLerr(SSL_F_SSL_CTX_SET_CT_VALIDATION_CALLBACK,
4116                SSL_R_CUSTOM_EXT_HANDLER_ALREADY_INSTALLED);
4117         return 0;
4118     }
4119
4120     ctx->ct_validation_callback = callback;
4121     ctx->ct_validation_callback_arg = arg;
4122     return 1;
4123 }
4124
4125 int SSL_ct_is_enabled(const SSL *s)
4126 {
4127     return s->ct_validation_callback != NULL;
4128 }
4129
4130 int SSL_CTX_ct_is_enabled(const SSL_CTX *ctx)
4131 {
4132     return ctx->ct_validation_callback != NULL;
4133 }
4134
4135 int ssl_validate_ct(SSL *s)
4136 {
4137     int ret = 0;
4138     X509 *cert = s->session != NULL ? s->session->peer : NULL;
4139     X509 *issuer;
4140     SSL_DANE *dane = &s->dane;
4141     CT_POLICY_EVAL_CTX *ctx = NULL;
4142     const STACK_OF(SCT) *scts;
4143
4144     /*
4145      * If no callback is set, the peer is anonymous, or its chain is invalid,
4146      * skip SCT validation - just return success.  Applications that continue
4147      * handshakes without certificates, with unverified chains, or pinned leaf
4148      * certificates are outside the scope of the WebPKI and CT.
4149      *
4150      * The above exclusions notwithstanding the vast majority of peers will
4151      * have rather ordinary certificate chains validated by typical
4152      * applications that perform certificate verification and therefore will
4153      * process SCTs when enabled.
4154      */
4155     if (s->ct_validation_callback == NULL || cert == NULL ||
4156         s->verify_result != X509_V_OK ||
4157         s->verified_chain == NULL ||
4158         sk_X509_num(s->verified_chain) <= 1)
4159         return 1;
4160
4161     /*
4162      * CT not applicable for chains validated via DANE-TA(2) or DANE-EE(3)
4163      * trust-anchors.  See https://tools.ietf.org/html/rfc7671#section-4.2
4164      */
4165     if (DANETLS_ENABLED(dane) && dane->mtlsa != NULL) {
4166         switch (dane->mtlsa->usage) {
4167         case DANETLS_USAGE_DANE_TA:
4168         case DANETLS_USAGE_DANE_EE:
4169             return 1;
4170         }
4171     }
4172
4173     ctx = CT_POLICY_EVAL_CTX_new();
4174     if (ctx == NULL) {
4175         SSLerr(SSL_F_SSL_VALIDATE_CT, ERR_R_MALLOC_FAILURE);
4176         goto end;
4177     }
4178
4179     issuer = sk_X509_value(s->verified_chain, 1);
4180     CT_POLICY_EVAL_CTX_set0_cert(ctx, cert);
4181     CT_POLICY_EVAL_CTX_set0_issuer(ctx, issuer);
4182     CT_POLICY_EVAL_CTX_set0_log_store(ctx, s->ctx->ctlog_store);
4183
4184     scts = SSL_get0_peer_scts(s);
4185
4186     /*
4187      * This function returns success (> 0) only when all the SCTs are valid, 0
4188      * when some are invalid, and < 0 on various internal errors (out of
4189      * memory, etc.).  Having some, or even all, invalid SCTs is not sufficient
4190      * reason to abort the handshake, that decision is up to the callback.
4191      * Therefore, we error out only in the unexpected case that the return
4192      * value is negative.
4193      *
4194      * XXX: One might well argue that the return value of this function is an
4195      * unforunate design choice.  Its job is only to determine the validation
4196      * status of each of the provided SCTs.  So long as it correctly separates
4197      * the wheat from the chaff it should return success.  Failure in this case
4198      * ought to correspond to an inability to carry out its duties.
4199      */
4200     if (SCT_LIST_validate(scts, ctx) < 0) {
4201         SSLerr(SSL_F_SSL_VALIDATE_CT, SSL_R_SCT_VERIFICATION_FAILED);
4202         goto end;
4203     }
4204
4205     ret = s->ct_validation_callback(ctx, scts, s->ct_validation_callback_arg);
4206     if (ret < 0)
4207         ret = 0; /* This function returns 0 on failure */
4208
4209 end:
4210     CT_POLICY_EVAL_CTX_free(ctx);
4211     return ret;
4212 }
4213
4214 int SSL_CTX_enable_ct(SSL_CTX *ctx, int validation_mode)
4215 {
4216     switch (validation_mode) {
4217     default:
4218         SSLerr(SSL_F_SSL_CTX_ENABLE_CT, SSL_R_INVALID_CT_VALIDATION_TYPE);
4219         return 0;
4220     case SSL_CT_VALIDATION_PERMISSIVE:
4221         return SSL_CTX_set_ct_validation_callback(ctx, ct_permissive, NULL);
4222     case SSL_CT_VALIDATION_STRICT:
4223         return SSL_CTX_set_ct_validation_callback(ctx, ct_strict, NULL);
4224     }
4225 }
4226
4227 int SSL_enable_ct(SSL *s, int validation_mode)
4228 {
4229     switch (validation_mode) {
4230     default:
4231         SSLerr(SSL_F_SSL_ENABLE_CT, SSL_R_INVALID_CT_VALIDATION_TYPE);
4232         return 0;
4233     case SSL_CT_VALIDATION_PERMISSIVE:
4234         return SSL_set_ct_validation_callback(s, ct_permissive, NULL);
4235     case SSL_CT_VALIDATION_STRICT:
4236         return SSL_set_ct_validation_callback(s, ct_strict, NULL);
4237     }
4238 }
4239
4240 int SSL_CTX_set_default_ctlog_list_file(SSL_CTX *ctx)
4241 {
4242     return CTLOG_STORE_load_default_file(ctx->ctlog_store);
4243 }
4244
4245 int SSL_CTX_set_ctlog_list_file(SSL_CTX *ctx, const char *path)
4246 {
4247     return CTLOG_STORE_load_file(ctx->ctlog_store, path);
4248 }
4249
4250 void SSL_CTX_set0_ctlog_store(SSL_CTX *ctx, CTLOG_STORE *logs)
4251 {
4252     CTLOG_STORE_free(ctx->ctlog_store);
4253     ctx->ctlog_store = logs;
4254 }
4255
4256 const CTLOG_STORE *SSL_CTX_get0_ctlog_store(const SSL_CTX *ctx)
4257 {
4258     return ctx->ctlog_store;
4259 }
4260
4261 #endif