-
Notifications
You must be signed in to change notification settings - Fork 47
Implement more ciphers in OpenSSH #118
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
Conversation
|
Here is my public key using a Yubikey, is it implemented ? |
|
@williamdes this PR is adding symmetric ciphers for key encryption, not digital signature algorithms. That said that key is using ECDSA/NIST P-256, which is supported by the latest release: https://docs.rs/ssh-key/latest/ssh_key/#supported-algorithms |
Thanks for your kind reply |
|
I think this PR is ready for review. This PR introduces three new features to control which cipher is supported:
|
tarcieri
left a comment
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.
Looks good, thanks!
This PR adds implementation for the ciphers supported in OpenSSH.
Closes: #108