From ac98af26cef8297c2c8f0237081f1361f9c6f797 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Tue, 1 Aug 2006 02:09:36 +0000 Subject: RFC 3779 validation functions. svn path=/openssl/trunk/crypto/x509v3/x509v3.h; revision=118 --- openssl/trunk/crypto/x509v3/x509v3.h | 6 ++++++ 1 file changed, 6 insertions(+) (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 8d811267..55754488 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -723,6 +723,12 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily) #define IANA_AFI_IPV4 1 #define IANA_AFI_IPV6 2 +/* + * Check whether RFC 3779 extensions nest properly. + */ +int v3_asid_validate_path(X509_STORE_CTX *); +int v3_addr_validate_path(X509_STORE_CTX *); + /* * [sra] END KLUDGE */ -- cgit v1.2.3