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

Implement ECDSA private key support #206

Merged
merged 5 commits into from
Jul 28, 2024
Merged

Implement ECDSA private key support #206

merged 5 commits into from
Jul 28, 2024

Conversation

jborean93
Copy link
Contributor

Add the ability to use ECDSA private keys for user authentication. These keys support the NIST P_256, P_384, and P_521 curves that can be generated by ssh-keygen.

Fixes: #203

Add the ability to use ECDSA private keys for user authentication. These
keys support the NIST P_256, P_384, and P_521 curves that can be
generated by ssh-keygen.
@tmds
Copy link
Owner

tmds commented Jul 25, 2024

@jborean93, thanks for implementing this! I'll review it this week.

@tmds tmds merged commit 34fa8eb into tmds:main Jul 28, 2024
1 check passed
@tmds
Copy link
Owner

tmds commented Jul 28, 2024

Thanks @jborean93!

@jborean93 jborean93 deleted the ecdsa-key branch July 28, 2024 19:57
@jborean93
Copy link
Contributor Author

Thanks for the speedy review and help with the MPInt handling! I'll rebase my encrypted key PR with the changes merged here, no rush on the review there though.

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.

ECDSA key support
2 participants