Home
last modified time | relevance | path

Searched defs:certificate (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dadapter.rs792 let certificate = Certificate::from_pem(include_bytes!("../../../tests/file/root-ca.pem")) in ut_add_root_certificates() localVariable
816 let certificate = Certificate::from_pem(pem).unwrap(); in ut_certificate_clone() localVariable
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dstream.rs262 let certificate = unsafe { in verify_server_cert() localVariable