diff --git a/README.md b/README.md index 1f8dbcb1f..b0b0eb813 100644 --- a/README.md +++ b/README.md @@ -53,13 +53,14 @@ On Linux: - OpenSSL with headers. See https://docs.rs/openssl for supported versions and more details. Alternatively you can enable the `native-tls-vendored` - feature to compile a copy of OpenSSL. + feature to compile a copy of OpenSSL. Or, you can use [rustls](https://github.com/rustls/rustls) + via `rustls-tls` or other `rustls-tls-*` features. On Windows and macOS: - Nothing. -Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls), +By default, Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls), which will use the operating system TLS framework if available, meaning Windows and macOS. On Linux, it will use the available OpenSSL or fail to build if not found.