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

View file

@ -17,6 +17,7 @@ license = "MIT"
shell-words = "1.0.0"
rustls = { version = "0.19", optional = true, features = ["dangerous_configuration"] }
webpki = { version = "0.21", optional = true }
webpki-roots = { version = "0.21", optional = true }
[features]
ssl = ["rustls", "webpki"]
ssl = ["rustls", "webpki", "webpki-roots"]