summaryrefslogtreecommitdiffstats
path: root/crypto/x509/x509_vfy.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-09-14 17:25:02 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-09-14 17:25:02 +0000
commitbc7535bc7fe30fbba222c316a3957da7d906603b (patch)
tree2c7ea8fdce84052210512bb62f66c25ac68067b1 /crypto/x509/x509_vfy.h
parent83357f047d994415ae96e07386fe55ed1087bdee (diff)
Support for AKID in CRLs and partial support for IDP. Overhaul of CRL
handling to support this.
Diffstat (limited to 'crypto/x509/x509_vfy.h')
-rw-r--r--crypto/x509/x509_vfy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/x509/x509_vfy.h b/crypto/x509/x509_vfy.h
index d546cd9767..322637a6e4 100644
--- a/crypto/x509/x509_vfy.h
+++ b/crypto/x509/x509_vfy.h
@@ -334,6 +334,8 @@ void X509_STORE_CTX_set_depth(X509_STORE_CTX *ctx, int depth);
#define X509_V_ERR_INVALID_EXTENSION 41
#define X509_V_ERR_INVALID_POLICY_EXTENSION 42
#define X509_V_ERR_NO_EXPLICIT_POLICY 43
+#define X509_V_ERR_DIFFERENT_CRL_SCOPE 44
+#define X509_V_ERR_UNSUPPORTED_EXTENSION_FEATURE 45
/* The application is not happy */