rough integration of async-tls CertChecks (strict and automatic but not more finegrained work)

This commit is contained in:
holger krekel
2019-11-11 23:22:02 +01:00
parent 50aa68e047
commit a51f12d546
4 changed files with 49 additions and 26 deletions

1
Cargo.lock generated
View File

@@ -684,6 +684,7 @@ dependencies = [
"strum_macros 0.16.0 (registry+https://github.com/rust-lang/crates.io-index)",
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"thread-local-object 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webpki 0.21.0 (registry+https://github.com/rust-lang/crates.io-index)",
"webpki-roots 0.18.0 (registry+https://github.com/rust-lang/crates.io-index)",
]