You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,7 @@ This crate exposes a number of features to add support for different portions of
48
48
|`http2`|**no**| Enables HTTP/2 support in [`hyper-util`][hyper-util]|
49
49
|`webpki-tokio`|**no**| Uses a compiled-in set of root certificates trusted by Mozilla (via [`webpki-roots`][webpki-roots]) |
50
50
|`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]) |
51
52
|`ring`|**no**| Enables use of the [`ring`][ring] backend for [`rustls`][rustls]|
52
53
|`tls12`|**yes**| Enables support for TLS 1.2 (only TLS 1.3 supported when disabled) |
53
54
|`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
0 commit comments