Home
last modified time | relevance | path

Searched refs:TLS_1_1 (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/
H A Dversion.rs28 pub(crate) const TLS_1_1: SslVersion = SslVersion(TLS1_1_VERSION);
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/
H A Dadapter.rs527 pub const TLS_1_1: Self = Self(SslVersion::TLS_1_1); const