| 
									
										
										
										
											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
										 |  |  | /* ====================================================================
 | 
					
						
							|  |  |  |  * Copyright (c) 1999 The OpenSSL Project.  All rights reserved. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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 | 
					
						
							|  |  |  |  *    for use in the OpenSSL Toolkit. (http://www.OpenSSL.org/)"
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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 | 
					
						
							|  |  |  |  *    openssl-core@OpenSSL.org. | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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 | 
					
						
							|  |  |  |  *    for use in the OpenSSL Toolkit (http://www.OpenSSL.org/)"
 | 
					
						
							|  |  |  |  * | 
					
						
							|  |  |  |  * 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. | 
					
						
							|  |  |  |  * ==================================================================== | 
					
						
							|  |  |  |  */ | 
					
						
							| 
									
										
										
										
											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
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #if !defined(OPENSSL_SYS_WIN32) && !defined(OPENSSL_SYS_VMS) && !defined(NeXT) && !defined(MAC_OS_pre_X)
 | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | #include <dirent.h>
 | 
					
						
							| 
									
										
										
										
											1999-03-03 10:01:26 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-09-12 01:54:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | #if defined(WIN32)
 | 
					
						
							|  |  |  | #include <windows.h>
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-21 01:58:42 +08:00
										 |  |  | #ifdef NeXT
 | 
					
						
							|  |  |  | #include <sys/dir.h>
 | 
					
						
							|  |  |  | #define dirent direct
 | 
					
						
							| 
									
										
										
										
											1999-05-13 19:37:32 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-09-12 01:54:18 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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>
 | 
					
						
							| 
									
										
										
										
											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) | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 	static volatile int ssl_x509_store_ctx_idx= -1; | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	if (ssl_x509_store_ctx_idx < 0) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 		/* any write lock will do; usually this branch
 | 
					
						
							|  |  |  | 		 * will only be taken once anyway */ | 
					
						
							|  |  |  | 		CRYPTO_w_lock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		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); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		CRYPTO_w_unlock(CRYPTO_LOCK_SSL_CTX); | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 		} | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 	return ssl_x509_store_ctx_idx; | 
					
						
							| 
									
										
										
										
											1998-12-21 19:00:56 +08:00
										 |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	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; | 
					
						
							|  |  |  | 	ret->mask = cert->mask; | 
					
						
							|  |  |  | 	ret->export_mask = cert->export_mask; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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) | 
					
						
							|  |  |  | 		{ | 
					
						
							| 
									
										
										
										
											2000-03-14 01:07:04 +08:00
										 |  |  | 		/* DH parameters don't have a reference count */ | 
					
						
							| 
									
										
										
										
											1999-05-10 04:12:44 +08:00
										 |  |  | 		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
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (cert->pkeys[i].x509 != NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			ret->pkeys[i].x509 = cert->pkeys[i].x509; | 
					
						
							|  |  |  | 			CRYPTO_add(&ret->pkeys[i].x509->references, 1, | 
					
						
							|  |  |  | 				CRYPTO_LOCK_X509); | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		if (cert->pkeys[i].privatekey != NULL) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			ret->pkeys[i].privatekey = cert->pkeys[i].privatekey; | 
					
						
							|  |  |  | 			CRYPTO_add(&ret->pkeys[i].privatekey->references, 1, | 
					
						
							|  |  |  | 				CRYPTO_LOCK_EVP_PKEY); | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			switch(i)  | 
					
						
							|  |  |  | 				{ | 
					
						
							|  |  |  | 				/* If there was anything special to do for
 | 
					
						
							|  |  |  | 				 * certain types of keys, we'd do it here. | 
					
						
							|  |  |  | 				 * (Nothing at the moment, I think.) */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 			case SSL_PKEY_RSA_ENC: | 
					
						
							|  |  |  | 			case SSL_PKEY_RSA_SIGN: | 
					
						
							|  |  |  | 				/* We have an RSA key. */ | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 				 | 
					
						
							|  |  |  | 			case SSL_PKEY_DSA_SIGN: | 
					
						
							|  |  |  | 				/* We have a DSA key. */ | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 				 | 
					
						
							|  |  |  | 			case SSL_PKEY_DH_RSA: | 
					
						
							|  |  |  | 			case SSL_PKEY_DH_DSA: | 
					
						
							|  |  |  | 				/* We have a DH key. */ | 
					
						
							|  |  |  | 				break; | 
					
						
							|  |  |  | 				 | 
					
						
							|  |  |  | 			default: | 
					
						
							|  |  |  | 				/* Can't happen. */ | 
					
						
							|  |  |  | 				SSLerr(SSL_F_SSL_CERT_DUP, SSL_R_LIBRARY_BUG); | 
					
						
							|  |  |  | 				} | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	/* ret->extra_certs *should* exist, but currently the own certificate
 | 
					
						
							|  |  |  | 	 * chain is held inside SSL_CTX */ | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	ret->references=1; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return(ret); | 
					
						
							|  |  |  | 	 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_NO_DH /* avoid 'unreferenced label' warning if OPENSSL_NO_DH is defined */
 | 
					
						
							| 
									
										
										
										
											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
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i = 0; i < SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (ret->pkeys[i].x509 != NULL) | 
					
						
							|  |  |  | 			X509_free(ret->pkeys[i].x509); | 
					
						
							|  |  |  | 		if (ret->pkeys[i].privatekey != NULL) | 
					
						
							|  |  |  | 			EVP_PKEY_free(ret->pkeys[i].privatekey); | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	return NULL; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	for (i=0; i<SSL_PKEY_NUM; i++) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		if (c->pkeys[i].x509 != NULL) | 
					
						
							|  |  |  | 			X509_free(c->pkeys[i].x509); | 
					
						
							|  |  |  | 		if (c->pkeys[i].privatekey != NULL) | 
					
						
							|  |  |  | 			EVP_PKEY_free(c->pkeys[i].privatekey); | 
					
						
							|  |  |  | #if 0
 | 
					
						
							|  |  |  | 		if (c->pkeys[i].publickey != NULL) | 
					
						
							|  |  |  | 			EVP_PKEY_free(c->pkeys[i].publickey); | 
					
						
							|  |  |  | #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); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
 | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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; | 
					
						
							|  |  |  | 	X509_STORE_CTX ctx; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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); | 
					
						
							| 
									
										
										
										
											2001-09-02 04:02:13 +08:00
										 |  |  | 	if(!X509_STORE_CTX_init(&ctx,s->ctx->cert_store,x,sk)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_VERIFY_CERT_CHAIN,ERR_R_X509_LIB); | 
					
						
							|  |  |  | 		return(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)); | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | 	/* We need to set the verify purpose. The purpose can be determined by
 | 
					
						
							|  |  |  | 	 * the context: if its a server it will verify SSL client certificates | 
					
						
							|  |  |  | 	 * or vice versa. | 
					
						
							| 
									
										
										
										
											2000-12-16 00:40:35 +08:00
										 |  |  | 	 */ | 
					
						
							|  |  |  | 	if (s->server) | 
					
						
							|  |  |  | 		i = X509_PURPOSE_SSL_CLIENT; | 
					
						
							|  |  |  | 	else | 
					
						
							|  |  |  | 		i = X509_PURPOSE_SSL_SERVER; | 
					
						
							| 
									
										
										
										
											1999-11-30 06:35:00 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | 	X509_STORE_CTX_purpose_inherit(&ctx, i, s->purpose, s->trust); | 
					
						
							| 
									
										
										
										
											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); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-20 05:31:43 +08:00
										 |  |  | static void set_client_CA_list(STACK_OF(X509_NAME) **ca_list,STACK_OF(X509_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
										 |  |  | 
 | 
					
						
							|  |  |  | 	*ca_list=list; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											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); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | void SSL_set_client_CA_list(SSL *s,STACK_OF(X509_NAME) *list) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	set_client_CA_list(&(s->client_CA),list); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | void SSL_CTX_set_client_CA_list(SSL_CTX *ctx,STACK_OF(X509_NAME) *list) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	set_client_CA_list(&(ctx->client_CA),list); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_CTX_get_client_CA_list(SSL_CTX *ctx) | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	{ | 
					
						
							|  |  |  | 	return(ctx->client_CA); | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | STACK_OF(X509_NAME) *SSL_get_client_CA_list(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; | 
					
						
							| 
									
										
										
										
											1999-04-13 01:23:57 +08:00
										 |  |  | 	STACK_OF(X509_NAME) *ret,*sk; | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2000-09-18 02:21:27 +08:00
										 |  |  | 	ret=sk_X509_NAME_new_null(); | 
					
						
							| 
									
										
										
										
											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()); | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1998-12-21 18:52:47 +08:00
										 |  |  | 	if ((ret == NULL) || (sk == NULL) || (in == NULL)) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		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; | 
					
						
							|  |  |  | 		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); | 
					
						
							|  |  |  | 	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
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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); | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	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. | 
					
						
							|  |  |  |  */ | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2001-02-20 16:13:47 +08:00
										 |  |  | #ifndef OPENSSL_SYS_WIN32
 | 
					
						
							|  |  |  | #ifndef OPENSSL_SYS_VMS		/* XXXX This may be fixed in the future */
 | 
					
						
							| 
									
										
										
										
											2001-10-24 23:32:53 +08:00
										 |  |  | #ifndef OPENSSL_SYS_MACINTOSH_CLASSIC /* XXXXX: Better scheme needed! */
 | 
					
						
							| 
									
										
										
										
											1999-03-03 10:01:26 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											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
										 |  |  | 	{ | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	DIR *d; | 
					
						
							|  |  |  | 	struct dirent *dstruct; | 
					
						
							|  |  |  | 	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); | 
					
						
							|  |  |  | 	d = opendir(dir); | 
					
						
							| 
									
										
										
										
											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 */ | 
					
						
							|  |  |  | 	if(!d) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SYSerr(SYS_F_OPENDIR, get_last_sys_error()); | 
					
						
							|  |  |  | 		ERR_add_error_data(3, "opendir('", dir, "')"); | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB); | 
					
						
							|  |  |  | 		goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 	 | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	while((dstruct=readdir(d))) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		char buf[1024]; | 
					
						
							|  |  |  | 		int r; | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		if(strlen(dir)+strlen(dstruct->d_name)+2 > sizeof buf) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK,SSL_R_PATH_TOO_LONG); | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		r = BIO_snprintf(buf,sizeof buf,"%s/%s",dir,dstruct->d_name); | 
					
						
							|  |  |  | 		if (r <= 0 || r >= sizeof buf) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		if(!SSL_add_file_cert_subjects_to_stack(stack,buf)) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	ret = 1; | 
					
						
							| 
									
										
										
										
											1999-03-01 01:41:55 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-05-14 20:40:39 +08:00
										 |  |  | err:	 | 
					
						
							| 
									
										
										
										
											2002-04-19 00:20:13 +08:00
										 |  |  | 	if (d) closedir(d); | 
					
						
							| 
									
										
										
										
											2000-05-21 22:14:30 +08:00
										 |  |  | 	CRYPTO_w_unlock(CRYPTO_LOCK_READDIR); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							| 
									
										
										
										
											1999-03-03 10:01:26 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											1999-05-13 19:37:32 +08:00
										 |  |  | #endif
 | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | #else
 | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | int SSL_add_dir_cert_subjects_to_stack(STACK_OF(X509_NAME) *stack, | 
					
						
							|  |  |  | 				       const char *dir) | 
					
						
							|  |  |  | 	{ | 
					
						
							|  |  |  | 	WIN32_FIND_DATA FindFileData; | 
					
						
							|  |  |  | 	HANDLE hFind; | 
					
						
							|  |  |  | 	int ret = 0; | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  | 	CRYPTO_w_lock(CRYPTO_LOCK_READDIR); | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	hFind = FindFirstFile(dir, &FindFileData); | 
					
						
							|  |  |  | 	/* Note that a side effect is that the CAs will be sorted by name */ | 
					
						
							|  |  |  | 	if(hFind == INVALID_HANDLE_VALUE) | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		SYSerr(SYS_F_OPENDIR, get_last_sys_error()); | 
					
						
							|  |  |  | 		ERR_add_error_data(3, "opendir('", dir, "')"); | 
					
						
							|  |  |  | 		SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK, ERR_R_SYS_LIB); | 
					
						
							| 
									
										
										
										
											2002-04-19 00:20:13 +08:00
										 |  |  | 		goto err_noclose; | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 		} | 
					
						
							|  |  |  | 	 | 
					
						
							|  |  |  | 	do  | 
					
						
							|  |  |  | 		{ | 
					
						
							|  |  |  | 		char buf[1024]; | 
					
						
							|  |  |  | 		int r; | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		if(strlen(dir)+strlen(FindFileData.cFileName)+2 > sizeof buf) | 
					
						
							|  |  |  | 			{ | 
					
						
							|  |  |  | 			SSLerr(SSL_F_SSL_ADD_DIR_CERT_SUBJECTS_TO_STACK,SSL_R_PATH_TOO_LONG); | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 			} | 
					
						
							|  |  |  | 		 | 
					
						
							|  |  |  | 		r = BIO_snprintf(buf,sizeof buf,"%s/%s",dir,FindFileData.cFileName); | 
					
						
							|  |  |  | 		if (r <= 0 || r >= sizeof buf) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		if(!SSL_add_file_cert_subjects_to_stack(stack,buf)) | 
					
						
							|  |  |  | 			goto err; | 
					
						
							|  |  |  | 		} | 
					
						
							|  |  |  | 	while (FindNextFile(hFind, &FindFileData) != FALSE); | 
					
						
							|  |  |  | 	ret = 1; | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											2002-04-19 00:20:13 +08:00
										 |  |  | err: | 
					
						
							|  |  |  | 	FindClose(hFind); | 
					
						
							| 
									
										
										
										
											2002-04-29 18:19:19 +08:00
										 |  |  | err_noclose: | 
					
						
							| 
									
										
										
										
											2001-10-04 20:27:39 +08:00
										 |  |  | 	CRYPTO_w_unlock(CRYPTO_LOCK_READDIR); | 
					
						
							|  |  |  | 	return ret; | 
					
						
							|  |  |  | 	} | 
					
						
							|  |  |  | 
 | 
					
						
							| 
									
										
										
										
											1999-09-12 01:54:18 +08:00
										 |  |  | #endif
 |