Skip to content

Commit

Permalink
lints: revert e_key_usage_and_extended_key_usage_inconsistent. (#556)
Browse files Browse the repository at this point in the history
The `e_key_usage_and_extended_key_usage_inconsistent` lint's
interpretation of RFC 5280 is under question (see #553).

We also had an integration test bug that resulted in massively
under-estimating it's impact on our integration test corpus (see #555).

Let's remove this lint while we sort out the correct logic.
  • Loading branch information
cpu authored Jan 29, 2021
1 parent c1c6681 commit 12bb0ed
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 2,119 deletions.
5 changes: 1 addition & 4 deletions v3/integration/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -749,11 +749,8 @@
"e_cert_sig_alg_not_match_tbs_sig_alg": {
"ErrCount": 10
},
"e_key_usage_and_extended_key_usage_inconsistent": {
"ErrCount": 140
},
"e_ocsp_id_pkix_ocsp_nocheck_ext_not_included_server_auth": {
"ErrCount": 78
}
}
}
}
152 changes: 0 additions & 152 deletions v3/lints/rfc/lint_key_usage_and_extended_key_usage_inconsistent.go

This file was deleted.

Loading

0 comments on commit 12bb0ed

Please sign in to comment.