From a096bcdca38b419f40c8d37584a4f7900f039589 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Thu, 15 Nov 2007 03:24:02 +0000 Subject: CRL support, not yet tested svn path=/scripts/biz-certs/Bob-CA.srl; revision=1296 --- scripts/rpki/oids.py | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/rpki/oids.py') diff --git a/scripts/rpki/oids.py b/scripts/rpki/oids.py index 6537ba9f..32bd6e4c 100644 --- a/scripts/rpki/oids.py +++ b/scripts/rpki/oids.py @@ -22,6 +22,7 @@ oid2name = { (2, 5, 29, 14) : "subjectKeyIdentifier", (2, 5, 29, 15) : "keyUsage", (2, 5, 29, 19) : "basicConstraints", + (2, 5, 29, 20) : "cRLNumber", (2, 5, 29, 31) : "cRLDistributionPoints", (2, 5, 29, 32) : "certificatePolicies", (2, 5, 29, 35) : "authorityKeyIdentifier", -- cgit v1.2.3