Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dtests.rs222 let authority_issuer = cert.authority_issuer().unwrap(); in test_authority_issuer_and_serial()
223 assert_eq!(1, authority_issuer.len()); in test_authority_issuer_and_serial()
224 let dn = authority_issuer[0].directory_name().unwrap(); in test_authority_issuer_and_serial()
H A Dmod.rs517 pub fn authority_issuer(&self) -> Option<&StackRef<GeneralName>> { in authority_issuer() functions

Completed in 5 milliseconds