surf icon indicating copy to clipboard operation
surf copied to clipboard

Rustls optional dependency

Open Hirrolot opened this issue 4 years ago • 13 comments

Rustls is an SSL/TLS library, written completely in Rust. It seems to be more safe and fast than OpenSSL (which is used by native-tls on Linux).

Surf uses native-tls if I'm not mistaken, which uses a native implementation on each supported platform. Would Rustls be more preferred to use in Surf?

Hirrolot avatar Aug 16 '19 19:08 Hirrolot