| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | /*! \file ssl/ssl_cert.c */ | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  |  * All rights reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * This package is an SSL implementation written | 
					
						
							|  |  |  |  * by Eric Young (eay@cryptsoft.com). | 
					
						
							|  |  |  |  * The implementation was written so as to conform with Netscapes SSL. | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * This library is free for commercial and non-commercial use as long as | 
					
						
							|  |  |  |  * the following conditions are aheared to.  The following conditions | 
					
						
							|  |  |  |  * apply to all code found in this distribution, be it the RC4, RSA, | 
					
						
							|  |  |  |  * lhash, DES, etc., code; not just the SSL code.  The SSL documentation | 
					
						
							|  |  |  |  * included with this distribution is covered by the same copyright terms | 
					
						
							|  |  |  |  * except that the holder is Tim Hudson (tjh@cryptsoft.com). | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * Copyright remains Eric Young's, and as such any Copyright notices in | 
					
						
							|  |  |  |  * the code are not to be removed. | 
					
						
							|  |  |  |  * If this package is used in a product, Eric Young should be given attribution | 
					
						
							|  |  |  |  * as the author of the parts of the library used. | 
					
						
							|  |  |  |  * This can be in the form of a textual message at program startup or | 
					
						
							|  |  |  |  * in documentation (online or textual) provided with the package. | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * Redistribution and use in source and binary forms, with or without | 
					
						
							|  |  |  |  * modification, are permitted provided that the following conditions | 
					
						
							|  |  |  |  * are met: | 
					
						
							|  |  |  |  * 1. Redistributions of source code must retain the copyright | 
					
						
							|  |  |  |  *    notice, this list of conditions and the following disclaimer. | 
					
						
							|  |  |  |  * 2. Redistributions in binary form must reproduce the above copyright | 
					
						
							|  |  |  |  *    notice, this list of conditions and the following disclaimer in the | 
					
						
							|  |  |  |  *    documentation and/or other materials provided with the distribution. | 
					
						
							|  |  |  |  * 3. All advertising materials mentioning features or use of this software | 
					
						
							|  |  |  |  *    must display the following acknowledgement: | 
					
						
							|  |  |  |  *    "This product includes cryptographic software written by | 
					
						
							|  |  |  |  *     Eric Young (eay@cryptsoft.com)" | 
					
						
							|  |  |  |  *    The word 'cryptographic' can be left out if the rouines from the library | 
					
						
							|  |  |  |  *    being used are not cryptographic related :-). | 
					
						
							|  |  |  |  * 4. If you include any Windows specific code (or a derivative thereof) from  | 
					
						
							|  |  |  |  *    the apps directory (application code) you must include an acknowledgement: | 
					
						
							|  |  |  |  *    "This product includes software written by Tim Hudson (tjh@cryptsoft.com)" | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND | 
					
						
							|  |  |  |  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
					
						
							|  |  |  |  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE | 
					
						
							|  |  |  |  * ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE | 
					
						
							|  |  |  |  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL | 
					
						
							|  |  |  |  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS | 
					
						
							|  |  |  |  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
					
						
							|  |  |  |  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | 
					
						
							|  |  |  |  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | 
					
						
							|  |  |  |  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 
					
						
							|  |  |  |  * SUCH DAMAGE. | 
					
						
							|  |  |  |  *  | 
					
						
							|  |  |  |  * The licence and distribution terms for any publically available version or | 
					
						
							|  |  |  |  * derivative of this code cannot be changed.  i.e. this code cannot simply be | 
					
						
							|  |  |  |  * copied and put under another distribution licence | 
					
						
							|  |  |  |  * [including the GNU Public Licence.] | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | /* ====================================================================
 | 
					
						
							| 
									
										
										
										
											2007-02-17 14:45:38 +08:00
										 |  |  |  * Copyright (c) 1998-2007 The OpenSSL Project.  All rights reserved. | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * Redistribution and use in source and binary forms, with or without | 
					
						
							|  |  |  |  * modification, are permitted provided that the following conditions | 
					
						
							|  |  |  |  * are met: | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 1. Redistributions of source code must retain the above copyright | 
					
						
							|  |  |  |  *    notice, this list of conditions and the following disclaimer.  | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 2. Redistributions in binary form must reproduce the above copyright | 
					
						
							|  |  |  |  *    notice, this list of conditions and the following disclaimer in | 
					
						
							|  |  |  |  *    the documentation and/or other materials provided with the | 
					
						
							|  |  |  |  *    distribution. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 3. All advertising materials mentioning features or use of this | 
					
						
							|  |  |  |  *    software must display the following acknowledgment: | 
					
						
							|  |  |  |  *    "This product includes software developed by the OpenSSL Project | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  |  *    for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to | 
					
						
							|  |  |  |  *    endorse or promote products derived from this software without | 
					
						
							|  |  |  |  *    prior written permission. For written permission, please contact | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  |  *    openssl-core@openssl.org. | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * 5. Products derived from this software may not be called "OpenSSL" | 
					
						
							|  |  |  |  *    nor may "OpenSSL" appear in their names without prior written | 
					
						
							|  |  |  |  *    permission of the OpenSSL Project. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 6. Redistributions of any form whatsoever must retain the following | 
					
						
							|  |  |  |  *    acknowledgment: | 
					
						
							|  |  |  |  *    "This product includes software developed by the OpenSSL Project | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  |  *    for use in the OpenSSL Toolkit (http://www.openssl.org/)"
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY | 
					
						
							|  |  |  |  * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE | 
					
						
							|  |  |  |  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR | 
					
						
							|  |  |  |  * PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE OpenSSL PROJECT OR | 
					
						
							|  |  |  |  * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, | 
					
						
							|  |  |  |  * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT | 
					
						
							|  |  |  |  * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | 
					
						
							|  |  |  |  * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) | 
					
						
							|  |  |  |  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, | 
					
						
							|  |  |  |  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) | 
					
						
							|  |  |  |  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 
					
						
							|  |  |  |  * OF THE POSSIBILITY OF SUCH DAMAGE. | 
					
						
							|  |  |  |  * ==================================================================== | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  |  * | 
					
						
							|  |  |  |  * This product includes cryptographic software written by Eric Young | 
					
						
							|  |  |  |  * (eay@cryptsoft.com).  This product includes software written by Tim | 
					
						
							|  |  |  |  * Hudson (tjh@cryptsoft.com). | 
					
						
							|  |  |  |  * | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  |  */ | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | /* ====================================================================
 | 
					
						
							|  |  |  |  * Copyright 2002 Sun Microsystems, Inc. ALL RIGHTS RESERVED. | 
					
						
							|  |  |  |  * ECC cipher suite support in OpenSSL originally developed by  | 
					
						
							|  |  |  |  * SUN MICROSYSTEMS, INC., and contributed to the OpenSSL project. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #include <stdio.h>
 | 
					
						
							| 
									
										
										
										
											1999-09-12 01:54:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-22 22:45:02 +08:00
										 |  |  | #include "e_os.h"
 | 
					
						
							| 
									
										
										
										
											1999-09-12 01:54:18 +08:00
										 |  |  | #ifndef NO_SYS_TYPES_H
 | 
					
						
							|  |  |  | # include <sys/types.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | #include "o_dir.h"
 | 
					
						
							| 
									
										
										
										
											1999-04-24 06:13:45 +08:00
										 |  |  | #include <openssl/objects.h>
 | 
					
						
							|  |  |  | #include <openssl/bio.h>
 | 
					
						
							|  |  |  | #include <openssl/pem.h>
 | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | #include <openssl/x509v3.h>
 | 
					
						
							| 
									
										
										
										
											2005-07-16 20:37:36 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH
 | 
					
						
							| 
									
										
										
										
											2004-04-20 02:09:28 +08:00
										 |  |  | #include <openssl/dh.h>
 | 
					
						
							| 
									
										
										
										
											2005-07-16 20:37:36 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2004-05-18 02:53:47 +08:00
										 |  |  | #include <openssl/bn.h>
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | #include "ssl_locl.h"
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-20 05:31:43 +08:00
										 |  |  | int SSL_get_ex_data_X509_STORE_CTX_idx(void) | 
					
						
							| 
									
										
										
										
											2014-02-21 19:12:25 +08:00
										 |  |  |     { | 
					
						
							|  |  |  |     static volatile int ssl_x509_store_ctx_idx= -1; | 
					
						
							|  |  |  |     int got_write_lock = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |     if (((size_t)&ssl_x509_store_ctx_idx&(sizeof(ssl_x509_store_ctx_idx)-1)) | 
					
						
							|  |  |  | 		==0)	/* check alignment, practically always true */ | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2014-02-21 19:12:25 +08:00
										 |  |  | 	int ret; | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-21 19:12:25 +08:00
										 |  |  | 	if ((ret=ssl_x509_store_ctx_idx) < 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							|  |  |  | 		if ((ret=ssl_x509_store_ctx_idx) < 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			ret=ssl_x509_store_ctx_idx=X509_STORE_CTX_get_ex_new_index( | 
					
						
							|  |  |  | 				0,"SSL for verify callback",NULL,NULL,NULL); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  |     else		/* commonly eliminated */ | 
					
						
							|  |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  | 	CRYPTO_r_lock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (ssl_x509_store_ctx_idx < 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  | 		CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 		CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  | 		got_write_lock = 1; | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 		 | 
					
						
							|  |  |  | 		if (ssl_x509_store_ctx_idx < 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			ssl_x509_store_ctx_idx=X509_STORE_CTX_get_ex_new_index( | 
					
						
							|  |  |  | 				0,"SSL for verify callback",NULL,NULL,NULL); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2006-06-14 16:55:23 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (got_write_lock) | 
					
						
							|  |  |  | 		CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		CRYPTO_r_unlock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 	return ssl_x509_store_ctx_idx; | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 	} | 
					
						
							| 
									
										
										
										
											2014-02-21 19:12:25 +08:00
										 |  |  |     } | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:26:16 +08:00
										 |  |  | void ssl_cert_set_default_md(CERT *cert) | 
					
						
							| 
									
										
										
										
											2011-05-11 21:37:52 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	/* Set digest values to defaults */ | 
					
						
							|  |  |  | #ifndef OPENSSL_NO_DSA
 | 
					
						
							| 
									
										
										
										
											2012-06-27 22:12:01 +08:00
										 |  |  | 	cert->pkeys[SSL_PKEY_DSA_SIGN].digest = EVP_sha1(); | 
					
						
							| 
									
										
										
										
											2011-05-11 21:37:52 +08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | #ifndef OPENSSL_NO_RSA
 | 
					
						
							|  |  |  | 	cert->pkeys[SSL_PKEY_RSA_SIGN].digest = EVP_sha1(); | 
					
						
							|  |  |  | 	cert->pkeys[SSL_PKEY_RSA_ENC].digest = EVP_sha1(); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | #ifndef OPENSSL_NO_ECDSA
 | 
					
						
							| 
									
										
										
										
											2012-06-27 22:12:01 +08:00
										 |  |  | 	cert->pkeys[SSL_PKEY_ECC].digest = EVP_sha1(); | 
					
						
							| 
									
										
										
										
											2011-05-11 21:37:52 +08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-20 05:31:43 +08:00
										 |  |  | CERT *ssl_cert_new(void) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	CERT *ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-02 06:19:21 +08:00
										 |  |  | 	ret=(CERT *)OPENSSL_malloc(sizeof(CERT)); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (ret == NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_CERT_NEW,ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 		return(NULL); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	memset(ret,0,sizeof(CERT)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret->key= &(ret->pkeys[SSL_PKEY_RSA_ENC]); | 
					
						
							|  |  |  | 	ret->references=1; | 
					
						
							| 
									
										
										
										
											2011-05-11 21:37:52 +08:00
										 |  |  | 	ssl_cert_set_default_md(ret); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	return(ret); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | CERT *ssl_cert_dup(CERT *cert) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	CERT *ret; | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-02 06:19:21 +08:00
										 |  |  | 	ret = (CERT *)OPENSSL_malloc(sizeof(CERT)); | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (ret == NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 		return(NULL); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	memset(ret, 0, sizeof(CERT)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret->key = &ret->pkeys[cert->key - &cert->pkeys[0]]; | 
					
						
							|  |  |  | 	/* or ret->key = ret->pkeys + (cert->key - cert->pkeys),
 | 
					
						
							|  |  |  | 	 * if you find that more readable */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret->valid = cert->valid; | 
					
						
							| 
									
										
										
										
											2007-02-17 14:45:38 +08:00
										 |  |  | 	ret->mask_k = cert->mask_k; | 
					
						
							|  |  |  | 	ret->mask_a = cert->mask_a; | 
					
						
							|  |  |  | 	ret->export_mask_k = cert->export_mask_k; | 
					
						
							|  |  |  | 	ret->export_mask_a = cert->export_mask_a; | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_RSA
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (cert->rsa_tmp != NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2001-09-03 21:40:07 +08:00
										 |  |  | 		RSA_up_ref(cert->rsa_tmp); | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 		ret->rsa_tmp = cert->rsa_tmp; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	ret->rsa_tmp_cb = cert->rsa_tmp_cb; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (cert->dh_tmp != NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		ret->dh_tmp = DHparams_dup(cert->dh_tmp); | 
					
						
							|  |  |  | 		if (ret->dh_tmp == NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2000-03-14 22:10:56 +08:00
										 |  |  | 			SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_DH_LIB); | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 			goto err; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2000-03-14 01:07:04 +08:00
										 |  |  | 		if (cert->dh_tmp->priv_key) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			BIGNUM *b = BN_dup(cert->dh_tmp->priv_key); | 
					
						
							|  |  |  | 			if (!b) | 
					
						
							|  |  |  | 				{ | 
					
						
							| 
									
										
										
										
											2000-03-14 22:10:56 +08:00
										 |  |  | 				SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); | 
					
						
							| 
									
										
										
										
											2000-03-14 01:07:04 +08:00
										 |  |  | 				goto err; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			ret->dh_tmp->priv_key = b; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		if (cert->dh_tmp->pub_key) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			BIGNUM *b = BN_dup(cert->dh_tmp->pub_key); | 
					
						
							|  |  |  | 			if (!b) | 
					
						
							|  |  |  | 				{ | 
					
						
							| 
									
										
										
										
											2000-03-14 22:10:56 +08:00
										 |  |  | 				SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_BN_LIB); | 
					
						
							| 
									
										
										
										
											2000-03-14 01:07:04 +08:00
										 |  |  | 				goto err; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			ret->dh_tmp->pub_key = b; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	ret->dh_tmp_cb = cert->dh_tmp_cb; | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | #ifndef OPENSSL_NO_ECDH
 | 
					
						
							|  |  |  | 	if (cert->ecdh_tmp) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2005-08-09 04:02:18 +08:00
										 |  |  | 		ret->ecdh_tmp = EC_KEY_dup(cert->ecdh_tmp); | 
					
						
							|  |  |  | 		if (ret->ecdh_tmp == NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_EC_LIB); | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	ret->ecdh_tmp_cb = cert->ecdh_tmp_cb; | 
					
						
							| 
									
										
										
										
											2012-04-07 04:15:50 +08:00
										 |  |  | 	ret->ecdh_tmp_auto = cert->ecdh_tmp_auto; | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2012-04-06 20:02:43 +08:00
										 |  |  | 		CERT_PKEY *cpk = cert->pkeys + i; | 
					
						
							|  |  |  | 		CERT_PKEY *rpk = ret->pkeys + i; | 
					
						
							|  |  |  | 		if (cpk->x509 != NULL) | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2012-04-06 20:02:43 +08:00
										 |  |  | 			rpk->x509 = cpk->x509; | 
					
						
							|  |  |  | 			CRYPTO_add(&rpk->x509->references, 1, CRYPTO_LOCK_X509); | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 		 | 
					
						
							| 
									
										
										
										
											2012-04-06 20:02:43 +08:00
										 |  |  | 		if (cpk->privatekey != NULL) | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2012-04-06 20:02:43 +08:00
										 |  |  | 			rpk->privatekey = cpk->privatekey; | 
					
						
							|  |  |  | 			CRYPTO_add(&cpk->privatekey->references, 1, | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 				CRYPTO_LOCK_EVP_PKEY); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if (cpk->chain) | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2012-12-27 00:04:03 +08:00
										 |  |  | 			rpk->chain = X509_chain_up_ref(cpk->chain); | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 			if (!rpk->chain) | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 				goto err; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2012-12-26 22:26:53 +08:00
										 |  |  | 		rpk->valid_flags = 0; | 
					
						
							| 
									
										
										
										
											2013-05-13 09:55:27 +08:00
										 |  |  | #ifndef OPENSSL_NO_TLSEXT
 | 
					
						
							|  |  |  | 		if (cert->pkeys[i].serverinfo != NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			/* Just copy everything. */ | 
					
						
							|  |  |  | 			ret->pkeys[i].serverinfo = | 
					
						
							| 
									
										
										
										
											2013-06-25 06:59:05 +08:00
										 |  |  | 				OPENSSL_malloc(cert->pkeys[i].serverinfo_length); | 
					
						
							| 
									
										
										
										
											2013-05-13 09:55:27 +08:00
										 |  |  | 			if (ret->pkeys[i].serverinfo == NULL) | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				SSLerr(SSL_F_SSL_CERT_DUP, ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 				return NULL; | 
					
						
							|  |  |  | 				} | 
					
						
							| 
									
										
										
										
											2013-06-25 06:59:05 +08:00
										 |  |  | 			ret->pkeys[i].serverinfo_length = | 
					
						
							|  |  |  | 				cert->pkeys[i].serverinfo_length; | 
					
						
							| 
									
										
										
										
											2013-05-13 09:55:27 +08:00
										 |  |  | 			memcpy(ret->pkeys[i].serverinfo, | 
					
						
							|  |  |  | 			       cert->pkeys[i].serverinfo, | 
					
						
							|  |  |  | 			       cert->pkeys[i].serverinfo_length); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	ret->references=1; | 
					
						
							| 
									
										
										
										
											2011-05-11 21:37:52 +08:00
										 |  |  | 	/* Set digests to defaults. NB: we don't copy existing values as they
 | 
					
						
							|  |  |  | 	 * will be set during handshake. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	ssl_cert_set_default_md(ret); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:25:29 +08:00
										 |  |  | 	/* Peer sigalgs set to NULL as we get these from handshake too */ | 
					
						
							|  |  |  | 	ret->peer_sigalgs = NULL; | 
					
						
							|  |  |  | 	ret->peer_sigalgslen = 0; | 
					
						
							| 
									
										
										
										
											2012-12-26 22:44:56 +08:00
										 |  |  | 	/* Configured sigalgs however we copy across */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:25:29 +08:00
										 |  |  | 	if (cert->conf_sigalgs) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2012-12-26 22:44:56 +08:00
										 |  |  | 		ret->conf_sigalgs = OPENSSL_malloc(cert->conf_sigalgslen); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:25:29 +08:00
										 |  |  | 		if (!ret->conf_sigalgs) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		memcpy(ret->conf_sigalgs, cert->conf_sigalgs, | 
					
						
							| 
									
										
										
										
											2012-12-26 22:44:56 +08:00
										 |  |  | 						cert->conf_sigalgslen); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:25:29 +08:00
										 |  |  | 		ret->conf_sigalgslen = cert->conf_sigalgslen; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		ret->conf_sigalgs = NULL; | 
					
						
							| 
									
										
										
										
											2012-12-26 22:44:56 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (cert->client_sigalgs) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		ret->client_sigalgs = OPENSSL_malloc(cert->client_sigalgslen); | 
					
						
							|  |  |  | 		if (!ret->client_sigalgs) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		memcpy(ret->client_sigalgs, cert->client_sigalgs, | 
					
						
							|  |  |  | 						cert->client_sigalgslen); | 
					
						
							|  |  |  | 		ret->client_sigalgslen = cert->client_sigalgslen; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		ret->client_sigalgs = NULL; | 
					
						
							| 
									
										
										
										
											2012-12-26 22:26:16 +08:00
										 |  |  | 	/* Shared sigalgs also NULL */ | 
					
						
							|  |  |  | 	ret->shared_sigalgs = NULL; | 
					
						
							| 
									
										
										
										
											2012-12-26 22:51:37 +08:00
										 |  |  | 	/* Copy any custom client certificate types */ | 
					
						
							|  |  |  | 	if (cert->ctypes) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		ret->ctypes = OPENSSL_malloc(cert->ctype_num); | 
					
						
							|  |  |  | 		if (!ret->ctypes) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		memcpy(ret->ctypes, cert->ctypes, cert->ctype_num); | 
					
						
							|  |  |  | 		ret->ctype_num = cert->ctype_num; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:26:53 +08:00
										 |  |  | 	ret->cert_flags = cert->cert_flags; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:43:51 +08:00
										 |  |  | 	ret->cert_cb = cert->cert_cb; | 
					
						
							|  |  |  | 	ret->cert_cb_arg = cert->cert_cb_arg; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (cert->verify_store) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		CRYPTO_add(&cert->verify_store->references, 1, CRYPTO_LOCK_X509_STORE); | 
					
						
							|  |  |  | 		ret->verify_store = cert->verify_store; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (cert->chain_store) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		CRYPTO_add(&cert->chain_store->references, 1, CRYPTO_LOCK_X509_STORE); | 
					
						
							|  |  |  | 		ret->chain_store = cert->chain_store; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-27 00:25:06 +08:00
										 |  |  | 	ret->ciphers_raw = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #ifndef OPENSSL_NO_TLSEXT
 | 
					
						
							| 
									
										
										
										
											2014-08-10 19:08:08 +08:00
										 |  |  | 	if (!custom_exts_copy(&ret->cli_ext, &cert->cli_ext)) | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 	if (!custom_exts_copy(&ret->srv_ext, &cert->srv_ext)) | 
					
						
							|  |  |  | 		goto err; | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	return(ret); | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											2006-02-25 01:58:43 +08:00
										 |  |  | #if !defined(OPENSSL_NO_DH) || !defined(OPENSSL_NO_ECDH)
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | err: | 
					
						
							| 
									
										
										
										
											2000-11-17 21:08:57 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_RSA
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (ret->rsa_tmp != NULL) | 
					
						
							|  |  |  | 		RSA_free(ret->rsa_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (ret->dh_tmp != NULL) | 
					
						
							|  |  |  | 		DH_free(ret->dh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | #ifndef OPENSSL_NO_ECDH
 | 
					
						
							|  |  |  | 	if (ret->ecdh_tmp != NULL) | 
					
						
							|  |  |  | 		EC_KEY_free(ret->ecdh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #ifndef OPENSSL_NO_TLSEXT
 | 
					
						
							| 
									
										
										
										
											2014-08-10 19:08:08 +08:00
										 |  |  | 	custom_exts_free(&ret->cli_ext); | 
					
						
							|  |  |  | 	custom_exts_free(&ret->srv_ext); | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:18:50 +08:00
										 |  |  | 	ssl_cert_clear_certs(ret); | 
					
						
							| 
									
										
										
										
											2012-04-06 20:02:43 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:18:50 +08:00
										 |  |  | /* Free up and clear all certificates and chains */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void ssl_cert_clear_certs(CERT *c) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 	if (c == NULL) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 	for (i = 0; i<SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		CERT_PKEY *cpk = c->pkeys + i; | 
					
						
							|  |  |  | 		if (cpk->x509) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			X509_free(cpk->x509); | 
					
						
							|  |  |  | 			cpk->x509 = NULL; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		if (cpk->privatekey) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			EVP_PKEY_free(cpk->privatekey); | 
					
						
							|  |  |  | 			cpk->privatekey = NULL; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		if (cpk->chain) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			sk_X509_pop_free(cpk->chain, X509_free); | 
					
						
							|  |  |  | 			cpk->chain = NULL; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | #ifndef OPENSSL_NO_TLSEXT
 | 
					
						
							| 
									
										
										
										
											2013-05-13 09:55:27 +08:00
										 |  |  | 		if (cpk->serverinfo) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			OPENSSL_free(cpk->serverinfo); | 
					
						
							|  |  |  | 			cpk->serverinfo = NULL; | 
					
						
							| 
									
										
										
										
											2013-06-25 06:59:05 +08:00
										 |  |  | 			cpk->serverinfo_length = 0; | 
					
						
							| 
									
										
										
										
											2013-05-13 09:55:27 +08:00
										 |  |  | 			} | 
					
						
							| 
									
										
										
										
											2012-12-26 22:18:50 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:27:44 +08:00
										 |  |  | 		/* Clear all flags apart from explicit sign */ | 
					
						
							|  |  |  | 		cpk->valid_flags &= CERT_PKEY_EXPLICIT_SIGN; | 
					
						
							| 
									
										
										
										
											2012-12-26 22:18:50 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | void ssl_cert_free(CERT *c) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-01-08 03:15:59 +08:00
										 |  |  | 	if(c == NULL) | 
					
						
							|  |  |  | 	    return; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	i=CRYPTO_add(&c->references,-1,CRYPTO_LOCK_SSL_CERT); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #ifdef REF_PRINT
 | 
					
						
							|  |  |  | 	REF_PRINT("CERT",c); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (i > 0) return; | 
					
						
							|  |  |  | #ifdef REF_CHECK
 | 
					
						
							|  |  |  | 	if (i < 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		fprintf(stderr,"ssl_cert_free, bad reference count\n"); | 
					
						
							|  |  |  | 		abort(); /* ok */ | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_RSA
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (c->rsa_tmp) RSA_free(c->rsa_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (c->dh_tmp) DH_free(c->dh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | #ifndef OPENSSL_NO_ECDH
 | 
					
						
							|  |  |  | 	if (c->ecdh_tmp) EC_KEY_free(c->ecdh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:18:50 +08:00
										 |  |  | 	ssl_cert_clear_certs(c); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:25:29 +08:00
										 |  |  | 	if (c->peer_sigalgs) | 
					
						
							|  |  |  | 		OPENSSL_free(c->peer_sigalgs); | 
					
						
							|  |  |  | 	if (c->conf_sigalgs) | 
					
						
							|  |  |  | 		OPENSSL_free(c->conf_sigalgs); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:44:56 +08:00
										 |  |  | 	if (c->client_sigalgs) | 
					
						
							|  |  |  | 		OPENSSL_free(c->client_sigalgs); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:26:16 +08:00
										 |  |  | 	if (c->shared_sigalgs) | 
					
						
							|  |  |  | 		OPENSSL_free(c->shared_sigalgs); | 
					
						
							| 
									
										
										
										
											2012-12-26 22:51:37 +08:00
										 |  |  | 	if (c->ctypes) | 
					
						
							|  |  |  | 		OPENSSL_free(c->ctypes); | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (c->verify_store) | 
					
						
							|  |  |  | 		X509_STORE_free(c->verify_store); | 
					
						
							|  |  |  | 	if (c->chain_store) | 
					
						
							|  |  |  | 		X509_STORE_free(c->chain_store); | 
					
						
							| 
									
										
										
										
											2012-12-27 00:25:06 +08:00
										 |  |  | 	if (c->ciphers_raw) | 
					
						
							|  |  |  | 		OPENSSL_free(c->ciphers_raw); | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #ifndef OPENSSL_NO_TLSEXT
 | 
					
						
							| 
									
										
										
										
											2014-08-10 19:08:08 +08:00
										 |  |  | 	custom_exts_free(&c->cli_ext); | 
					
						
							|  |  |  | 	custom_exts_free(&c->srv_ext); | 
					
						
							| 
									
										
										
										
											2014-08-05 22:21:36 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-06-02 06:19:21 +08:00
										 |  |  | 	OPENSSL_free(c); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | int ssl_cert_inst(CERT **o) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	/* Create a CERT if there isn't already one
 | 
					
						
							|  |  |  | 	 * (which cannot really happen, as it is initially created in | 
					
						
							|  |  |  | 	 * SSL_CTX_new; but the earlier code usually allows for that one | 
					
						
							|  |  |  | 	 * being non-existant, so we follow that behaviour, as it might | 
					
						
							| 
									
										
										
										
											1999-05-10 23:10:11 +08:00
										 |  |  | 	 * turn out that there actually is a reason for it -- but I'm | 
					
						
							|  |  |  | 	 * not sure that *all* of the existing code could cope with | 
					
						
							|  |  |  | 	 * s->cert being NULL, otherwise we could do without the | 
					
						
							|  |  |  | 	 * initialization in SSL_CTX_new). | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 	if (o == NULL)  | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_CERT_INST, ERR_R_PASSED_NULL_PARAMETER); | 
					
						
							|  |  |  | 		return(0); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	if (*o == NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if ((*o = ssl_cert_new()) == NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			SSLerr(SSL_F_SSL_CERT_INST, ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 			return(0); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	return(1); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | int ssl_cert_set0_chain(CERT *c, STACK_OF(X509) *chain) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	CERT_PKEY *cpk = c->key; | 
					
						
							|  |  |  | 	if (!cpk) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	if (cpk->chain) | 
					
						
							|  |  |  | 		sk_X509_pop_free(cpk->chain, X509_free); | 
					
						
							|  |  |  | 	cpk->chain = chain; | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int ssl_cert_set1_chain(CERT *c, STACK_OF(X509) *chain) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	STACK_OF(X509) *dchain; | 
					
						
							|  |  |  | 	if (!chain) | 
					
						
							|  |  |  | 		return ssl_cert_set0_chain(c, NULL); | 
					
						
							| 
									
										
										
										
											2012-12-27 00:04:03 +08:00
										 |  |  | 	dchain = X509_chain_up_ref(chain); | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 	if (!dchain) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	if (!ssl_cert_set0_chain(c, dchain)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		sk_X509_pop_free(dchain, X509_free); | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int ssl_cert_add0_chain_cert(CERT *c, X509 *x) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	CERT_PKEY *cpk = c->key; | 
					
						
							|  |  |  | 	if (!cpk) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	if (!cpk->chain) | 
					
						
							|  |  |  | 		cpk->chain = sk_X509_new_null(); | 
					
						
							|  |  |  | 	if (!cpk->chain || !sk_X509_push(cpk->chain, x)) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int ssl_cert_add1_chain_cert(CERT *c, X509 *x) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	if (!ssl_cert_add0_chain_cert(c, x)) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	CRYPTO_add(&x->references, 1, CRYPTO_LOCK_X509); | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2013-11-12 01:04:24 +08:00
										 |  |  | int ssl_cert_select_current(CERT *c, X509 *x) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	int i; | 
					
						
							| 
									
										
										
										
											2013-11-14 06:57:11 +08:00
										 |  |  | 	if (x == NULL) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							| 
									
										
										
										
											2013-11-12 01:04:24 +08:00
										 |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 		CERT_PKEY *cpk = c->pkeys + i; | 
					
						
							|  |  |  | 		if (cpk->x509 == x && cpk->privatekey) | 
					
						
							| 
									
										
										
										
											2013-11-12 01:04:24 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 			c->key = cpk; | 
					
						
							| 
									
										
										
										
											2013-11-12 01:04:24 +08:00
										 |  |  | 			return 1; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2013-11-14 06:57:11 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 		CERT_PKEY *cpk = c->pkeys + i; | 
					
						
							|  |  |  | 		if (cpk->privatekey && cpk->x509 && !X509_cmp(cpk->x509, x)) | 
					
						
							| 
									
										
										
										
											2013-11-14 06:57:11 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 			c->key = cpk; | 
					
						
							| 
									
										
										
										
											2013-11-14 06:57:11 +08:00
										 |  |  | 			return 1; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2013-11-12 01:04:24 +08:00
										 |  |  | 	return 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-02 10:51:30 +08:00
										 |  |  | int ssl_cert_set_current(CERT *c, long op) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	int i, idx; | 
					
						
							|  |  |  | 	if (!c) | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	if (op == SSL_CERT_SET_FIRST) | 
					
						
							|  |  |  | 		idx = 0; | 
					
						
							|  |  |  | 	else if (op == SSL_CERT_SET_NEXT) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		idx = (int)(c->key - c->pkeys + 1); | 
					
						
							|  |  |  | 		if (idx >= SSL_PKEY_NUM) | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 	for (i = idx; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2014-04-21 23:52:28 +08:00
										 |  |  | 		CERT_PKEY *cpk = c->pkeys + i; | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 		if (cpk->x509 && cpk->privatekey) | 
					
						
							| 
									
										
										
										
											2014-02-02 10:51:30 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											2014-02-23 21:46:52 +08:00
										 |  |  | 			c->key = cpk; | 
					
						
							| 
									
										
										
										
											2014-02-02 10:51:30 +08:00
										 |  |  | 			return 1; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	return 0; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 22:43:51 +08:00
										 |  |  | void ssl_cert_set_cert_cb(CERT *c, int (*cb)(SSL *ssl, void *arg), void *arg) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	c->cert_cb = cb; | 
					
						
							|  |  |  | 	c->cert_cb_arg = arg; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | SESS_CERT *ssl_sess_cert_new(void) | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	SESS_CERT *ret; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-02 06:19:21 +08:00
										 |  |  | 	ret = OPENSSL_malloc(sizeof *ret); | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	if (ret == NULL) | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 		SSLerr(SSL_F_SSL_SESS_CERT_NEW, ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 		return NULL; | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	memset(ret, 0 ,sizeof *ret); | 
					
						
							|  |  |  | 	ret->peer_key = &(ret->peer_pkeys[SSL_PKEY_RSA_ENC]); | 
					
						
							|  |  |  | 	ret->references = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | void ssl_sess_cert_free(SESS_CERT *sc) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (sc == NULL) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	i = CRYPTO_add(&sc->references, -1, CRYPTO_LOCK_SSL_SESS_CERT); | 
					
						
							|  |  |  | #ifdef REF_PRINT
 | 
					
						
							|  |  |  | 	REF_PRINT("SESS_CERT", sc); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 	if (i > 0) | 
					
						
							|  |  |  | 		return; | 
					
						
							|  |  |  | #ifdef REF_CHECK
 | 
					
						
							|  |  |  | 	if (i < 0) | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 		fprintf(stderr,"ssl_sess_cert_free, bad reference count\n"); | 
					
						
							|  |  |  | 		abort(); /* ok */ | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-02-25 22:40:29 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	/* i == 0 */ | 
					
						
							|  |  |  | 	if (sc->cert_chain != NULL) | 
					
						
							|  |  |  | 		sk_X509_pop_free(sc->cert_chain, X509_free); | 
					
						
							|  |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (sc->peer_pkeys[i].x509 != NULL) | 
					
						
							|  |  |  | 			X509_free(sc->peer_pkeys[i].x509); | 
					
						
							|  |  |  | #if 0 /* We don't have the peer's private key.  These lines are just
 | 
					
						
							|  |  |  | 	   * here as a reminder that we're still using a not-quite-appropriate | 
					
						
							|  |  |  | 	   * data structure. */ | 
					
						
							|  |  |  | 		if (sc->peer_pkeys[i].privatekey != NULL) | 
					
						
							|  |  |  | 			EVP_PKEY_free(sc->peer_pkeys[i].privatekey); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_RSA
 | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	if (sc->peer_rsa_tmp != NULL) | 
					
						
							|  |  |  | 		RSA_free(sc->peer_rsa_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH
 | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	if (sc->peer_dh_tmp != NULL) | 
					
						
							|  |  |  | 		DH_free(sc->peer_dh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2002-08-09 16:56:08 +08:00
										 |  |  | #ifndef OPENSSL_NO_ECDH
 | 
					
						
							|  |  |  | 	if (sc->peer_ecdh_tmp != NULL) | 
					
						
							|  |  |  | 		EC_KEY_free(sc->peer_ecdh_tmp); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-02 06:19:21 +08:00
										 |  |  | 	OPENSSL_free(sc); | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int ssl_set_peer_cert_type(SESS_CERT *sc,int type) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											1999-05-13 23:09:38 +08:00
										 |  |  | 	sc->peer_cert_type = type; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	return(1); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | int ssl_verify_cert_chain(SSL *s,STACK_OF(X509) *sk) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	X509 *x; | 
					
						
							|  |  |  | 	int i; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	X509_STORE *verify_store; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	X509_STORE_CTX ctx; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (s->cert->verify_store) | 
					
						
							|  |  |  | 		verify_store = s->cert->verify_store; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		verify_store = s->ctx->cert_store; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	if ((sk == NULL) || (sk_X509_num(sk) == 0)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		return(0); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	x=sk_X509_value(sk,0); | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if(!X509_STORE_CTX_init(&ctx,verify_store,x,sk)) | 
					
						
							| 
									
										
										
										
											2001-09-02 04:02:13 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN,ERR_R_X509_LIB); | 
					
						
							|  |  |  | 		return(0); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-12-27 00:17:40 +08:00
										 |  |  | 	/* Set suite B flags if needed */ | 
					
						
							|  |  |  | 	X509_STORE_CTX_set_flags(&ctx, tls1_suiteb(s)); | 
					
						
							| 
									
										
										
										
											2004-09-07 02:43:01 +08:00
										 |  |  | #if 0
 | 
					
						
							| 
									
										
										
										
											1999-05-01 11:20:40 +08:00
										 |  |  | 	if (SSL_get_verify_depth(s) >= 0) | 
					
						
							|  |  |  | 		X509_STORE_CTX_set_depth(&ctx, SSL_get_verify_depth(s)); | 
					
						
							| 
									
										
										
										
											2004-09-07 02:43:01 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2000-01-24 07:41:49 +08:00
										 |  |  | 	X509_STORE_CTX_set_ex_data(&ctx,SSL_get_ex_data_X509_STORE_CTX_idx(),s); | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-09-07 02:43:01 +08:00
										 |  |  | 	/* We need to inherit the verify parameters. These can be determined by
 | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | 	 * the context: if its a server it will verify SSL client certificates | 
					
						
							|  |  |  | 	 * or vice versa. | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-09-07 02:43:01 +08:00
										 |  |  | 	X509_STORE_CTX_set_default(&ctx, | 
					
						
							|  |  |  | 				s->server ? "ssl_client" : "ssl_server"); | 
					
						
							| 
									
										
										
										
											2009-06-30 19:21:00 +08:00
										 |  |  | 	/* Anything non-default in "param" should overwrite anything in the
 | 
					
						
							|  |  |  | 	 * ctx. | 
					
						
							|  |  |  | 	 */ | 
					
						
							| 
									
										
										
										
											2009-06-30 19:41:35 +08:00
										 |  |  | 	X509_VERIFY_PARAM_set1(X509_STORE_CTX_get0_param(&ctx), s->param); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-07-31 18:19:20 +08:00
										 |  |  | 	if (s->verify_callback) | 
					
						
							| 
									
										
										
										
											2001-07-31 01:17:26 +08:00
										 |  |  | 		X509_STORE_CTX_set_verify_cb(&ctx, s->verify_callback); | 
					
						
							| 
									
										
										
										
											2001-07-30 19:45:34 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (s->ctx->app_verify_callback != NULL) | 
					
						
							| 
									
										
										
										
											2002-02-28 18:52:56 +08:00
										 |  |  | #if 1 /* new with OpenSSL 0.9.7 */
 | 
					
						
							|  |  |  | 		i=s->ctx->app_verify_callback(&ctx, s->ctx->app_verify_arg);  | 
					
						
							|  |  |  | #else
 | 
					
						
							| 
									
										
										
										
											1999-08-08 22:21:04 +08:00
										 |  |  | 		i=s->ctx->app_verify_callback(&ctx); /* should pass app_verify_arg */ | 
					
						
							| 
									
										
										
										
											2002-02-28 18:52:56 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	else | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_X509_VERIFY
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		i=X509_verify_cert(&ctx); | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | #else
 | 
					
						
							|  |  |  | 		i=0; | 
					
						
							|  |  |  | 		ctx.error=X509_V_ERR_APPLICATION_VERIFICATION; | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN,SSL_R_NO_VERIFY_CALLBACK); | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	s->verify_result=ctx.error; | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 	X509_STORE_CTX_cleanup(&ctx); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	return(i); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_NAME) *name_list) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	if (*ca_list != NULL) | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 		sk_X509_NAME_pop_free(*ca_list,X509_NAME_free); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | 	*ca_list=name_list; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-30 22:13:19 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_dup_CA_list(STACK_OF(X509_NAME) *sk) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	int i; | 
					
						
							| 
									
										
										
										
											1999-05-30 22:13:19 +08:00
										 |  |  | 	STACK_OF(X509_NAME) *ret; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	X509_NAME *name; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-30 22:13:19 +08:00
										 |  |  | 	ret=sk_X509_NAME_new_null(); | 
					
						
							|  |  |  | 	for (i=0; i<sk_X509_NAME_num(sk); i++) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											1999-05-30 22:13:19 +08:00
										 |  |  | 		name=X509_NAME_dup(sk_X509_NAME_value(sk,i)); | 
					
						
							|  |  |  | 		if ((name == NULL) || !sk_X509_NAME_push(ret,name)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			{ | 
					
						
							| 
									
										
										
										
											1999-05-30 22:13:19 +08:00
										 |  |  | 			sk_X509_NAME_pop_free(ret,X509_NAME_free); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			return(NULL); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	return(ret); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *name_list) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | 	set_client_CA_list(&(s->client_CA),name_list); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *name_list) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2003-11-29 18:25:37 +08:00
										 |  |  | 	set_client_CA_list(&(ctx->client_CA),name_list); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-03-30 18:26:02 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(const SSL_CTX *ctx) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	return(ctx->client_CA); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-03-30 18:26:02 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_get_client_CA_list(const SSL *s) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	if (s->type == SSL_ST_CONNECT) | 
					
						
							|  |  |  | 		{ /* we are in the client */ | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 		if (((s->version>>8) == SSL3_VERSION_MAJOR) && | 
					
						
							|  |  |  | 			(s->s3 != NULL)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			return(s->s3->tmp.ca_names); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			return(NULL); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (s->client_CA != NULL) | 
					
						
							|  |  |  | 			return(s->client_CA); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			return(s->ctx->client_CA); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | static int add_client_CA(STACK_OF(X509_NAME) **sk,X509 *x) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	X509_NAME *name; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (x == NULL) return(0); | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	if ((*sk == NULL) && ((*sk=sk_X509_NAME_new_null()) == NULL)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		return(0); | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 	if ((name=X509_NAME_dup(X509_get_subject_name(x))) == NULL) | 
					
						
							|  |  |  | 		return(0); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	if (!sk_X509_NAME_push(*sk,name)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 		X509_NAME_free(name); | 
					
						
							|  |  |  | 		return(0); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	return(1); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | int SSL_add_client_CA(SSL *ssl,X509 *x) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	return(add_client_CA(&(ssl->client_CA),x)); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | int SSL_CTX_add_client_CA(SSL_CTX *ctx,X509 *x) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	return(add_client_CA(&(ctx->client_CA),x)); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-06-01 10:36:58 +08:00
										 |  |  | static int xname_cmp(const X509_NAME * const *a, const X509_NAME * const *b) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	return(X509_NAME_cmp(*a,*b)); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_STDIO
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | /*!
 | 
					
						
							|  |  |  |  * Load CA certs from a file into a ::STACK. Note that it is somewhat misnamed; | 
					
						
							|  |  |  |  * it doesn't really have anything to do with clients (except that a common use | 
					
						
							|  |  |  |  * for a stack of CAs is to send it to the client). Actually, it doesn't have | 
					
						
							|  |  |  |  * much to do with CAs, either, since it will load any old cert. | 
					
						
							|  |  |  |  * \param file the file containing one or more certs. | 
					
						
							|  |  |  |  * \return a ::STACK containing the certs. | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_load_client_CA_file(const char *file) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	BIO *in; | 
					
						
							|  |  |  | 	X509 *x=NULL; | 
					
						
							|  |  |  | 	X509_NAME *xn=NULL; | 
					
						
							| 
									
										
										
										
											2005-06-01 16:38:44 +08:00
										 |  |  | 	STACK_OF(X509_NAME) *ret = NULL,*sk; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | 	sk=sk_X509_NAME_new(xname_cmp); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	in=BIO_new(BIO_s_file_internal()); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2005-06-01 16:38:44 +08:00
										 |  |  | 	if ((sk == NULL) || (in == NULL)) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE,ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	if (!BIO_read_filename(in,file)) | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (;;) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											1999-07-22 04:57:16 +08:00
										 |  |  | 		if (PEM_read_bio_X509(in,&x,NULL,NULL) == NULL) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			break; | 
					
						
							| 
									
										
										
										
											2005-06-01 16:38:44 +08:00
										 |  |  | 		if (ret == NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			ret = sk_X509_NAME_new_null(); | 
					
						
							|  |  |  | 			if (ret == NULL) | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				SSLerr(SSL_F_SSL_LOAD_CLIENT_CA_FILE,ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 				goto err; | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		if ((xn=X509_get_subject_name(x)) == NULL) goto err; | 
					
						
							|  |  |  | 		/* check for duplicates */ | 
					
						
							|  |  |  | 		xn=X509_NAME_dup(xn); | 
					
						
							|  |  |  | 		if (xn == NULL) goto err; | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 		if (sk_X509_NAME_find(sk,xn) >= 0) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			X509_NAME_free(xn); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			{ | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 			sk_X509_NAME_push(sk,xn); | 
					
						
							|  |  |  | 			sk_X509_NAME_push(ret,xn); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if (0) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | err: | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 		if (ret != NULL) sk_X509_NAME_pop_free(ret,X509_NAME_free); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 		ret=NULL; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	if (sk != NULL) sk_X509_NAME_free(sk); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if (in != NULL) BIO_free(in); | 
					
						
							|  |  |  | 	if (x != NULL) X509_free(x); | 
					
						
							| 
									
										
										
										
											2005-06-01 16:38:44 +08:00
										 |  |  | 	if (ret != NULL) | 
					
						
							|  |  |  | 		ERR_clear_error(); | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	return(ret); | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											1998-12-21 18:56:39 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | /*!
 | 
					
						
							|  |  |  |  * Add a file of certs to a stack. | 
					
						
							|  |  |  |  * \param stack the stack to add to. | 
					
						
							|  |  |  |  * \param file the file to add from. All certs in this file that are not | 
					
						
							|  |  |  |  * already in the stack will be added. | 
					
						
							|  |  |  |  * \return 1 for success, 0 for failure. Note that in the case of failure some | 
					
						
							|  |  |  |  * certs may have been added to \c stack. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-04 03:55:00 +08:00
										 |  |  | int SSL_add_file_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, | 
					
						
							|  |  |  | 					const char *file) | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	BIO *in; | 
					
						
							|  |  |  | 	X509 *x=NULL; | 
					
						
							|  |  |  | 	X509_NAME *xn=NULL; | 
					
						
							|  |  |  | 	int ret=1; | 
					
						
							| 
									
										
										
										
											2000-06-01 10:36:58 +08:00
										 |  |  | 	int (*oldcmp)(const X509_NAME * const *a, const X509_NAME * const *b); | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 	 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	oldcmp=sk_X509_NAME_set_cmp_func(stack,xname_cmp); | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	in=BIO_new(BIO_s_file_internal()); | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	if (in == NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_ADD_FILE_CERT_SUBJECTS_TO_STACK,ERR_R_MALLOC_FAILURE); | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	if (!BIO_read_filename(in,file)) | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	for (;;) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (PEM_read_bio_X509(in,&x,NULL,NULL) == NULL) | 
					
						
							|  |  |  | 			break; | 
					
						
							|  |  |  | 		if ((xn=X509_get_subject_name(x)) == NULL) goto err; | 
					
						
							|  |  |  | 		xn=X509_NAME_dup(xn); | 
					
						
							|  |  |  | 		if (xn == NULL) goto err; | 
					
						
							|  |  |  | 		if (sk_X509_NAME_find(stack,xn) >= 0) | 
					
						
							|  |  |  | 			X509_NAME_free(xn); | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			sk_X509_NAME_push(stack,xn); | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2010-03-25 07:16:49 +08:00
										 |  |  | 	ERR_clear_error(); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	if (0) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | err: | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 		ret=0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	if(in != NULL) | 
					
						
							|  |  |  | 		BIO_free(in); | 
					
						
							|  |  |  | 	if(x != NULL) | 
					
						
							|  |  |  | 		X509_free(x); | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											2007-09-07 21:25:15 +08:00
										 |  |  | 	(void)sk_X509_NAME_set_cmp_func(stack,oldcmp); | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | /*!
 | 
					
						
							|  |  |  |  * Add a directory of certs to a stack. | 
					
						
							|  |  |  |  * \param stack the stack to append to. | 
					
						
							|  |  |  |  * \param dir the directory to append from. All files in this directory will be | 
					
						
							|  |  |  |  * examined as potential certs. Any that are acceptable to | 
					
						
							| 
									
										
										
										
											1999-03-22 23:50:34 +08:00
										 |  |  |  * SSL_add_dir_cert_subjects_to_stack() that are not already in the stack will be | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  |  * included. | 
					
						
							|  |  |  |  * \return 1 for success, 0 for failure. Note that in the case of failure some | 
					
						
							|  |  |  |  * certs may have been added to \c stack. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-04 03:55:00 +08:00
										 |  |  | int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, | 
					
						
							|  |  |  | 				       const char *dir) | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 	OPENSSL_DIR_CTX *d = NULL; | 
					
						
							|  |  |  | 	const char *filename; | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	int ret = 0; | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	CRYPTO_w_lock(CRYPTO_LOCK_READDIR); | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	/* Note that a side effect is that the CAs will be sorted by name */ | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	while((filename = OPENSSL_DIR_read(&d, dir))) | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 		char buf[1024]; | 
					
						
							|  |  |  | 		int r; | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 		if(strlen(dir)+strlen(filename)+2 > sizeof buf) | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 			{ | 
					
						
							|  |  |  | 			SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK,SSL_R_PATH_TOO_LONG); | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #ifdef OPENSSL_SYS_VMS
 | 
					
						
							|  |  |  | 		r = BIO_snprintf(buf,sizeof buf,"%s%s",dir,filename); | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 		r = BIO_snprintf(buf,sizeof buf,"%s/%s",dir,filename); | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2003-10-30 04:24:15 +08:00
										 |  |  | 		if (r <= 0 || r >= (int)sizeof(buf)) | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 			goto err; | 
					
						
							|  |  |  | 		if(!SSL_add_file_cert_subjects_to_stack(stack,buf)) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2002-11-16 06:37:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 	if (errno) | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 		{ | 
					
						
							|  |  |  | 		SYSerr(SYS_F_OPENDIR, get_last_sys_error()); | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 		ERR_add_error_data(3, "OPENSSL_DIR_read(&ctx, '", dir, "')"); | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 		SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB); | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 		goto err; | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 	ret = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-04-19 00:20:13 +08:00
										 |  |  | err: | 
					
						
							| 
									
										
										
										
											2004-07-10 21:17:16 +08:00
										 |  |  | 	if (d) OPENSSL_DIR_end(&d); | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 	CRYPTO_w_unlock(CRYPTO_LOCK_READDIR); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | /* Add a certificate to a BUF_MEM structure */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | static int ssl_add_cert_to_buf(BUF_MEM *buf, unsigned long *l, X509 *x) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	int n; | 
					
						
							|  |  |  | 	unsigned char *p; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	n=i2d_X509(x,NULL); | 
					
						
							|  |  |  | 	if (!BUF_MEM_grow_clean(buf,(int)(n+(*l)+3))) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_ADD_CERT_TO_BUF,ERR_R_BUF_LIB); | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	p=(unsigned char *)&(buf->data[*l]); | 
					
						
							|  |  |  | 	l2n3(n,p); | 
					
						
							|  |  |  | 	i2d_X509(x,&p); | 
					
						
							|  |  |  | 	*l+=n+3; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | /* Add certificate chain to internal SSL BUF_MEM strcuture */ | 
					
						
							| 
									
										
										
										
											2012-04-06 20:00:24 +08:00
										 |  |  | int ssl_add_cert_chain(SSL *s, CERT_PKEY *cpk, unsigned long *l) | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	BUF_MEM *buf = s->init_buf; | 
					
						
							|  |  |  | 	int no_chain; | 
					
						
							|  |  |  | 	int i; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-06 20:00:24 +08:00
										 |  |  | 	X509 *x; | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 	STACK_OF(X509) *extra_certs; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	X509_STORE *chain_store; | 
					
						
							| 
									
										
										
										
											2012-04-06 20:00:24 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (cpk) | 
					
						
							|  |  |  | 		x = cpk->x509; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		x = NULL; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (s->cert->chain_store) | 
					
						
							|  |  |  | 		chain_store = s->cert->chain_store; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		chain_store = s->ctx->cert_store; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 	/* If we have a certificate specific chain use it, else use
 | 
					
						
							|  |  |  | 	 * parent ctx. | 
					
						
							|  |  |  | 	 */ | 
					
						
							|  |  |  | 	if (cpk && cpk->chain) | 
					
						
							|  |  |  | 		extra_certs = cpk->chain; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		extra_certs = s->ctx->extra_certs; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	if ((s->mode & SSL_MODE_NO_AUTO_CHAIN) || extra_certs) | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | 		no_chain = 1; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		no_chain = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	/* TLSv1 sends a chain with nothing in it, instead of an alert */ | 
					
						
							|  |  |  | 	if (!BUF_MEM_grow_clean(buf,10)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_ADD_CERT_CHAIN,ERR_R_BUF_LIB); | 
					
						
							|  |  |  | 		return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	if (x != NULL) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (no_chain) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			if (!ssl_add_cert_to_buf(buf, l, x)) | 
					
						
							|  |  |  | 				return 0; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		else | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			X509_STORE_CTX xs_ctx; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 			if (!X509_STORE_CTX_init(&xs_ctx,chain_store,x,NULL)) | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | 				{ | 
					
						
							|  |  |  | 				SSLerr(SSL_F_SSL_ADD_CERT_CHAIN,ERR_R_X509_LIB); | 
					
						
							|  |  |  | 				return(0); | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			X509_verify_cert(&xs_ctx); | 
					
						
							|  |  |  | 			/* Don't leave errors in the queue */ | 
					
						
							|  |  |  | 			ERR_clear_error(); | 
					
						
							|  |  |  | 			for (i=0; i < sk_X509_num(xs_ctx.chain); i++) | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				x = sk_X509_value(xs_ctx.chain, i); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 				if (!ssl_add_cert_to_buf(buf, l, x)) | 
					
						
							|  |  |  | 					{ | 
					
						
							|  |  |  | 					X509_STORE_CTX_cleanup(&xs_ctx); | 
					
						
							|  |  |  | 					return 0; | 
					
						
							|  |  |  | 					} | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			X509_STORE_CTX_cleanup(&xs_ctx); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 	for (i=0; i<sk_X509_num(extra_certs); i++) | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2012-04-07 01:22:48 +08:00
										 |  |  | 		x=sk_X509_value(extra_certs,i); | 
					
						
							| 
									
										
										
										
											2012-04-06 19:58:17 +08:00
										 |  |  | 		if (!ssl_add_cert_to_buf(buf, l, x)) | 
					
						
							|  |  |  | 			return 0; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | /* Build a certificate chain for current certificate */ | 
					
						
							|  |  |  | int ssl_build_cert_chain(CERT *c, X509_STORE *chain_store, int flags) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	CERT_PKEY *cpk = c->key; | 
					
						
							|  |  |  | 	X509_STORE_CTX xs_ctx; | 
					
						
							|  |  |  | 	STACK_OF(X509) *chain = NULL, *untrusted = NULL; | 
					
						
							|  |  |  | 	X509 *x; | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	int i, rv = 0; | 
					
						
							| 
									
										
										
										
											2014-03-24 19:33:54 +08:00
										 |  |  | 	unsigned long error; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!cpk->x509) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_NO_CERTIFICATE_SET); | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		goto err; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	/* Rearranging and check the chain: add everything to a store */ | 
					
						
							|  |  |  | 	if (flags & SSL_BUILD_CHAIN_FLAG_CHECK) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		chain_store = X509_STORE_new(); | 
					
						
							|  |  |  | 		if (!chain_store) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		for (i = 0; i < sk_X509_num(cpk->chain); i++) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			x = sk_X509_value(cpk->chain, i); | 
					
						
							|  |  |  | 			if (!X509_STORE_add_cert(chain_store, x)) | 
					
						
							| 
									
										
										
										
											2014-03-24 19:33:54 +08:00
										 |  |  | 				{ | 
					
						
							|  |  |  | 				error = ERR_peek_last_error(); | 
					
						
							|  |  |  | 				if (ERR_GET_LIB(error) != ERR_LIB_X509 || | 
					
						
							|  |  |  | 				    ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE) | 
					
						
							|  |  |  | 					goto err; | 
					
						
							|  |  |  | 				ERR_clear_error(); | 
					
						
							|  |  |  | 				} | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 			} | 
					
						
							|  |  |  | 		/* Add EE cert too: it might be self signed */ | 
					
						
							|  |  |  | 		if (!X509_STORE_add_cert(chain_store, cpk->x509)) | 
					
						
							| 
									
										
										
										
											2014-03-24 19:33:54 +08:00
										 |  |  | 			{ | 
					
						
							|  |  |  | 			error = ERR_peek_last_error(); | 
					
						
							|  |  |  | 			if (ERR_GET_LIB(error) != ERR_LIB_X509 || | 
					
						
							|  |  |  | 			    ERR_GET_REASON(error) != X509_R_CERT_ALREADY_IN_HASH_TABLE) | 
					
						
							|  |  |  | 				goto err; | 
					
						
							|  |  |  | 			ERR_clear_error(); | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (c->chain_store) | 
					
						
							|  |  |  | 			chain_store = c->chain_store; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		if (flags & SSL_BUILD_CHAIN_FLAG_UNTRUSTED) | 
					
						
							|  |  |  | 			untrusted = cpk->chain; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (!X509_STORE_CTX_init(&xs_ctx, chain_store, cpk->x509, untrusted)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, ERR_R_X509_LIB); | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		goto err; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-12-27 00:17:40 +08:00
										 |  |  | 	/* Set suite B flags if needed */ | 
					
						
							|  |  |  | 	X509_STORE_CTX_set_flags(&xs_ctx, c->cert_flags & SSL_CERT_FLAG_SUITEB_128_LOS); | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	i = X509_verify_cert(&xs_ctx); | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	if (i <= 0 && flags & SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2014-03-27 22:20:16 +08:00
										 |  |  | 		if (flags & SSL_BUILD_CHAIN_FLAG_CLEAR_ERROR) | 
					
						
							|  |  |  | 			ERR_clear_error(); | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		i = 1; | 
					
						
							| 
									
										
										
										
											2014-03-27 22:20:16 +08:00
										 |  |  | 		rv = 2; | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (i > 0) | 
					
						
							|  |  |  | 		chain = X509_STORE_CTX_get1_chain(&xs_ctx); | 
					
						
							|  |  |  | 	if (i <= 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_BUILD_CERT_CHAIN, SSL_R_CERTIFICATE_VERIFY_FAILED); | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		i = X509_STORE_CTX_get_error(&xs_ctx); | 
					
						
							|  |  |  | 		ERR_add_error_data(2, "Verify error:", | 
					
						
							|  |  |  | 					X509_verify_cert_error_string(i)); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 		X509_STORE_CTX_cleanup(&xs_ctx); | 
					
						
							|  |  |  | 		goto err; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	X509_STORE_CTX_cleanup(&xs_ctx); | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	if (cpk->chain) | 
					
						
							|  |  |  | 		sk_X509_pop_free(cpk->chain, X509_free); | 
					
						
							|  |  |  | 	/* Remove EE certificate from chain */ | 
					
						
							|  |  |  | 	x = sk_X509_shift(chain); | 
					
						
							|  |  |  | 	X509_free(x); | 
					
						
							|  |  |  | 	if (flags & SSL_BUILD_CHAIN_FLAG_NO_ROOT) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 		if (sk_X509_num(chain) > 0) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			/* See if last cert is self signed */ | 
					
						
							|  |  |  | 			x = sk_X509_value(chain, sk_X509_num(chain) - 1); | 
					
						
							|  |  |  | 			X509_check_purpose(x, -1, 0); | 
					
						
							|  |  |  | 			if (x->ex_flags & EXFLAG_SS) | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				x = sk_X509_pop(chain); | 
					
						
							|  |  |  | 				X509_free(x); | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	cpk->chain = chain; | 
					
						
							| 
									
										
										
										
											2014-03-27 22:20:16 +08:00
										 |  |  | 	if (rv == 0) | 
					
						
							|  |  |  | 		rv = 1; | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	err: | 
					
						
							|  |  |  | 	if (flags & SSL_BUILD_CHAIN_FLAG_CHECK) | 
					
						
							|  |  |  | 		X509_STORE_free(chain_store); | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2014-02-23 20:00:18 +08:00
										 |  |  | 	return rv; | 
					
						
							| 
									
										
										
										
											2012-12-26 23:21:53 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int ssl_cert_set_cert_store(CERT *c, X509_STORE *store, int chain, int ref) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	X509_STORE **pstore; | 
					
						
							|  |  |  | 	if (chain) | 
					
						
							|  |  |  | 		pstore = &c->chain_store; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		pstore = &c->verify_store; | 
					
						
							|  |  |  | 	if (*pstore) | 
					
						
							|  |  |  | 		X509_STORE_free(*pstore); | 
					
						
							|  |  |  | 	*pstore = store; | 
					
						
							|  |  |  | 	if (ref && store) | 
					
						
							|  |  |  | 		CRYPTO_add(&store->references, 1, CRYPTO_LOCK_X509_STORE); | 
					
						
							|  |  |  | 	return 1; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 |