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