summaryrefslogtreecommitdiff
path: root/openssl/src/x509/verify.rs
blob: c062125fd97d7bd2ae8dc11208a4222cdf946791 (plain)
1
2
3
4
5
//! X509 certificate verification
//!
//! Requires the `v102` or `v110` features and OpenSSL 1.0.2 or 1.1.0.

pub use verify::*;