Skip to content

Commit a8d14bb

Browse files
junkuriharadjc
authored andcommitted
docs: add a feature rustls-platform-verifier in the list of README.md
1 parent c56c76a commit a8d14bb

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ This crate exposes a number of features to add support for different portions of
4848
| `http2` | **no** | Enables HTTP/2 support in [`hyper-util`][hyper-util] |
4949
| `webpki-tokio` | **no** | Uses a compiled-in set of root certificates trusted by Mozilla (via [`webpki-roots`][webpki-roots]) |
5050
| `native-tokio` | **yes** | Use the platform's native certificate store at runtime (via [`rustls-native-certs`][rustls-native-certs]) |
51+
| `rustls-platform-verifier` | **no** | Use the operating system's verifier for certificate verification (via [`rustls-platform-verifier`][rustls-platform-verifier]) |
5152
| `ring` | **no** | Enables use of the [`ring`][ring] backend for [`rustls`][rustls] |
5253
| `tls12` | **yes** | Enables support for TLS 1.2 (only TLS 1.3 supported when disabled) |
5354
| `logging` | **yes** | Enables logging of protocol-level diagnostics and errors via [`log`][log] |
@@ -58,5 +59,6 @@ This crate exposes a number of features to add support for different portions of
5859
[hyper-util]: https://docs.rs/hyper-util
5960
[webpki-roots]: https://docs.rs/webpki-roots
6061
[rustls-native-certs]: https://docs.rs/rustls-native-certs
62+
[rustls-platform-verifier]: https://docs.rs/rustls-platform-verifier
6163
[ring]: https://docs.rs/ring
6264
[log]: https://docs.rs/log

0 commit comments

Comments
 (0)