-
-
Notifications
You must be signed in to change notification settings - Fork 688
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
Fix incorrectly named ECDSA algorithm #219
Conversation
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 fine with something like this, although we need to do so without breaking compat. We'd need to make sure everything still works for users using ES512
as an algo.
I agree with @jpadilla. At least until the next major version, this should still allow |
Per the RFC on ECDSA in TLS, the signing algorithm using the P-521 elliptic curve and SHA-512 is called ES521, instead of ES512.