Home
last modified time | relevance | path

Searched defs:cert (Results 1 – 3 of 3) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/examples/
Dsync_https_outside.rs32 let cert = Certificate::from_pem(v)?; in req() localVariable
Dasync_https_outside.rs40 let cert = Certificate::from_pem(v)?; in req() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs795 let cert = include_bytes!("../../../tests/file/root-ca.pem"); in ut_x509_from_pem() localVariable