Remove SSL_{CTX_}set_ecdh_auto() and always enable ECDH
[openssl.git] / ssl / ssl_cert.c
1 /*
2  * ! \file ssl/ssl_cert.c
3  */
4 /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
5  * All rights reserved.
6  *
7  * This package is an SSL implementation written
8  * by Eric Young (eay@cryptsoft.com).
9  * The implementation was written so as to conform with Netscapes SSL.
10  *
11  * This library is free for commercial and non-commercial use as long as
12  * the following conditions are aheared to.  The following conditions
13  * apply to all code found in this distribution, be it the RC4, RSA,
14  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation
15  * included with this distribution is covered by the same copyright terms
16  * except that the holder is Tim Hudson (tjh@cryptsoft.com).
17  *
18  * Copyright remains Eric Young's, and as such any Copyright notices in
19  * the code are not to be removed.
20  * If this package is used in a product, Eric Young should be given attribution
21  * as the author of the parts of the library used.
22  * This can be in the form of a textual message at program startup or
23  * in documentation (online or textual) provided with the package.
24  *
25  * Redistribution and use in source and binary forms, with or without
26  * modification, are permitted provided that the following conditions
27  * are met:
28  * 1. Redistributions of source code must retain the copyright
29  *    notice, this list of conditions and the following disclaimer.
30  * 2. Redistributions in binary form must reproduce the above copyright
31  *    notice, this list of conditions and the following disclaimer in the
32  *    documentation and/or other materials provided with the distribution.
33  * 3. All advertising materials mentioning features or use of this software
34  *    must display the following acknowledgement:
35  *    "This product includes cryptographic software written by
36  *     Eric Young (eay@cryptsoft.com)"
37  *    The word 'cryptographic' can be left out if the rouines from the library
38  *    being used are not cryptographic related :-).
39  * 4. If you include any Windows specific code (or a derivative thereof) from
40  *    the apps directory (application code) you must include an acknowledgement:
41  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
42  *
43  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
44  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
45  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
46  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
47  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
48  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
49  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
50  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
51  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
52  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
53  * SUCH DAMAGE.
54  *
55  * The licence and distribution terms for any publically available version or
56  * derivative of this code cannot be changed.  i.e. this code cannot simply be
57  * copied and put under another distribution licence
58  * [including the GNU Public Licence.]
59  */
60 /* ====================================================================
61  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved.
62  *
63  * Redistribution and use in source and binary forms, with or without
64  * modification, are permitted provided that the following conditions
65  * are met:
66  *
67  * 1. Redistributions of source code must retain the above copyright
68  *    notice, this list of conditions and the following disclaimer.
69  *
70  * 2. Redistributions in binary form must reproduce the above copyright
71  *    notice, this list of conditions and the following disclaimer in
72  *    the documentation and/or other materials provided with the
73  *    distribution.
74  *
75  * 3. All advertising materials mentioning features or use of this
76  *    software must display the following acknowledgment:
77  *    "This product includes software developed by the OpenSSL Project
78  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
79  *
80  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
81  *    endorse or promote products derived from this software without
82  *    prior written permission. For written permission, please contact
83  *    openssl-core@openssl.org.
84  *
85  * 5. Products derived from this software may not be called "OpenSSL"
86  *    nor may "OpenSSL" appear in their names without prior written
87  *    permission of the OpenSSL Project.
88  *
89  * 6. Redistributions of any form whatsoever must retain the following
90  *    acknowledgment:
91  *    "This product includes software developed by the OpenSSL Project
92  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
93  *
94  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
95  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
96  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
97  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR
98  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
99  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
100  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
101  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
102  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
103  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
104  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
105  * OF THE POSSIBILITY OF SUCH DAMAGE.
106  * ====================================================================
107  *
108  * This product includes cryptographic software written by Eric Young
109  * (eay@cryptsoft.com).  This product includes software written by Tim
110  * Hudson (tjh@cryptsoft.com).
111  *
112  */
113 /* ====================================================================
114  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED.
115  * ECC cipher suite support in OpenSSL originally developed by
116  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project.
117  */
118
119 #include <stdio.h>
120
121 #include "e_os.h"
122 #ifndef NO_SYS_TYPES_H
123 # include <sys/types.h>
124 #endif
125
126 #include "internal/o_dir.h"
127 #include <openssl/objects.h>
128 #include <openssl/bio.h>
129 #include <openssl/pem.h>
130 #include <openssl/x509v3.h>
131 #ifndef OPENSSL_NO_DH
132 # include <openssl/dh.h>
133 #endif
134 #include <openssl/bn.h>
135 #include "ssl_locl.h"
136
137 static int ssl_security_default_callback(SSL *s, SSL_CTX *ctx, int op,
138                                          int bits, int nid, void *other,
139                                          void *ex);
140
141 int SSL_get_ex_data_X509_STORE_CTX_idx(void)
142 {
143     static volatile int ssl_x509_store_ctx_idx = -1;
144     int got_write_lock = 0;
145
146     CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX);
147
148     if (ssl_x509_store_ctx_idx < 0) {
149         CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX);
150         CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX);
151         got_write_lock = 1;
152
153         if (ssl_x509_store_ctx_idx < 0) {
154             ssl_x509_store_ctx_idx =
155                 X509_STORE_CTX_get_ex_new_index(0, "SSL for verify callback",
156                                                 NULL, NULL, NULL);
157         }
158     }
159
160     if (got_write_lock)
161         CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX);
162     else
163         CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX);
164
165     return ssl_x509_store_ctx_idx;
166 }
167
168 CERT *ssl_cert_new(void)
169 {
170     CERT *ret = OPENSSL_zalloc(sizeof(*ret));
171
172     if (ret == NULL) {
173         SSLerr(SSL_F_SSL_CERT_NEW, ERR_R_MALLOC_FAILURE);
174         return (NULL);
175     }
176
177     ret->key = &(ret->pkeys[SSL_PKEY_RSA_ENC]);
178     ret->references = 1;
179     ret->sec_cb = ssl_security_default_callback;
180     ret->sec_level = OPENSSL_TLS_SECURITY_LEVEL;
181     ret->sec_ex = NULL;
182     return (ret);
183 }
184
185 CERT *ssl_cert_dup(CERT *cert)
186 {
187     CERT *ret = OPENSSL_zalloc(sizeof(*ret));
188     int i;
189
190     if (ret == NULL) {
191         SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE);
192         return (NULL);
193     }
194
195     ret->references = 1;
196     ret->key = &ret->pkeys[cert->key - cert->pkeys];
197
198 #ifndef OPENSSL_NO_RSA
199     if (cert->rsa_tmp != NULL) {
200         RSA_up_ref(cert->rsa_tmp);
201         ret->rsa_tmp = cert->rsa_tmp;
202     }
203     ret->rsa_tmp_cb = cert->rsa_tmp_cb;
204 #endif
205
206 #ifndef OPENSSL_NO_DH
207     if (cert->dh_tmp != NULL) {
208         ret->dh_tmp = DHparams_dup(cert->dh_tmp);
209         if (ret->dh_tmp == NULL) {
210             SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_DH_LIB);
211             goto err;
212         }
213         if (cert->dh_tmp->priv_key) {
214             BIGNUM *b = BN_dup(cert->dh_tmp->priv_key);
215             if (!b) {
216                 SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB);
217                 goto err;
218             }
219             ret->dh_tmp->priv_key = b;
220         }
221         if (cert->dh_tmp->pub_key) {
222             BIGNUM *b = BN_dup(cert->dh_tmp->pub_key);
223             if (!b) {
224                 SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB);
225                 goto err;
226             }
227             ret->dh_tmp->pub_key = b;
228         }
229     }
230     ret->dh_tmp_cb = cert->dh_tmp_cb;
231     ret->dh_tmp_auto = cert->dh_tmp_auto;
232 #endif
233
234     for (i = 0; i < SSL_PKEY_NUM; i++) {
235         CERT_PKEY *cpk = cert->pkeys + i;
236         CERT_PKEY *rpk = ret->pkeys + i;
237         if (cpk->x509 != NULL) {
238             rpk->x509 = cpk->x509;
239             X509_up_ref(rpk->x509);
240         }
241
242         if (cpk->privatekey != NULL) {
243             rpk->privatekey = cpk->privatekey;
244             CRYPTO_add(&cpk->privatekey->references, 1, CRYPTO_LOCK_EVP_PKEY);
245         }
246
247         if (cpk->chain) {
248             rpk->chain = X509_chain_up_ref(cpk->chain);
249             if (!rpk->chain) {
250                 SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE);
251                 goto err;
252             }
253         }
254         if (cert->pkeys[i].serverinfo != NULL) {
255             /* Just copy everything. */
256             ret->pkeys[i].serverinfo =
257                 OPENSSL_malloc(cert->pkeys[i].serverinfo_length);
258             if (ret->pkeys[i].serverinfo == NULL) {
259                 SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE);
260                 goto err;
261             }
262             ret->pkeys[i].serverinfo_length =
263                 cert->pkeys[i].serverinfo_length;
264             memcpy(ret->pkeys[i].serverinfo,
265                    cert->pkeys[i].serverinfo,
266                    cert->pkeys[i].serverinfo_length);
267         }
268     }
269
270     /* Configured sigalgs copied across */
271     if (cert->conf_sigalgs) {
272         ret->conf_sigalgs = OPENSSL_malloc(cert->conf_sigalgslen);
273         if (ret->conf_sigalgs == NULL)
274             goto err;
275         memcpy(ret->conf_sigalgs, cert->conf_sigalgs, cert->conf_sigalgslen);
276         ret->conf_sigalgslen = cert->conf_sigalgslen;
277     } else
278         ret->conf_sigalgs = NULL;
279
280     if (cert->client_sigalgs) {
281         ret->client_sigalgs = OPENSSL_malloc(cert->client_sigalgslen);
282         if (ret->client_sigalgs == NULL)
283             goto err;
284         memcpy(ret->client_sigalgs, cert->client_sigalgs,
285                cert->client_sigalgslen);
286         ret->client_sigalgslen = cert->client_sigalgslen;
287     } else
288         ret->client_sigalgs = NULL;
289     /* Shared sigalgs also NULL */
290     ret->shared_sigalgs = NULL;
291     /* Copy any custom client certificate types */
292     if (cert->ctypes) {
293         ret->ctypes = OPENSSL_malloc(cert->ctype_num);
294         if (ret->ctypes == NULL)
295             goto err;
296         memcpy(ret->ctypes, cert->ctypes, cert->ctype_num);
297         ret->ctype_num = cert->ctype_num;
298     }
299
300     ret->cert_flags = cert->cert_flags;
301
302     ret->cert_cb = cert->cert_cb;
303     ret->cert_cb_arg = cert->cert_cb_arg;
304
305     if (cert->verify_store) {
306         CRYPTO_add(&cert->verify_store->references, 1,
307                    CRYPTO_LOCK_X509_STORE);
308         ret->verify_store = cert->verify_store;
309     }
310
311     if (cert->chain_store) {
312         CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE);
313         ret->chain_store = cert->chain_store;
314     }
315
316     ret->sec_cb = cert->sec_cb;
317     ret->sec_level = cert->sec_level;
318     ret->sec_ex = cert->sec_ex;
319
320     if (!custom_exts_copy(&ret->cli_ext, &cert->cli_ext))
321         goto err;
322     if (!custom_exts_copy(&ret->srv_ext, &cert->srv_ext))
323         goto err;
324 #ifndef OPENSSL_NO_PSK
325     if (cert->psk_identity_hint) {
326         ret->psk_identity_hint = BUF_strdup(cert->psk_identity_hint);
327         if (ret->psk_identity_hint == NULL)
328             goto err;
329     }
330 #endif
331     return (ret);
332
333  err:
334     ssl_cert_free(ret);
335
336     return NULL;
337 }
338
339 /* Free up and clear all certificates and chains */
340
341 void ssl_cert_clear_certs(CERT *c)
342 {
343     int i;
344     if (c == NULL)
345         return;
346     for (i = 0; i < SSL_PKEY_NUM; i++) {
347         CERT_PKEY *cpk = c->pkeys + i;
348         X509_free(cpk->x509);
349         cpk->x509 = NULL;
350         EVP_PKEY_free(cpk->privatekey);
351         cpk->privatekey = NULL;
352         sk_X509_pop_free(cpk->chain, X509_free);
353         cpk->chain = NULL;
354         OPENSSL_free(cpk->serverinfo);
355         cpk->serverinfo = NULL;
356         cpk->serverinfo_length = 0;
357     }
358 }
359
360 void ssl_cert_free(CERT *c)
361 {
362     int i;
363
364     if (c == NULL)
365         return;
366
367     i = CRYPTO_add(&c->references, -1, CRYPTO_LOCK_SSL_CERT);
368 #ifdef REF_PRINT
369     REF_PRINT("CERT", c);
370 #endif
371     if (i > 0)
372         return;
373 #ifdef REF_CHECK
374     if (i < 0) {
375         fprintf(stderr, "ssl_cert_free, bad reference count\n");
376         abort();                /* ok */
377     }
378 #endif
379
380 #ifndef OPENSSL_NO_RSA
381     RSA_free(c->rsa_tmp);
382 #endif
383 #ifndef OPENSSL_NO_DH
384     DH_free(c->dh_tmp);
385 #endif
386
387     ssl_cert_clear_certs(c);
388     OPENSSL_free(c->conf_sigalgs);
389     OPENSSL_free(c->client_sigalgs);
390     OPENSSL_free(c->shared_sigalgs);
391     OPENSSL_free(c->ctypes);
392     X509_STORE_free(c->verify_store);
393     X509_STORE_free(c->chain_store);
394     custom_exts_free(&c->cli_ext);
395     custom_exts_free(&c->srv_ext);
396 #ifndef OPENSSL_NO_PSK
397     OPENSSL_free(c->psk_identity_hint);
398 #endif
399     OPENSSL_free(c);
400 }
401
402 int ssl_cert_set0_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain)
403 {
404     int i, r;
405     CERT_PKEY *cpk = s ? s->cert->key : ctx->cert->key;
406     if (!cpk)
407         return 0;
408     sk_X509_pop_free(cpk->chain, X509_free);
409     for (i = 0; i < sk_X509_num(chain); i++) {
410         r = ssl_security_cert(s, ctx, sk_X509_value(chain, i), 0, 0);
411         if (r != 1) {
412             SSLerr(SSL_F_SSL_CERT_SET0_CHAIN, r);
413             return 0;
414         }
415     }
416     cpk->chain = chain;
417     return 1;
418 }
419
420 int ssl_cert_set1_chain(SSL *s, SSL_CTX *ctx, STACK_OF(X509) *chain)
421 {
422     STACK_OF(X509) *dchain;
423     if (!chain)
424         return ssl_cert_set0_chain(s, ctx, NULL);
425     dchain = X509_chain_up_ref(chain);
426     if (!dchain)
427         return 0;
428     if (!ssl_cert_set0_chain(s, ctx, dchain)) {
429         sk_X509_pop_free(dchain, X509_free);
430         return 0;
431     }
432     return 1;
433 }
434
435 int ssl_cert_add0_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x)
436 {
437     int r;
438     CERT_PKEY *cpk = s ? s->cert->key : ctx->cert->key;
439     if (!cpk)
440         return 0;
441     r = ssl_security_cert(s, ctx, x, 0, 0);
442     if (r != 1) {
443         SSLerr(SSL_F_SSL_CERT_ADD0_CHAIN_CERT, r);
444         return 0;
445     }
446     if (!cpk->chain)
447         cpk->chain = sk_X509_new_null();
448     if (!cpk->chain || !sk_X509_push(cpk->chain, x))
449         return 0;
450     return 1;
451 }
452
453 int ssl_cert_add1_chain_cert(SSL *s, SSL_CTX *ctx, X509 *x)
454 {
455     if (!ssl_cert_add0_chain_cert(s, ctx, x))
456         return 0;
457     X509_up_ref(x);
458     return 1;
459 }
460
461 int ssl_cert_select_current(CERT *c, X509 *x)
462 {
463     int i;
464     if (x == NULL)
465         return 0;
466     for (i = 0; i < SSL_PKEY_NUM; i++) {
467         CERT_PKEY *cpk = c->pkeys + i;
468         if (cpk->x509 == x && cpk->privatekey) {
469             c->key = cpk;
470             return 1;
471         }
472     }
473
474     for (i = 0; i < SSL_PKEY_NUM; i++) {
475         CERT_PKEY *cpk = c->pkeys + i;
476         if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) {
477             c->key = cpk;
478             return 1;
479         }
480     }
481     return 0;
482 }
483
484 int ssl_cert_set_current(CERT *c, long op)
485 {
486     int i, idx;
487     if (!c)
488         return 0;
489     if (op == SSL_CERT_SET_FIRST)
490         idx = 0;
491     else if (op == SSL_CERT_SET_NEXT) {
492         idx = (int)(c->key - c->pkeys + 1);
493         if (idx >= SSL_PKEY_NUM)
494             return 0;
495     } else
496         return 0;
497     for (i = idx; i < SSL_PKEY_NUM; i++) {
498         CERT_PKEY *cpk = c->pkeys + i;
499         if (cpk->x509 && cpk->privatekey) {
500             c->key = cpk;
501             return 1;
502         }
503     }
504     return 0;
505 }
506
507 void ssl_cert_set_cert_cb(CERT *c, int (*cb) (SSL *ssl, void *arg), void *arg)
508 {
509     c->cert_cb = cb;
510     c->cert_cb_arg = arg;
511 }
512
513 int ssl_verify_cert_chain(SSL *s, STACK_OF(X509) *sk)
514 {
515     X509 *x;
516     int i;
517     X509_STORE *verify_store;
518     X509_STORE_CTX ctx;
519
520     if (s->cert->verify_store)
521         verify_store = s->cert->verify_store;
522     else
523         verify_store = s->ctx->cert_store;
524
525     if ((sk == NULL) || (sk_X509_num(sk) == 0))
526         return (0);
527
528     x = sk_X509_value(sk, 0);
529     if (!X509_STORE_CTX_init(&ctx, verify_store, x, sk)) {
530         SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, ERR_R_X509_LIB);
531         return (0);
532     }
533     /* Set suite B flags if needed */
534     X509_STORE_CTX_set_flags(&ctx, tls1_suiteb(s));
535     X509_STORE_CTX_set_ex_data(&ctx, SSL_get_ex_data_X509_STORE_CTX_idx(), s);
536
537     /*
538      * We need to inherit the verify parameters. These can be determined by
539      * the context: if its a server it will verify SSL client certificates or
540      * vice versa.
541      */
542
543     X509_STORE_CTX_set_default(&ctx, s->server ? "ssl_client" : "ssl_server");
544     /*
545      * Anything non-default in "param" should overwrite anything in the ctx.
546      */
547     X509_VERIFY_PARAM_set1(X509_STORE_CTX_get0_param(&ctx), s->param);
548
549     if (s->verify_callback)
550         X509_STORE_CTX_set_verify_cb(&ctx, s->verify_callback);
551
552     if (s->ctx->app_verify_callback != NULL)
553         i = s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg);
554     else {
555         i = X509_verify_cert(&ctx);
556 # if 0
557         /* Dummy error calls so mkerr generates them */
558         SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, SSL_R_EE_KEY_TOO_SMALL);
559         SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, SSL_R_CA_KEY_TOO_SMALL);
560         SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN, SSL_R_CA_MD_TOO_WEAK);
561 # endif
562         if (i > 0)
563             i = ssl_security_cert_chain(s, ctx.chain, NULL, 1);
564     }
565
566     s->verify_result = ctx.error;
567     X509_STORE_CTX_cleanup(&ctx);
568
569     return (i);
570 }
571
572 static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,
573                                STACK_OF(X509_NAME) *name_list)
574 {
575     sk_X509_NAME_pop_free(*ca_list, X509_NAME_free);
576     *ca_list = name_list;
577 }
578
579 STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk)
580 {
581     int i;
582     STACK_OF(X509_NAME) *ret;
583     X509_NAME *name;
584
585     ret = sk_X509_NAME_new_null();
586     for (i = 0; i < sk_X509_NAME_num(sk); i++) {
587         name = X509_NAME_dup(sk_X509_NAME_value(sk, i));
588         if ((name == NULL) || !sk_X509_NAME_push(ret, name)) {
589             sk_X509_NAME_pop_free(ret, X509_NAME_free);
590             return (NULL);
591         }
592     }
593     return (ret);
594 }
595
596 void SSL_set_client_CA_list(SSL *s, STACK_OF(X509_NAME) *name_list)
597 {
598     set_client_CA_list(&(s->client_CA), name_list);
599 }
600
601 void SSL_CTX_set_client_CA_list(SSL_CTX *ctx, STACK_OF(X509_NAME) *name_list)
602 {
603     set_client_CA_list(&(ctx->client_CA), name_list);
604 }
605
606 STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx)
607 {
608     return (ctx->client_CA);
609 }
610
611 STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s)
612 {
613     if (!s->server) { /* we are in the client */
614         if (((s->version >> 8) == SSL3_VERSION_MAJOR) && (s->s3 != NULL))
615             return (s->s3->tmp.ca_names);
616         else
617             return (NULL);
618     } else {
619         if (s->client_CA != NULL)
620             return (s->client_CA);
621         else
622             return (s->ctx->client_CA);
623     }
624 }
625
626 static int add_client_CA(STACK_OF(X509_NAME) **sk, X509 *x)
627 {
628     X509_NAME *name;
629
630     if (x == NULL)
631         return (0);
632     if ((*sk == NULL) && ((*sk = sk_X509_NAME_new_null()) == NULL))
633         return (0);
634
635     if ((name = X509_NAME_dup(X509_get_subject_name(x))) == NULL)
636         return (0);
637
638     if (!sk_X509_NAME_push(*sk, name)) {
639         X509_NAME_free(name);
640         return (0);
641     }
642     return (1);
643 }
644
645 int SSL_add_client_CA(SSL *ssl, X509 *x)
646 {
647     return (add_client_CA(&(ssl->client_CA), x));
648 }
649
650 int SSL_CTX_add_client_CA(SSL_CTX *ctx, X509 *x)
651 {
652     return (add_client_CA(&(ctx->client_CA), x));
653 }
654
655 static int xname_cmp(const X509_NAME *const *a, const X509_NAME *const *b)
656 {
657     return (X509_NAME_cmp(*a, *b));
658 }
659
660 /**
661  * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed;
662  * it doesn't really have anything to do with clients (except that a common use
663  * for a stack of CAs is to send it to the client). Actually, it doesn't have
664  * much to do with CAs, either, since it will load any old cert.
665  * \param file the file containing one or more certs.
666  * \return a ::STACK containing the certs.
667  */
668 STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file)
669 {
670     BIO *in;
671     X509 *x = NULL;
672     X509_NAME *xn = NULL;
673     STACK_OF(X509_NAME) *ret = NULL, *sk;
674
675     sk = sk_X509_NAME_new(xname_cmp);
676
677     in = BIO_new(BIO_s_file());
678
679     if ((sk == NULL) || (in == NULL)) {
680         SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE, ERR_R_MALLOC_FAILURE);
681         goto err;
682     }
683
684     if (!BIO_read_filename(in, file))
685         goto err;
686
687     for (;;) {
688         if (PEM_read_bio_X509(in, &x, NULL, NULL) == NULL)
689             break;
690         if (ret == NULL) {
691             ret = sk_X509_NAME_new_null();
692             if (ret == NULL) {
693                 SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE, ERR_R_MALLOC_FAILURE);
694                 goto err;
695             }
696         }
697         if ((xn = X509_get_subject_name(x)) == NULL)
698             goto err;
699         /* check for duplicates */
700         xn = X509_NAME_dup(xn);
701         if (xn == NULL)
702             goto err;
703         if (sk_X509_NAME_find(sk, xn) >= 0)
704             X509_NAME_free(xn);
705         else {
706             sk_X509_NAME_push(sk, xn);
707             sk_X509_NAME_push(ret, xn);
708         }
709     }
710     goto done;
711
712  err:
713     sk_X509_NAME_pop_free(ret, X509_NAME_free);
714     ret = NULL;
715  done:
716     sk_X509_NAME_free(sk);
717     BIO_free(in);
718     X509_free(x);
719     if (ret != NULL)
720         ERR_clear_error();
721     return (ret);
722 }
723
724 /**
725  * Add a file of certs to a stack.
726  * \param stack the stack to add to.
727  * \param file the file to add from. All certs in this file that are not
728  * already in the stack will be added.
729  * \return 1 for success, 0 for failure. Note that in the case of failure some
730  * certs may have been added to \c stack.
731  */
732
733 int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
734                                         const char *file)
735 {
736     BIO *in;
737     X509 *x = NULL;
738     X509_NAME *xn = NULL;
739     int ret = 1;
740     int (*oldcmp) (const X509_NAME *const *a, const X509_NAME *const *b);
741
742     oldcmp = sk_X509_NAME_set_cmp_func(stack, xname_cmp);
743
744     in = BIO_new(BIO_s_file());
745
746     if (in == NULL) {
747         SSLerr(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK,
748                ERR_R_MALLOC_FAILURE);
749         goto err;
750     }
751
752     if (!BIO_read_filename(in, file))
753         goto err;
754
755     for (;;) {
756         if (PEM_read_bio_X509(in, &x, NULL, NULL) == NULL)
757             break;
758         if ((xn = X509_get_subject_name(x)) == NULL)
759             goto err;
760         xn = X509_NAME_dup(xn);
761         if (xn == NULL)
762             goto err;
763         if (sk_X509_NAME_find(stack, xn) >= 0)
764             X509_NAME_free(xn);
765         else
766             sk_X509_NAME_push(stack, xn);
767     }
768
769     ERR_clear_error();
770     goto done;
771
772  err:
773         ret = 0;
774  done:
775     BIO_free(in);
776     X509_free(x);
777     (void)sk_X509_NAME_set_cmp_func(stack, oldcmp);
778     return ret;
779 }
780
781 /**
782  * Add a directory of certs to a stack.
783  * \param stack the stack to append to.
784  * \param dir the directory to append from. All files in this directory will be
785  * examined as potential certs. Any that are acceptable to
786  * SSL_add_dir_cert_subjects_to_stack() that are not already in the stack will be
787  * included.
788  * \return 1 for success, 0 for failure. Note that in the case of failure some
789  * certs may have been added to \c stack.
790  */
791
792 int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack,
793                                        const char *dir)
794 {
795     OPENSSL_DIR_CTX *d = NULL;
796     const char *filename;
797     int ret = 0;
798
799     CRYPTO_w_lock(CRYPTO_LOCK_READDIR);
800
801     /* Note that a side effect is that the CAs will be sorted by name */
802
803     while ((filename = OPENSSL_DIR_read(&d, dir))) {
804         char buf[1024];
805         int r;
806
807         if (strlen(dir) + strlen(filename) + 2 > sizeof buf) {
808             SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK,
809                    SSL_R_PATH_TOO_LONG);
810             goto err;
811         }
812 #ifdef OPENSSL_SYS_VMS
813         r = BIO_snprintf(buf, sizeof buf, "%s%s", dir, filename);
814 #else
815         r = BIO_snprintf(buf, sizeof buf, "%s/%s", dir, filename);
816 #endif
817         if (r <= 0 || r >= (int)sizeof(buf))
818             goto err;
819         if (!SSL_add_file_cert_subjects_to_stack(stack, buf))
820             goto err;
821     }
822
823     if (errno) {
824         SYSerr(SYS_F_OPENDIR, get_last_sys_error());
825         ERR_add_error_data(3, "OPENSSL_DIR_read(&ctx, '", dir, "')");
826         SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB);
827         goto err;
828     }
829
830     ret = 1;
831
832  err:
833     if (d)
834         OPENSSL_DIR_end(&d);
835     CRYPTO_w_unlock(CRYPTO_LOCK_READDIR);
836     return ret;
837 }
838
839 /* Add a certificate to a BUF_MEM structure */
840
841 static int ssl_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x)
842 {
843     int n;
844     unsigned char *p;
845
846     n = i2d_X509(x, NULL);
847     if (!BUF_MEM_grow_clean(buf, (int)(n + (*l) + 3))) {
848         SSLerr(SSL_F_SSL_ADD_CERT_TO_BUF, ERR_R_BUF_LIB);
849         return 0;
850     }
851     p = (unsigned char *)&(buf->data[*l]);
852     l2n3(n, p);
853     i2d_X509(x, &p);
854     *l += n + 3;
855
856     return 1;
857 }
858
859 /* Add certificate chain to internal SSL BUF_MEM strcuture */
860 int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l)
861 {
862     BUF_MEM *buf = s->init_buf;
863     int i;
864
865     X509 *x;
866     STACK_OF(X509) *extra_certs;
867     X509_STORE *chain_store;
868
869     /* TLSv1 sends a chain with nothing in it, instead of an alert */
870     if (!BUF_MEM_grow_clean(buf, 10)) {
871         SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, ERR_R_BUF_LIB);
872         return 0;
873     }
874
875     if (!cpk || !cpk->x509)
876         return 1;
877
878     x = cpk->x509;
879
880     /*
881      * If we have a certificate specific chain use it, else use parent ctx.
882      */
883     if (cpk->chain)
884         extra_certs = cpk->chain;
885     else
886         extra_certs = s->ctx->extra_certs;
887
888     if ((s->mode & SSL_MODE_NO_AUTO_CHAIN) || extra_certs)
889         chain_store = NULL;
890     else if (s->cert->chain_store)
891         chain_store = s->cert->chain_store;
892     else
893         chain_store = s->ctx->cert_store;
894
895     if (chain_store) {
896         X509_STORE_CTX xs_ctx;
897
898         if (!X509_STORE_CTX_init(&xs_ctx, chain_store, x, NULL)) {
899             SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, ERR_R_X509_LIB);
900             return (0);
901         }
902         /*
903          * It is valid for the chain not to be complete (because normally we
904          * don't include the root cert in the chain). Therefore we deliberately
905          * ignore the error return from this call. We're not actually verifying
906          * the cert - we're just building as much of the chain as we can
907          */
908         X509_verify_cert(&xs_ctx);
909         /* Don't leave errors in the queue */
910         ERR_clear_error();
911         i = ssl_security_cert_chain(s, xs_ctx.chain, NULL, 0);
912         if (i != 1) {
913             X509_STORE_CTX_cleanup(&xs_ctx);
914             SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, i);
915             return 0;
916         }
917         for (i = 0; i < sk_X509_num(xs_ctx.chain); i++) {
918             x = sk_X509_value(xs_ctx.chain, i);
919
920             if (!ssl_add_cert_to_buf(buf, l, x)) {
921                 X509_STORE_CTX_cleanup(&xs_ctx);
922                 return 0;
923             }
924         }
925         X509_STORE_CTX_cleanup(&xs_ctx);
926     } else {
927         i = ssl_security_cert_chain(s, extra_certs, x, 0);
928         if (i != 1) {
929             SSLerr(SSL_F_SSL_ADD_CERT_CHAIN, i);
930             return 0;
931         }
932         if (!ssl_add_cert_to_buf(buf, l, x))
933             return 0;
934         for (i = 0; i < sk_X509_num(extra_certs); i++) {
935             x = sk_X509_value(extra_certs, i);
936             if (!ssl_add_cert_to_buf(buf, l, x))
937                 return 0;
938         }
939     }
940     return 1;
941 }
942
943 /* Build a certificate chain for current certificate */
944 int ssl_build_cert_chain(SSL *s, SSL_CTX *ctx, int flags)
945 {
946     CERT *c = s ? s->cert : ctx->cert;
947     CERT_PKEY *cpk = c->key;
948     X509_STORE *chain_store = NULL;
949     X509_STORE_CTX xs_ctx;
950     STACK_OF(X509) *chain = NULL, *untrusted = NULL;
951     X509 *x;
952     int i, rv = 0;
953     unsigned long error;
954
955     if (!cpk->x509) {
956         SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_NO_CERTIFICATE_SET);
957         goto err;
958     }
959     /* Rearranging and check the chain: add everything to a store */
960     if (flags & SSL_BUILD_CHAIN_FLAG_CHECK) {
961         chain_store = X509_STORE_new();
962         if (chain_store == NULL)
963             goto err;
964         for (i = 0; i < sk_X509_num(cpk->chain); i++) {
965             x = sk_X509_value(cpk->chain, i);
966             if (!X509_STORE_add_cert(chain_store, x)) {
967                 error = ERR_peek_last_error();
968                 if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
969                     ERR_GET_REASON(error) !=
970                     X509_R_CERT_ALREADY_IN_HASH_TABLE)
971                     goto err;
972                 ERR_clear_error();
973             }
974         }
975         /* Add EE cert too: it might be self signed */
976         if (!X509_STORE_add_cert(chain_store, cpk->x509)) {
977             error = ERR_peek_last_error();
978             if (ERR_GET_LIB(error) != ERR_LIB_X509 ||
979                 ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE)
980                 goto err;
981             ERR_clear_error();
982         }
983     } else {
984         if (c->chain_store)
985             chain_store = c->chain_store;
986         else if (s)
987             chain_store = s->ctx->cert_store;
988         else
989             chain_store = ctx->cert_store;
990
991         if (flags & SSL_BUILD_CHAIN_FLAG_UNTRUSTED)
992             untrusted = cpk->chain;
993     }
994
995     if (!X509_STORE_CTX_init(&xs_ctx, chain_store, cpk->x509, untrusted)) {
996         SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, ERR_R_X509_LIB);
997         goto err;
998     }
999     /* Set suite B flags if needed */
1000     X509_STORE_CTX_set_flags(&xs_ctx,
1001                              c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS);
1002
1003     i = X509_verify_cert(&xs_ctx);
1004     if (i <= 0 && flags & SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR) {
1005         if (flags & SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR)
1006             ERR_clear_error();
1007         i = 1;
1008         rv = 2;
1009     }
1010     if (i > 0)
1011         chain = X509_STORE_CTX_get1_chain(&xs_ctx);
1012     if (i <= 0) {
1013         SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_CERTIFICATE_VERIFY_FAILED);
1014         i = X509_STORE_CTX_get_error(&xs_ctx);
1015         ERR_add_error_data(2, "Verify error:",
1016                            X509_verify_cert_error_string(i));
1017
1018         X509_STORE_CTX_cleanup(&xs_ctx);
1019         goto err;
1020     }
1021     X509_STORE_CTX_cleanup(&xs_ctx);
1022     /* Remove EE certificate from chain */
1023     x = sk_X509_shift(chain);
1024     X509_free(x);
1025     if (flags & SSL_BUILD_CHAIN_FLAG_NO_ROOT) {
1026         if (sk_X509_num(chain) > 0) {
1027             /* See if last cert is self signed */
1028             x = sk_X509_value(chain, sk_X509_num(chain) - 1);
1029             if (X509_get_extension_flags(x) & EXFLAG_SS) {
1030                 x = sk_X509_pop(chain);
1031                 X509_free(x);
1032             }
1033         }
1034     }
1035     /*
1036      * Check security level of all CA certificates: EE will have been checked
1037      * already.
1038      */
1039     for (i = 0; i < sk_X509_num(chain); i++) {
1040         x = sk_X509_value(chain, i);
1041         rv = ssl_security_cert(s, ctx, x, 0, 0);
1042         if (rv != 1) {
1043             SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, rv);
1044             sk_X509_pop_free(chain, X509_free);
1045             rv = 0;
1046             goto err;
1047         }
1048     }
1049     sk_X509_pop_free(cpk->chain, X509_free);
1050     cpk->chain = chain;
1051     if (rv == 0)
1052         rv = 1;
1053  err:
1054     if (flags & SSL_BUILD_CHAIN_FLAG_CHECK)
1055         X509_STORE_free(chain_store);
1056
1057     return rv;
1058 }
1059
1060 int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref)
1061 {
1062     X509_STORE **pstore;
1063     if (chain)
1064         pstore = &c->chain_store;
1065     else
1066         pstore = &c->verify_store;
1067     X509_STORE_free(*pstore);
1068     *pstore = store;
1069     if (ref && store)
1070         CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE);
1071     return 1;
1072 }
1073
1074 static int ssl_security_default_callback(SSL *s, SSL_CTX *ctx, int op,
1075                                          int bits, int nid, void *other,
1076                                          void *ex)
1077 {
1078     int level, minbits;
1079     static const int minbits_table[5] = { 80, 112, 128, 192, 256 };
1080     if (ctx)
1081         level = SSL_CTX_get_security_level(ctx);
1082     else
1083         level = SSL_get_security_level(s);
1084     /* Level 0: anything goes */
1085     if (level <= 0)
1086         return 1;
1087     if (level > 5)
1088         level = 5;
1089     minbits = minbits_table[level - 1];
1090     switch (op) {
1091     case SSL_SECOP_CIPHER_SUPPORTED:
1092     case SSL_SECOP_CIPHER_SHARED:
1093     case SSL_SECOP_CIPHER_CHECK:
1094         {
1095             const SSL_CIPHER *c = other;
1096             /* No ciphers below security level */
1097             if (bits < minbits)
1098                 return 0;
1099             /* No unauthenticated ciphersuites */
1100             if (c->algorithm_auth & SSL_aNULL)
1101                 return 0;
1102             /* No MD5 mac ciphersuites */
1103             if (c->algorithm_mac & SSL_MD5)
1104                 return 0;
1105             /* SHA1 HMAC is 160 bits of security */
1106             if (minbits > 160 && c->algorithm_mac & SSL_SHA1)
1107                 return 0;
1108             /* Level 2: no RC4 */
1109             if (level >= 2 && c->algorithm_enc == SSL_RC4)
1110                 return 0;
1111             /* Level 3: forward secure ciphersuites only */
1112             if (level >= 3 && !(c->algorithm_mkey & (SSL_kEDH | SSL_kEECDH)))
1113                 return 0;
1114             break;
1115         }
1116     case SSL_SECOP_VERSION:
1117         /* SSLv3 not allowed on level 2 */
1118         if (nid <= SSL3_VERSION && level >= 2)
1119             return 0;
1120         /* TLS v1.1 and above only for level 3 */
1121         if (nid <= TLS1_VERSION && level >= 3)
1122             return 0;
1123         /* TLS v1.2 only for level 4 and above */
1124         if (nid <= TLS1_1_VERSION && level >= 4)
1125             return 0;
1126         break;
1127
1128     case SSL_SECOP_COMPRESSION:
1129         if (level >= 2)
1130             return 0;
1131         break;
1132     case SSL_SECOP_TICKET:
1133         if (level >= 3)
1134             return 0;
1135         break;
1136     default:
1137         if (bits < minbits)
1138             return 0;
1139     }
1140     return 1;
1141 }
1142
1143 int ssl_security(SSL *s, int op, int bits, int nid, void *other)
1144 {
1145     return s->cert->sec_cb(s, NULL, op, bits, nid, other, s->cert->sec_ex);
1146 }
1147
1148 int ssl_ctx_security(SSL_CTX *ctx, int op, int bits, int nid, void *other)
1149 {
1150     return ctx->cert->sec_cb(NULL, ctx, op, bits, nid, other,
1151                              ctx->cert->sec_ex);
1152 }