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