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
committed by dignifiedquire
parent b8427ab56e
commit 6054b90975
4 changed files with 49 additions and 26 deletions

View File

@@ -53,6 +53,7 @@ sanitize-filename = "0.2.1"
stop-token = { version = "0.1.1", features = ["unstable"] }
rustls = "0.16.0"
webpki-roots = "0.18.0"
webpki = "0.21.0"
[dev-dependencies]
tempfile = "3.0"