Closed
Bug 1921528
Opened 7 months ago
Closed 7 months ago
add some new error codes to mozilla::pkix so Firefox can use them
Categories
(NSS :: Libraries, enhancement, P1)
NSS
Libraries
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: keeler, Assigned: keeler)
References
Details
Attachments
(1 file)
Bug 1911007 and bug 1921525 both need new error codes in mozilla::pkix so Firefox can use them. The former needs an error for when a certificate was issued with a notBefore value after a CA's distrustAfter value (i.e. the issuer is no longer trusted to issue new certificates). The latter needs an error for when sufficient certificate transparency information is not available.
![]() |
Assignee | |
Comment 1•7 months ago
|
||
This adds MOZILLA_PKIX_ERROR_INSUFFICIENT_CERTIFICATE_TRANSPARENCY and
MOZILLA_PKIX_ERROR_ISSUER_NO_LONGER_TRUSTED for certificate transparency and
distrust after, respectively.
Comment 2•7 months ago
|
||
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•