Strict SSL verification

This commit is contained in:
Aram 🍐 2021-07-31 11:09:25 -04:00
parent f22867d2d2
commit 32a1b87eaa
11 changed files with 171 additions and 75 deletions

10
Cargo.lock generated
View file

@ -119,6 +119,7 @@ dependencies = [
"rustls",
"shell-words",
"webpki",
"webpki-roots",
]
[[package]]
@ -328,6 +329,15 @@ dependencies = [
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
dependencies = [
"webpki",
]
[[package]]
name = "winapi"
version = "0.3.9"