Basic certificate verification (fixes #4119)

This commit is contained in:
Manish Goregaokar 2015-01-08 23:56:06 +05:30
parent 816a3c2d91
commit dfd746b38d
6 changed files with 17 additions and 2 deletions

View file

@ -17,6 +17,7 @@ extern crate hyper;
extern crate png;
#[macro_use]
extern crate log;
extern crate openssl;
extern crate serialize;
extern crate util;
extern crate stb_image;