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::*;