summaryrefslogtreecommitdiff
path: root/security/nss/cmd/lib
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2002-08-09 07:09:25 +0000
committerjpierre%netscape.com <devnull@localhost>2002-08-09 07:09:25 +0000
commit533b5ef7f5fba4b2d35ac78a5b17bae703db9ab4 (patch)
treee80bffd5aa0aacecfefbcd927aefc54be6471764 /security/nss/cmd/lib
parent6d77122bc743b0a4525ad580e8153e73639e7267 (diff)
downloadnss-hg-533b5ef7f5fba4b2d35ac78a5b17bae703db9ab4.tar.gz
Add comment about partial CRLs
Diffstat (limited to 'security/nss/cmd/lib')
-rw-r--r--security/nss/cmd/lib/secutil.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/security/nss/cmd/lib/secutil.c b/security/nss/cmd/lib/secutil.c
index 6b9ab8e3c..d0bc5a4d4 100644
--- a/security/nss/cmd/lib/secutil.c
+++ b/security/nss/cmd/lib/secutil.c
@@ -1886,6 +1886,11 @@ secu_PrintSignerInfo(FILE *out, SEC_PKCS7SignerInfo *info, char *m, int level)
}
}
+/* callers of this function must make sure that the CERTSignedCrl
+ from which they are extracting the CERTCrl has been fully-decoded.
+ Otherwise it will not have the entries even though the CRL may have
+ some */
+
void
SECU_PrintCRLInfo(FILE *out, CERTCrl *crl, char *m, int level)
{