boulder/linter/lints/rfc
Aaron Gable 6071bedb52
Use PKIMetal to lint CRLs in CI (#8061)
Add a new custom lint which sends CRLs to PKIMetal, and configure it to
run in our integration test environment. Factor out most of the code
used to talk to the PKIMetal API so that it can be shared by the two
custom lints which do so. Add the ability to configure lints to the
CRLProfileConfig, so that zlint knows where to load the necessary custom
config from.
2025-03-14 16:28:56 -07:00
..
testdata Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_cert_via_pkimetal.go Use PKIMetal to lint CRLs in CI (#8061) 2025-03-14 16:28:56 -07:00
lint_crl_has_aki.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_aki_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_issuer_name.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_issuer_name_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_number.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_number_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_valid_timestamps.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_has_valid_timestamps_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_no_empty_revoked_certificates_list.go Unfork crl x509 (#7078) 2023-09-15 20:25:13 -07:00
lint_crl_no_empty_revoked_certificates_list_test.go Use zlint to check our CRLs (#6972) 2023-07-11 15:39:05 -07:00
lint_crl_via_pkimetal.go Use PKIMetal to lint CRLs in CI (#8061) 2025-03-14 16:28:56 -07:00