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

@ -23,6 +23,9 @@ git = "https://github.com/servo/rust-png"
[dependencies.stb_image]
git = "https://github.com/servo/rust-stb-image"
[dependencies.openssl]
git = "https://github.com/sfackler/rust-openssl"
[dependencies]
url = "0.2.16"
time = "0.1.12"
time = "0.1.12"