Replies: 1 comment 1 reply
-
russh used to have a partial-FIPS-compliant build mode (RSA only) but it proved to be too hard to maintain with multiple parallel crypto backends. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello!
I'm trying to see if I can adapt this library to run in a FIPS way which essentially means I need a way to swap out the crypto implementations for FIPS-certified ones like aws-lc-rs or boringssl. I will probably also need some future weird or custom algorithms for fun and business.
I was wondering how amenable everyone would be to me implementing a configuration option for the Client and Server that allows for custom algorithms and implementations? Or maybe I missed something and this is possible without a new feature?
Beta Was this translation helpful? Give feedback.
All reactions