From 767f0c4df651c7975aa805fba7b66cb9042f3abf Mon Sep 17 00:00:00 2001 From: awnuk Date: Fri, 3 Apr 2009 17:04:18 +0000 Subject: Fixed bugzilla bug #491990. git-svn-id: svn+ssh://svn.fedorahosted.org/svn/pki/trunk@366 c9f7a03b-bd48-0410-a16d-cbbf54688b0b --- pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'pki/base/java-tools/src/com') diff --git a/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java b/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java index ea9b68e7a..9967da239 100644 --- a/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java +++ b/pki/base/java-tools/src/com/netscape/cmstools/PrettyPrintCrl.java @@ -93,6 +93,12 @@ public class PrettyPrintCrl { InvalidityDateExtension.NAME); } catch (CertificateException e) { } + try { + OIDMap.addAttribute(IssuingDistributionPointExtension.class.getName(), + IssuingDistributionPointExtension.OID, + IssuingDistributionPointExtension.NAME); + } catch (CertificateException e) { + } // (2) Create a DataInputStream() object to the BASE 64 // encoded CRL contained within the file -- cgit