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