Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/x509/
H A Dmod.rs753 pub fn stack_from_pem(pem: &[u8]) -> Result<Vec<X509>, ErrorStack> { in stack_from_pem() functions
H A Dtests.rs468 let certs = X509::stack_from_pem(certs).unwrap(); in test_stack_from_pem()

Completed in 6 milliseconds