Use openssl-verify to check certificate + hostname

Fixes #4954.
This commit is contained in:
Matt Brubeck 2016-05-10 11:19:00 -07:00
parent c344461017
commit 5695da0c38
6 changed files with 52 additions and 5 deletions

View file

@ -28,6 +28,7 @@ matches = "0.1"
mime = "0.2.0"
mime_guess = "1.6.0"
openssl = "0.7.6"
openssl-verify = "0.1"
rustc-serialize = "0.3"
threadpool = "1.0"
time = "0.1.17"