zmap / zlint

X.509 Certificate Linter focused on Web PKI standards and requirements.
https://zmap.io
Apache License 2.0
347 stars 107 forks source link

Added IsSMIMEBRCertificate in checkApplies where missing #780

Closed mtgag closed 6 months ago

mtgag commented 6 months ago

In all smime lints the checkApplies should always contain a check whether the certificate is issued according to SMIME BR (IsSMIMEBRCertificate, or IsLegacySMIMECertificate, etc.). Added missing checks. Also added/updated a few certificates to cover more test cases.