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