Skip to content
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

Consider switching out OpenSSL for Rustls #1065

Closed
TobiasDeBruijn opened this issue Nov 12, 2021 · 1 comment
Closed

Consider switching out OpenSSL for Rustls #1065

TobiasDeBruijn opened this issue Nov 12, 2021 · 1 comment

Comments

@TobiasDeBruijn
Copy link

Hi,

Thanks for the hard work!

Just an idea, would it be worth it to switch out OpenSSL for Rustls? This would allow for easier portable binaries among other features. reqwest can easily be made to use rustls rather than native-tls (i.e openssl) by disabling the default features and enabling the rustls-tls feature.

I noticed that sccache also directly depends on Openssl, but I have not checked how and why.

Thanks!

@drahnr
Copy link
Collaborator

drahnr commented Nov 13, 2021

There has been an effort in #879 #272 to achieve this and it works just fine in https://github.com/paritytech/cachepot where this is already included in master

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants