Closed rylev closed 2 months ago
Unfortunately, rustls 0.23 has a somewhat large foot-gun where you will get a runtime panic if both the aws_lc_rs and ring features are both turned on. This is very easy to do since aws_lc_rs is turned on by default, but we want to use ring.
rustls
aws_lc_rs
ring
Unfortunately,
rustls
0.23 has a somewhat large foot-gun where you will get a runtime panic if both theaws_lc_rs
andring
features are both turned on. This is very easy to do sinceaws_lc_rs
is turned on by default, but we want to usering
.