openssl-verify

Crates.ioopenssl-verify
lib.rsopenssl-verify
version0.2.0
sourcesrc
created_at2016-05-06 04:46:25.489106
updated_at2016-08-12 06:22:05.767659
descriptionHostname verification for OpenSSL
homepage
repositoryhttps://github.com/sfackler/rust-openssl-verify
max_upload_size
id4983
size59,615
cargo publish (github:servo:cargo-publish)

documentation

https://sfackler.github.io/rust-openssl-verify/doc/v0.2.0/openssl_verify

README

rust-openssl-verify

Build Status

Documentation

Hostname verification for OpenSSL.

OpenSSL up until version 1.1.0 did not support verification that the certificate a server presents matches the domain a client is connecting to. This check is crucial, as an attacker otherwise needs only to obtain a legitimately signed certificate to some domain to execute a man-in-the-middle attack.

The implementation in this crate is based off of libcurl's.

Commit count: 32

cargo fmt