-
Notifications
You must be signed in to change notification settings - Fork 41
Introduce a crate feature to allow <1024 bit RSA keys #336
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
Comments
We're discussing enforcing a minimum modulus of 1024-bits in the |
The only issue I see is that any crate in a workspace could "poison" the For my use case personally, I'd be fine with |
Yeah, I don't think it makes sense to remove the key size check entirely. 1024-bits should be the hard floor |
There are still tons of legacy devices (in particular network switches) out there that use 1024bit RSA keys. The
ssh-key
crate should provide an escape hatch that lets the consumer make these security decisions themselves.I'll make a PR shortly
The text was updated successfully, but these errors were encountered: