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