diff options
author | Rob Austein <sra@hactrn.net> | 2006-08-16 05:56:52 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2006-08-16 05:56:52 +0000 |
commit | e8f93a484d9640c8c439e46a42cb878d7c2ea1de (patch) | |
tree | 86095029018da2f75acd91ad1ccc2f033a6b15f4 /openssl/trunk/crypto/x509v3/x509v3.h | |
parent | 3b0de4f4e2037f15b435bdfafe06abccd20389c6 (diff) |
Rewrite address extention path validation to work bottom up, using
cached extensions.
svn path=/openssl/trunk/crypto/x509v3/v3_addr.c; revision=159
Diffstat (limited to 'openssl/trunk/crypto/x509v3/x509v3.h')
-rw-r--r-- | openssl/trunk/crypto/x509v3/x509v3.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509v3/x509v3.h b/openssl/trunk/crypto/x509v3/x509v3.h index ee642a44..44faf17f 100644 --- a/openssl/trunk/crypto/x509v3/x509v3.h +++ b/openssl/trunk/crypto/x509v3/x509v3.h @@ -788,6 +788,7 @@ void ERR_load_X509V3_strings(void); #define X509V3_F_V2I_POLICY_CONSTRAINTS 146 #define X509V3_F_V2I_POLICY_MAPPINGS 145 #define X509V3_F_V2I_SUBJECT_ALT 154 +#define X509V3_F_V3_ADDR_VALIDATE_PATH 160 #define X509V3_F_V3_GENERIC_EXTENSION 116 #define X509V3_F_X509V3_ADD1_I2D 140 #define X509V3_F_X509V3_ADD_VALUE 105 |