Home
last modified time | relevance | path

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

/third_party/rust/crates/rust-openssl/openssl/src/ssl/test/
H A Dmod.rs43 static ROOT_CERT: &[u8] = include_bytes!("../../../test/root-ca.pem"); consts
75 let x509 = X509::from_pem(ROOT_CERT).unwrap(); in verify_trusted_with_set_cert()
912 let cert = X509::from_pem(ROOT_CERT).unwrap(); in cert_store()
1543 let x509 = X509::from_pem(ROOT_CERT).unwrap(); in set_ssl_certificate_key_related_api()

Completed in 3 milliseconds