Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dconnector.rs100 verify_hostname: true, in configure()
143 verify_hostname: bool,
161 pub fn verify_hostname(mut self, verify_hostname: bool) -> ConnectConfiguration { in verify_hostname() functions
162 self.set_verify_hostname(verify_hostname); in verify_hostname()
175 pub fn set_verify_hostname(&mut self, verify_hostname: bool) { in set_verify_hostname()
176 self.verify_hostname = verify_hostname; in set_verify_hostname()
187 if self.verify_hostname { in into_ssl()
450 (Some(x509), Some(domain)) => verify_hostname(domai in try_get_hostname_idx()
461 fn verify_hostname(domain: &str, cert: &X509Ref) -> bool { verify_hostname() functions
[all...]
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs730 .verify_hostname(false) in connector_invalid_no_hostname_verification()
748 .verify_hostname(false) in connector_no_hostname_still_verifies()
/third_party/nghttp2/src/
H A Dshrpx_tls.cc1949 int verify_hostname(X509 *cert, const StringRef &hostname, in verify_hostname() function
1975 if (verify_hostname(cert, host, addr) != 0) { in check_cert()

Completed in 12 milliseconds