Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_config.h36 struct NET_EXPORT SSLConfig { struct
40 SSLConfig(); argument
57 std::optional<uint16_t> version_min_override;
58 std::optional<uint16_t> version_max_override;
72 bool early_data_enabled = false;
75 bool require_ecdhe = false;
80 struct NET_EXPORT CertAndStatus {
94 std::vector<CertAndStatus> allowed_bad_certs;
97 bool ignore_certificate_errors = false;
105 bool disable_cert_verification_network_fetches = false;
[all …]
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/core/crypto/
H A Dproof_source.h276 using SSLConfig = absl::variant<LocalSSLConfig, HintsSSLConfig>; variable
/aosp_15_r20/external/cronet/net/dns/
H A Daddress_sorter_posix_unittest.cc204 const SSLConfig&) override { in CreateSSLClientSocket()