Home
last modified time | relevance | path

Searched refs:authority_info (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs273 let authority_info = cert.authority_info().unwrap(); in test_aia_ca_issuer()
274 assert_eq!(authority_info.len(), 1); in test_aia_ca_issuer()
275 assert_eq!(authority_info[0].method().to_string(), "CA Issuers"); in test_aia_ca_issuer()
277 authority_info[0].location().uri(), in test_aia_ca_issuer()
283 assert!(cert.authority_info().is_none()); in test_aia_ca_issuer()
H A Dmod.rs474 pub fn authority_info(&self) -> Option<Stack<AccessDescription>> { in authority_info() functions

Completed in 6 milliseconds