-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Backport: Clean up & improve PK write test functions #7456
Conversation
Signed-off-by: Valerio Setti <[email protected]>
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.
LGTM
Note for the future: as a reviewer, I like it when backports have the same commit structure as the original PR, because then I can use |
tests/data_files/Makefile
Outdated
@@ -888,6 +888,57 @@ ec_prv.pk8param.pem: ec_prv.pk8param.der | |||
$(OPENSSL) pkey -in $< -inform DER -out $@ | |||
all_final += ec_prv.pk8param.pem | |||
|
|||
################################################################ | |||
#### Convert PEM keys in DER format |
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.
#### Convert PEM keys in DER format | |
#### Convert PEM keys to DER format |
Same suggestion as in the original PR.
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.
This needs updating to match changes in the original PR.
Signed-off-by: Valerio Setti <[email protected]>
Signed-off-by: Valerio Setti <[email protected]>
Signed-off-by: Valerio Setti <[email protected]>
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.
LGTM, thanks!
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.
Faithful backport.
This is the backport of issue #7446 as solved in PR #7449.
Gatekeeper checklist