Commit 03d1026 1 parent eaf033f commit 03d1026 Copy full SHA for 03d1026
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ and the [hyper HTTP library](https://github.com/hyperium/hyper).
8
8
9
9
[ API Documentation] ( https://docs.rs/hyper-rustls/ )
10
10
11
- By default clients verify certificates using the ` webpki-roots ` crate, which includes
12
- the Mozilla root CAs.
11
+ By default clients verify certificates using the ` rustls-native-certs ` crate, which uses
12
+ the platform's root CAs.
13
13
14
14
# License
15
15
hyper-rustls is distributed under the following three licenses:
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ fn run_client() -> io::Result<()> {
37
37
}
38
38
} ;
39
39
40
- // Second parameter is custom Root-CA store (optional, defaults to webpki ).
40
+ // Second parameter is custom Root-CA store (optional, defaults to native cert store ).
41
41
let mut ca = match env:: args ( ) . nth ( 2 ) {
42
42
Some ( ref path) => {
43
43
let f = fs:: File :: open ( path)
You can’t perform that action at this time.
0 commit comments