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