summaryrefslogtreecommitdiffstats
path: root/crypto/x509v3/v3_crld.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-08-29 11:37:21 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-08-29 11:37:21 +0000
commit4b96839f069a2c9fef3d1feffca2880361181544 (patch)
tree629a9c6b65416dce84e31731bcc9a24f77dae7db /crypto/x509v3/v3_crld.c
parent249a77f5fb6407185e0a6ad44cd88eda2b6f8946 (diff)
Add support for CRLs partitioned by reason code.
Tidy CRL scoring system. Add new CRL path validation error.
Diffstat (limited to 'crypto/x509v3/v3_crld.c')
-rw-r--r--crypto/x509v3/v3_crld.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/crypto/x509v3/v3_crld.c b/crypto/x509v3/v3_crld.c
index 001edec39a..17a1fbf62c 100644
--- a/crypto/x509v3/v3_crld.c
+++ b/crypto/x509v3/v3_crld.c
@@ -191,6 +191,7 @@ static int set_dist_point_name(DIST_POINT_NAME **pdp, X509V3_CTX *ctx,
}
static const BIT_STRING_BITNAME reason_flags[] = {
+{0, "Unused", "unused"},
{1, "Key Compromise", "keyCompromise"},
{2, "CA Compromise", "CACompromise"},
{3, "Affiliation Changed", "affiliationChanged"},