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