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

Fix a bug in the check for 7.1.4.2.h - single email address in subject:emailAddress #792

Closed cardonator closed 5 months ago

cardonator commented 5 months ago

See comments on #753. The Check should not disallow multiple emails in the subject field on a compliant cert, but it should only allow a single value in any individual subject:emailAddress field. This PR fixes that issue.

cardonator commented 5 months ago

@christopher-henderson @zakird can I beg for a review on this and a patch release for this fix?

zakird commented 5 months ago

LGTM. @christopher-henderson would you be willing to cut a patch?

christopher-henderson commented 5 months ago

@zakird and @cardonator thank you for you patience this past week. I went ahead and skipped the RC and went directly to a 3.6.1 patch release for this.

cardonator commented 5 months ago

Thanks!