Skip to content

Commit 8a2174f

Browse files
jlizenJESS IZEN
and
JESS IZEN
authored
chore: in README, update requirements to mention rustls along with vendored openssl (seanmonstar#2499)
Co-authored-by: JESS IZEN <[email protected]>
1 parent d36c0f5 commit 8a2174f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,14 @@ On Linux:
5353

5454
- OpenSSL with headers. See https://docs.rs/openssl for supported versions
5555
and more details. Alternatively you can enable the `native-tls-vendored`
56-
feature to compile a copy of OpenSSL.
56+
feature to compile a copy of OpenSSL. Or, you can use [rustls](https://github.com/rustls/rustls)
57+
via `rustls-tls` or other `rustls-tls-*` features.
5758

5859
On Windows and macOS:
5960

6061
- Nothing.
6162

62-
Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls),
63+
By default, Reqwest uses [rust-native-tls](https://github.com/sfackler/rust-native-tls),
6364
which will use the operating system TLS framework if available, meaning Windows
6465
and macOS. On Linux, it will use the available OpenSSL or fail to build if
6566
not found.

0 commit comments

Comments
 (0)