Skip to content
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

ssh-key: p521 feature #180

Merged
merged 1 commit into from
Nov 20, 2023
Merged

ssh-key: p521 feature #180

merged 1 commit into from
Nov 20, 2023

Conversation

tarcieri
Copy link
Member

Adds initial integration with the p521 crate, including support for converting public and private keys to p521 keys, as well as signing and verifying NIST P-521 signatures.

Note that there's a lot of redundancy/boilerplate repeated for p256, p384, and p521 it would be nice to eventually DRY out, possibly using macros to write the impls.

Adds initial integration with the `p521` crate, including support for
converting public and private keys to `p521` keys, as well as signing
and verifying NIST P-521 signatures.

Note that there's a lot of redundancy/boilerplate repeated for `p256`,
`p384`, and `p521` it would be nice to eventually DRY out, possibly
using macros to write the impls.
@tarcieri tarcieri merged commit 03e1145 into master Nov 20, 2023
27 checks passed
@tarcieri tarcieri deleted the ssh-key/p521 branch November 20, 2023 23:04
@tarcieri tarcieri mentioned this pull request Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant