MTG

Results 12 issues of MTG

lint for checking if subject:jurisdiction and cabfOrganizationIdentifier extension are well-formed

implementation of a lint to check correct format of subject:organizationIdentifier

Hello, this came up while working on https://github.com/zmap/zlint/pull/378 The current implementation makes some assumptions because the certificate issuer is not present. An assumption-free implementation would need the issuer certificate as...

question
discussion

This PR addresses an issue with lint_single_email_if_present.go. The lint takes a look into the SAN entries to check if there is an entry with two email addresses. The description and...

PR addressing discussion in https://github.com/zmap/zlint/issues/795 and https://github.com/zmap/zlint/pull/802.

Two lints use the before method to the calculate the validity of certificates, while the BeforeOrOn help method should be used. Two certificates that test the edge case are also...

Addressing comment: https://github.com/zmap/zlint/pull/810#discussion_r1608518767