-
Notifications
You must be signed in to change notification settings - Fork 51
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
sign: switch to P-256 #662
Conversation
This is faster than P-384, is well-supported, and is well within security margins. Signed-off-by: William Woodruff <william@trailofbits.com>
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.
Rekor doesn’t support ed25519 for hashedrekord because it requires the preimage, not the hash. See sigstore/rekor#1325 for a fix, haven’t had a chance to double check that’ll work.
Cool, thanks! I think the Python client will be blocked on ed25519-ph anyways due to Cryptography not supporting it (in part because OpenSSL in turn doesn't). |
Signed-off-by: William Woodruff <william@trailofbits.com>
Signed-off-by: William Woodruff <william@trailofbits.com>
This is faster than P-384, is well-supported, and is well within security margins. Signed-off-by: William Woodruff <william@trailofbits.com>
This is faster than P-384, is well-supported, and is well within security margins.
Longer term I'd like to switch to ed25519, but I'm having some trouble getting Rekor to accept
hashedrekord
entries for ed25519 signatures.cc @alex