Skip to content

Commit

Permalink
chore: in README, update requirements to refer mention rustls along w…
Browse files Browse the repository at this point in the history
…ith vendored openssl
  • Loading branch information
JESS IZEN committed Dec 12, 2024
1 parent d36c0f5 commit aec27be
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit aec27be

Please sign in to comment.