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