Home
last modified time | relevance | path

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

/external/cronet/net/ssl/
Dssl_config_service.h17 struct NET_EXPORT SSLContextConfig { struct
22 SSLContextConfig& operator=(const SSLContextConfig&); argument
23 SSLContextConfig& operator=(SSLContextConfig&&); argument
40 uint16_t version_min = kDefaultSSLVersionMin;
41 uint16_t version_max = kDefaultSSLVersionMax;
51 std::vector<uint16_t> disabled_cipher_suites;
56 absl::optional<bool> post_quantum_override;
61 bool ech_enabled = true;
65 absl::optional<bool> insecure_hash_override;
99 virtual SSLContextConfig GetSSLContextConfig() = 0; argument