aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/x509/verify.rs
blob: 8a57ce5c2449d394f3d7594f691499dc2605cff2 (plain) (blame)
1
2
3
4
5
//! X509 certificate verification
//!
//! Requires OpenSSL 1.0.2, 1.1.0, or 1.1.1 and the corresponding Cargo feature.

pub use verify::*;