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/v3err.c | |
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/v3err.c')
-rw-r--r-- | openssl/trunk/crypto/x509v3/v3err.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openssl/trunk/crypto/x509v3/v3err.c b/openssl/trunk/crypto/x509v3/v3err.c index 04073ca6..2393e8c2 100644 --- a/openssl/trunk/crypto/x509v3/v3err.c +++ b/openssl/trunk/crypto/x509v3/v3err.c @@ -116,6 +116,7 @@ static ERR_STRING_DATA X509V3_str_functs[]= {ERR_FUNC(X509V3_F_V2I_POLICY_CONSTRAINTS), "V2I_POLICY_CONSTRAINTS"}, {ERR_FUNC(X509V3_F_V2I_POLICY_MAPPINGS), "V2I_POLICY_MAPPINGS"}, {ERR_FUNC(X509V3_F_V2I_SUBJECT_ALT), "V2I_SUBJECT_ALT"}, +{ERR_FUNC(X509V3_F_V3_ADDR_VALIDATE_PATH), "v3_addr_validate_path"}, {ERR_FUNC(X509V3_F_V3_GENERIC_EXTENSION), "V3_GENERIC_EXTENSION"}, {ERR_FUNC(X509V3_F_X509V3_ADD1_I2D), "X509V3_add1_i2d"}, {ERR_FUNC(X509V3_F_X509V3_ADD_VALUE), "X509V3_add_value"}, |