-
Notifications
You must be signed in to change notification settings - Fork 56
Add support for ed25519 keys #1377
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
base: main
Are you sure you want to change the base?
Conversation
Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
Signed-off-by: Ramon Petgrave <[email protected]>
LGTM. Getting this tested should be easy... I don't think there is any problem just editing the |
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 marking "request changes" for the test: let me know if it seems to not be straight forward
Client support for Rekor V2: sigstore-python
Summary
Resolves #1376, #1378
Adds support for ed25519 keys. In the
cryptography
library, is not yet any support for ed25519ph operations.Fixes the CI test for timestamp-authority to use the latest release, not the latest tag, since we could have new tags without associated release artifacts to download.
Release Note
sigstore/timestamp-authority
Documentation
None