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