Home
last modified time | relevance | path

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

/commonlibrary/rust/ylong_http/ylong_http_client/tests/
H A Dsdv_async_https_pinning.rs83 .tls_ca_file(path.to_str().unwrap()) in sdv_client_public_key_pinning()
132 .tls_ca_file(path.to_str().unwrap()) in sdv_client_public_key_pinning()
181 .tls_ca_file(path.to_str().unwrap()) in sdv_client_public_key_pinning()
265 .tls_ca_file(path.to_str().unwrap()) in sdv_client_public_key_pinning_error()
H A Dsdv_async_client_build.rs38 .tls_ca_file("ca.crt") in sdv_client_tls_builder()
/commonlibrary/rust/ylong_http/ylong_http_client/src/sync_impl/
H A Dclient.rs401 /// let builder = ClientBuilder::new().tls_ca_file("ca.crt");
403 pub fn tls_ca_file(mut self, path: &str) -> Self { in tls_ca_file() functions
/commonlibrary/rust/ylong_http/ylong_http_client/src/async_impl/
H A Dclient.rs804 /// let builder = ClientBuilder::new().tls_ca_file("ca.crt");
806 pub fn tls_ca_file(mut self, path: &str) -> Self { in tls_ca_file() functions
1143 .tls_ca_file("ca.crt") in ut_client_build_tls()
/commonlibrary/rust/ylong_http/ylong_http_client/tests/common/
H A Dasync_utils.rs224 .tls_ca_file($ca_file)
H A Dsync_utils.rs222 .tls_ca_file($tls_config)

Completed in 5 milliseconds