diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-01 02:09:36 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-01 02:09:36 +0000 |
commit | ac98af26cef8297c2c8f0237081f1361f9c6f797 (patch) | |
tree | 706aabb982d64e3ee0d408e45a258f06a80501f4 /openssl/trunk | |
parent | 0ba9240236f047856de8a2166f04356a1b7d825d (diff) |
RFC 3779 validation functions.
svn path=/openssl/trunk/crypto/x509v3/x509v3.h; revision=118
Diffstat (limited to 'openssl/trunk')
-rw-r--r-- | openssl/trunk/crypto/x509v3/x509v3.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ -724,6 +724,12 @@ DECLARE_ASN1_FUNCTIONS(IPAddressFamily) #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 */ |