zmap / zlint

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

Duplicate lints about keyIdentifier in certificates #725

Closed mtgag closed 1 year ago

mtgag commented 1 year ago

Iint lint_ext_authority_key_identifier_missing.go and lint_ext_authority_key_identifier_no_key_identifier.go are duplicates. lint_ext_authority_key_identifier_missing.go actually checks if the AKIE is present but probably the intention was to test whether the keyidentifier is present.

Proposal: keep only lint_ext_authority_key_identifier_no_key_identifier.go and delete lint_ext_authority_key_identifier_missing.go