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

@ -589,6 +589,7 @@ version = "0.0.1"
dependencies = [
"geom 0.1.0 (git+https://github.com/servo/rust-geom)",
"hyper 0.1.0 (git+https://github.com/servo/hyper?branch=servo)",
"openssl 0.2.4 (git+https://github.com/sfackler/rust-openssl)",
"png 0.1.0 (git+https://github.com/servo/rust-png)",
"stb_image 0.1.0 (git+https://github.com/servo/rust-stb-image)",
"time 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",