Refactoring BIO: Adapt BIO_s_datagram and all that depends on it
[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      * Disable compression by default to prevent CRIME. Applications can
2367      * re-enable compression by configuring
2368      * SSL_CTX_clear_options(ctx, SSL_OP_NO_COMPRESSION);
2369      * or by using the SSL_CONF library.
2370      */
2371     ret->options |= SSL_OP_NO_COMPRESSION;
2372
2373     return (ret);
2374  err:
2375     SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);
2376  err2:
2377     SSL_CTX_free(ret);
2378     return (NULL);
2379 }
2380
2381 void SSL_CTX_up_ref(SSL_CTX *ctx)
2382 {
2383     CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
2384 }
2385
2386 void SSL_CTX_free(SSL_CTX *a)
2387 {
2388     int i;
2389
2390     if (a == NULL)
2391         return;
2392
2393     i = CRYPTO_add(&a->references, -1, CRYPTO_LOCK_SSL_CTX);
2394 #ifdef REF_PRINT
2395     REF_PRINT("SSL_CTX", a);
2396 #endif
2397     if (i > 0)
2398         return;
2399 #ifdef REF_CHECK
2400     if (i < 0) {
2401         fprintf(stderr, "SSL_CTX_free, bad reference count\n");
2402         abort();                /* ok */
2403     }
2404 #endif
2405
2406     X509_VERIFY_PARAM_free(a->param);
2407     dane_ctx_final(&a->dane);
2408
2409     /*
2410      * Free internal session cache. However: the remove_cb() may reference
2411      * the ex_data of SSL_CTX, thus the ex_data store can only be removed
2412      * after the sessions were flushed.
2413      * As the ex_data handling routines might also touch the session cache,
2414      * the most secure solution seems to be: empty (flush) the cache, then
2415      * free ex_data, then finally free the cache.
2416      * (See ticket [openssl.org #212].)
2417      */
2418     if (a->sessions != NULL)
2419         SSL_CTX_flush_sessions(a, 0);
2420
2421     CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data);
2422     lh_SSL_SESSION_free(a->sessions);
2423     X509_STORE_free(a->cert_store);
2424     sk_SSL_CIPHER_free(a->cipher_list);
2425     sk_SSL_CIPHER_free(a->cipher_list_by_id);
2426     ssl_cert_free(a->cert);
2427     sk_X509_NAME_pop_free(a->client_CA, X509_NAME_free);
2428     sk_X509_pop_free(a->extra_certs, X509_free);
2429     a->comp_methods = NULL;
2430 #ifndef OPENSSL_NO_SRTP
2431     sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
2432 #endif
2433 #ifndef OPENSSL_NO_SRP
2434     SSL_CTX_SRP_CTX_free(a);
2435 #endif
2436 #ifndef OPENSSL_NO_ENGINE
2437     if (a->client_cert_engine)
2438         ENGINE_finish(a->client_cert_engine);
2439 #endif
2440
2441 #ifndef OPENSSL_NO_EC
2442     OPENSSL_free(a->tlsext_ecpointformatlist);
2443     OPENSSL_free(a->tlsext_ellipticcurvelist);
2444 #endif
2445     OPENSSL_free(a->alpn_client_proto_list);
2446
2447     OPENSSL_free(a);
2448 }
2449
2450 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb)
2451 {
2452     ctx->default_passwd_callback = cb;
2453 }
2454
2455 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u)
2456 {
2457     ctx->default_passwd_callback_userdata = u;
2458 }
2459
2460 void SSL_set_default_passwd_cb(SSL *s, pem_password_cb *cb)
2461 {
2462     s->default_passwd_callback = cb;
2463 }
2464
2465 void SSL_set_default_passwd_cb_userdata(SSL *s, void *u)
2466 {
2467     s->default_passwd_callback_userdata = u;
2468 }
2469
2470 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
2471                                       int (*cb) (X509_STORE_CTX *, void *),
2472                                       void *arg)
2473 {
2474     ctx->app_verify_callback = cb;
2475     ctx->app_verify_arg = arg;
2476 }
2477
2478 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
2479                         int (*cb) (int, X509_STORE_CTX *))
2480 {
2481     ctx->verify_mode = mode;
2482     ctx->default_verify_callback = cb;
2483 }
2484
2485 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth)
2486 {
2487     X509_VERIFY_PARAM_set_depth(ctx->param, depth);
2488 }
2489
2490 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg),
2491                          void *arg)
2492 {
2493     ssl_cert_set_cert_cb(c->cert, cb, arg);
2494 }
2495
2496 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg)
2497 {
2498     ssl_cert_set_cert_cb(s->cert, cb, arg);
2499 }
2500
2501 void ssl_set_masks(SSL *s, const SSL_CIPHER *cipher)
2502 {
2503 #if !defined(OPENSSL_NO_EC) || !defined(OPENSSL_NO_GOST)
2504     CERT_PKEY *cpk;
2505 #endif
2506     CERT *c = s->cert;
2507     uint32_t *pvalid = s->s3->tmp.valid_flags;
2508     int rsa_enc, rsa_sign, dh_tmp, dsa_sign;
2509     unsigned long mask_k, mask_a;
2510 #ifndef OPENSSL_NO_EC
2511     int have_ecc_cert, ecdsa_ok;
2512     int ecdh_ok;
2513     X509 *x = NULL;
2514     int pk_nid = 0, md_nid = 0;
2515 #endif
2516     if (c == NULL)
2517         return;
2518
2519 #ifndef OPENSSL_NO_DH
2520     dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL || c->dh_tmp_auto);
2521 #else
2522     dh_tmp = 0;
2523 #endif
2524
2525     rsa_enc = pvalid[SSL_PKEY_RSA_ENC] & CERT_PKEY_VALID;
2526     rsa_sign = pvalid[SSL_PKEY_RSA_SIGN] & CERT_PKEY_SIGN;
2527     dsa_sign = pvalid[SSL_PKEY_DSA_SIGN] & CERT_PKEY_SIGN;
2528 #ifndef OPENSSL_NO_EC
2529     have_ecc_cert = pvalid[SSL_PKEY_ECC] & CERT_PKEY_VALID;
2530 #endif
2531     mask_k = 0;
2532     mask_a = 0;
2533
2534 #ifdef CIPHER_DEBUG
2535     fprintf(stderr, "dht=%d re=%d rs=%d ds=%d\n",
2536             dh_tmp, rsa_enc, rsa_sign, dsa_sign);
2537 #endif
2538
2539 #ifndef OPENSSL_NO_GOST
2540     cpk = &(c->pkeys[SSL_PKEY_GOST12_512]);
2541     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2542         mask_k |= SSL_kGOST;
2543         mask_a |= SSL_aGOST12;
2544     }
2545     cpk = &(c->pkeys[SSL_PKEY_GOST12_256]);
2546     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2547         mask_k |= SSL_kGOST;
2548         mask_a |= SSL_aGOST12;
2549     }
2550     cpk = &(c->pkeys[SSL_PKEY_GOST01]);
2551     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
2552         mask_k |= SSL_kGOST;
2553         mask_a |= SSL_aGOST01;
2554     }
2555 #endif
2556
2557     if (rsa_enc)
2558         mask_k |= SSL_kRSA;
2559
2560     if (dh_tmp)
2561         mask_k |= SSL_kDHE;
2562
2563     if (rsa_enc || rsa_sign) {
2564         mask_a |= SSL_aRSA;
2565     }
2566
2567     if (dsa_sign) {
2568         mask_a |= SSL_aDSS;
2569     }
2570
2571     mask_a |= SSL_aNULL;
2572
2573     /*
2574      * An ECC certificate may be usable for ECDH and/or ECDSA cipher suites
2575      * depending on the key usage extension.
2576      */
2577 #ifndef OPENSSL_NO_EC
2578     if (have_ecc_cert) {
2579         uint32_t ex_kusage;
2580         cpk = &c->pkeys[SSL_PKEY_ECC];
2581         x = cpk->x509;
2582         ex_kusage = X509_get_key_usage(x);
2583         ecdh_ok = ex_kusage & X509v3_KU_KEY_AGREEMENT;
2584         ecdsa_ok = ex_kusage & X509v3_KU_DIGITAL_SIGNATURE;
2585         if (!(pvalid[SSL_PKEY_ECC] & CERT_PKEY_SIGN))
2586             ecdsa_ok = 0;
2587         OBJ_find_sigid_algs(X509_get_signature_nid(x), &md_nid, &pk_nid);
2588         if (ecdh_ok) {
2589
2590             if (pk_nid == NID_rsaEncryption || pk_nid == NID_rsa) {
2591                 mask_k |= SSL_kECDHr;
2592                 mask_a |= SSL_aECDH;
2593             }
2594
2595             if (pk_nid == NID_X9_62_id_ecPublicKey) {
2596                 mask_k |= SSL_kECDHe;
2597                 mask_a |= SSL_aECDH;
2598             }
2599         }
2600         if (ecdsa_ok) {
2601             mask_a |= SSL_aECDSA;
2602         }
2603     }
2604 #endif
2605
2606 #ifndef OPENSSL_NO_EC
2607     mask_k |= SSL_kECDHE;
2608 #endif
2609
2610 #ifndef OPENSSL_NO_PSK
2611     mask_k |= SSL_kPSK;
2612     mask_a |= SSL_aPSK;
2613     if (mask_k & SSL_kRSA)
2614         mask_k |= SSL_kRSAPSK;
2615     if (mask_k & SSL_kDHE)
2616         mask_k |= SSL_kDHEPSK;
2617     if (mask_k & SSL_kECDHE)
2618         mask_k |= SSL_kECDHEPSK;
2619 #endif
2620
2621     s->s3->tmp.mask_k = mask_k;
2622     s->s3->tmp.mask_a = mask_a;
2623 }
2624
2625 #ifndef OPENSSL_NO_EC
2626
2627 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s)
2628 {
2629     unsigned long alg_k, alg_a;
2630     int md_nid = 0, pk_nid = 0;
2631     const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2632     uint32_t ex_kusage = X509_get_key_usage(x);
2633
2634     alg_k = cs->algorithm_mkey;
2635     alg_a = cs->algorithm_auth;
2636
2637     OBJ_find_sigid_algs(X509_get_signature_nid(x), &md_nid, &pk_nid);
2638
2639     if (alg_k & SSL_kECDHe || alg_k & SSL_kECDHr) {
2640         /* key usage, if present, must allow key agreement */
2641         if (!(ex_kusage & X509v3_KU_KEY_AGREEMENT)) {
2642             SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2643                    SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT);
2644             return 0;
2645         }
2646         if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION) {
2647             /* signature alg must be ECDSA */
2648             if (pk_nid != NID_X9_62_id_ecPublicKey) {
2649                 SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2650                        SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE);
2651                 return 0;
2652             }
2653         }
2654         if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION) {
2655             /* signature alg must be RSA */
2656
2657             if (pk_nid != NID_rsaEncryption && pk_nid != NID_rsa) {
2658                 SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2659                        SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE);
2660                 return 0;
2661             }
2662         }
2663     }
2664     if (alg_a & SSL_aECDSA) {
2665         /* key usage, if present, must allow signing */
2666         if (!(ex_kusage & X509v3_KU_DIGITAL_SIGNATURE)) {
2667             SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2668                    SSL_R_ECC_CERT_NOT_FOR_SIGNING);
2669             return 0;
2670         }
2671     }
2672
2673     return 1;                   /* all checks are ok */
2674 }
2675
2676 #endif
2677
2678 static int ssl_get_server_cert_index(const SSL *s)
2679 {
2680     int idx;
2681     idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2682     if (idx == SSL_PKEY_RSA_ENC && !s->cert->pkeys[SSL_PKEY_RSA_ENC].x509)
2683         idx = SSL_PKEY_RSA_SIGN;
2684     if (idx == SSL_PKEY_GOST_EC) {
2685         if (s->cert->pkeys[SSL_PKEY_GOST12_512].x509)
2686             idx = SSL_PKEY_GOST12_512;
2687         else if (s->cert->pkeys[SSL_PKEY_GOST12_256].x509)
2688             idx = SSL_PKEY_GOST12_256;
2689         else if (s->cert->pkeys[SSL_PKEY_GOST01].x509)
2690             idx = SSL_PKEY_GOST01;
2691         else
2692             idx = -1;
2693     }
2694     if (idx == -1)
2695         SSLerr(SSL_F_SSL_GET_SERVER_CERT_INDEX, ERR_R_INTERNAL_ERROR);
2696     return idx;
2697 }
2698
2699 CERT_PKEY *ssl_get_server_send_pkey(SSL *s)
2700 {
2701     CERT *c;
2702     int i;
2703
2704     c = s->cert;
2705     if (!s->s3 || !s->s3->tmp.new_cipher)
2706         return NULL;
2707     ssl_set_masks(s, s->s3->tmp.new_cipher);
2708
2709 #ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
2710     /*
2711      * Broken protocol test: return last used certificate: which may mismatch
2712      * the one expected.
2713      */
2714     if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL)
2715         return c->key;
2716 #endif
2717
2718     i = ssl_get_server_cert_index(s);
2719
2720     /* This may or may not be an error. */
2721     if (i < 0)
2722         return NULL;
2723
2724     /* May be NULL. */
2725     return &c->pkeys[i];
2726 }
2727
2728 EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher,
2729                             const EVP_MD **pmd)
2730 {
2731     unsigned long alg_a;
2732     CERT *c;
2733     int idx = -1;
2734
2735     alg_a = cipher->algorithm_auth;
2736     c = s->cert;
2737
2738 #ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
2739     /*
2740      * Broken protocol test: use last key: which may mismatch the one
2741      * expected.
2742      */
2743     if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL)
2744         idx = c->key - c->pkeys;
2745     else
2746 #endif
2747
2748     if ((alg_a & SSL_aDSS) &&
2749             (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL))
2750         idx = SSL_PKEY_DSA_SIGN;
2751     else if (alg_a & SSL_aRSA) {
2752         if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL)
2753             idx = SSL_PKEY_RSA_SIGN;
2754         else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL)
2755             idx = SSL_PKEY_RSA_ENC;
2756     } else if ((alg_a & SSL_aECDSA) &&
2757                (c->pkeys[SSL_PKEY_ECC].privatekey != NULL))
2758         idx = SSL_PKEY_ECC;
2759     if (idx == -1) {
2760         SSLerr(SSL_F_SSL_GET_SIGN_PKEY, ERR_R_INTERNAL_ERROR);
2761         return (NULL);
2762     }
2763     if (pmd)
2764         *pmd = s->s3->tmp.md[idx];
2765     return c->pkeys[idx].privatekey;
2766 }
2767
2768 int ssl_get_server_cert_serverinfo(SSL *s, const unsigned char **serverinfo,
2769                                    size_t *serverinfo_length)
2770 {
2771     CERT *c = NULL;
2772     int i = 0;
2773     *serverinfo_length = 0;
2774
2775     c = s->cert;
2776     i = ssl_get_server_cert_index(s);
2777
2778     if (i == -1)
2779         return 0;
2780     if (c->pkeys[i].serverinfo == NULL)
2781         return 0;
2782
2783     *serverinfo = c->pkeys[i].serverinfo;
2784     *serverinfo_length = c->pkeys[i].serverinfo_length;
2785     return 1;
2786 }
2787
2788 void ssl_update_cache(SSL *s, int mode)
2789 {
2790     int i;
2791
2792     /*
2793      * If the session_id_length is 0, we are not supposed to cache it, and it
2794      * would be rather hard to do anyway :-)
2795      */
2796     if (s->session->session_id_length == 0)
2797         return;
2798
2799     i = s->session_ctx->session_cache_mode;
2800     if ((i & mode) && (!s->hit)
2801         && ((i & SSL_SESS_CACHE_NO_INTERNAL_STORE)
2802             || SSL_CTX_add_session(s->session_ctx, s->session))
2803         && (s->session_ctx->new_session_cb != NULL)) {
2804         CRYPTO_add(&s->session->references, 1, CRYPTO_LOCK_SSL_SESSION);
2805         if (!s->session_ctx->new_session_cb(s, s->session))
2806             SSL_SESSION_free(s->session);
2807     }
2808
2809     /* auto flush every 255 connections */
2810     if ((!(i & SSL_SESS_CACHE_NO_AUTO_CLEAR)) && ((i & mode) == mode)) {
2811         if ((((mode & SSL_SESS_CACHE_CLIENT)
2812               ? s->session_ctx->stats.sess_connect_good
2813               : s->session_ctx->stats.sess_accept_good) & 0xff) == 0xff) {
2814             SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL));
2815         }
2816     }
2817 }
2818
2819 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx)
2820 {
2821     return ctx->method;
2822 }
2823
2824 const SSL_METHOD *SSL_get_ssl_method(SSL *s)
2825 {
2826     return (s->method);
2827 }
2828
2829 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth)
2830 {
2831     int ret = 1;
2832
2833     if (s->method != meth) {
2834         const SSL_METHOD *sm = s->method;
2835         int (*hf)(SSL *) = s->handshake_func;
2836
2837         if (sm->version == meth->version)
2838             s->method = meth;
2839         else {
2840             sm->ssl_free(s);
2841             s->method = meth;
2842             ret = s->method->ssl_new(s);
2843         }
2844
2845         if (hf == sm->ssl_connect)
2846             s->handshake_func = meth->ssl_connect;
2847         else if (hf == sm->ssl_accept)
2848             s->handshake_func = meth->ssl_accept;
2849     }
2850     return (ret);
2851 }
2852
2853 int SSL_get_error(const SSL *s, int i)
2854 {
2855     int reason;
2856     unsigned long l;
2857     BIO *bio;
2858
2859     if (i > 0)
2860         return (SSL_ERROR_NONE);
2861
2862     /*
2863      * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
2864      * where we do encode the error
2865      */
2866     if ((l = ERR_peek_error()) != 0) {
2867         if (ERR_GET_LIB(l) == ERR_LIB_SYS)
2868             return (SSL_ERROR_SYSCALL);
2869         else
2870             return (SSL_ERROR_SSL);
2871     }
2872
2873     if ((i < 0) && SSL_want_read(s)) {
2874         bio = SSL_get_rbio(s);
2875         if (BIO_should_read(bio))
2876             return (SSL_ERROR_WANT_READ);
2877         else if (BIO_should_write(bio))
2878             /*
2879              * This one doesn't make too much sense ... We never try to write
2880              * to the rbio, and an application program where rbio and wbio
2881              * are separate couldn't even know what it should wait for.
2882              * However if we ever set s->rwstate incorrectly (so that we have
2883              * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and
2884              * wbio *are* the same, this test works around that bug; so it
2885              * might be safer to keep it.
2886              */
2887             return (SSL_ERROR_WANT_WRITE);
2888         else if (BIO_should_io_special(bio)) {
2889             reason = BIO_get_retry_reason(bio);
2890             if (reason == BIO_RR_CONNECT)
2891                 return (SSL_ERROR_WANT_CONNECT);
2892             else if (reason == BIO_RR_ACCEPT)
2893                 return (SSL_ERROR_WANT_ACCEPT);
2894             else
2895                 return (SSL_ERROR_SYSCALL); /* unknown */
2896         }
2897     }
2898
2899     if ((i < 0) && SSL_want_write(s)) {
2900         bio = SSL_get_wbio(s);
2901         if (BIO_should_write(bio))
2902             return (SSL_ERROR_WANT_WRITE);
2903         else if (BIO_should_read(bio))
2904             /*
2905              * See above (SSL_want_read(s) with BIO_should_write(bio))
2906              */
2907             return (SSL_ERROR_WANT_READ);
2908         else if (BIO_should_io_special(bio)) {
2909             reason = BIO_get_retry_reason(bio);
2910             if (reason == BIO_RR_CONNECT)
2911                 return (SSL_ERROR_WANT_CONNECT);
2912             else if (reason == BIO_RR_ACCEPT)
2913                 return (SSL_ERROR_WANT_ACCEPT);
2914             else
2915                 return (SSL_ERROR_SYSCALL);
2916         }
2917     }
2918     if ((i < 0) && SSL_want_x509_lookup(s)) {
2919         return (SSL_ERROR_WANT_X509_LOOKUP);
2920     }
2921     if ((i < 0) && SSL_want_async(s)) {
2922         return SSL_ERROR_WANT_ASYNC;
2923     }
2924
2925     if (i == 0) {
2926         if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2927             (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY))
2928             return (SSL_ERROR_ZERO_RETURN);
2929     }
2930     return (SSL_ERROR_SYSCALL);
2931 }
2932
2933 static int ssl_do_handshake_intern(void *vargs)
2934 {
2935     struct ssl_async_args *args;
2936     SSL *s;
2937
2938     args = (struct ssl_async_args *)vargs;
2939     s = args->s;
2940
2941     return s->handshake_func(s);
2942 }
2943
2944 int SSL_do_handshake(SSL *s)
2945 {
2946     int ret = 1;
2947
2948     if (s->handshake_func == NULL) {
2949         SSLerr(SSL_F_SSL_DO_HANDSHAKE, SSL_R_CONNECTION_TYPE_NOT_SET);
2950         return -1;
2951     }
2952
2953     s->method->ssl_renegotiate_check(s);
2954
2955     if (SSL_in_init(s) || SSL_in_before(s)) {
2956         if((s->mode & SSL_MODE_ASYNC) && ASYNC_get_current_job() == NULL) {
2957             struct ssl_async_args args;
2958
2959             args.s = s;
2960
2961             ret = ssl_start_async_job(s, &args, ssl_do_handshake_intern);
2962         } else {
2963             ret = s->handshake_func(s);
2964         }
2965     }
2966     return ret;
2967 }
2968
2969 void SSL_set_accept_state(SSL *s)
2970 {
2971     s->server = 1;
2972     s->shutdown = 0;
2973     ossl_statem_clear(s);
2974     s->handshake_func = s->method->ssl_accept;
2975     clear_ciphers(s);
2976 }
2977
2978 void SSL_set_connect_state(SSL *s)
2979 {
2980     s->server = 0;
2981     s->shutdown = 0;
2982     ossl_statem_clear(s);
2983     s->handshake_func = s->method->ssl_connect;
2984     clear_ciphers(s);
2985 }
2986
2987 int ssl_undefined_function(SSL *s)
2988 {
2989     SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2990     return (0);
2991 }
2992
2993 int ssl_undefined_void_function(void)
2994 {
2995     SSLerr(SSL_F_SSL_UNDEFINED_VOID_FUNCTION,
2996            ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2997     return (0);
2998 }
2999
3000 int ssl_undefined_const_function(const SSL *s)
3001 {
3002     return (0);
3003 }
3004
3005 SSL_METHOD *ssl_bad_method(int ver)
3006 {
3007     SSLerr(SSL_F_SSL_BAD_METHOD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
3008     return (NULL);
3009 }
3010
3011 const char *SSL_get_version(const SSL *s)
3012 {
3013     if (s->version == TLS1_2_VERSION)
3014         return ("TLSv1.2");
3015     else if (s->version == TLS1_1_VERSION)
3016         return ("TLSv1.1");
3017     else if (s->version == TLS1_VERSION)
3018         return ("TLSv1");
3019     else if (s->version == SSL3_VERSION)
3020         return ("SSLv3");
3021     else if (s->version == DTLS1_BAD_VER)
3022         return ("DTLSv0.9");
3023     else if (s->version == DTLS1_VERSION)
3024         return ("DTLSv1");
3025     else if (s->version == DTLS1_2_VERSION)
3026         return ("DTLSv1.2");
3027     else
3028         return ("unknown");
3029 }
3030
3031 SSL *SSL_dup(SSL *s)
3032 {
3033     STACK_OF(X509_NAME) *sk;
3034     X509_NAME *xn;
3035     SSL *ret;
3036     int i;
3037
3038     /* If we're not quiescent, just up_ref! */
3039     if (!SSL_in_init(s) || !SSL_in_before(s)) {
3040         CRYPTO_add(&s->references, 1, CRYPTO_LOCK_SSL);
3041         return s;
3042     }
3043
3044     /*
3045      * Otherwise, copy configuration state, and session if set.
3046      */
3047     if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
3048         return (NULL);
3049
3050     if (s->session != NULL) {
3051         /*
3052          * Arranges to share the same session via up_ref.  This "copies"
3053          * session-id, SSL_METHOD, sid_ctx, and 'cert'
3054          */
3055         if (!SSL_copy_session_id(ret, s))
3056             goto err;
3057     } else {
3058         /*
3059          * No session has been established yet, so we have to expect that
3060          * s->cert or ret->cert will be changed later -- they should not both
3061          * point to the same object, and thus we can't use
3062          * SSL_copy_session_id.
3063          */
3064         if (!SSL_set_ssl_method(ret, s->method))
3065             goto err;
3066
3067         if (s->cert != NULL) {
3068             ssl_cert_free(ret->cert);
3069             ret->cert = ssl_cert_dup(s->cert);
3070             if (ret->cert == NULL)
3071                 goto err;
3072         }
3073
3074         if (!SSL_set_session_id_context(ret, s->sid_ctx, s->sid_ctx_length))
3075             goto err;
3076     }
3077
3078     ssl_dane_dup(ret, s);
3079     ret->version = s->version;
3080     ret->options = s->options;
3081     ret->mode = s->mode;
3082     SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s));
3083     SSL_set_read_ahead(ret, SSL_get_read_ahead(s));
3084     ret->msg_callback = s->msg_callback;
3085     ret->msg_callback_arg = s->msg_callback_arg;
3086     SSL_set_verify(ret, SSL_get_verify_mode(s), SSL_get_verify_callback(s));
3087     SSL_set_verify_depth(ret, SSL_get_verify_depth(s));
3088     ret->generate_session_id = s->generate_session_id;
3089
3090     SSL_set_info_callback(ret, SSL_get_info_callback(s));
3091
3092     /* copy app data, a little dangerous perhaps */
3093     if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data))
3094         goto err;
3095
3096     /* setup rbio, and wbio */
3097     if (s->rbio != NULL) {
3098         if (!BIO_dup_state(s->rbio, (char *)&ret->rbio))
3099             goto err;
3100     }
3101     if (s->wbio != NULL) {
3102         if (s->wbio != s->rbio) {
3103             if (!BIO_dup_state(s->wbio, (char *)&ret->wbio))
3104                 goto err;
3105         } else
3106             ret->wbio = ret->rbio;
3107     }
3108
3109     ret->server = s->server;
3110     if (s->handshake_func) {
3111         if (s->server)
3112             SSL_set_accept_state(ret);
3113         else
3114             SSL_set_connect_state(ret);
3115     }
3116     ret->shutdown = s->shutdown;
3117     ret->hit = s->hit;
3118
3119     ret->default_passwd_callback = s->default_passwd_callback;
3120     ret->default_passwd_callback_userdata = s->default_passwd_callback_userdata;
3121
3122     X509_VERIFY_PARAM_inherit(ret->param, s->param);
3123
3124     /* dup the cipher_list and cipher_list_by_id stacks */
3125     if (s->cipher_list != NULL) {
3126         if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
3127             goto err;
3128     }
3129     if (s->cipher_list_by_id != NULL)
3130         if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id))
3131             == NULL)
3132             goto err;
3133
3134     /* Dup the client_CA list */
3135     if (s->client_CA != NULL) {
3136         if ((sk = sk_X509_NAME_dup(s->client_CA)) == NULL)
3137             goto err;
3138         ret->client_CA = sk;
3139         for (i = 0; i < sk_X509_NAME_num(sk); i++) {
3140             xn = sk_X509_NAME_value(sk, i);
3141             if (sk_X509_NAME_set(sk, i, X509_NAME_dup(xn)) == NULL) {
3142                 X509_NAME_free(xn);
3143                 goto err;
3144             }
3145         }
3146     }
3147     return ret;
3148
3149  err:
3150     SSL_free(ret);
3151     return NULL;
3152 }
3153
3154 void ssl_clear_cipher_ctx(SSL *s)
3155 {
3156     if (s->enc_read_ctx != NULL) {
3157         EVP_CIPHER_CTX_free(s->enc_read_ctx);
3158         s->enc_read_ctx = NULL;
3159     }
3160     if (s->enc_write_ctx != NULL) {
3161         EVP_CIPHER_CTX_free(s->enc_write_ctx);
3162         s->enc_write_ctx = NULL;
3163     }
3164 #ifndef OPENSSL_NO_COMP
3165     COMP_CTX_free(s->expand);
3166     s->expand = NULL;
3167     COMP_CTX_free(s->compress);
3168     s->compress = NULL;
3169 #endif
3170 }
3171
3172 X509 *SSL_get_certificate(const SSL *s)
3173 {
3174     if (s->cert != NULL)
3175         return (s->cert->key->x509);
3176     else
3177         return (NULL);
3178 }
3179
3180 EVP_PKEY *SSL_get_privatekey(const SSL *s)
3181 {
3182     if (s->cert != NULL)
3183         return (s->cert->key->privatekey);
3184     else
3185         return (NULL);
3186 }
3187
3188 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx)
3189 {
3190     if (ctx->cert != NULL)
3191         return ctx->cert->key->x509;
3192     else
3193         return NULL;
3194 }
3195
3196 EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx)
3197 {
3198     if (ctx->cert != NULL)
3199         return ctx->cert->key->privatekey;
3200     else
3201         return NULL;
3202 }
3203
3204 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s)
3205 {
3206     if ((s->session != NULL) && (s->session->cipher != NULL))
3207         return (s->session->cipher);
3208     return (NULL);
3209 }
3210
3211 const COMP_METHOD *SSL_get_current_compression(SSL *s)
3212 {
3213 #ifndef OPENSSL_NO_COMP
3214     return s->compress ? COMP_CTX_get_method(s->compress) : NULL;
3215 #else
3216     return NULL;
3217 #endif
3218 }
3219
3220 const COMP_METHOD *SSL_get_current_expansion(SSL *s)
3221 {
3222 #ifndef OPENSSL_NO_COMP
3223     return s->expand ? COMP_CTX_get_method(s->expand) : NULL;
3224 #else
3225     return NULL;
3226 #endif
3227 }
3228
3229 int ssl_init_wbio_buffer(SSL *s, int push)
3230 {
3231     BIO *bbio;
3232
3233     if (s->bbio == NULL) {
3234         bbio = BIO_new(BIO_f_buffer());
3235         if (bbio == NULL)
3236             return (0);
3237         s->bbio = bbio;
3238     } else {
3239         bbio = s->bbio;
3240         if (s->bbio == s->wbio)
3241             s->wbio = BIO_pop(s->wbio);
3242     }
3243     (void)BIO_reset(bbio);
3244 /*      if (!BIO_set_write_buffer_size(bbio,16*1024)) */
3245     if (!BIO_set_read_buffer_size(bbio, 1)) {
3246         SSLerr(SSL_F_SSL_INIT_WBIO_BUFFER, ERR_R_BUF_LIB);
3247         return (0);
3248     }
3249     if (push) {
3250         if (s->wbio != bbio)
3251             s->wbio = BIO_push(bbio, s->wbio);
3252     } else {
3253         if (s->wbio == bbio)
3254             s->wbio = BIO_pop(bbio);
3255     }
3256     return (1);
3257 }
3258
3259 void ssl_free_wbio_buffer(SSL *s)
3260 {
3261     /* callers ensure s is never null */
3262     if (s->bbio == NULL)
3263         return;
3264
3265     if (s->bbio == s->wbio) {
3266         /* remove buffering */
3267         s->wbio = BIO_pop(s->wbio);
3268 #ifdef REF_CHECK                /* not the usual REF_CHECK, but this avoids
3269                                  * adding one more preprocessor symbol */
3270         assert(s->wbio != NULL);
3271 #endif
3272     }
3273     BIO_free(s->bbio);
3274     s->bbio = NULL;
3275 }
3276
3277 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode)
3278 {
3279     ctx->quiet_shutdown = mode;
3280 }
3281
3282 int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx)
3283 {
3284     return (ctx->quiet_shutdown);
3285 }
3286
3287 void SSL_set_quiet_shutdown(SSL *s, int mode)
3288 {
3289     s->quiet_shutdown = mode;
3290 }
3291
3292 int SSL_get_quiet_shutdown(const SSL *s)
3293 {
3294     return (s->quiet_shutdown);
3295 }
3296
3297 void SSL_set_shutdown(SSL *s, int mode)
3298 {
3299     s->shutdown = mode;
3300 }
3301
3302 int SSL_get_shutdown(const SSL *s)
3303 {
3304     return (s->shutdown);
3305 }
3306
3307 int SSL_version(const SSL *s)
3308 {
3309     return (s->version);
3310 }
3311
3312 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl)
3313 {
3314     return (ssl->ctx);
3315 }
3316
3317 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx)
3318 {
3319     CERT *new_cert;
3320     if (ssl->ctx == ctx)
3321         return ssl->ctx;
3322     if (ctx == NULL)
3323         ctx = ssl->initial_ctx;
3324     new_cert = ssl_cert_dup(ctx->cert);
3325     if (new_cert == NULL) {
3326         return NULL;
3327     }
3328     ssl_cert_free(ssl->cert);
3329     ssl->cert = new_cert;
3330
3331     /*
3332      * Program invariant: |sid_ctx| has fixed size (SSL_MAX_SID_CTX_LENGTH),
3333      * so setter APIs must prevent invalid lengths from entering the system.
3334      */
3335     OPENSSL_assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx));
3336
3337     /*
3338      * If the session ID context matches that of the parent SSL_CTX,
3339      * inherit it from the new SSL_CTX as well. If however the context does
3340      * not match (i.e., it was set per-ssl with SSL_set_session_id_context),
3341      * leave it unchanged.
3342      */
3343     if ((ssl->ctx != NULL) &&
3344         (ssl->sid_ctx_length == ssl->ctx->sid_ctx_length) &&
3345         (memcmp(ssl->sid_ctx, ssl->ctx->sid_ctx, ssl->sid_ctx_length) == 0)) {
3346         ssl->sid_ctx_length = ctx->sid_ctx_length;
3347         memcpy(&ssl->sid_ctx, &ctx->sid_ctx, sizeof(ssl->sid_ctx));
3348     }
3349
3350     CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
3351     SSL_CTX_free(ssl->ctx); /* decrement reference count */
3352     ssl->ctx = ctx;
3353
3354     return (ssl->ctx);
3355 }
3356
3357 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx)
3358 {
3359     return (X509_STORE_set_default_paths(ctx->cert_store));
3360 }
3361
3362 int SSL_CTX_set_default_verify_dir(SSL_CTX *ctx)
3363 {
3364     X509_LOOKUP *lookup;
3365
3366     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
3367     if (lookup == NULL)
3368         return 0;
3369     X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
3370
3371     /* Clear any errors if the default directory does not exist */
3372     ERR_clear_error();
3373
3374     return 1;
3375 }
3376
3377 int SSL_CTX_set_default_verify_file(SSL_CTX *ctx)
3378 {
3379     X509_LOOKUP *lookup;
3380
3381     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
3382     if (lookup == NULL)
3383         return 0;
3384
3385     X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
3386
3387     /* Clear any errors if the default file does not exist */
3388     ERR_clear_error();
3389
3390     return 1;
3391 }
3392
3393 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
3394                                   const char *CApath)
3395 {
3396     return (X509_STORE_load_locations(ctx->cert_store, CAfile, CApath));
3397 }
3398
3399 void SSL_set_info_callback(SSL *ssl,
3400                            void (*cb) (const SSL *ssl, int type, int val))
3401 {
3402     ssl->info_callback = cb;
3403 }
3404
3405 /*
3406  * One compiler (Diab DCC) doesn't like argument names in returned function
3407  * pointer.
3408  */
3409 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ ,
3410                                                int /* type */ ,
3411                                                int /* val */ ) {
3412     return ssl->info_callback;
3413 }
3414
3415 void SSL_set_verify_result(SSL *ssl, long arg)
3416 {
3417     ssl->verify_result = arg;
3418 }
3419
3420 long SSL_get_verify_result(const SSL *ssl)
3421 {
3422     return (ssl->verify_result);
3423 }
3424
3425 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen)
3426 {
3427     if (outlen == 0)
3428         return sizeof(ssl->s3->client_random);
3429     if (outlen > sizeof(ssl->s3->client_random))
3430         outlen = sizeof(ssl->s3->client_random);
3431     memcpy(out, ssl->s3->client_random, outlen);
3432     return outlen;
3433 }
3434
3435 size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen)
3436 {
3437     if (outlen == 0)
3438         return sizeof(ssl->s3->server_random);
3439     if (outlen > sizeof(ssl->s3->server_random))
3440         outlen = sizeof(ssl->s3->server_random);
3441     memcpy(out, ssl->s3->server_random, outlen);
3442     return outlen;
3443 }
3444
3445 size_t SSL_SESSION_get_master_key(const SSL_SESSION *session,
3446                                unsigned char *out, size_t outlen)
3447 {
3448     if (session->master_key_length < 0) {
3449         /* Should never happen */
3450         return 0;
3451     }
3452     if (outlen == 0)
3453         return session->master_key_length;
3454     if (outlen > (size_t)session->master_key_length)
3455         outlen = session->master_key_length;
3456     memcpy(out, session->master_key, outlen);
3457     return outlen;
3458 }
3459
3460 int SSL_set_ex_data(SSL *s, int idx, void *arg)
3461 {
3462     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3463 }
3464
3465 void *SSL_get_ex_data(const SSL *s, int idx)
3466 {
3467     return (CRYPTO_get_ex_data(&s->ex_data, idx));
3468 }
3469
3470 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg)
3471 {
3472     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
3473 }
3474
3475 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx)
3476 {
3477     return (CRYPTO_get_ex_data(&s->ex_data, idx));
3478 }
3479
3480 int ssl_ok(SSL *s)
3481 {
3482     return (1);
3483 }
3484
3485 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx)
3486 {
3487     return (ctx->cert_store);
3488 }
3489
3490 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
3491 {
3492     X509_STORE_free(ctx->cert_store);
3493     ctx->cert_store = store;
3494 }
3495
3496 int SSL_want(const SSL *s)
3497 {
3498     return (s->rwstate);
3499 }
3500
3501 /**
3502  * \brief Set the callback for generating temporary DH keys.
3503  * \param ctx the SSL context.
3504  * \param dh the callback
3505  */
3506
3507 #ifndef OPENSSL_NO_DH
3508 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
3509                                  DH *(*dh) (SSL *ssl, int is_export,
3510                                             int keylength))
3511 {
3512     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
3513 }
3514
3515 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export,
3516                                                   int keylength))
3517 {
3518     SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
3519 }
3520 #endif
3521
3522 #ifndef OPENSSL_NO_PSK
3523 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint)
3524 {
3525     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3526         SSLerr(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT,
3527                SSL_R_DATA_LENGTH_TOO_LONG);
3528         return 0;
3529     }
3530     OPENSSL_free(ctx->cert->psk_identity_hint);
3531     if (identity_hint != NULL) {
3532         ctx->cert->psk_identity_hint = OPENSSL_strdup(identity_hint);
3533         if (ctx->cert->psk_identity_hint == NULL)
3534             return 0;
3535     } else
3536         ctx->cert->psk_identity_hint = NULL;
3537     return 1;
3538 }
3539
3540 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint)
3541 {
3542     if (s == NULL)
3543         return 0;
3544
3545     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3546         SSLerr(SSL_F_SSL_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG);
3547         return 0;
3548     }
3549     OPENSSL_free(s->cert->psk_identity_hint);
3550     if (identity_hint != NULL) {
3551         s->cert->psk_identity_hint = OPENSSL_strdup(identity_hint);
3552         if (s->cert->psk_identity_hint == NULL)
3553             return 0;
3554     } else
3555         s->cert->psk_identity_hint = NULL;
3556     return 1;
3557 }
3558
3559 const char *SSL_get_psk_identity_hint(const SSL *s)
3560 {
3561     if (s == NULL || s->session == NULL)
3562         return NULL;
3563     return (s->session->psk_identity_hint);
3564 }
3565
3566 const char *SSL_get_psk_identity(const SSL *s)
3567 {
3568     if (s == NULL || s->session == NULL)
3569         return NULL;
3570     return (s->session->psk_identity);
3571 }
3572
3573 void SSL_set_psk_client_callback(SSL *s,
3574                                  unsigned int (*cb) (SSL *ssl,
3575                                                      const char *hint,
3576                                                      char *identity,
3577                                                      unsigned int
3578                                                      max_identity_len,
3579                                                      unsigned char *psk,
3580                                                      unsigned int
3581                                                      max_psk_len))
3582 {
3583     s->psk_client_callback = cb;
3584 }
3585
3586 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx,
3587                                      unsigned int (*cb) (SSL *ssl,
3588                                                          const char *hint,
3589                                                          char *identity,
3590                                                          unsigned int
3591                                                          max_identity_len,
3592                                                          unsigned char *psk,
3593                                                          unsigned int
3594                                                          max_psk_len))
3595 {
3596     ctx->psk_client_callback = cb;
3597 }
3598
3599 void SSL_set_psk_server_callback(SSL *s,
3600                                  unsigned int (*cb) (SSL *ssl,
3601                                                      const char *identity,
3602                                                      unsigned char *psk,
3603                                                      unsigned int
3604                                                      max_psk_len))
3605 {
3606     s->psk_server_callback = cb;
3607 }
3608
3609 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx,
3610                                      unsigned int (*cb) (SSL *ssl,
3611                                                          const char *identity,
3612                                                          unsigned char *psk,
3613                                                          unsigned int
3614                                                          max_psk_len))
3615 {
3616     ctx->psk_server_callback = cb;
3617 }
3618 #endif
3619
3620 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
3621                               void (*cb) (int write_p, int version,
3622                                           int content_type, const void *buf,
3623                                           size_t len, SSL *ssl, void *arg))
3624 {
3625     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3626 }
3627
3628 void SSL_set_msg_callback(SSL *ssl,
3629                           void (*cb) (int write_p, int version,
3630                                       int content_type, const void *buf,
3631                                       size_t len, SSL *ssl, void *arg))
3632 {
3633     SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3634 }
3635
3636 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx,
3637                                                 int (*cb) (SSL *ssl,
3638                                                            int
3639                                                            is_forward_secure))
3640 {
3641     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3642                           (void (*)(void))cb);
3643 }
3644
3645 void SSL_set_not_resumable_session_callback(SSL *ssl,
3646                                             int (*cb) (SSL *ssl,
3647                                                        int is_forward_secure))
3648 {
3649     SSL_callback_ctrl(ssl, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3650                       (void (*)(void))cb);
3651 }
3652
3653 /*
3654  * Allocates new EVP_MD_CTX and sets pointer to it into given pointer
3655  * vairable, freeing EVP_MD_CTX previously stored in that variable, if any.
3656  * If EVP_MD pointer is passed, initializes ctx with this md Returns newly
3657  * allocated ctx;
3658  */
3659
3660 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md)
3661 {
3662     ssl_clear_hash_ctx(hash);
3663     *hash = EVP_MD_CTX_new();
3664     if (*hash == NULL || (md && EVP_DigestInit_ex(*hash, md, NULL) <= 0)) {
3665         EVP_MD_CTX_free(*hash);
3666         *hash = NULL;
3667         return NULL;
3668     }
3669     return *hash;
3670 }
3671
3672 void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
3673 {
3674
3675     if (*hash)
3676         EVP_MD_CTX_free(*hash);
3677     *hash = NULL;
3678 }
3679
3680 /* Retrieve handshake hashes */
3681 int ssl_handshake_hash(SSL *s, unsigned char *out, int outlen)
3682 {
3683     EVP_MD_CTX *ctx = NULL;
3684     EVP_MD_CTX *hdgst = s->s3->handshake_dgst;
3685     int ret = EVP_MD_CTX_size(hdgst);
3686     if (ret < 0 || ret > outlen) {
3687         ret = 0;
3688         goto err;
3689     }
3690     ctx = EVP_MD_CTX_new();
3691     if (ctx == NULL) {
3692         ret = 0;
3693         goto err;
3694     }
3695     if (!EVP_MD_CTX_copy_ex(ctx, hdgst)
3696         || EVP_DigestFinal_ex(ctx, out, NULL) <= 0)
3697         ret = 0;
3698  err:
3699     EVP_MD_CTX_free(ctx);
3700     return ret;
3701 }
3702
3703 int SSL_cache_hit(SSL *s)
3704 {
3705     return s->hit;
3706 }
3707
3708 int SSL_is_server(SSL *s)
3709 {
3710     return s->server;
3711 }
3712
3713 #if OPENSSL_API_COMPAT < 0x10100000L
3714 void SSL_set_debug(SSL *s, int debug)
3715 {
3716     /* Old function was do-nothing anyway... */
3717     (void)s;
3718     (void)debug;
3719 }
3720 #endif
3721
3722
3723 void SSL_set_security_level(SSL *s, int level)
3724 {
3725     s->cert->sec_level = level;
3726 }
3727
3728 int SSL_get_security_level(const SSL *s)
3729 {
3730     return s->cert->sec_level;
3731 }
3732
3733 void SSL_set_security_callback(SSL *s,
3734                                int (*cb) (SSL *s, SSL_CTX *ctx, int op,
3735                                           int bits, int nid, void *other,
3736                                           void *ex))
3737 {
3738     s->cert->sec_cb = cb;
3739 }
3740
3741 int (*SSL_get_security_callback(const SSL *s)) (SSL *s, SSL_CTX *ctx, int op,
3742                                                 int bits, int nid,
3743                                                 void *other, void *ex) {
3744     return s->cert->sec_cb;
3745 }
3746
3747 void SSL_set0_security_ex_data(SSL *s, void *ex)
3748 {
3749     s->cert->sec_ex = ex;
3750 }
3751
3752 void *SSL_get0_security_ex_data(const SSL *s)
3753 {
3754     return s->cert->sec_ex;
3755 }
3756
3757 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level)
3758 {
3759     ctx->cert->sec_level = level;
3760 }
3761
3762 int SSL_CTX_get_security_level(const SSL_CTX *ctx)
3763 {
3764     return ctx->cert->sec_level;
3765 }
3766
3767 void SSL_CTX_set_security_callback(SSL_CTX *ctx,
3768                                    int (*cb) (SSL *s, SSL_CTX *ctx, int op,
3769                                               int bits, int nid, void *other,
3770                                               void *ex))
3771 {
3772     ctx->cert->sec_cb = cb;
3773 }
3774
3775 int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (SSL *s,
3776                                                           SSL_CTX *ctx,
3777                                                           int op, int bits,
3778                                                           int nid,
3779                                                           void *other,
3780                                                           void *ex) {
3781     return ctx->cert->sec_cb;
3782 }
3783
3784 void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex)
3785 {
3786     ctx->cert->sec_ex = ex;
3787 }
3788
3789 void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx)
3790 {
3791     return ctx->cert->sec_ex;
3792 }
3793
3794
3795 /*
3796  * Get/Set/Clear options in SSL_CTX or SSL, formerly macros, now functions that
3797  * can return unsigned long, instead of the generic long return value from the
3798  * control interface.
3799  */
3800 unsigned long SSL_CTX_get_options(const SSL_CTX *ctx)
3801 {
3802     return ctx->options;
3803 }
3804 unsigned long SSL_get_options(const SSL* s)
3805 {
3806     return s->options;
3807 }
3808 unsigned long SSL_CTX_set_options(SSL_CTX *ctx, unsigned long op)
3809 {
3810     return ctx->options |= op;
3811 }
3812 unsigned long SSL_set_options(SSL *s, unsigned long op)
3813 {
3814     return s->options |= op;
3815 }
3816 unsigned long SSL_CTX_clear_options(SSL_CTX *ctx, unsigned long op)
3817 {
3818     return ctx->options &= ~op;
3819 }
3820 unsigned long SSL_clear_options(SSL *s, unsigned long op)
3821 {
3822     return s->options &= ~op;
3823 }
3824
3825 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);