Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs1196 pub fn load_client_ca_file<P: AsRef<Path>>(file: P) -> Result<Stack<X509Name>, ErrorStack> { in load_client_ca_file() functions
/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs900 let names = X509Name::load_client_ca_file("test/root-ca.pem").unwrap(); in client_ca_list()

Completed in 11 milliseconds