From be138a13b22aee233dccd45c35860daf01a86a1e Mon Sep 17 00:00:00 2001 From: "relyea%netscape.com" Date: Mon, 7 May 2001 21:07:23 +0000 Subject: [PATCH] remove bogus check for CRLs --- security/nss/lib/certdb/crl.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/security/nss/lib/certdb/crl.c b/security/nss/lib/certdb/crl.c index 0ff137a4efa9..7eaf5e42b65b 100644 --- a/security/nss/lib/certdb/crl.c +++ b/security/nss/lib/certdb/crl.c @@ -34,7 +34,7 @@ /* * Moved from secpkcs7.c * - * $Id: crl.c,v 1.2 2001/01/07 08:12:49 nelsonb%netscape.com Exp $ + * $Id: crl.c,v 1.3 2001/05/07 21:07:23 relyea%netscape.com Exp $ */ #include "cert.h" @@ -354,10 +354,13 @@ CERT_DecodeDERCrl(PRArenaPool *narena, SECItem *derSignedCrl, int type) if (rv != SECSuccess) break; +#ifdef notdef + /*this is a bogus check. all these fields are optional in a V2 cert.*/ /* If the version is set to v2, make sure that it contains at least 1 critical extension either the crl extensions or crl entry extensions. */ rv = cert_check_crl_version (&crl->crl); +#endif break; case SEC_KRL_TYPE: