From 99b382d77e50198e59869fbb9c3cb52f0bf79ff5 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Sat, 26 Aug 2006 08:37:55 +0000 Subject: Allow inheritance in "resource sets" since verification of certificate requests will almost certainly require this. svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=232 --- openssl/trunk/crypto/x509v3/x509v3.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'openssl/trunk/crypto/x509v3/x509v3.h') diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index 4bcdd1dd..ea5d3f6e 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -739,10 +739,12 @@ int v3_addr_canonize(IPAddrBlocks *addr); int v3_asid_validate_path(X509_STORE_CTX *); int v3_addr_validate_path(X509_STORE_CTX *); int v3_asid_validate_resource_set(STACK_OF(X509) *chain, - ASIdentifiers *resource_set); + ASIdentifiers *ext, + int allow_inheritance); int v3_addr_validate_resource_set(STACK_OF(X509) *chain, - IPAddrBlocks *resource_set); - + IPAddrBlocks *ext, + int allow_inheritance); + /* * [sra] End RFC 3779 stuff */ -- cgit v1.2.3