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

@ -29,6 +29,7 @@ extern crate mime_guess;
extern crate msg;
extern crate net_traits;
extern crate openssl;
extern crate openssl_verify;
extern crate rustc_serialize;
extern crate threadpool;
extern crate time;