summaryrefslogtreecommitdiff
path: root/security/nss/lib/certhigh
diff options
context:
space:
mode:
authorjpierre%netscape.com <devnull@localhost>2002-07-10 03:30:15 +0000
committerjpierre%netscape.com <devnull@localhost>2002-07-10 03:30:15 +0000
commitf1c4b0cd0958d433145becd5710bf0ced0d52fa3 (patch)
tree6b989562e735f648256ac22efe3d66bfef98b9fe /security/nss/lib/certhigh
parent6cc22c33f96cd68988dc7b4bd50d5335fe283691 (diff)
downloadnss-hg-f1c4b0cd0958d433145becd5710bf0ced0d52fa3.tar.gz
Fix bug in new CERT_VerifyCertificate function - fix for 149832
Diffstat (limited to 'security/nss/lib/certhigh')
-rw-r--r--security/nss/lib/certhigh/certvfy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nss/lib/certhigh/certvfy.c b/security/nss/lib/certhigh/certvfy.c
index ff4538d17..bf1a33018 100644
--- a/security/nss/lib/certhigh/certvfy.c
+++ b/security/nss/lib/certhigh/certvfy.c
@@ -1128,6 +1128,7 @@ CERT_VerifyCertificate(CERTCertDBHandle *handle, CERTCertificate *cert,
case certUsageAnyCA:
case certUsageProtectedObjectSigner:
case certUsageUserCertImport:
+ case certUsageVerifyCA:
/* these usages cannot be verified */
NEXT_ITERATION();