Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
Dx509.rs133 impl X509Store { implementation
/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
Dctx.rs261 pub(crate) fn set_cert_store(&mut self, cert_store: X509Store) { in set_cert_store()