We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78e7037 commit db33a77Copy full SHA for db33a77
README.md
@@ -203,9 +203,10 @@ client hellos are usually only a few hundred bytes.
203
204
#### Verifying TLS certificates
205
206
-By default, rustls does not load any TLS certificates, not even the system
207
-store, which means that TLS certificate verification will fail by default. You
208
-are responsible for loading certificates using one of the following methods:
+By default, rustls does not load any trust anchors (root certificates), not even
+the system trust anchor store, which means that TLS certificate verification will
+fail by default. You are responsible for loading certificates using one of the
209
+following methods:
210
211
- `rustls_root_cert_store_add_pem`, which adds a single certificate to a root
212
store
0 commit comments