cb303c419d17e13790dc9eddaf50e832323f6c01
[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
162 const char SSL_version_str[] = OPENSSL_VERSION_TEXT;
163
164 SSL3_ENC_METHOD ssl3_undef_enc_method = {
165     /*
166      * evil casts, but these functions are only called if there's a library
167      * bug
168      */
169     (int (*)(SSL *, int))ssl_undefined_function,
170     (int (*)(SSL *, unsigned char *, int))ssl_undefined_function,
171     ssl_undefined_function,
172     (int (*)(SSL *, unsigned char *, unsigned char *, int))
173         ssl_undefined_function,
174     (int (*)(SSL *, int))ssl_undefined_function,
175     (int (*)(SSL *, const char *, int, unsigned char *))
176         ssl_undefined_function,
177     0,                          /* finish_mac_length */
178     (int (*)(SSL *, int, unsigned char *))ssl_undefined_function,
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 static void clear_ciphers(SSL *s)
190 {
191     /* clear the current cipher */
192     ssl_clear_cipher_ctx(s);
193     ssl_clear_hash_ctx(&s->read_hash);
194     ssl_clear_hash_ctx(&s->write_hash);
195 }
196
197 int SSL_clear(SSL *s)
198 {
199     if (s->method == NULL) {
200         SSLerr(SSL_F_SSL_CLEAR, SSL_R_NO_METHOD_SPECIFIED);
201         return (0);
202     }
203
204     if (ssl_clear_bad_session(s)) {
205         SSL_SESSION_free(s->session);
206         s->session = NULL;
207     }
208
209     s->error = 0;
210     s->hit = 0;
211     s->shutdown = 0;
212
213     if (s->renegotiate) {
214         SSLerr(SSL_F_SSL_CLEAR, ERR_R_INTERNAL_ERROR);
215         return 0;
216     }
217
218     statem_clear(s);
219
220     s->version = s->method->version;
221     s->client_version = s->version;
222     s->rwstate = SSL_NOTHING;
223
224     BUF_MEM_free(s->init_buf);
225     s->init_buf = NULL;
226     clear_ciphers(s);
227     s->first_packet = 0;
228     s->no_cert_verify = 0;
229
230     /*
231      * Check to see if we were changed into a different method, if so, revert
232      * back if we are not doing session-id reuse.
233      */
234     if (!s->in_handshake && (s->session == NULL)
235         && (s->method != s->ctx->method)) {
236         s->method->ssl_free(s);
237         s->method = s->ctx->method;
238         if (!s->method->ssl_new(s))
239             return (0);
240     } else
241         s->method->ssl_clear(s);
242
243     RECORD_LAYER_clear(&s->rlayer);
244
245     return (1);
246 }
247
248 /** Used to change an SSL_CTXs default SSL method type */
249 int SSL_CTX_set_ssl_version(SSL_CTX *ctx, const SSL_METHOD *meth)
250 {
251     STACK_OF(SSL_CIPHER) *sk;
252
253     ctx->method = meth;
254
255     sk = ssl_create_cipher_list(ctx->method, &(ctx->cipher_list),
256                                 &(ctx->cipher_list_by_id),
257                                 SSL_DEFAULT_CIPHER_LIST, ctx->cert);
258     if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= 0)) {
259         SSLerr(SSL_F_SSL_CTX_SET_SSL_VERSION,
260                SSL_R_SSL_LIBRARY_HAS_NO_CIPHERS);
261         return (0);
262     }
263     return (1);
264 }
265
266 SSL *SSL_new(SSL_CTX *ctx)
267 {
268     SSL *s;
269
270     if (ctx == NULL) {
271         SSLerr(SSL_F_SSL_NEW, SSL_R_NULL_SSL_CTX);
272         return (NULL);
273     }
274     if (ctx->method == NULL) {
275         SSLerr(SSL_F_SSL_NEW, SSL_R_SSL_CTX_HAS_NO_DEFAULT_SSL_VERSION);
276         return (NULL);
277     }
278
279     s = OPENSSL_zalloc(sizeof(*s));
280     if (s == NULL)
281         goto err;
282
283     RECORD_LAYER_init(&s->rlayer, s);
284
285     s->options = ctx->options;
286     s->mode = ctx->mode;
287     s->max_cert_list = ctx->max_cert_list;
288     s->references = 1;
289
290     /*
291      * Earlier library versions used to copy the pointer to the CERT, not
292      * its contents; only when setting new parameters for the per-SSL
293      * copy, ssl_cert_new would be called (and the direct reference to
294      * the per-SSL_CTX settings would be lost, but those still were
295      * indirectly accessed for various purposes, and for that reason they
296      * used to be known as s->ctx->default_cert). Now we don't look at the
297      * SSL_CTX's CERT after having duplicated it once.
298      */
299     s->cert = ssl_cert_dup(ctx->cert);
300     if (s->cert == NULL)
301         goto err;
302
303     RECORD_LAYER_set_read_ahead(&s->rlayer, ctx->read_ahead);
304     s->msg_callback = ctx->msg_callback;
305     s->msg_callback_arg = ctx->msg_callback_arg;
306     s->verify_mode = ctx->verify_mode;
307     s->not_resumable_session_cb = ctx->not_resumable_session_cb;
308     s->sid_ctx_length = ctx->sid_ctx_length;
309     OPENSSL_assert(s->sid_ctx_length <= sizeof s->sid_ctx);
310     memcpy(&s->sid_ctx, &ctx->sid_ctx, sizeof(s->sid_ctx));
311     s->verify_callback = ctx->default_verify_callback;
312     s->generate_session_id = ctx->generate_session_id;
313
314     s->param = X509_VERIFY_PARAM_new();
315     if (!s->param)
316         goto err;
317     X509_VERIFY_PARAM_inherit(s->param, ctx->param);
318     s->quiet_shutdown = ctx->quiet_shutdown;
319     s->max_send_fragment = ctx->max_send_fragment;
320
321     CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
322     s->ctx = ctx;
323     s->tlsext_debug_cb = 0;
324     s->tlsext_debug_arg = NULL;
325     s->tlsext_ticket_expected = 0;
326     s->tlsext_status_type = -1;
327     s->tlsext_status_expected = 0;
328     s->tlsext_ocsp_ids = NULL;
329     s->tlsext_ocsp_exts = NULL;
330     s->tlsext_ocsp_resp = NULL;
331     s->tlsext_ocsp_resplen = -1;
332     CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
333     s->initial_ctx = ctx;
334 # ifndef OPENSSL_NO_EC
335     if (ctx->tlsext_ecpointformatlist) {
336         s->tlsext_ecpointformatlist =
337             BUF_memdup(ctx->tlsext_ecpointformatlist,
338                        ctx->tlsext_ecpointformatlist_length);
339         if (!s->tlsext_ecpointformatlist)
340             goto err;
341         s->tlsext_ecpointformatlist_length =
342             ctx->tlsext_ecpointformatlist_length;
343     }
344     if (ctx->tlsext_ellipticcurvelist) {
345         s->tlsext_ellipticcurvelist =
346             BUF_memdup(ctx->tlsext_ellipticcurvelist,
347                        ctx->tlsext_ellipticcurvelist_length);
348         if (!s->tlsext_ellipticcurvelist)
349             goto err;
350         s->tlsext_ellipticcurvelist_length =
351             ctx->tlsext_ellipticcurvelist_length;
352     }
353 # endif
354 # ifndef OPENSSL_NO_NEXTPROTONEG
355     s->next_proto_negotiated = NULL;
356 # endif
357
358     if (s->ctx->alpn_client_proto_list) {
359         s->alpn_client_proto_list =
360             OPENSSL_malloc(s->ctx->alpn_client_proto_list_len);
361         if (s->alpn_client_proto_list == NULL)
362             goto err;
363         memcpy(s->alpn_client_proto_list, s->ctx->alpn_client_proto_list,
364                s->ctx->alpn_client_proto_list_len);
365         s->alpn_client_proto_list_len = s->ctx->alpn_client_proto_list_len;
366     }
367
368     s->verify_result = X509_V_OK;
369
370     s->method = ctx->method;
371
372     if (!s->method->ssl_new(s))
373         goto err;
374
375     s->server = (ctx->method->ssl_accept == ssl_undefined_function) ? 0 : 1;
376
377     if (!SSL_clear(s))
378         goto err;
379
380     CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
381
382 #ifndef OPENSSL_NO_PSK
383     s->psk_client_callback = ctx->psk_client_callback;
384     s->psk_server_callback = ctx->psk_server_callback;
385 #endif
386
387     return (s);
388  err:
389     SSL_free(s);
390     SSLerr(SSL_F_SSL_NEW, ERR_R_MALLOC_FAILURE);
391     return (NULL);
392 }
393
394 int SSL_CTX_set_session_id_context(SSL_CTX *ctx, const unsigned char *sid_ctx,
395                                    unsigned int sid_ctx_len)
396 {
397     if (sid_ctx_len > sizeof ctx->sid_ctx) {
398         SSLerr(SSL_F_SSL_CTX_SET_SESSION_ID_CONTEXT,
399                SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
400         return 0;
401     }
402     ctx->sid_ctx_length = sid_ctx_len;
403     memcpy(ctx->sid_ctx, sid_ctx, sid_ctx_len);
404
405     return 1;
406 }
407
408 int SSL_set_session_id_context(SSL *ssl, const unsigned char *sid_ctx,
409                                unsigned int sid_ctx_len)
410 {
411     if (sid_ctx_len > SSL_MAX_SID_CTX_LENGTH) {
412         SSLerr(SSL_F_SSL_SET_SESSION_ID_CONTEXT,
413                SSL_R_SSL_SESSION_ID_CONTEXT_TOO_LONG);
414         return 0;
415     }
416     ssl->sid_ctx_length = sid_ctx_len;
417     memcpy(ssl->sid_ctx, sid_ctx, sid_ctx_len);
418
419     return 1;
420 }
421
422 int SSL_CTX_set_generate_session_id(SSL_CTX *ctx, GEN_SESSION_CB cb)
423 {
424     CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
425     ctx->generate_session_id = cb;
426     CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
427     return 1;
428 }
429
430 int SSL_set_generate_session_id(SSL *ssl, GEN_SESSION_CB cb)
431 {
432     CRYPTO_w_lock(CRYPTO_LOCK_SSL);
433     ssl->generate_session_id = cb;
434     CRYPTO_w_unlock(CRYPTO_LOCK_SSL);
435     return 1;
436 }
437
438 int SSL_has_matching_session_id(const SSL *ssl, const unsigned char *id,
439                                 unsigned int id_len)
440 {
441     /*
442      * A quick examination of SSL_SESSION_hash and SSL_SESSION_cmp shows how
443      * we can "construct" a session to give us the desired check - ie. to
444      * find if there's a session in the hash table that would conflict with
445      * any new session built out of this id/id_len and the ssl_version in use
446      * by this SSL.
447      */
448     SSL_SESSION r, *p;
449
450     if (id_len > sizeof r.session_id)
451         return 0;
452
453     r.ssl_version = ssl->version;
454     r.session_id_length = id_len;
455     memcpy(r.session_id, id, id_len);
456
457     CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX);
458     p = lh_SSL_SESSION_retrieve(ssl->ctx->sessions, &r);
459     CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX);
460     return (p != NULL);
461 }
462
463 int SSL_CTX_set_purpose(SSL_CTX *s, int purpose)
464 {
465     return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
466 }
467
468 int SSL_set_purpose(SSL *s, int purpose)
469 {
470     return X509_VERIFY_PARAM_set_purpose(s->param, purpose);
471 }
472
473 int SSL_CTX_set_trust(SSL_CTX *s, int trust)
474 {
475     return X509_VERIFY_PARAM_set_trust(s->param, trust);
476 }
477
478 int SSL_set_trust(SSL *s, int trust)
479 {
480     return X509_VERIFY_PARAM_set_trust(s->param, trust);
481 }
482
483 int SSL_CTX_set1_param(SSL_CTX *ctx, X509_VERIFY_PARAM *vpm)
484 {
485     return X509_VERIFY_PARAM_set1(ctx->param, vpm);
486 }
487
488 int SSL_set1_param(SSL *ssl, X509_VERIFY_PARAM *vpm)
489 {
490     return X509_VERIFY_PARAM_set1(ssl->param, vpm);
491 }
492
493 X509_VERIFY_PARAM *SSL_CTX_get0_param(SSL_CTX *ctx)
494 {
495     return ctx->param;
496 }
497
498 X509_VERIFY_PARAM *SSL_get0_param(SSL *ssl)
499 {
500     return ssl->param;
501 }
502
503 void SSL_certs_clear(SSL *s)
504 {
505     ssl_cert_clear_certs(s->cert);
506 }
507
508 void SSL_free(SSL *s)
509 {
510     int i;
511
512     if (s == NULL)
513         return;
514
515     i = CRYPTO_add(&s->references, -1, CRYPTO_LOCK_SSL);
516 #ifdef REF_PRINT
517     REF_PRINT("SSL", s);
518 #endif
519     if (i > 0)
520         return;
521 #ifdef REF_CHECK
522     if (i < 0) {
523         fprintf(stderr, "SSL_free, bad reference count\n");
524         abort();                /* ok */
525     }
526 #endif
527
528     X509_VERIFY_PARAM_free(s->param);
529     CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL, s, &s->ex_data);
530
531     if (s->bbio != NULL) {
532         /* If the buffering BIO is in place, pop it off */
533         if (s->bbio == s->wbio) {
534             s->wbio = BIO_pop(s->wbio);
535         }
536         BIO_free(s->bbio);
537         s->bbio = NULL;
538     }
539     BIO_free_all(s->rbio);
540     if (s->wbio != s->rbio)
541         BIO_free_all(s->wbio);
542
543     BUF_MEM_free(s->init_buf);
544
545     /* add extra stuff */
546     sk_SSL_CIPHER_free(s->cipher_list);
547     sk_SSL_CIPHER_free(s->cipher_list_by_id);
548
549     /* Make the next call work :-) */
550     if (s->session != NULL) {
551         ssl_clear_bad_session(s);
552         SSL_SESSION_free(s->session);
553     }
554
555     clear_ciphers(s);
556
557     ssl_cert_free(s->cert);
558     /* Free up if allocated */
559
560     OPENSSL_free(s->tlsext_hostname);
561     SSL_CTX_free(s->initial_ctx);
562 #ifndef OPENSSL_NO_EC
563     OPENSSL_free(s->tlsext_ecpointformatlist);
564     OPENSSL_free(s->tlsext_ellipticcurvelist);
565 #endif                         /* OPENSSL_NO_EC */
566     sk_X509_EXTENSION_pop_free(s->tlsext_ocsp_exts, X509_EXTENSION_free);
567     sk_OCSP_RESPID_pop_free(s->tlsext_ocsp_ids, OCSP_RESPID_free);
568     OPENSSL_free(s->tlsext_ocsp_resp);
569     OPENSSL_free(s->alpn_client_proto_list);
570
571     sk_X509_NAME_pop_free(s->client_CA, X509_NAME_free);
572
573     if (s->method != NULL)
574         s->method->ssl_free(s);
575
576     RECORD_LAYER_release(&s->rlayer);
577
578     SSL_CTX_free(s->ctx);
579
580 #if !defined(OPENSSL_NO_NEXTPROTONEG)
581     OPENSSL_free(s->next_proto_negotiated);
582 #endif
583
584 #ifndef OPENSSL_NO_SRTP
585     sk_SRTP_PROTECTION_PROFILE_free(s->srtp_profiles);
586 #endif
587
588     OPENSSL_free(s);
589 }
590
591 void SSL_set_rbio(SSL *s, BIO *rbio)
592 {
593     if (s->rbio != rbio)
594         BIO_free_all(s->rbio);
595     s->rbio = rbio;
596 }
597
598 void SSL_set_wbio(SSL *s, BIO *wbio)
599 {
600     /*
601      * If the output buffering BIO is still in place, remove it
602      */
603     if (s->bbio != NULL) {
604         if (s->wbio == s->bbio) {
605             s->wbio = s->wbio->next_bio;
606             s->bbio->next_bio = NULL;
607         }
608     }
609     if (s->wbio != wbio && s->rbio != s->wbio)
610         BIO_free_all(s->wbio);
611     s->wbio = wbio;
612 }
613
614 void SSL_set_bio(SSL *s, BIO *rbio, BIO *wbio)
615 {
616     SSL_set_wbio(s, wbio);
617     SSL_set_rbio(s, rbio);
618 }
619
620 BIO *SSL_get_rbio(const SSL *s)
621 {
622     return (s->rbio);
623 }
624
625 BIO *SSL_get_wbio(const SSL *s)
626 {
627     return (s->wbio);
628 }
629
630 int SSL_get_fd(const SSL *s)
631 {
632     return (SSL_get_rfd(s));
633 }
634
635 int SSL_get_rfd(const SSL *s)
636 {
637     int ret = -1;
638     BIO *b, *r;
639
640     b = SSL_get_rbio(s);
641     r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
642     if (r != NULL)
643         BIO_get_fd(r, &ret);
644     return (ret);
645 }
646
647 int SSL_get_wfd(const SSL *s)
648 {
649     int ret = -1;
650     BIO *b, *r;
651
652     b = SSL_get_wbio(s);
653     r = BIO_find_type(b, BIO_TYPE_DESCRIPTOR);
654     if (r != NULL)
655         BIO_get_fd(r, &ret);
656     return (ret);
657 }
658
659 #ifndef OPENSSL_NO_SOCK
660 int SSL_set_fd(SSL *s, int fd)
661 {
662     int ret = 0;
663     BIO *bio = NULL;
664
665     bio = BIO_new(BIO_s_socket());
666
667     if (bio == NULL) {
668         SSLerr(SSL_F_SSL_SET_FD, ERR_R_BUF_LIB);
669         goto err;
670     }
671     BIO_set_fd(bio, fd, BIO_NOCLOSE);
672     SSL_set_bio(s, bio, bio);
673     ret = 1;
674  err:
675     return (ret);
676 }
677
678 int SSL_set_wfd(SSL *s, int fd)
679 {
680     int ret = 0;
681     BIO *bio = NULL;
682
683     if ((s->rbio == NULL) || (BIO_method_type(s->rbio) != BIO_TYPE_SOCKET)
684         || ((int)BIO_get_fd(s->rbio, NULL) != fd)) {
685         bio = BIO_new(BIO_s_socket());
686
687         if (bio == NULL) {
688             SSLerr(SSL_F_SSL_SET_WFD, ERR_R_BUF_LIB);
689             goto err;
690         }
691         BIO_set_fd(bio, fd, BIO_NOCLOSE);
692         SSL_set_bio(s, SSL_get_rbio(s), bio);
693     } else
694         SSL_set_bio(s, SSL_get_rbio(s), SSL_get_rbio(s));
695     ret = 1;
696  err:
697     return (ret);
698 }
699
700 int SSL_set_rfd(SSL *s, int fd)
701 {
702     int ret = 0;
703     BIO *bio = NULL;
704
705     if ((s->wbio == NULL) || (BIO_method_type(s->wbio) != BIO_TYPE_SOCKET)
706         || ((int)BIO_get_fd(s->wbio, NULL) != fd)) {
707         bio = BIO_new(BIO_s_socket());
708
709         if (bio == NULL) {
710             SSLerr(SSL_F_SSL_SET_RFD, ERR_R_BUF_LIB);
711             goto err;
712         }
713         BIO_set_fd(bio, fd, BIO_NOCLOSE);
714         SSL_set_bio(s, bio, SSL_get_wbio(s));
715     } else
716         SSL_set_bio(s, SSL_get_wbio(s), SSL_get_wbio(s));
717     ret = 1;
718  err:
719     return (ret);
720 }
721 #endif
722
723 /* return length of latest Finished message we sent, copy to 'buf' */
724 size_t SSL_get_finished(const SSL *s, void *buf, size_t count)
725 {
726     size_t ret = 0;
727
728     if (s->s3 != NULL) {
729         ret = s->s3->tmp.finish_md_len;
730         if (count > ret)
731             count = ret;
732         memcpy(buf, s->s3->tmp.finish_md, count);
733     }
734     return ret;
735 }
736
737 /* return length of latest Finished message we expected, copy to 'buf' */
738 size_t SSL_get_peer_finished(const SSL *s, void *buf, size_t count)
739 {
740     size_t ret = 0;
741
742     if (s->s3 != NULL) {
743         ret = s->s3->tmp.peer_finish_md_len;
744         if (count > ret)
745             count = ret;
746         memcpy(buf, s->s3->tmp.peer_finish_md, count);
747     }
748     return ret;
749 }
750
751 int SSL_get_verify_mode(const SSL *s)
752 {
753     return (s->verify_mode);
754 }
755
756 int SSL_get_verify_depth(const SSL *s)
757 {
758     return X509_VERIFY_PARAM_get_depth(s->param);
759 }
760
761 int (*SSL_get_verify_callback(const SSL *s)) (int, X509_STORE_CTX *) {
762     return (s->verify_callback);
763 }
764
765 int SSL_CTX_get_verify_mode(const SSL_CTX *ctx)
766 {
767     return (ctx->verify_mode);
768 }
769
770 int SSL_CTX_get_verify_depth(const SSL_CTX *ctx)
771 {
772     return X509_VERIFY_PARAM_get_depth(ctx->param);
773 }
774
775 int (*SSL_CTX_get_verify_callback(const SSL_CTX *ctx)) (int, X509_STORE_CTX *) {
776     return (ctx->default_verify_callback);
777 }
778
779 void SSL_set_verify(SSL *s, int mode,
780                     int (*callback) (int ok, X509_STORE_CTX *ctx))
781 {
782     s->verify_mode = mode;
783     if (callback != NULL)
784         s->verify_callback = callback;
785 }
786
787 void SSL_set_verify_depth(SSL *s, int depth)
788 {
789     X509_VERIFY_PARAM_set_depth(s->param, depth);
790 }
791
792 void SSL_set_read_ahead(SSL *s, int yes)
793 {
794     RECORD_LAYER_set_read_ahead(&s->rlayer, yes);
795 }
796
797 int SSL_get_read_ahead(const SSL *s)
798 {
799     return RECORD_LAYER_get_read_ahead(&s->rlayer);
800 }
801
802 int SSL_pending(const SSL *s)
803 {
804     /*
805      * SSL_pending cannot work properly if read-ahead is enabled
806      * (SSL_[CTX_]ctrl(..., SSL_CTRL_SET_READ_AHEAD, 1, NULL)), and it is
807      * impossible to fix since SSL_pending cannot report errors that may be
808      * observed while scanning the new data. (Note that SSL_pending() is
809      * often used as a boolean value, so we'd better not return -1.)
810      */
811     return (s->method->ssl_pending(s));
812 }
813
814 X509 *SSL_get_peer_certificate(const SSL *s)
815 {
816     X509 *r;
817
818     if ((s == NULL) || (s->session == NULL))
819         r = NULL;
820     else
821         r = s->session->peer;
822
823     if (r == NULL)
824         return (r);
825
826     X509_up_ref(r);
827
828     return (r);
829 }
830
831 STACK_OF(X509) *SSL_get_peer_cert_chain(const SSL *s)
832 {
833     STACK_OF(X509) *r;
834
835     if ((s == NULL) || (s->session == NULL))
836         r = NULL;
837     else
838         r = s->session->peer_chain;
839
840     /*
841      * If we are a client, cert_chain includes the peer's own certificate; if
842      * we are a server, it does not.
843      */
844
845     return (r);
846 }
847
848 /*
849  * Now in theory, since the calling process own 't' it should be safe to
850  * modify.  We need to be able to read f without being hassled
851  */
852 int SSL_copy_session_id(SSL *t, const SSL *f)
853 {
854     /* Do we need to to SSL locking? */
855     if (!SSL_set_session(t, SSL_get_session(f))) {
856         return 0;
857     }
858
859     /*
860      * what if we are setup as SSLv2 but want to talk SSLv3 or vice-versa
861      */
862     if (t->method != f->method) {
863         t->method->ssl_free(t); /* cleanup current */
864         t->method = f->method;  /* change method */
865         t->method->ssl_new(t);  /* setup new */
866     }
867
868     CRYPTO_add(&f->cert->references, 1, CRYPTO_LOCK_SSL_CERT);
869     ssl_cert_free(t->cert);
870     t->cert = f->cert;
871     if (!SSL_set_session_id_context(t, f->sid_ctx, f->sid_ctx_length)) {
872         return 0;
873     }
874
875     return 1;
876 }
877
878 /* Fix this so it checks all the valid key/cert options */
879 int SSL_CTX_check_private_key(const SSL_CTX *ctx)
880 {
881     if ((ctx == NULL) ||
882         (ctx->cert->key->x509 == NULL)) {
883         SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,
884                SSL_R_NO_CERTIFICATE_ASSIGNED);
885         return (0);
886     }
887     if (ctx->cert->key->privatekey == NULL) {
888         SSLerr(SSL_F_SSL_CTX_CHECK_PRIVATE_KEY,
889                SSL_R_NO_PRIVATE_KEY_ASSIGNED);
890         return (0);
891     }
892     return (X509_check_private_key
893             (ctx->cert->key->x509, ctx->cert->key->privatekey));
894 }
895
896 /* Fix this function so that it takes an optional type parameter */
897 int SSL_check_private_key(const SSL *ssl)
898 {
899     if (ssl == NULL) {
900         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, ERR_R_PASSED_NULL_PARAMETER);
901         return (0);
902     }
903     if (ssl->cert->key->x509 == NULL) {
904         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_CERTIFICATE_ASSIGNED);
905         return (0);
906     }
907     if (ssl->cert->key->privatekey == NULL) {
908         SSLerr(SSL_F_SSL_CHECK_PRIVATE_KEY, SSL_R_NO_PRIVATE_KEY_ASSIGNED);
909         return (0);
910     }
911     return (X509_check_private_key(ssl->cert->key->x509,
912                                    ssl->cert->key->privatekey));
913 }
914
915 int SSL_accept(SSL *s)
916 {
917     if (s->handshake_func == 0)
918         /* Not properly initialized yet */
919         SSL_set_accept_state(s);
920
921     return (s->method->ssl_accept(s));
922 }
923
924 int SSL_connect(SSL *s)
925 {
926     if (s->handshake_func == 0)
927         /* Not properly initialized yet */
928         SSL_set_connect_state(s);
929
930     return (s->method->ssl_connect(s));
931 }
932
933 long SSL_get_default_timeout(const SSL *s)
934 {
935     return (s->method->get_timeout());
936 }
937
938 int SSL_read(SSL *s, void *buf, int num)
939 {
940     if (s->handshake_func == 0) {
941         SSLerr(SSL_F_SSL_READ, SSL_R_UNINITIALIZED);
942         return -1;
943     }
944
945     if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
946         s->rwstate = SSL_NOTHING;
947         return (0);
948     }
949     return (s->method->ssl_read(s, buf, num));
950 }
951
952 int SSL_peek(SSL *s, void *buf, int num)
953 {
954     if (s->handshake_func == 0) {
955         SSLerr(SSL_F_SSL_PEEK, SSL_R_UNINITIALIZED);
956         return -1;
957     }
958
959     if (s->shutdown & SSL_RECEIVED_SHUTDOWN) {
960         return (0);
961     }
962     return (s->method->ssl_peek(s, buf, num));
963 }
964
965 int SSL_write(SSL *s, const void *buf, int num)
966 {
967     if (s->handshake_func == 0) {
968         SSLerr(SSL_F_SSL_WRITE, SSL_R_UNINITIALIZED);
969         return -1;
970     }
971
972     if (s->shutdown & SSL_SENT_SHUTDOWN) {
973         s->rwstate = SSL_NOTHING;
974         SSLerr(SSL_F_SSL_WRITE, SSL_R_PROTOCOL_IS_SHUTDOWN);
975         return (-1);
976     }
977     return (s->method->ssl_write(s, buf, num));
978 }
979
980 int SSL_shutdown(SSL *s)
981 {
982     /*
983      * Note that this function behaves differently from what one might
984      * expect.  Return values are 0 for no success (yet), 1 for success; but
985      * calling it once is usually not enough, even if blocking I/O is used
986      * (see ssl3_shutdown).
987      */
988
989     if (s->handshake_func == 0) {
990         SSLerr(SSL_F_SSL_SHUTDOWN, SSL_R_UNINITIALIZED);
991         return -1;
992     }
993
994     if ((s != NULL) && !SSL_in_init(s))
995         return (s->method->ssl_shutdown(s));
996     else
997         return (1);
998 }
999
1000 int SSL_renegotiate(SSL *s)
1001 {
1002     if (s->renegotiate == 0)
1003         s->renegotiate = 1;
1004
1005     s->new_session = 1;
1006
1007     return (s->method->ssl_renegotiate(s));
1008 }
1009
1010 int SSL_renegotiate_abbreviated(SSL *s)
1011 {
1012     if (s->renegotiate == 0)
1013         s->renegotiate = 1;
1014
1015     s->new_session = 0;
1016
1017     return (s->method->ssl_renegotiate(s));
1018 }
1019
1020 int SSL_renegotiate_pending(SSL *s)
1021 {
1022     /*
1023      * becomes true when negotiation is requested; false again once a
1024      * handshake has finished
1025      */
1026     return (s->renegotiate != 0);
1027 }
1028
1029 long SSL_ctrl(SSL *s, int cmd, long larg, void *parg)
1030 {
1031     long l;
1032
1033     switch (cmd) {
1034     case SSL_CTRL_GET_READ_AHEAD:
1035         return (RECORD_LAYER_get_read_ahead(&s->rlayer));
1036     case SSL_CTRL_SET_READ_AHEAD:
1037         l = RECORD_LAYER_get_read_ahead(&s->rlayer);
1038         RECORD_LAYER_set_read_ahead(&s->rlayer, larg);
1039         return (l);
1040
1041     case SSL_CTRL_SET_MSG_CALLBACK_ARG:
1042         s->msg_callback_arg = parg;
1043         return 1;
1044
1045     case SSL_CTRL_OPTIONS:
1046         return (s->options |= larg);
1047     case SSL_CTRL_CLEAR_OPTIONS:
1048         return (s->options &= ~larg);
1049     case SSL_CTRL_MODE:
1050         return (s->mode |= larg);
1051     case SSL_CTRL_CLEAR_MODE:
1052         return (s->mode &= ~larg);
1053     case SSL_CTRL_GET_MAX_CERT_LIST:
1054         return (s->max_cert_list);
1055     case SSL_CTRL_SET_MAX_CERT_LIST:
1056         l = s->max_cert_list;
1057         s->max_cert_list = larg;
1058         return (l);
1059     case SSL_CTRL_SET_MAX_SEND_FRAGMENT:
1060         if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH)
1061             return 0;
1062         s->max_send_fragment = larg;
1063         return 1;
1064     case SSL_CTRL_GET_RI_SUPPORT:
1065         if (s->s3)
1066             return s->s3->send_connection_binding;
1067         else
1068             return 0;
1069     case SSL_CTRL_CERT_FLAGS:
1070         return (s->cert->cert_flags |= larg);
1071     case SSL_CTRL_CLEAR_CERT_FLAGS:
1072         return (s->cert->cert_flags &= ~larg);
1073
1074     case SSL_CTRL_GET_RAW_CIPHERLIST:
1075         if (parg) {
1076             if (s->s3->tmp.ciphers_raw == NULL)
1077                 return 0;
1078             *(unsigned char **)parg = s->s3->tmp.ciphers_raw;
1079             return (int)s->s3->tmp.ciphers_rawlen;
1080         } else {
1081             return TLS_CIPHER_LEN;
1082         }
1083     case SSL_CTRL_GET_EXTMS_SUPPORT:
1084         if (!s->session || SSL_in_init(s) || s->in_handshake)
1085                 return -1;
1086         if (s->session->flags & SSL_SESS_FLAG_EXTMS)
1087             return 1;
1088         else
1089             return 0;
1090     default:
1091         return (s->method->ssl_ctrl(s, cmd, larg, parg));
1092     }
1093 }
1094
1095 long SSL_callback_ctrl(SSL *s, int cmd, void (*fp) (void))
1096 {
1097     switch (cmd) {
1098     case SSL_CTRL_SET_MSG_CALLBACK:
1099         s->msg_callback = (void (*)
1100                            (int write_p, int version, int content_type,
1101                             const void *buf, size_t len, SSL *ssl,
1102                             void *arg))(fp);
1103         return 1;
1104
1105     default:
1106         return (s->method->ssl_callback_ctrl(s, cmd, fp));
1107     }
1108 }
1109
1110 LHASH_OF(SSL_SESSION) *SSL_CTX_sessions(SSL_CTX *ctx)
1111 {
1112     return ctx->sessions;
1113 }
1114
1115 long SSL_CTX_ctrl(SSL_CTX *ctx, int cmd, long larg, void *parg)
1116 {
1117     long l;
1118     /* For some cases with ctx == NULL perform syntax checks */
1119     if (ctx == NULL) {
1120         switch (cmd) {
1121 #ifndef OPENSSL_NO_EC
1122         case SSL_CTRL_SET_CURVES_LIST:
1123             return tls1_set_curves_list(NULL, NULL, parg);
1124 #endif
1125         case SSL_CTRL_SET_SIGALGS_LIST:
1126         case SSL_CTRL_SET_CLIENT_SIGALGS_LIST:
1127             return tls1_set_sigalgs_list(NULL, parg, 0);
1128         default:
1129             return 0;
1130         }
1131     }
1132
1133     switch (cmd) {
1134     case SSL_CTRL_GET_READ_AHEAD:
1135         return (ctx->read_ahead);
1136     case SSL_CTRL_SET_READ_AHEAD:
1137         l = ctx->read_ahead;
1138         ctx->read_ahead = larg;
1139         return (l);
1140
1141     case SSL_CTRL_SET_MSG_CALLBACK_ARG:
1142         ctx->msg_callback_arg = parg;
1143         return 1;
1144
1145     case SSL_CTRL_GET_MAX_CERT_LIST:
1146         return (ctx->max_cert_list);
1147     case SSL_CTRL_SET_MAX_CERT_LIST:
1148         l = ctx->max_cert_list;
1149         ctx->max_cert_list = larg;
1150         return (l);
1151
1152     case SSL_CTRL_SET_SESS_CACHE_SIZE:
1153         l = ctx->session_cache_size;
1154         ctx->session_cache_size = larg;
1155         return (l);
1156     case SSL_CTRL_GET_SESS_CACHE_SIZE:
1157         return (ctx->session_cache_size);
1158     case SSL_CTRL_SET_SESS_CACHE_MODE:
1159         l = ctx->session_cache_mode;
1160         ctx->session_cache_mode = larg;
1161         return (l);
1162     case SSL_CTRL_GET_SESS_CACHE_MODE:
1163         return (ctx->session_cache_mode);
1164
1165     case SSL_CTRL_SESS_NUMBER:
1166         return (lh_SSL_SESSION_num_items(ctx->sessions));
1167     case SSL_CTRL_SESS_CONNECT:
1168         return (ctx->stats.sess_connect);
1169     case SSL_CTRL_SESS_CONNECT_GOOD:
1170         return (ctx->stats.sess_connect_good);
1171     case SSL_CTRL_SESS_CONNECT_RENEGOTIATE:
1172         return (ctx->stats.sess_connect_renegotiate);
1173     case SSL_CTRL_SESS_ACCEPT:
1174         return (ctx->stats.sess_accept);
1175     case SSL_CTRL_SESS_ACCEPT_GOOD:
1176         return (ctx->stats.sess_accept_good);
1177     case SSL_CTRL_SESS_ACCEPT_RENEGOTIATE:
1178         return (ctx->stats.sess_accept_renegotiate);
1179     case SSL_CTRL_SESS_HIT:
1180         return (ctx->stats.sess_hit);
1181     case SSL_CTRL_SESS_CB_HIT:
1182         return (ctx->stats.sess_cb_hit);
1183     case SSL_CTRL_SESS_MISSES:
1184         return (ctx->stats.sess_miss);
1185     case SSL_CTRL_SESS_TIMEOUTS:
1186         return (ctx->stats.sess_timeout);
1187     case SSL_CTRL_SESS_CACHE_FULL:
1188         return (ctx->stats.sess_cache_full);
1189     case SSL_CTRL_OPTIONS:
1190         return (ctx->options |= larg);
1191     case SSL_CTRL_CLEAR_OPTIONS:
1192         return (ctx->options &= ~larg);
1193     case SSL_CTRL_MODE:
1194         return (ctx->mode |= larg);
1195     case SSL_CTRL_CLEAR_MODE:
1196         return (ctx->mode &= ~larg);
1197     case SSL_CTRL_SET_MAX_SEND_FRAGMENT:
1198         if (larg < 512 || larg > SSL3_RT_MAX_PLAIN_LENGTH)
1199             return 0;
1200         ctx->max_send_fragment = larg;
1201         return 1;
1202     case SSL_CTRL_CERT_FLAGS:
1203         return (ctx->cert->cert_flags |= larg);
1204     case SSL_CTRL_CLEAR_CERT_FLAGS:
1205         return (ctx->cert->cert_flags &= ~larg);
1206     default:
1207         return (ctx->method->ssl_ctx_ctrl(ctx, cmd, larg, parg));
1208     }
1209 }
1210
1211 long SSL_CTX_callback_ctrl(SSL_CTX *ctx, int cmd, void (*fp) (void))
1212 {
1213     switch (cmd) {
1214     case SSL_CTRL_SET_MSG_CALLBACK:
1215         ctx->msg_callback = (void (*)
1216                              (int write_p, int version, int content_type,
1217                               const void *buf, size_t len, SSL *ssl,
1218                               void *arg))(fp);
1219         return 1;
1220
1221     default:
1222         return (ctx->method->ssl_ctx_callback_ctrl(ctx, cmd, fp));
1223     }
1224 }
1225
1226 int ssl_cipher_id_cmp(const SSL_CIPHER *a, const SSL_CIPHER *b)
1227 {
1228     long l;
1229
1230     l = a->id - b->id;
1231     if (l == 0L)
1232         return (0);
1233     else
1234         return ((l > 0) ? 1 : -1);
1235 }
1236
1237 int ssl_cipher_ptr_id_cmp(const SSL_CIPHER *const *ap,
1238                           const SSL_CIPHER *const *bp)
1239 {
1240     long l;
1241
1242     l = (*ap)->id - (*bp)->id;
1243     if (l == 0L)
1244         return (0);
1245     else
1246         return ((l > 0) ? 1 : -1);
1247 }
1248
1249 /** return a STACK of the ciphers available for the SSL and in order of
1250  * preference */
1251 STACK_OF(SSL_CIPHER) *SSL_get_ciphers(const SSL *s)
1252 {
1253     if (s != NULL) {
1254         if (s->cipher_list != NULL) {
1255             return (s->cipher_list);
1256         } else if ((s->ctx != NULL) && (s->ctx->cipher_list != NULL)) {
1257             return (s->ctx->cipher_list);
1258         }
1259     }
1260     return (NULL);
1261 }
1262
1263 STACK_OF(SSL_CIPHER) *SSL_get_client_ciphers(const SSL *s)
1264 {
1265     if ((s == NULL) || (s->session == NULL) || !s->server)
1266         return NULL;
1267     return s->session->ciphers;
1268 }
1269
1270 STACK_OF(SSL_CIPHER) *SSL_get1_supported_ciphers(SSL *s)
1271 {
1272     STACK_OF(SSL_CIPHER) *sk = NULL, *ciphers;
1273     int i;
1274     ciphers = SSL_get_ciphers(s);
1275     if (!ciphers)
1276         return NULL;
1277     ssl_set_client_disabled(s);
1278     for (i = 0; i < sk_SSL_CIPHER_num(ciphers); i++) {
1279         const SSL_CIPHER *c = sk_SSL_CIPHER_value(ciphers, i);
1280         if (!ssl_cipher_disabled(s, c, SSL_SECOP_CIPHER_SUPPORTED)) {
1281             if (!sk)
1282                 sk = sk_SSL_CIPHER_new_null();
1283             if (!sk)
1284                 return NULL;
1285             if (!sk_SSL_CIPHER_push(sk, c)) {
1286                 sk_SSL_CIPHER_free(sk);
1287                 return NULL;
1288             }
1289         }
1290     }
1291     return sk;
1292 }
1293
1294 /** return a STACK of the ciphers available for the SSL and in order of
1295  * algorithm id */
1296 STACK_OF(SSL_CIPHER) *ssl_get_ciphers_by_id(SSL *s)
1297 {
1298     if (s != NULL) {
1299         if (s->cipher_list_by_id != NULL) {
1300             return (s->cipher_list_by_id);
1301         } else if ((s->ctx != NULL) && (s->ctx->cipher_list_by_id != NULL)) {
1302             return (s->ctx->cipher_list_by_id);
1303         }
1304     }
1305     return (NULL);
1306 }
1307
1308 /** The old interface to get the same thing as SSL_get_ciphers() */
1309 const char *SSL_get_cipher_list(const SSL *s, int n)
1310 {
1311     SSL_CIPHER *c;
1312     STACK_OF(SSL_CIPHER) *sk;
1313
1314     if (s == NULL)
1315         return (NULL);
1316     sk = SSL_get_ciphers(s);
1317     if ((sk == NULL) || (sk_SSL_CIPHER_num(sk) <= n))
1318         return (NULL);
1319     c = sk_SSL_CIPHER_value(sk, n);
1320     if (c == NULL)
1321         return (NULL);
1322     return (c->name);
1323 }
1324
1325 /** specify the ciphers to be used by default by the SSL_CTX */
1326 int SSL_CTX_set_cipher_list(SSL_CTX *ctx, const char *str)
1327 {
1328     STACK_OF(SSL_CIPHER) *sk;
1329
1330     sk = ssl_create_cipher_list(ctx->method, &ctx->cipher_list,
1331                                 &ctx->cipher_list_by_id, str, ctx->cert);
1332     /*
1333      * ssl_create_cipher_list may return an empty stack if it was unable to
1334      * find a cipher matching the given rule string (for example if the rule
1335      * string specifies a cipher which has been disabled). This is not an
1336      * error as far as ssl_create_cipher_list is concerned, and hence
1337      * ctx->cipher_list and ctx->cipher_list_by_id has been updated.
1338      */
1339     if (sk == NULL)
1340         return 0;
1341     else if (sk_SSL_CIPHER_num(sk) == 0) {
1342         SSLerr(SSL_F_SSL_CTX_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH);
1343         return 0;
1344     }
1345     return 1;
1346 }
1347
1348 /** specify the ciphers to be used by the SSL */
1349 int SSL_set_cipher_list(SSL *s, const char *str)
1350 {
1351     STACK_OF(SSL_CIPHER) *sk;
1352
1353     sk = ssl_create_cipher_list(s->ctx->method, &s->cipher_list,
1354                                 &s->cipher_list_by_id, str, s->cert);
1355     /* see comment in SSL_CTX_set_cipher_list */
1356     if (sk == NULL)
1357         return 0;
1358     else if (sk_SSL_CIPHER_num(sk) == 0) {
1359         SSLerr(SSL_F_SSL_SET_CIPHER_LIST, SSL_R_NO_CIPHER_MATCH);
1360         return 0;
1361     }
1362     return 1;
1363 }
1364
1365 /* works well for SSLv2, not so good for SSLv3 */
1366 char *SSL_get_shared_ciphers(const SSL *s, char *buf, int len)
1367 {
1368     char *p;
1369     STACK_OF(SSL_CIPHER) *sk;
1370     SSL_CIPHER *c;
1371     int i;
1372
1373     if ((s->session == NULL) || (s->session->ciphers == NULL) || (len < 2))
1374         return (NULL);
1375
1376     p = buf;
1377     sk = s->session->ciphers;
1378
1379     if (sk_SSL_CIPHER_num(sk) == 0)
1380         return NULL;
1381
1382     for (i = 0; i < sk_SSL_CIPHER_num(sk); i++) {
1383         int n;
1384
1385         c = sk_SSL_CIPHER_value(sk, i);
1386         n = strlen(c->name);
1387         if (n + 1 > len) {
1388             if (p != buf)
1389                 --p;
1390             *p = '\0';
1391             return buf;
1392         }
1393         strcpy(p, c->name);
1394         p += n;
1395         *(p++) = ':';
1396         len -= n + 1;
1397     }
1398     p[-1] = '\0';
1399     return (buf);
1400 }
1401
1402 /** return a servername extension value if provided in Client Hello, or NULL.
1403  * So far, only host_name types are defined (RFC 3546).
1404  */
1405
1406 const char *SSL_get_servername(const SSL *s, const int type)
1407 {
1408     if (type != TLSEXT_NAMETYPE_host_name)
1409         return NULL;
1410
1411     return s->session && !s->tlsext_hostname ?
1412         s->session->tlsext_hostname : s->tlsext_hostname;
1413 }
1414
1415 int SSL_get_servername_type(const SSL *s)
1416 {
1417     if (s->session
1418         && (!s->tlsext_hostname ? s->session->
1419             tlsext_hostname : s->tlsext_hostname))
1420         return TLSEXT_NAMETYPE_host_name;
1421     return -1;
1422 }
1423
1424 /*
1425  * SSL_select_next_proto implements the standard protocol selection. It is
1426  * expected that this function is called from the callback set by
1427  * SSL_CTX_set_next_proto_select_cb. The protocol data is assumed to be a
1428  * vector of 8-bit, length prefixed byte strings. The length byte itself is
1429  * not included in the length. A byte string of length 0 is invalid. No byte
1430  * string may be truncated. The current, but experimental algorithm for
1431  * selecting the protocol is: 1) If the server doesn't support NPN then this
1432  * is indicated to the callback. In this case, the client application has to
1433  * abort the connection or have a default application level protocol. 2) If
1434  * the server supports NPN, but advertises an empty list then the client
1435  * selects the first protcol in its list, but indicates via the API that this
1436  * fallback case was enacted. 3) Otherwise, the client finds the first
1437  * protocol in the server's list that it supports and selects this protocol.
1438  * This is because it's assumed that the server has better information about
1439  * which protocol a client should use. 4) If the client doesn't support any
1440  * of the server's advertised protocols, then this is treated the same as
1441  * case 2. It returns either OPENSSL_NPN_NEGOTIATED if a common protocol was
1442  * found, or OPENSSL_NPN_NO_OVERLAP if the fallback case was reached.
1443  */
1444 int SSL_select_next_proto(unsigned char **out, unsigned char *outlen,
1445                           const unsigned char *server,
1446                           unsigned int server_len,
1447                           const unsigned char *client,
1448                           unsigned int client_len)
1449 {
1450     unsigned int i, j;
1451     const unsigned char *result;
1452     int status = OPENSSL_NPN_UNSUPPORTED;
1453
1454     /*
1455      * For each protocol in server preference order, see if we support it.
1456      */
1457     for (i = 0; i < server_len;) {
1458         for (j = 0; j < client_len;) {
1459             if (server[i] == client[j] &&
1460                 memcmp(&server[i + 1], &client[j + 1], server[i]) == 0) {
1461                 /* We found a match */
1462                 result = &server[i];
1463                 status = OPENSSL_NPN_NEGOTIATED;
1464                 goto found;
1465             }
1466             j += client[j];
1467             j++;
1468         }
1469         i += server[i];
1470         i++;
1471     }
1472
1473     /* There's no overlap between our protocols and the server's list. */
1474     result = client;
1475     status = OPENSSL_NPN_NO_OVERLAP;
1476
1477  found:
1478     *out = (unsigned char *)result + 1;
1479     *outlen = result[0];
1480     return status;
1481 }
1482
1483 #ifndef OPENSSL_NO_NEXTPROTONEG
1484 /*
1485  * SSL_get0_next_proto_negotiated sets *data and *len to point to the
1486  * client's requested protocol for this connection and returns 0. If the
1487  * client didn't request any protocol, then *data is set to NULL. Note that
1488  * the client can request any protocol it chooses. The value returned from
1489  * this function need not be a member of the list of supported protocols
1490  * provided by the callback.
1491  */
1492 void SSL_get0_next_proto_negotiated(const SSL *s, const unsigned char **data,
1493                                     unsigned *len)
1494 {
1495     *data = s->next_proto_negotiated;
1496     if (!*data) {
1497         *len = 0;
1498     } else {
1499         *len = s->next_proto_negotiated_len;
1500     }
1501 }
1502
1503 /*
1504  * SSL_CTX_set_next_protos_advertised_cb sets a callback that is called when
1505  * a TLS server needs a list of supported protocols for Next Protocol
1506  * Negotiation. The returned list must be in wire format.  The list is
1507  * returned by setting |out| to point to it and |outlen| to its length. This
1508  * memory will not be modified, but one should assume that the SSL* keeps a
1509  * reference to it. The callback should return SSL_TLSEXT_ERR_OK if it
1510  * wishes to advertise. Otherwise, no such extension will be included in the
1511  * ServerHello.
1512  */
1513 void SSL_CTX_set_next_protos_advertised_cb(SSL_CTX *ctx,
1514                                            int (*cb) (SSL *ssl,
1515                                                       const unsigned char
1516                                                       **out,
1517                                                       unsigned int *outlen,
1518                                                       void *arg), void *arg)
1519 {
1520     ctx->next_protos_advertised_cb = cb;
1521     ctx->next_protos_advertised_cb_arg = arg;
1522 }
1523
1524 /*
1525  * SSL_CTX_set_next_proto_select_cb sets a callback that is called when a
1526  * client needs to select a protocol from the server's provided list. |out|
1527  * must be set to point to the selected protocol (which may be within |in|).
1528  * The length of the protocol name must be written into |outlen|. The
1529  * server's advertised protocols are provided in |in| and |inlen|. The
1530  * callback can assume that |in| is syntactically valid. The client must
1531  * select a protocol. It is fatal to the connection if this callback returns
1532  * a value other than SSL_TLSEXT_ERR_OK.
1533  */
1534 void SSL_CTX_set_next_proto_select_cb(SSL_CTX *ctx,
1535                                       int (*cb) (SSL *s, unsigned char **out,
1536                                                  unsigned char *outlen,
1537                                                  const unsigned char *in,
1538                                                  unsigned int inlen,
1539                                                  void *arg), void *arg)
1540 {
1541     ctx->next_proto_select_cb = cb;
1542     ctx->next_proto_select_cb_arg = arg;
1543 }
1544 #endif
1545
1546 /*
1547  * SSL_CTX_set_alpn_protos sets the ALPN protocol list on |ctx| to |protos|.
1548  * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit
1549  * length-prefixed strings). Returns 0 on success.
1550  */
1551 int SSL_CTX_set_alpn_protos(SSL_CTX *ctx, const unsigned char *protos,
1552                             unsigned protos_len)
1553 {
1554     OPENSSL_free(ctx->alpn_client_proto_list);
1555     ctx->alpn_client_proto_list = OPENSSL_malloc(protos_len);
1556     if (!ctx->alpn_client_proto_list)
1557         return 1;
1558     memcpy(ctx->alpn_client_proto_list, protos, protos_len);
1559     ctx->alpn_client_proto_list_len = protos_len;
1560
1561     return 0;
1562 }
1563
1564 /*
1565  * SSL_set_alpn_protos sets the ALPN protocol list on |ssl| to |protos|.
1566  * |protos| must be in wire-format (i.e. a series of non-empty, 8-bit
1567  * length-prefixed strings). Returns 0 on success.
1568  */
1569 int SSL_set_alpn_protos(SSL *ssl, const unsigned char *protos,
1570                         unsigned protos_len)
1571 {
1572     OPENSSL_free(ssl->alpn_client_proto_list);
1573     ssl->alpn_client_proto_list = OPENSSL_malloc(protos_len);
1574     if (!ssl->alpn_client_proto_list)
1575         return 1;
1576     memcpy(ssl->alpn_client_proto_list, protos, protos_len);
1577     ssl->alpn_client_proto_list_len = protos_len;
1578
1579     return 0;
1580 }
1581
1582 /*
1583  * SSL_CTX_set_alpn_select_cb sets a callback function on |ctx| that is
1584  * called during ClientHello processing in order to select an ALPN protocol
1585  * from the client's list of offered protocols.
1586  */
1587 void SSL_CTX_set_alpn_select_cb(SSL_CTX *ctx,
1588                                 int (*cb) (SSL *ssl,
1589                                            const unsigned char **out,
1590                                            unsigned char *outlen,
1591                                            const unsigned char *in,
1592                                            unsigned int inlen,
1593                                            void *arg), void *arg)
1594 {
1595     ctx->alpn_select_cb = cb;
1596     ctx->alpn_select_cb_arg = arg;
1597 }
1598
1599 /*
1600  * SSL_get0_alpn_selected gets the selected ALPN protocol (if any) from
1601  * |ssl|. On return it sets |*data| to point to |*len| bytes of protocol name
1602  * (not including the leading length-prefix byte). If the server didn't
1603  * respond with a negotiated protocol then |*len| will be zero.
1604  */
1605 void SSL_get0_alpn_selected(const SSL *ssl, const unsigned char **data,
1606                             unsigned *len)
1607 {
1608     *data = NULL;
1609     if (ssl->s3)
1610         *data = ssl->s3->alpn_selected;
1611     if (*data == NULL)
1612         *len = 0;
1613     else
1614         *len = ssl->s3->alpn_selected_len;
1615 }
1616
1617
1618 int SSL_export_keying_material(SSL *s, unsigned char *out, size_t olen,
1619                                const char *label, size_t llen,
1620                                const unsigned char *p, size_t plen,
1621                                int use_context)
1622 {
1623     if (s->version < TLS1_VERSION)
1624         return -1;
1625
1626     return s->method->ssl3_enc->export_keying_material(s, out, olen, label,
1627                                                        llen, p, plen,
1628                                                        use_context);
1629 }
1630
1631 static unsigned long ssl_session_hash(const SSL_SESSION *a)
1632 {
1633     unsigned long l;
1634
1635     l = (unsigned long)
1636         ((unsigned int)a->session_id[0]) |
1637         ((unsigned int)a->session_id[1] << 8L) |
1638         ((unsigned long)a->session_id[2] << 16L) |
1639         ((unsigned long)a->session_id[3] << 24L);
1640     return (l);
1641 }
1642
1643 /*
1644  * NB: If this function (or indeed the hash function which uses a sort of
1645  * coarser function than this one) is changed, ensure
1646  * SSL_CTX_has_matching_session_id() is checked accordingly. It relies on
1647  * being able to construct an SSL_SESSION that will collide with any existing
1648  * session with a matching session ID.
1649  */
1650 static int ssl_session_cmp(const SSL_SESSION *a, const SSL_SESSION *b)
1651 {
1652     if (a->ssl_version != b->ssl_version)
1653         return (1);
1654     if (a->session_id_length != b->session_id_length)
1655         return (1);
1656     return (memcmp(a->session_id, b->session_id, a->session_id_length));
1657 }
1658
1659 /*
1660  * These wrapper functions should remain rather than redeclaring
1661  * SSL_SESSION_hash and SSL_SESSION_cmp for void* types and casting each
1662  * variable. The reason is that the functions aren't static, they're exposed
1663  * via ssl.h.
1664  */
1665 static IMPLEMENT_LHASH_HASH_FN(ssl_session, SSL_SESSION)
1666 static IMPLEMENT_LHASH_COMP_FN(ssl_session, SSL_SESSION)
1667
1668 SSL_CTX *SSL_CTX_new(const SSL_METHOD *meth)
1669 {
1670     SSL_CTX *ret = NULL;
1671
1672     if (meth == NULL) {
1673         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_NULL_SSL_METHOD_PASSED);
1674         return (NULL);
1675     }
1676
1677     if (FIPS_mode() && (meth->version < TLS1_VERSION)) {
1678         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_ONLY_TLS_ALLOWED_IN_FIPS_MODE);
1679         return NULL;
1680     }
1681
1682     if (SSL_get_ex_data_X509_STORE_CTX_idx() < 0) {
1683         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_X509_VERIFICATION_SETUP_PROBLEMS);
1684         goto err;
1685     }
1686     ret = OPENSSL_zalloc(sizeof(*ret));
1687     if (ret == NULL)
1688         goto err;
1689
1690     ret->method = meth;
1691     ret->session_cache_mode = SSL_SESS_CACHE_SERVER;
1692     ret->session_cache_size = SSL_SESSION_CACHE_MAX_SIZE_DEFAULT;
1693     /* We take the system default. */
1694     ret->session_timeout = meth->get_timeout();
1695     ret->references = 1;
1696     ret->max_cert_list = SSL_MAX_CERT_LIST_DEFAULT;
1697     ret->verify_mode = SSL_VERIFY_NONE;
1698     if ((ret->cert = ssl_cert_new()) == NULL)
1699         goto err;
1700
1701     ret->sessions = lh_SSL_SESSION_new();
1702     if (ret->sessions == NULL)
1703         goto err;
1704     ret->cert_store = X509_STORE_new();
1705     if (ret->cert_store == NULL)
1706         goto err;
1707
1708     if (!ssl_create_cipher_list(ret->method,
1709                            &ret->cipher_list, &ret->cipher_list_by_id,
1710                            SSL_DEFAULT_CIPHER_LIST, ret->cert)
1711        || sk_SSL_CIPHER_num(ret->cipher_list) <= 0) {
1712         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_LIBRARY_HAS_NO_CIPHERS);
1713         goto err2;
1714     }
1715
1716     ret->param = X509_VERIFY_PARAM_new();
1717     if (!ret->param)
1718         goto err;
1719
1720     if ((ret->md5 = EVP_get_digestbyname("ssl3-md5")) == NULL) {
1721         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_MD5_ROUTINES);
1722         goto err2;
1723     }
1724     if ((ret->sha1 = EVP_get_digestbyname("ssl3-sha1")) == NULL) {
1725         SSLerr(SSL_F_SSL_CTX_NEW, SSL_R_UNABLE_TO_LOAD_SSL3_SHA1_ROUTINES);
1726         goto err2;
1727     }
1728
1729     if ((ret->client_CA = sk_X509_NAME_new_null()) == NULL)
1730         goto err;
1731
1732     CRYPTO_new_ex_data(CRYPTO_EX_INDEX_SSL_CTX, ret, &ret->ex_data);
1733
1734     /* No compression for DTLS */
1735     if (!(meth->ssl3_enc->enc_flags & SSL_ENC_FLAG_DTLS))
1736         ret->comp_methods = SSL_COMP_get_compression_methods();
1737
1738     ret->max_send_fragment = SSL3_RT_MAX_PLAIN_LENGTH;
1739
1740     /* Setup RFC4507 ticket keys */
1741     if ((RAND_bytes(ret->tlsext_tick_key_name, 16) <= 0)
1742         || (RAND_bytes(ret->tlsext_tick_hmac_key, 16) <= 0)
1743         || (RAND_bytes(ret->tlsext_tick_aes_key, 16) <= 0))
1744         ret->options |= SSL_OP_NO_TICKET;
1745
1746 #ifndef OPENSSL_NO_SRP
1747     if (!SSL_CTX_SRP_CTX_init(ret))
1748         goto err;
1749 #endif
1750 #ifndef OPENSSL_NO_ENGINE
1751 # ifdef OPENSSL_SSL_CLIENT_ENGINE_AUTO
1752 #  define eng_strx(x)     #x
1753 #  define eng_str(x)      eng_strx(x)
1754     /* Use specific client engine automatically... ignore errors */
1755     {
1756         ENGINE *eng;
1757         eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1758         if (!eng) {
1759             ERR_clear_error();
1760             ENGINE_load_builtin_engines();
1761             eng = ENGINE_by_id(eng_str(OPENSSL_SSL_CLIENT_ENGINE_AUTO));
1762         }
1763         if (!eng || !SSL_CTX_set_client_cert_engine(ret, eng))
1764             ERR_clear_error();
1765     }
1766 # endif
1767 #endif
1768     /*
1769      * Default is to connect to non-RI servers. When RI is more widely
1770      * deployed might change this.
1771      */
1772     ret->options |= SSL_OP_LEGACY_SERVER_CONNECT;
1773
1774     return (ret);
1775  err:
1776     SSLerr(SSL_F_SSL_CTX_NEW, ERR_R_MALLOC_FAILURE);
1777  err2:
1778     SSL_CTX_free(ret);
1779     return (NULL);
1780 }
1781
1782 void SSL_CTX_free(SSL_CTX *a)
1783 {
1784     int i;
1785
1786     if (a == NULL)
1787         return;
1788
1789     i = CRYPTO_add(&a->references, -1, CRYPTO_LOCK_SSL_CTX);
1790 #ifdef REF_PRINT
1791     REF_PRINT("SSL_CTX", a);
1792 #endif
1793     if (i > 0)
1794         return;
1795 #ifdef REF_CHECK
1796     if (i < 0) {
1797         fprintf(stderr, "SSL_CTX_free, bad reference count\n");
1798         abort();                /* ok */
1799     }
1800 #endif
1801
1802     X509_VERIFY_PARAM_free(a->param);
1803
1804     /*
1805      * Free internal session cache. However: the remove_cb() may reference
1806      * the ex_data of SSL_CTX, thus the ex_data store can only be removed
1807      * after the sessions were flushed.
1808      * As the ex_data handling routines might also touch the session cache,
1809      * the most secure solution seems to be: empty (flush) the cache, then
1810      * free ex_data, then finally free the cache.
1811      * (See ticket [openssl.org #212].)
1812      */
1813     if (a->sessions != NULL)
1814         SSL_CTX_flush_sessions(a, 0);
1815
1816     CRYPTO_free_ex_data(CRYPTO_EX_INDEX_SSL_CTX, a, &a->ex_data);
1817     lh_SSL_SESSION_free(a->sessions);
1818     X509_STORE_free(a->cert_store);
1819     sk_SSL_CIPHER_free(a->cipher_list);
1820     sk_SSL_CIPHER_free(a->cipher_list_by_id);
1821     ssl_cert_free(a->cert);
1822     sk_X509_NAME_pop_free(a->client_CA, X509_NAME_free);
1823     sk_X509_pop_free(a->extra_certs, X509_free);
1824     a->comp_methods = NULL;
1825 #ifndef OPENSSL_NO_SRTP
1826     sk_SRTP_PROTECTION_PROFILE_free(a->srtp_profiles);
1827 #endif
1828 #ifndef OPENSSL_NO_SRP
1829     SSL_CTX_SRP_CTX_free(a);
1830 #endif
1831 #ifndef OPENSSL_NO_ENGINE
1832     if (a->client_cert_engine)
1833         ENGINE_finish(a->client_cert_engine);
1834 #endif
1835
1836 #ifndef OPENSSL_NO_EC
1837     OPENSSL_free(a->tlsext_ecpointformatlist);
1838     OPENSSL_free(a->tlsext_ellipticcurvelist);
1839 #endif
1840     OPENSSL_free(a->alpn_client_proto_list);
1841
1842     OPENSSL_free(a);
1843 }
1844
1845 void SSL_CTX_set_default_passwd_cb(SSL_CTX *ctx, pem_password_cb *cb)
1846 {
1847     ctx->default_passwd_callback = cb;
1848 }
1849
1850 void SSL_CTX_set_default_passwd_cb_userdata(SSL_CTX *ctx, void *u)
1851 {
1852     ctx->default_passwd_callback_userdata = u;
1853 }
1854
1855 void SSL_CTX_set_cert_verify_callback(SSL_CTX *ctx,
1856                                       int (*cb) (X509_STORE_CTX *, void *),
1857                                       void *arg)
1858 {
1859     ctx->app_verify_callback = cb;
1860     ctx->app_verify_arg = arg;
1861 }
1862
1863 void SSL_CTX_set_verify(SSL_CTX *ctx, int mode,
1864                         int (*cb) (int, X509_STORE_CTX *))
1865 {
1866     ctx->verify_mode = mode;
1867     ctx->default_verify_callback = cb;
1868 }
1869
1870 void SSL_CTX_set_verify_depth(SSL_CTX *ctx, int depth)
1871 {
1872     X509_VERIFY_PARAM_set_depth(ctx->param, depth);
1873 }
1874
1875 void SSL_CTX_set_cert_cb(SSL_CTX *c, int (*cb) (SSL *ssl, void *arg),
1876                          void *arg)
1877 {
1878     ssl_cert_set_cert_cb(c->cert, cb, arg);
1879 }
1880
1881 void SSL_set_cert_cb(SSL *s, int (*cb) (SSL *ssl, void *arg), void *arg)
1882 {
1883     ssl_cert_set_cert_cb(s->cert, cb, arg);
1884 }
1885
1886 void ssl_set_masks(SSL *s, const SSL_CIPHER *cipher)
1887 {
1888     CERT_PKEY *cpk;
1889     CERT *c = s->cert;
1890     uint32_t *pvalid = s->s3->tmp.valid_flags;
1891     int rsa_enc, rsa_tmp, rsa_sign, dh_tmp, dh_rsa, dh_dsa, dsa_sign;
1892     int rsa_enc_export, dh_rsa_export, dh_dsa_export;
1893     int rsa_tmp_export, dh_tmp_export, kl;
1894     unsigned long mask_k, mask_a, emask_k, emask_a;
1895 #ifndef OPENSSL_NO_EC
1896     int have_ecc_cert, ecdsa_ok, ecc_pkey_size;
1897     int have_ecdh_tmp, ecdh_ok;
1898     X509 *x = NULL;
1899     EVP_PKEY *ecc_pkey = NULL;
1900     int pk_nid = 0, md_nid = 0;
1901 #endif
1902     if (c == NULL)
1903         return;
1904
1905     kl = SSL_C_EXPORT_PKEYLENGTH(cipher);
1906
1907 #ifndef OPENSSL_NO_RSA
1908     rsa_tmp = (c->rsa_tmp != NULL || c->rsa_tmp_cb != NULL);
1909     rsa_tmp_export = (c->rsa_tmp_cb != NULL ||
1910                       (rsa_tmp && RSA_size(c->rsa_tmp) * 8 <= kl));
1911 #else
1912     rsa_tmp = rsa_tmp_export = 0;
1913 #endif
1914 #ifndef OPENSSL_NO_DH
1915     dh_tmp = (c->dh_tmp != NULL || c->dh_tmp_cb != NULL || c->dh_tmp_auto);
1916     dh_tmp_export = !c->dh_tmp_auto && (c->dh_tmp_cb != NULL ||
1917                                         (dh_tmp
1918                                          && DH_size(c->dh_tmp) * 8 <= kl));
1919 #else
1920     dh_tmp = dh_tmp_export = 0;
1921 #endif
1922
1923 #ifndef OPENSSL_NO_EC
1924     have_ecdh_tmp = (c->ecdh_tmp || c->ecdh_tmp_cb || c->ecdh_tmp_auto);
1925 #endif
1926     cpk = &(c->pkeys[SSL_PKEY_RSA_ENC]);
1927     rsa_enc = pvalid[SSL_PKEY_RSA_ENC] & CERT_PKEY_VALID;
1928     rsa_enc_export = (rsa_enc && EVP_PKEY_size(cpk->privatekey) * 8 <= kl);
1929     cpk = &(c->pkeys[SSL_PKEY_RSA_SIGN]);
1930     rsa_sign = pvalid[SSL_PKEY_RSA_SIGN] & CERT_PKEY_SIGN;
1931     cpk = &(c->pkeys[SSL_PKEY_DSA_SIGN]);
1932     dsa_sign = pvalid[SSL_PKEY_DSA_SIGN] & CERT_PKEY_SIGN;
1933     cpk = &(c->pkeys[SSL_PKEY_DH_RSA]);
1934     dh_rsa = pvalid[SSL_PKEY_DH_RSA] & CERT_PKEY_VALID;
1935     dh_rsa_export = (dh_rsa && EVP_PKEY_size(cpk->privatekey) * 8 <= kl);
1936     cpk = &(c->pkeys[SSL_PKEY_DH_DSA]);
1937     dh_dsa = pvalid[SSL_PKEY_DH_DSA] & CERT_PKEY_VALID;
1938     dh_dsa_export = (dh_dsa && EVP_PKEY_size(cpk->privatekey) * 8 <= kl);
1939     cpk = &(c->pkeys[SSL_PKEY_ECC]);
1940 #ifndef OPENSSL_NO_EC
1941     have_ecc_cert = pvalid[SSL_PKEY_ECC] & CERT_PKEY_VALID;
1942 #endif
1943     mask_k = 0;
1944     mask_a = 0;
1945     emask_k = 0;
1946     emask_a = 0;
1947
1948 #ifdef CIPHER_DEBUG
1949     fprintf(stderr,
1950             "rt=%d rte=%d dht=%d ecdht=%d re=%d ree=%d rs=%d ds=%d dhr=%d dhd=%d\n",
1951             rsa_tmp, rsa_tmp_export, dh_tmp, have_ecdh_tmp, rsa_enc,
1952             rsa_enc_export, rsa_sign, dsa_sign, dh_rsa, dh_dsa);
1953 #endif
1954
1955     cpk = &(c->pkeys[SSL_PKEY_GOST01]);
1956     if (cpk->x509 != NULL && cpk->privatekey != NULL) {
1957         mask_k |= SSL_kGOST;
1958         mask_a |= SSL_aGOST01;
1959     }
1960
1961     if (rsa_enc || (rsa_tmp && rsa_sign))
1962         mask_k |= SSL_kRSA;
1963     if (rsa_enc_export || (rsa_tmp_export && (rsa_sign || rsa_enc)))
1964         emask_k |= SSL_kRSA;
1965
1966     if (dh_tmp_export)
1967         emask_k |= SSL_kDHE;
1968
1969     if (dh_tmp)
1970         mask_k |= SSL_kDHE;
1971
1972     if (dh_rsa)
1973         mask_k |= SSL_kDHr;
1974     if (dh_rsa_export)
1975         emask_k |= SSL_kDHr;
1976
1977     if (dh_dsa)
1978         mask_k |= SSL_kDHd;
1979     if (dh_dsa_export)
1980         emask_k |= SSL_kDHd;
1981
1982     if (mask_k & (SSL_kDHr | SSL_kDHd))
1983         mask_a |= SSL_aDH;
1984
1985     if (rsa_enc || rsa_sign) {
1986         mask_a |= SSL_aRSA;
1987         emask_a |= SSL_aRSA;
1988     }
1989
1990     if (dsa_sign) {
1991         mask_a |= SSL_aDSS;
1992         emask_a |= SSL_aDSS;
1993     }
1994
1995     mask_a |= SSL_aNULL;
1996     emask_a |= SSL_aNULL;
1997
1998     /*
1999      * An ECC certificate may be usable for ECDH and/or ECDSA cipher suites
2000      * depending on the key usage extension.
2001      */
2002 #ifndef OPENSSL_NO_EC
2003     if (have_ecc_cert) {
2004         uint32_t ex_kusage;
2005         cpk = &c->pkeys[SSL_PKEY_ECC];
2006         x = cpk->x509;
2007         ex_kusage = X509_get_key_usage(x);
2008         ecdh_ok = ex_kusage & X509v3_KU_KEY_AGREEMENT;
2009         ecdsa_ok = ex_kusage & X509v3_KU_DIGITAL_SIGNATURE;
2010         if (!(pvalid[SSL_PKEY_ECC] & CERT_PKEY_SIGN))
2011             ecdsa_ok = 0;
2012         ecc_pkey = X509_get_pubkey(x);
2013         ecc_pkey_size = (ecc_pkey != NULL) ? EVP_PKEY_bits(ecc_pkey) : 0;
2014         EVP_PKEY_free(ecc_pkey);
2015         OBJ_find_sigid_algs(X509_get_signature_nid(x), &md_nid, &pk_nid);
2016         if (ecdh_ok) {
2017
2018             if (pk_nid == NID_rsaEncryption || pk_nid == NID_rsa) {
2019                 mask_k |= SSL_kECDHr;
2020                 mask_a |= SSL_aECDH;
2021                 if (ecc_pkey_size <= 163) {
2022                     emask_k |= SSL_kECDHr;
2023                     emask_a |= SSL_aECDH;
2024                 }
2025             }
2026
2027             if (pk_nid == NID_X9_62_id_ecPublicKey) {
2028                 mask_k |= SSL_kECDHe;
2029                 mask_a |= SSL_aECDH;
2030                 if (ecc_pkey_size <= 163) {
2031                     emask_k |= SSL_kECDHe;
2032                     emask_a |= SSL_aECDH;
2033                 }
2034             }
2035         }
2036         if (ecdsa_ok) {
2037             mask_a |= SSL_aECDSA;
2038             emask_a |= SSL_aECDSA;
2039         }
2040     }
2041 #endif
2042
2043 #ifndef OPENSSL_NO_EC
2044     if (have_ecdh_tmp) {
2045         mask_k |= SSL_kECDHE;
2046         emask_k |= SSL_kECDHE;
2047     }
2048 #endif
2049
2050 #ifndef OPENSSL_NO_PSK
2051     mask_k |= SSL_kPSK;
2052     mask_a |= SSL_aPSK;
2053     emask_k |= SSL_kPSK;
2054     emask_a |= SSL_aPSK;
2055     if (mask_k & SSL_kRSA)
2056         mask_k |= SSL_kRSAPSK;
2057     if (mask_k & SSL_kDHE)
2058         mask_k |= SSL_kDHEPSK;
2059     if (mask_k & SSL_kECDHE)
2060         mask_k |= SSL_kECDHEPSK;
2061 #endif
2062
2063     s->s3->tmp.mask_k = mask_k;
2064     s->s3->tmp.mask_a = mask_a;
2065     s->s3->tmp.export_mask_k = emask_k;
2066     s->s3->tmp.export_mask_a = emask_a;
2067 }
2068
2069 #ifndef OPENSSL_NO_EC
2070
2071 int ssl_check_srvr_ecc_cert_and_alg(X509 *x, SSL *s)
2072 {
2073     unsigned long alg_k, alg_a;
2074     EVP_PKEY *pkey = NULL;
2075     int keysize = 0;
2076     int md_nid = 0, pk_nid = 0;
2077     const SSL_CIPHER *cs = s->s3->tmp.new_cipher;
2078     uint32_t ex_kusage = X509_get_key_usage(x);
2079
2080     alg_k = cs->algorithm_mkey;
2081     alg_a = cs->algorithm_auth;
2082
2083     if (SSL_C_IS_EXPORT(cs)) {
2084         /* ECDH key length in export ciphers must be <= 163 bits */
2085         pkey = X509_get_pubkey(x);
2086         if (pkey == NULL)
2087             return 0;
2088         keysize = EVP_PKEY_bits(pkey);
2089         EVP_PKEY_free(pkey);
2090         if (keysize > 163)
2091             return 0;
2092     }
2093
2094     OBJ_find_sigid_algs(X509_get_signature_nid(x), &md_nid, &pk_nid);
2095
2096     if (alg_k & SSL_kECDHe || alg_k & SSL_kECDHr) {
2097         /* key usage, if present, must allow key agreement */
2098         if (!(ex_kusage & X509v3_KU_KEY_AGREEMENT)) {
2099             SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2100                    SSL_R_ECC_CERT_NOT_FOR_KEY_AGREEMENT);
2101             return 0;
2102         }
2103         if ((alg_k & SSL_kECDHe) && TLS1_get_version(s) < TLS1_2_VERSION) {
2104             /* signature alg must be ECDSA */
2105             if (pk_nid != NID_X9_62_id_ecPublicKey) {
2106                 SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2107                        SSL_R_ECC_CERT_SHOULD_HAVE_SHA1_SIGNATURE);
2108                 return 0;
2109             }
2110         }
2111         if ((alg_k & SSL_kECDHr) && TLS1_get_version(s) < TLS1_2_VERSION) {
2112             /* signature alg must be RSA */
2113
2114             if (pk_nid != NID_rsaEncryption && pk_nid != NID_rsa) {
2115                 SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2116                        SSL_R_ECC_CERT_SHOULD_HAVE_RSA_SIGNATURE);
2117                 return 0;
2118             }
2119         }
2120     }
2121     if (alg_a & SSL_aECDSA) {
2122         /* key usage, if present, must allow signing */
2123         if (!(ex_kusage & X509v3_KU_DIGITAL_SIGNATURE)) {
2124             SSLerr(SSL_F_SSL_CHECK_SRVR_ECC_CERT_AND_ALG,
2125                    SSL_R_ECC_CERT_NOT_FOR_SIGNING);
2126             return 0;
2127         }
2128     }
2129
2130     return 1;                   /* all checks are ok */
2131 }
2132
2133 #endif
2134
2135 static int ssl_get_server_cert_index(const SSL *s)
2136 {
2137     int idx;
2138     idx = ssl_cipher_get_cert_index(s->s3->tmp.new_cipher);
2139     if (idx == SSL_PKEY_RSA_ENC && !s->cert->pkeys[SSL_PKEY_RSA_ENC].x509)
2140         idx = SSL_PKEY_RSA_SIGN;
2141     if (idx == -1)
2142         SSLerr(SSL_F_SSL_GET_SERVER_CERT_INDEX, ERR_R_INTERNAL_ERROR);
2143     return idx;
2144 }
2145
2146 CERT_PKEY *ssl_get_server_send_pkey(SSL *s)
2147 {
2148     CERT *c;
2149     int i;
2150
2151     c = s->cert;
2152     if (!s->s3 || !s->s3->tmp.new_cipher)
2153         return NULL;
2154     ssl_set_masks(s, s->s3->tmp.new_cipher);
2155
2156 #ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
2157     /*
2158      * Broken protocol test: return last used certificate: which may mismatch
2159      * the one expected.
2160      */
2161     if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL)
2162         return c->key;
2163 #endif
2164
2165     i = ssl_get_server_cert_index(s);
2166
2167     /* This may or may not be an error. */
2168     if (i < 0)
2169         return NULL;
2170
2171     /* May be NULL. */
2172     return &c->pkeys[i];
2173 }
2174
2175 EVP_PKEY *ssl_get_sign_pkey(SSL *s, const SSL_CIPHER *cipher,
2176                             const EVP_MD **pmd)
2177 {
2178     unsigned long alg_a;
2179     CERT *c;
2180     int idx = -1;
2181
2182     alg_a = cipher->algorithm_auth;
2183     c = s->cert;
2184
2185 #ifdef OPENSSL_SSL_DEBUG_BROKEN_PROTOCOL
2186     /*
2187      * Broken protocol test: use last key: which may mismatch the one
2188      * expected.
2189      */
2190     if (c->cert_flags & SSL_CERT_FLAG_BROKEN_PROTOCOL)
2191         idx = c->key - c->pkeys;
2192     else
2193 #endif
2194
2195     if ((alg_a & SSL_aDSS) &&
2196             (c->pkeys[SSL_PKEY_DSA_SIGN].privatekey != NULL))
2197         idx = SSL_PKEY_DSA_SIGN;
2198     else if (alg_a & SSL_aRSA) {
2199         if (c->pkeys[SSL_PKEY_RSA_SIGN].privatekey != NULL)
2200             idx = SSL_PKEY_RSA_SIGN;
2201         else if (c->pkeys[SSL_PKEY_RSA_ENC].privatekey != NULL)
2202             idx = SSL_PKEY_RSA_ENC;
2203     } else if ((alg_a & SSL_aECDSA) &&
2204                (c->pkeys[SSL_PKEY_ECC].privatekey != NULL))
2205         idx = SSL_PKEY_ECC;
2206     if (idx == -1) {
2207         SSLerr(SSL_F_SSL_GET_SIGN_PKEY, ERR_R_INTERNAL_ERROR);
2208         return (NULL);
2209     }
2210     if (pmd)
2211         *pmd = s->s3->tmp.md[idx];
2212     return c->pkeys[idx].privatekey;
2213 }
2214
2215 int ssl_get_server_cert_serverinfo(SSL *s, const unsigned char **serverinfo,
2216                                    size_t *serverinfo_length)
2217 {
2218     CERT *c = NULL;
2219     int i = 0;
2220     *serverinfo_length = 0;
2221
2222     c = s->cert;
2223     i = ssl_get_server_cert_index(s);
2224
2225     if (i == -1)
2226         return 0;
2227     if (c->pkeys[i].serverinfo == NULL)
2228         return 0;
2229
2230     *serverinfo = c->pkeys[i].serverinfo;
2231     *serverinfo_length = c->pkeys[i].serverinfo_length;
2232     return 1;
2233 }
2234
2235 void ssl_update_cache(SSL *s, int mode)
2236 {
2237     int i;
2238
2239     /*
2240      * If the session_id_length is 0, we are not supposed to cache it, and it
2241      * would be rather hard to do anyway :-)
2242      */
2243     if (s->session->session_id_length == 0)
2244         return;
2245
2246     i = s->session_ctx->session_cache_mode;
2247     if ((i & mode) && (!s->hit)
2248         && ((i & SSL_SESS_CACHE_NO_INTERNAL_STORE)
2249             || SSL_CTX_add_session(s->session_ctx, s->session))
2250         && (s->session_ctx->new_session_cb != NULL)) {
2251         CRYPTO_add(&s->session->references, 1, CRYPTO_LOCK_SSL_SESSION);
2252         if (!s->session_ctx->new_session_cb(s, s->session))
2253             SSL_SESSION_free(s->session);
2254     }
2255
2256     /* auto flush every 255 connections */
2257     if ((!(i & SSL_SESS_CACHE_NO_AUTO_CLEAR)) && ((i & mode) == mode)) {
2258         if ((((mode & SSL_SESS_CACHE_CLIENT)
2259               ? s->session_ctx->stats.sess_connect_good
2260               : s->session_ctx->stats.sess_accept_good) & 0xff) == 0xff) {
2261             SSL_CTX_flush_sessions(s->session_ctx, (unsigned long)time(NULL));
2262         }
2263     }
2264 }
2265
2266 const SSL_METHOD *SSL_CTX_get_ssl_method(SSL_CTX *ctx)
2267 {
2268     return ctx->method;
2269 }
2270
2271 const SSL_METHOD *SSL_get_ssl_method(SSL *s)
2272 {
2273     return (s->method);
2274 }
2275
2276 int SSL_set_ssl_method(SSL *s, const SSL_METHOD *meth)
2277 {
2278     int conn = -1;
2279     int ret = 1;
2280
2281     if (s->method != meth) {
2282         if (s->handshake_func != NULL)
2283             conn = (s->handshake_func == s->method->ssl_connect);
2284
2285         if (s->method->version == meth->version)
2286             s->method = meth;
2287         else {
2288             s->method->ssl_free(s);
2289             s->method = meth;
2290             ret = s->method->ssl_new(s);
2291         }
2292
2293         if (conn == 1)
2294             s->handshake_func = meth->ssl_connect;
2295         else if (conn == 0)
2296             s->handshake_func = meth->ssl_accept;
2297     }
2298     return (ret);
2299 }
2300
2301 int SSL_get_error(const SSL *s, int i)
2302 {
2303     int reason;
2304     unsigned long l;
2305     BIO *bio;
2306
2307     if (i > 0)
2308         return (SSL_ERROR_NONE);
2309
2310     /*
2311      * Make things return SSL_ERROR_SYSCALL when doing SSL_do_handshake etc,
2312      * where we do encode the error
2313      */
2314     if ((l = ERR_peek_error()) != 0) {
2315         if (ERR_GET_LIB(l) == ERR_LIB_SYS)
2316             return (SSL_ERROR_SYSCALL);
2317         else
2318             return (SSL_ERROR_SSL);
2319     }
2320
2321     if ((i < 0) && SSL_want_read(s)) {
2322         bio = SSL_get_rbio(s);
2323         if (BIO_should_read(bio))
2324             return (SSL_ERROR_WANT_READ);
2325         else if (BIO_should_write(bio))
2326             /*
2327              * This one doesn't make too much sense ... We never try to write
2328              * to the rbio, and an application program where rbio and wbio
2329              * are separate couldn't even know what it should wait for.
2330              * However if we ever set s->rwstate incorrectly (so that we have
2331              * SSL_want_read(s) instead of SSL_want_write(s)) and rbio and
2332              * wbio *are* the same, this test works around that bug; so it
2333              * might be safer to keep it.
2334              */
2335             return (SSL_ERROR_WANT_WRITE);
2336         else if (BIO_should_io_special(bio)) {
2337             reason = BIO_get_retry_reason(bio);
2338             if (reason == BIO_RR_CONNECT)
2339                 return (SSL_ERROR_WANT_CONNECT);
2340             else if (reason == BIO_RR_ACCEPT)
2341                 return (SSL_ERROR_WANT_ACCEPT);
2342             else
2343                 return (SSL_ERROR_SYSCALL); /* unknown */
2344         }
2345     }
2346
2347     if ((i < 0) && SSL_want_write(s)) {
2348         bio = SSL_get_wbio(s);
2349         if (BIO_should_write(bio))
2350             return (SSL_ERROR_WANT_WRITE);
2351         else if (BIO_should_read(bio))
2352             /*
2353              * See above (SSL_want_read(s) with BIO_should_write(bio))
2354              */
2355             return (SSL_ERROR_WANT_READ);
2356         else if (BIO_should_io_special(bio)) {
2357             reason = BIO_get_retry_reason(bio);
2358             if (reason == BIO_RR_CONNECT)
2359                 return (SSL_ERROR_WANT_CONNECT);
2360             else if (reason == BIO_RR_ACCEPT)
2361                 return (SSL_ERROR_WANT_ACCEPT);
2362             else
2363                 return (SSL_ERROR_SYSCALL);
2364         }
2365     }
2366     if ((i < 0) && SSL_want_x509_lookup(s)) {
2367         return (SSL_ERROR_WANT_X509_LOOKUP);
2368     }
2369
2370     if (i == 0) {
2371         if ((s->shutdown & SSL_RECEIVED_SHUTDOWN) &&
2372             (s->s3->warn_alert == SSL_AD_CLOSE_NOTIFY))
2373             return (SSL_ERROR_ZERO_RETURN);
2374     }
2375     return (SSL_ERROR_SYSCALL);
2376 }
2377
2378 int SSL_do_handshake(SSL *s)
2379 {
2380     int ret = 1;
2381
2382     if (s->handshake_func == NULL) {
2383         SSLerr(SSL_F_SSL_DO_HANDSHAKE, SSL_R_CONNECTION_TYPE_NOT_SET);
2384         return (-1);
2385     }
2386
2387     s->method->ssl_renegotiate_check(s);
2388
2389     if (SSL_in_init(s) || SSL_in_before(s)) {
2390         ret = s->handshake_func(s);
2391     }
2392     return (ret);
2393 }
2394
2395 void SSL_set_accept_state(SSL *s)
2396 {
2397     s->server = 1;
2398     s->shutdown = 0;
2399     statem_clear(s);
2400     s->handshake_func = s->method->ssl_accept;
2401     clear_ciphers(s);
2402 }
2403
2404 void SSL_set_connect_state(SSL *s)
2405 {
2406     s->server = 0;
2407     s->shutdown = 0;
2408     statem_clear(s);
2409     s->handshake_func = s->method->ssl_connect;
2410     clear_ciphers(s);
2411 }
2412
2413 int ssl_undefined_function(SSL *s)
2414 {
2415     SSLerr(SSL_F_SSL_UNDEFINED_FUNCTION, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2416     return (0);
2417 }
2418
2419 int ssl_undefined_void_function(void)
2420 {
2421     SSLerr(SSL_F_SSL_UNDEFINED_VOID_FUNCTION,
2422            ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2423     return (0);
2424 }
2425
2426 int ssl_undefined_const_function(const SSL *s)
2427 {
2428     SSLerr(SSL_F_SSL_UNDEFINED_CONST_FUNCTION,
2429            ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2430     return (0);
2431 }
2432
2433 SSL_METHOD *ssl_bad_method(int ver)
2434 {
2435     SSLerr(SSL_F_SSL_BAD_METHOD, ERR_R_SHOULD_NOT_HAVE_BEEN_CALLED);
2436     return (NULL);
2437 }
2438
2439 const char *SSL_get_version(const SSL *s)
2440 {
2441     if (s->version == TLS1_2_VERSION)
2442         return ("TLSv1.2");
2443     else if (s->version == TLS1_1_VERSION)
2444         return ("TLSv1.1");
2445     else if (s->version == TLS1_VERSION)
2446         return ("TLSv1");
2447     else if (s->version == SSL3_VERSION)
2448         return ("SSLv3");
2449     else if (s->version == DTLS1_BAD_VER)
2450         return ("DTLSv0.9");
2451     else if (s->version == DTLS1_VERSION)
2452         return ("DTLSv1");
2453     else if (s->version == DTLS1_2_VERSION)
2454         return ("DTLSv1.2");
2455     else
2456         return ("unknown");
2457 }
2458
2459 SSL *SSL_dup(SSL *s)
2460 {
2461     STACK_OF(X509_NAME) *sk;
2462     X509_NAME *xn;
2463     SSL *ret;
2464     int i;
2465
2466     if ((ret = SSL_new(SSL_get_SSL_CTX(s))) == NULL)
2467         return (NULL);
2468
2469     ret->version = s->version;
2470     ret->method = s->method;
2471
2472     if (s->session != NULL) {
2473         /* This copies session-id, SSL_METHOD, sid_ctx, and 'cert' */
2474         if (!SSL_copy_session_id(ret, s))
2475             goto err;
2476     } else {
2477         /*
2478          * No session has been established yet, so we have to expect that
2479          * s->cert or ret->cert will be changed later -- they should not both
2480          * point to the same object, and thus we can't use
2481          * SSL_copy_session_id.
2482          */
2483
2484         ret->method->ssl_free(ret);
2485         ret->method = s->method;
2486         ret->method->ssl_new(ret);
2487
2488         if (s->cert != NULL) {
2489             ssl_cert_free(ret->cert);
2490             ret->cert = ssl_cert_dup(s->cert);
2491             if (ret->cert == NULL)
2492                 goto err;
2493         }
2494
2495         if (!SSL_set_session_id_context(ret, s->sid_ctx, s->sid_ctx_length))
2496             goto err;
2497     }
2498
2499     ret->options = s->options;
2500     ret->mode = s->mode;
2501     SSL_set_max_cert_list(ret, SSL_get_max_cert_list(s));
2502     SSL_set_read_ahead(ret, SSL_get_read_ahead(s));
2503     ret->msg_callback = s->msg_callback;
2504     ret->msg_callback_arg = s->msg_callback_arg;
2505     SSL_set_verify(ret, SSL_get_verify_mode(s), SSL_get_verify_callback(s));
2506     SSL_set_verify_depth(ret, SSL_get_verify_depth(s));
2507     ret->generate_session_id = s->generate_session_id;
2508
2509     SSL_set_info_callback(ret, SSL_get_info_callback(s));
2510
2511     ret->debug = s->debug;
2512
2513     /* copy app data, a little dangerous perhaps */
2514     if (!CRYPTO_dup_ex_data(CRYPTO_EX_INDEX_SSL, &ret->ex_data, &s->ex_data))
2515         goto err;
2516
2517     /* setup rbio, and wbio */
2518     if (s->rbio != NULL) {
2519         if (!BIO_dup_state(s->rbio, (char *)&ret->rbio))
2520             goto err;
2521     }
2522     if (s->wbio != NULL) {
2523         if (s->wbio != s->rbio) {
2524             if (!BIO_dup_state(s->wbio, (char *)&ret->wbio))
2525                 goto err;
2526         } else
2527             ret->wbio = ret->rbio;
2528     }
2529     ret->rwstate = s->rwstate;
2530     ret->in_handshake = s->in_handshake;
2531     ret->handshake_func = s->handshake_func;
2532     ret->server = s->server;
2533     ret->renegotiate = s->renegotiate;
2534     ret->new_session = s->new_session;
2535     ret->quiet_shutdown = s->quiet_shutdown;
2536     ret->shutdown = s->shutdown;
2537     ret->statem = s->statem;      /* SSL_dup does not really work at any state,
2538                                    * though */
2539     RECORD_LAYER_dup(&ret->rlayer, &s->rlayer);
2540     ret->init_num = 0;          /* would have to copy ret->init_buf,
2541                                  * ret->init_msg, ret->init_num,
2542                                  * ret->init_off */
2543     ret->hit = s->hit;
2544
2545     X509_VERIFY_PARAM_inherit(ret->param, s->param);
2546
2547     /* dup the cipher_list and cipher_list_by_id stacks */
2548     if (s->cipher_list != NULL) {
2549         if ((ret->cipher_list = sk_SSL_CIPHER_dup(s->cipher_list)) == NULL)
2550             goto err;
2551     }
2552     if (s->cipher_list_by_id != NULL)
2553         if ((ret->cipher_list_by_id = sk_SSL_CIPHER_dup(s->cipher_list_by_id))
2554             == NULL)
2555             goto err;
2556
2557     /* Dup the client_CA list */
2558     if (s->client_CA != NULL) {
2559         if ((sk = sk_X509_NAME_dup(s->client_CA)) == NULL)
2560             goto err;
2561         ret->client_CA = sk;
2562         for (i = 0; i < sk_X509_NAME_num(sk); i++) {
2563             xn = sk_X509_NAME_value(sk, i);
2564             if (sk_X509_NAME_set(sk, i, X509_NAME_dup(xn)) == NULL) {
2565                 X509_NAME_free(xn);
2566                 goto err;
2567             }
2568         }
2569     }
2570     return ret;
2571
2572  err:
2573     SSL_free(ret);
2574     return NULL;
2575 }
2576
2577 void ssl_clear_cipher_ctx(SSL *s)
2578 {
2579     if (s->enc_read_ctx != NULL) {
2580         EVP_CIPHER_CTX_cleanup(s->enc_read_ctx);
2581         OPENSSL_free(s->enc_read_ctx);
2582         s->enc_read_ctx = NULL;
2583     }
2584     if (s->enc_write_ctx != NULL) {
2585         EVP_CIPHER_CTX_cleanup(s->enc_write_ctx);
2586         OPENSSL_free(s->enc_write_ctx);
2587         s->enc_write_ctx = NULL;
2588     }
2589 #ifndef OPENSSL_NO_COMP
2590     COMP_CTX_free(s->expand);
2591     s->expand = NULL;
2592     COMP_CTX_free(s->compress);
2593     s->compress = NULL;
2594 #endif
2595 }
2596
2597 X509 *SSL_get_certificate(const SSL *s)
2598 {
2599     if (s->cert != NULL)
2600         return (s->cert->key->x509);
2601     else
2602         return (NULL);
2603 }
2604
2605 EVP_PKEY *SSL_get_privatekey(const SSL *s)
2606 {
2607     if (s->cert != NULL)
2608         return (s->cert->key->privatekey);
2609     else
2610         return (NULL);
2611 }
2612
2613 X509 *SSL_CTX_get0_certificate(const SSL_CTX *ctx)
2614 {
2615     if (ctx->cert != NULL)
2616         return ctx->cert->key->x509;
2617     else
2618         return NULL;
2619 }
2620
2621 EVP_PKEY *SSL_CTX_get0_privatekey(const SSL_CTX *ctx)
2622 {
2623     if (ctx->cert != NULL)
2624         return ctx->cert->key->privatekey;
2625     else
2626         return NULL;
2627 }
2628
2629 const SSL_CIPHER *SSL_get_current_cipher(const SSL *s)
2630 {
2631     if ((s->session != NULL) && (s->session->cipher != NULL))
2632         return (s->session->cipher);
2633     return (NULL);
2634 }
2635
2636 const COMP_METHOD *SSL_get_current_compression(SSL *s)
2637 {
2638 #ifndef OPENSSL_NO_COMP
2639     return s->compress ? COMP_CTX_get_method(s->compress) : NULL;
2640 #else
2641     return NULL;
2642 #endif
2643 }
2644
2645 const COMP_METHOD *SSL_get_current_expansion(SSL *s)
2646 {
2647 #ifndef OPENSSL_NO_COMP
2648     return s->expand ? COMP_CTX_get_method(s->expand) : NULL;
2649 #else
2650     return NULL;
2651 #endif
2652 }
2653
2654 int ssl_init_wbio_buffer(SSL *s, int push)
2655 {
2656     BIO *bbio;
2657
2658     if (s->bbio == NULL) {
2659         bbio = BIO_new(BIO_f_buffer());
2660         if (bbio == NULL)
2661             return (0);
2662         s->bbio = bbio;
2663     } else {
2664         bbio = s->bbio;
2665         if (s->bbio == s->wbio)
2666             s->wbio = BIO_pop(s->wbio);
2667     }
2668     (void)BIO_reset(bbio);
2669 /*      if (!BIO_set_write_buffer_size(bbio,16*1024)) */
2670     if (!BIO_set_read_buffer_size(bbio, 1)) {
2671         SSLerr(SSL_F_SSL_INIT_WBIO_BUFFER, ERR_R_BUF_LIB);
2672         return (0);
2673     }
2674     if (push) {
2675         if (s->wbio != bbio)
2676             s->wbio = BIO_push(bbio, s->wbio);
2677     } else {
2678         if (s->wbio == bbio)
2679             s->wbio = BIO_pop(bbio);
2680     }
2681     return (1);
2682 }
2683
2684 void ssl_free_wbio_buffer(SSL *s)
2685 {
2686     /* callers ensure s is never null */
2687     if (s->bbio == NULL)
2688         return;
2689
2690     if (s->bbio == s->wbio) {
2691         /* remove buffering */
2692         s->wbio = BIO_pop(s->wbio);
2693 #ifdef REF_CHECK                /* not the usual REF_CHECK, but this avoids
2694                                  * adding one more preprocessor symbol */
2695         assert(s->wbio != NULL);
2696 #endif
2697     }
2698     BIO_free(s->bbio);
2699     s->bbio = NULL;
2700 }
2701
2702 void SSL_CTX_set_quiet_shutdown(SSL_CTX *ctx, int mode)
2703 {
2704     ctx->quiet_shutdown = mode;
2705 }
2706
2707 int SSL_CTX_get_quiet_shutdown(const SSL_CTX *ctx)
2708 {
2709     return (ctx->quiet_shutdown);
2710 }
2711
2712 void SSL_set_quiet_shutdown(SSL *s, int mode)
2713 {
2714     s->quiet_shutdown = mode;
2715 }
2716
2717 int SSL_get_quiet_shutdown(const SSL *s)
2718 {
2719     return (s->quiet_shutdown);
2720 }
2721
2722 void SSL_set_shutdown(SSL *s, int mode)
2723 {
2724     s->shutdown = mode;
2725 }
2726
2727 int SSL_get_shutdown(const SSL *s)
2728 {
2729     return (s->shutdown);
2730 }
2731
2732 int SSL_version(const SSL *s)
2733 {
2734     return (s->version);
2735 }
2736
2737 SSL_CTX *SSL_get_SSL_CTX(const SSL *ssl)
2738 {
2739     return (ssl->ctx);
2740 }
2741
2742 SSL_CTX *SSL_set_SSL_CTX(SSL *ssl, SSL_CTX *ctx)
2743 {
2744     CERT *new_cert;
2745     if (ssl->ctx == ctx)
2746         return ssl->ctx;
2747     if (ctx == NULL)
2748         ctx = ssl->initial_ctx;
2749     new_cert = ssl_cert_dup(ctx->cert);
2750     if (new_cert == NULL) {
2751         return NULL;
2752     }
2753     ssl_cert_free(ssl->cert);
2754     ssl->cert = new_cert;
2755
2756     /*
2757      * Program invariant: |sid_ctx| has fixed size (SSL_MAX_SID_CTX_LENGTH),
2758      * so setter APIs must prevent invalid lengths from entering the system.
2759      */
2760     OPENSSL_assert(ssl->sid_ctx_length <= sizeof(ssl->sid_ctx));
2761
2762     /*
2763      * If the session ID context matches that of the parent SSL_CTX,
2764      * inherit it from the new SSL_CTX as well. If however the context does
2765      * not match (i.e., it was set per-ssl with SSL_set_session_id_context),
2766      * leave it unchanged.
2767      */
2768     if ((ssl->ctx != NULL) &&
2769         (ssl->sid_ctx_length == ssl->ctx->sid_ctx_length) &&
2770         (memcmp(ssl->sid_ctx, ssl->ctx->sid_ctx, ssl->sid_ctx_length) == 0)) {
2771         ssl->sid_ctx_length = ctx->sid_ctx_length;
2772         memcpy(&ssl->sid_ctx, &ctx->sid_ctx, sizeof(ssl->sid_ctx));
2773     }
2774
2775     CRYPTO_add(&ctx->references, 1, CRYPTO_LOCK_SSL_CTX);
2776     SSL_CTX_free(ssl->ctx); /* decrement reference count */
2777     ssl->ctx = ctx;
2778
2779     return (ssl->ctx);
2780 }
2781
2782 int SSL_CTX_set_default_verify_paths(SSL_CTX *ctx)
2783 {
2784     return (X509_STORE_set_default_paths(ctx->cert_store));
2785 }
2786
2787 int SSL_CTX_set_default_verify_dir(SSL_CTX *ctx)
2788 {
2789     X509_LOOKUP *lookup;
2790
2791     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_hash_dir());
2792     if (lookup == NULL)
2793         return 0;
2794     X509_LOOKUP_add_dir(lookup, NULL, X509_FILETYPE_DEFAULT);
2795
2796     /* Clear any errors if the default directory does not exist */
2797     ERR_clear_error();
2798
2799     return 1;
2800 }
2801
2802 int SSL_CTX_set_default_verify_file(SSL_CTX *ctx)
2803 {
2804     X509_LOOKUP *lookup;
2805
2806     lookup = X509_STORE_add_lookup(ctx->cert_store, X509_LOOKUP_file());
2807     if (lookup == NULL)
2808         return 0;
2809
2810     X509_LOOKUP_load_file(lookup, NULL, X509_FILETYPE_DEFAULT);
2811
2812     /* Clear any errors if the default file does not exist */
2813     ERR_clear_error();
2814
2815     return 1;
2816 }
2817
2818 int SSL_CTX_load_verify_locations(SSL_CTX *ctx, const char *CAfile,
2819                                   const char *CApath)
2820 {
2821     return (X509_STORE_load_locations(ctx->cert_store, CAfile, CApath));
2822 }
2823
2824 void SSL_set_info_callback(SSL *ssl,
2825                            void (*cb) (const SSL *ssl, int type, int val))
2826 {
2827     ssl->info_callback = cb;
2828 }
2829
2830 /*
2831  * One compiler (Diab DCC) doesn't like argument names in returned function
2832  * pointer.
2833  */
2834 void (*SSL_get_info_callback(const SSL *ssl)) (const SSL * /* ssl */ ,
2835                                                int /* type */ ,
2836                                                int /* val */ ) {
2837     return ssl->info_callback;
2838 }
2839
2840 void SSL_set_verify_result(SSL *ssl, long arg)
2841 {
2842     ssl->verify_result = arg;
2843 }
2844
2845 long SSL_get_verify_result(const SSL *ssl)
2846 {
2847     return (ssl->verify_result);
2848 }
2849
2850 size_t SSL_get_client_random(const SSL *ssl, unsigned char *out, size_t outlen)
2851 {
2852     if (outlen == 0)
2853         return sizeof(ssl->s3->client_random);
2854     if (outlen > sizeof(ssl->s3->client_random))
2855         outlen = sizeof(ssl->s3->client_random);
2856     memcpy(out, ssl->s3->client_random, outlen);
2857     return outlen;
2858 }
2859
2860 size_t SSL_get_server_random(const SSL *ssl, unsigned char *out, size_t outlen)
2861 {
2862     if (outlen == 0)
2863         return sizeof(ssl->s3->server_random);
2864     if (outlen > sizeof(ssl->s3->server_random))
2865         outlen = sizeof(ssl->s3->server_random);
2866     memcpy(out, ssl->s3->server_random, outlen);
2867     return outlen;
2868 }
2869
2870 size_t SSL_SESSION_get_master_key(const SSL_SESSION *session,
2871                                unsigned char *out, size_t outlen)
2872 {
2873     if (session->master_key_length < 0) {
2874         /* Should never happen */
2875         return 0;
2876     }
2877     if (outlen == 0)
2878         return session->master_key_length;
2879     if (outlen > (size_t)session->master_key_length)
2880         outlen = session->master_key_length;
2881     memcpy(out, session->master_key, outlen);
2882     return outlen;
2883 }
2884
2885 int SSL_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
2886                          CRYPTO_EX_dup *dup_func, CRYPTO_EX_free *free_func)
2887 {
2888     return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL, argl, argp,
2889                                    new_func, dup_func, free_func);
2890 }
2891
2892 int SSL_set_ex_data(SSL *s, int idx, void *arg)
2893 {
2894     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
2895 }
2896
2897 void *SSL_get_ex_data(const SSL *s, int idx)
2898 {
2899     return (CRYPTO_get_ex_data(&s->ex_data, idx));
2900 }
2901
2902 int SSL_CTX_get_ex_new_index(long argl, void *argp, CRYPTO_EX_new *new_func,
2903                              CRYPTO_EX_dup *dup_func,
2904                              CRYPTO_EX_free *free_func)
2905 {
2906     return CRYPTO_get_ex_new_index(CRYPTO_EX_INDEX_SSL_CTX, argl, argp,
2907                                    new_func, dup_func, free_func);
2908 }
2909
2910 int SSL_CTX_set_ex_data(SSL_CTX *s, int idx, void *arg)
2911 {
2912     return (CRYPTO_set_ex_data(&s->ex_data, idx, arg));
2913 }
2914
2915 void *SSL_CTX_get_ex_data(const SSL_CTX *s, int idx)
2916 {
2917     return (CRYPTO_get_ex_data(&s->ex_data, idx));
2918 }
2919
2920 int ssl_ok(SSL *s)
2921 {
2922     return (1);
2923 }
2924
2925 X509_STORE *SSL_CTX_get_cert_store(const SSL_CTX *ctx)
2926 {
2927     return (ctx->cert_store);
2928 }
2929
2930 void SSL_CTX_set_cert_store(SSL_CTX *ctx, X509_STORE *store)
2931 {
2932     X509_STORE_free(ctx->cert_store);
2933     ctx->cert_store = store;
2934 }
2935
2936 int SSL_want(const SSL *s)
2937 {
2938     return (s->rwstate);
2939 }
2940
2941 /**
2942  * \brief Set the callback for generating temporary RSA keys.
2943  * \param ctx the SSL context.
2944  * \param cb the callback
2945  */
2946
2947 #ifndef OPENSSL_NO_RSA
2948 void SSL_CTX_set_tmp_rsa_callback(SSL_CTX *ctx, RSA *(*cb) (SSL *ssl,
2949                                                             int is_export,
2950                                                             int keylength))
2951 {
2952     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_RSA_CB, (void (*)(void))cb);
2953 }
2954
2955 void SSL_set_tmp_rsa_callback(SSL *ssl, RSA *(*cb) (SSL *ssl,
2956                                                     int is_export,
2957                                                     int keylength))
2958 {
2959     SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_RSA_CB, (void (*)(void))cb);
2960 }
2961 #endif
2962
2963 #ifdef DOXYGEN
2964 /**
2965  * \brief The RSA temporary key callback function.
2966  * \param ssl the SSL session.
2967  * \param is_export \c TRUE if the temp RSA key is for an export ciphersuite.
2968  * \param keylength if \c is_export is \c TRUE, then \c keylength is the size
2969  * of the required key in bits.
2970  * \return the temporary RSA key.
2971  * \sa SSL_CTX_set_tmp_rsa_callback, SSL_set_tmp_rsa_callback
2972  */
2973
2974 RSA *cb(SSL *ssl, int is_export, int keylength)
2975 {
2976 }
2977 #endif
2978
2979 /**
2980  * \brief Set the callback for generating temporary DH keys.
2981  * \param ctx the SSL context.
2982  * \param dh the callback
2983  */
2984
2985 #ifndef OPENSSL_NO_DH
2986 void SSL_CTX_set_tmp_dh_callback(SSL_CTX *ctx,
2987                                  DH *(*dh) (SSL *ssl, int is_export,
2988                                             int keylength))
2989 {
2990     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
2991 }
2992
2993 void SSL_set_tmp_dh_callback(SSL *ssl, DH *(*dh) (SSL *ssl, int is_export,
2994                                                   int keylength))
2995 {
2996     SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_DH_CB, (void (*)(void))dh);
2997 }
2998 #endif
2999
3000 #ifndef OPENSSL_NO_EC
3001 void SSL_CTX_set_tmp_ecdh_callback(SSL_CTX *ctx,
3002                                    EC_KEY *(*ecdh) (SSL *ssl, int is_export,
3003                                                     int keylength))
3004 {
3005     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_TMP_ECDH_CB,
3006                           (void (*)(void))ecdh);
3007 }
3008
3009 void SSL_set_tmp_ecdh_callback(SSL *ssl,
3010                                EC_KEY *(*ecdh) (SSL *ssl, int is_export,
3011                                                 int keylength))
3012 {
3013     SSL_callback_ctrl(ssl, SSL_CTRL_SET_TMP_ECDH_CB, (void (*)(void))ecdh);
3014 }
3015 #endif
3016
3017 #ifndef OPENSSL_NO_PSK
3018 int SSL_CTX_use_psk_identity_hint(SSL_CTX *ctx, const char *identity_hint)
3019 {
3020     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3021         SSLerr(SSL_F_SSL_CTX_USE_PSK_IDENTITY_HINT,
3022                SSL_R_DATA_LENGTH_TOO_LONG);
3023         return 0;
3024     }
3025     OPENSSL_free(ctx->cert->psk_identity_hint);
3026     if (identity_hint != NULL) {
3027         ctx->cert->psk_identity_hint = BUF_strdup(identity_hint);
3028         if (ctx->cert->psk_identity_hint == NULL)
3029             return 0;
3030     } else
3031         ctx->cert->psk_identity_hint = NULL;
3032     return 1;
3033 }
3034
3035 int SSL_use_psk_identity_hint(SSL *s, const char *identity_hint)
3036 {
3037     if (s == NULL)
3038         return 0;
3039
3040     if (identity_hint != NULL && strlen(identity_hint) > PSK_MAX_IDENTITY_LEN) {
3041         SSLerr(SSL_F_SSL_USE_PSK_IDENTITY_HINT, SSL_R_DATA_LENGTH_TOO_LONG);
3042         return 0;
3043     }
3044     OPENSSL_free(s->cert->psk_identity_hint);
3045     if (identity_hint != NULL) {
3046         s->cert->psk_identity_hint = BUF_strdup(identity_hint);
3047         if (s->cert->psk_identity_hint == NULL)
3048             return 0;
3049     } else
3050         s->cert->psk_identity_hint = NULL;
3051     return 1;
3052 }
3053
3054 const char *SSL_get_psk_identity_hint(const SSL *s)
3055 {
3056     if (s == NULL || s->session == NULL)
3057         return NULL;
3058     return (s->session->psk_identity_hint);
3059 }
3060
3061 const char *SSL_get_psk_identity(const SSL *s)
3062 {
3063     if (s == NULL || s->session == NULL)
3064         return NULL;
3065     return (s->session->psk_identity);
3066 }
3067
3068 void SSL_set_psk_client_callback(SSL *s,
3069                                  unsigned int (*cb) (SSL *ssl,
3070                                                      const char *hint,
3071                                                      char *identity,
3072                                                      unsigned int
3073                                                      max_identity_len,
3074                                                      unsigned char *psk,
3075                                                      unsigned int
3076                                                      max_psk_len))
3077 {
3078     s->psk_client_callback = cb;
3079 }
3080
3081 void SSL_CTX_set_psk_client_callback(SSL_CTX *ctx,
3082                                      unsigned int (*cb) (SSL *ssl,
3083                                                          const char *hint,
3084                                                          char *identity,
3085                                                          unsigned int
3086                                                          max_identity_len,
3087                                                          unsigned char *psk,
3088                                                          unsigned int
3089                                                          max_psk_len))
3090 {
3091     ctx->psk_client_callback = cb;
3092 }
3093
3094 void SSL_set_psk_server_callback(SSL *s,
3095                                  unsigned int (*cb) (SSL *ssl,
3096                                                      const char *identity,
3097                                                      unsigned char *psk,
3098                                                      unsigned int
3099                                                      max_psk_len))
3100 {
3101     s->psk_server_callback = cb;
3102 }
3103
3104 void SSL_CTX_set_psk_server_callback(SSL_CTX *ctx,
3105                                      unsigned int (*cb) (SSL *ssl,
3106                                                          const char *identity,
3107                                                          unsigned char *psk,
3108                                                          unsigned int
3109                                                          max_psk_len))
3110 {
3111     ctx->psk_server_callback = cb;
3112 }
3113 #endif
3114
3115 void SSL_CTX_set_msg_callback(SSL_CTX *ctx,
3116                               void (*cb) (int write_p, int version,
3117                                           int content_type, const void *buf,
3118                                           size_t len, SSL *ssl, void *arg))
3119 {
3120     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3121 }
3122
3123 void SSL_set_msg_callback(SSL *ssl,
3124                           void (*cb) (int write_p, int version,
3125                                       int content_type, const void *buf,
3126                                       size_t len, SSL *ssl, void *arg))
3127 {
3128     SSL_callback_ctrl(ssl, SSL_CTRL_SET_MSG_CALLBACK, (void (*)(void))cb);
3129 }
3130
3131 void SSL_CTX_set_not_resumable_session_callback(SSL_CTX *ctx,
3132                                                 int (*cb) (SSL *ssl,
3133                                                            int
3134                                                            is_forward_secure))
3135 {
3136     SSL_CTX_callback_ctrl(ctx, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3137                           (void (*)(void))cb);
3138 }
3139
3140 void SSL_set_not_resumable_session_callback(SSL *ssl,
3141                                             int (*cb) (SSL *ssl,
3142                                                        int is_forward_secure))
3143 {
3144     SSL_callback_ctrl(ssl, SSL_CTRL_SET_NOT_RESUMABLE_SESS_CB,
3145                       (void (*)(void))cb);
3146 }
3147
3148 /*
3149  * Allocates new EVP_MD_CTX and sets pointer to it into given pointer
3150  * vairable, freeing EVP_MD_CTX previously stored in that variable, if any.
3151  * If EVP_MD pointer is passed, initializes ctx with this md Returns newly
3152  * allocated ctx;
3153  */
3154
3155 EVP_MD_CTX *ssl_replace_hash(EVP_MD_CTX **hash, const EVP_MD *md)
3156 {
3157     ssl_clear_hash_ctx(hash);
3158     *hash = EVP_MD_CTX_create();
3159     if (md)
3160         EVP_DigestInit_ex(*hash, md, NULL);
3161     return *hash;
3162 }
3163
3164 void ssl_clear_hash_ctx(EVP_MD_CTX **hash)
3165 {
3166
3167     if (*hash)
3168         EVP_MD_CTX_destroy(*hash);
3169     *hash = NULL;
3170 }
3171
3172 /* Retrieve handshake hashes */
3173 int ssl_handshake_hash(SSL *s, unsigned char *out, int outlen)
3174 {
3175     unsigned char *p = out;
3176     int idx, ret = 0;
3177     long mask;
3178     EVP_MD_CTX ctx;
3179     const EVP_MD *md;
3180     EVP_MD_CTX_init(&ctx);
3181     for (idx = 0; ssl_get_handshake_digest(idx, &mask, &md); idx++) {
3182         if (mask & ssl_get_algorithm2(s)) {
3183             int hashsize = EVP_MD_size(md);
3184             EVP_MD_CTX *hdgst = s->s3->handshake_dgst[idx];
3185             if (!hdgst || hashsize < 0 || hashsize > outlen)
3186                 goto err;
3187             if (!EVP_MD_CTX_copy_ex(&ctx, hdgst))
3188                 goto err;
3189             if (!EVP_DigestFinal_ex(&ctx, p, NULL))
3190                 goto err;
3191             p += hashsize;
3192             outlen -= hashsize;
3193         }
3194     }
3195     ret = p - out;
3196  err:
3197     EVP_MD_CTX_cleanup(&ctx);
3198     return ret;
3199 }
3200
3201 void SSL_set_debug(SSL *s, int debug)
3202 {
3203     s->debug = debug;
3204 }
3205
3206 int SSL_cache_hit(SSL *s)
3207 {
3208     return s->hit;
3209 }
3210
3211 int SSL_is_server(SSL *s)
3212 {
3213     return s->server;
3214 }
3215
3216 void SSL_set_security_level(SSL *s, int level)
3217 {
3218     s->cert->sec_level = level;
3219 }
3220
3221 int SSL_get_security_level(const SSL *s)
3222 {
3223     return s->cert->sec_level;
3224 }
3225
3226 void SSL_set_security_callback(SSL *s,
3227                                int (*cb) (SSL *s, SSL_CTX *ctx, int op,
3228                                           int bits, int nid, void *other,
3229                                           void *ex))
3230 {
3231     s->cert->sec_cb = cb;
3232 }
3233
3234 int (*SSL_get_security_callback(const SSL *s)) (SSL *s, SSL_CTX *ctx, int op,
3235                                                 int bits, int nid,
3236                                                 void *other, void *ex) {
3237     return s->cert->sec_cb;
3238 }
3239
3240 void SSL_set0_security_ex_data(SSL *s, void *ex)
3241 {
3242     s->cert->sec_ex = ex;
3243 }
3244
3245 void *SSL_get0_security_ex_data(const SSL *s)
3246 {
3247     return s->cert->sec_ex;
3248 }
3249
3250 void SSL_CTX_set_security_level(SSL_CTX *ctx, int level)
3251 {
3252     ctx->cert->sec_level = level;
3253 }
3254
3255 int SSL_CTX_get_security_level(const SSL_CTX *ctx)
3256 {
3257     return ctx->cert->sec_level;
3258 }
3259
3260 void SSL_CTX_set_security_callback(SSL_CTX *ctx,
3261                                    int (*cb) (SSL *s, SSL_CTX *ctx, int op,
3262                                               int bits, int nid, void *other,
3263                                               void *ex))
3264 {
3265     ctx->cert->sec_cb = cb;
3266 }
3267
3268 int (*SSL_CTX_get_security_callback(const SSL_CTX *ctx)) (SSL *s,
3269                                                           SSL_CTX *ctx,
3270                                                           int op, int bits,
3271                                                           int nid,
3272                                                           void *other,
3273                                                           void *ex) {
3274     return ctx->cert->sec_cb;
3275 }
3276
3277 void SSL_CTX_set0_security_ex_data(SSL_CTX *ctx, void *ex)
3278 {
3279     ctx->cert->sec_ex = ex;
3280 }
3281
3282 void *SSL_CTX_get0_security_ex_data(const SSL_CTX *ctx)
3283 {
3284     return ctx->cert->sec_ex;
3285 }
3286
3287 IMPLEMENT_OBJ_BSEARCH_GLOBAL_CMP_FN(SSL_CIPHER, SSL_CIPHER, ssl_cipher_id);