-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
Support load openssh oneline format public key #277
Comments
OpenSSL can't directly parse OpenSSH public keys because OpenSSH uses its own unique format.
Some issues I see with this:
Generally I like the idea. |
Thank you for your anwser. |
Not sooo fast 😄 @prince-chrismc What do you think about this, should we include this ? |
It's a good idea, I am not sure how other servers or clients would work though 🤔 if we can transform the format in RSA modulus and exponent than it's a good value add feature... but probably erroneous, I suspect people are just using a key they already had instead of creating proper keys. There's a reason ssh keys are not supported by tls and I think the jwt separation also makes sense. |
What would you like to see added?
jwt::algorithm::rs256 support load openssh oneline format public key.
Additional Context
throw an exception, "failed to load key: bio read failed".
The text was updated successfully, but these errors were encountered: