Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix CRL check when CA miss CRLSign key usage
When CRLSign key usage is not present NSS crl check will consider the CRL source not present and skip the test. This is against the policy we want to implement. This change force the need for the information source and the certificate will be marked as revoked if CRLSign is not present.
- Loading branch information