-
Notifications
You must be signed in to change notification settings - Fork 266
Description
Describe the feature
I'd like to be able to use aws-lc-rs in place of ring, throughout my dependency tree. I'd love to be able to do so with aws-sdk-rust as well.
Use Case
aws-lc-rs is faster. (EDIT: turns out it doesn't have a more compatible license, and still has code under the OpenSSL license.)
Proposed Solution
I'd propose either:
- Switching to aws-lc-rs as the default, or
- Introducing feature flags to control which backend to use.
Switching to aws-lc-rs would be the simplest, and would be in line with the general aws-sdk-rust policy of not controlling functionality via feature flags.
Using a feature flag would allow people who prefer ring to continue using it.
I'd be happy to implement either solution.
Other Information
#966 requested support for the FIPS mode specifically, but that issue wasn't accepted because the FIPS mode requires Go to build.
However, the non-FIPS mode does not require Go. It does require cmake, but that seems somewhat less onerous. Nonetheless, if depending on cmake is a showstopper for this, I'd be happy to add a feature-flag-based solution, so that people who prefer to keep using ring can do so.
Acknowledgements
- I may be able to implement this feature request
- This feature might incur a breaking change
A note for the community
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue, please leave a comment