-
Notifications
You must be signed in to change notification settings - Fork 111
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
Duplicate lints about keyIdentifier in certificates #726
Merged
Merged
Changes from 5 commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
23def3d
Duplicate lints about keyIdentifier in certificates
christopher-henderson 8a4fd62
fixed go imports styling
christopher-henderson 88b9816
breaking up code comments to match conditional blocks
christopher-henderson a9d76ca
typo
christopher-henderson 03efc09
Merge branch 'master' into duplicate_key_identifier
zakird 1f42efd
simplifying check
christopher-henderson 4666dd3
Merge branch 'master' into duplicate_key_identifier
christopher-henderson 1fdf19b
Triggering GHA with empty commit
christopher-henderson 1500060
adding one more error cert to the corpus
christopher-henderson f29cf02
Merge branch 'master' into duplicate_key_identifier
christopher-henderson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
40 changes: 0 additions & 40 deletions
40
v3/lints/rfc/lint_ext_authority_key_identifier_missing_test.go
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we can remove util.IsCACert(c)? Only if it is self-signed it may be omitted.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not quite convinced of that based on the language.
It seems to me that this clause is stating that this does apply, specifically to CA certs and not just to any self signed.
Although what exists in practice may of course differ.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That is fine.