Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dserver.rs23 ctx.set_certificate_chain_file("test/cert.pem").unwrap(); in builder()
H A Dmod.rs1555 ssl.set_certificate_chain_file("test/cert.pem").unwrap(); in test_ssl_set_cert_chain_file()
/third_party/rust/crates/rust-openssl/openssl/src/ssl/
H A Dmod.rs37 //! acceptor.set_certificate_chain_file("certs.pem").unwrap();
968 /// of the certificate chain, or `set_certificate_chain_file` to load the entire chain from a
993 pub fn set_certificate_chain_file<P: AsRef<Path>>( in set_certificate_chain_file() functions
3256 pub fn set_certificate_chain_file<P: AsRef<Path>>( in set_certificate_chain_file() functions

Completed in 8 milliseconds