Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/net/ssl/
H A Dssl_server_config.h27 struct NET_EXPORT SSLServerConfig { struct
35 SSLServerConfig(); argument
43 uint16_t version_min = kDefaultSSLVersionMin;
44 uint16_t version_max = kDefaultSSLVersionMax;
48 bool early_data_enabled = false;
58 std::vector<uint16_t> disabled_cipher_suites;
61 bool require_ecdhe = false;
66 std::optional<uint16_t> cipher_suite_for_testing;
71 std::optional<uint16_t> signature_algorithm_for_testing;
75 std::vector<int> curves_for_testing;
[all …]