Skip to content

Commit db33a77

Browse files
committed
docs: clarify trust anchor notes in verifying section
1 parent 78e7037 commit db33a77

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,10 @@ client hellos are usually only a few hundred bytes.
203203

204204
#### Verifying TLS certificates
205205

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:
206+
By default, rustls does not load any trust anchors (root certificates), not even
207+
the system trust anchor store, which means that TLS certificate verification will
208+
fail by default. You are responsible for loading certificates using one of the
209+
following methods:
209210

210211
- `rustls_root_cert_store_add_pem`, which adds a single certificate to a root
211212
store

0 commit comments

Comments
 (0)