Uh oh!
There was an error while loading. Please reload this page.
Implement more ciphers in OpenSSH - #118
Conversation
williamdes
commented
May 29, 2023
Here is my public key using a Yubikey, is it implemented ? |
tarcieri
commented
May 29, 2023
@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 |
williamdes
commented
May 29, 2023
Thanks for your kind reply |
Leo1003
commented
Jun 19, 2023
I think this PR is ready for review. This PR introduces three new features to control which cipher is supported:
|
Uh oh!
There was an error while loading. Please reload this page.
This PR adds implementation for the ciphers supported in OpenSSH.
Closes: #108