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
+7Lines changed: 7 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,13 @@ To get a rustls `ClientConfig` configured to use the platform verifier use:
58
58
letconfig=rustls_platform_verifier::tls_config();
59
59
```
60
60
61
+
This crate will use the [rustls process-default crypto provider](https://docs.rs/rustls/latest/rustls/crypto/struct.CryptoProvider.html#using-the-per-process-default-cryptoprovider). To construct a ClientConfig with a different crypto provider, use:
0 commit comments