Home
last modified time | relevance | path

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

/external/chromium_org/net/ssl/
Dssl_config.h39 struct NET_EXPORT SSLConfig { struct
60 bool rev_checking_enabled;
69 bool rev_checking_required_local_anchors;
76 uint16 version_min;
77 uint16 version_max;
83 uint16 version_fallback_min;
106 std::vector<uint16> disabled_cipher_suites;
108 bool channel_id_enabled; // True if TLS channel ID extension is enabled.
109 bool false_start_enabled; // True if we'll use TLS False Start.
112 bool signed_cert_timestamps_enabled;
[all …]
Dssl_config.cc34 SSLConfig::SSLConfig() in SSLConfig() function in net::SSLConfig
/external/chromium_org/net/dns/
Daddress_sorter_posix_unittest.cc112 const SSLConfig&, in CreateSSLClientSocket()