Home
last modified time | relevance | path

Searched refs:X509CheckFlags (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dverify.rs14 pub struct X509CheckFlags: c_uint { structure names
88 pub fn set_hostflags(&mut self, hostflags: X509CheckFlags) { in set_hostflags()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs394 use crate::x509::verify::X509CheckFlags; in setup_verify_hostname()
397 param.set_hostflags(X509CheckFlags::NO_PARTIAL_WILDCARDS); in setup_verify_hostname()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs38 use crate::x509::verify::X509CheckFlags;
668 .set_hostflags(X509CheckFlags::NO_PARTIAL_WILDCARDS); in verify_valid_hostname()
688 .set_hostflags(X509CheckFlags::NO_PARTIAL_WILDCARDS); in verify_invalid_hostname()

Completed in 5 milliseconds