aboutsummaryrefslogtreecommitdiff
path: root/openssl/src/x509/verify.rs
blob: 8cb123e6b338a690599e0db479fc0f1186c7d8e2 (plain) (blame)
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::*;