Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix old lint checking that an OCSP URL is present in TLS Server certificates: add ineffective date #871

Merged
merged 34 commits into from
Aug 11, 2024

Conversation

defacto64
Copy link
Contributor

For several years it has been mandatory to include an OSCP URL in the AIA extension of TLS Server certificates, and Zlint approprietely includes a lint (e_sub_cert_aia_does_not_contain_ocsp_url) to check that such requirement is met.

The requirement was later removed, with the advent of CABF BRs 2.0, but that lint has not been updated since. This PR introduces a tiny change to that lint to prevent it from complaining about a missing OCSP URL in certificates issued after 9/15/2023.

defacto64 and others added 30 commits March 8, 2024 16:07
Added //nolint:all to comment block to avoid golangci-lint to complain about duplicate words in comment
Fine to me.

Co-authored-by: Christopher Henderson <chris@chenderson.org>
As per Chris Henderson's suggestion, to "improve readability".
As per Chris Henderson's suggestion.
Added CABFEV_Sec9_2_8_Date
@christopher-henderson christopher-henderson merged commit 8eb670f into zmap:master Aug 11, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants