-
Notifications
You must be signed in to change notification settings - Fork 89
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
hyper-rustls: add ring Rustls backend & use it by default #140
Conversation
Isn't |
they were somewhat inaccurate, build issues tend to be NASM related on Windows, but it's been improving: rustls/rustls#1913 |
Recently
rustls
crate switched to theaws-lc-rs
crypto backend by default (probably because it's FIPS certified) which requires a C compiler to build, which adds unnecessary complexity.This PR makes
hyper-rustls
use pure Rustring
backend by default with an option to useaws-lc-rs
throughrustls-tls-aws
feature.