Searched defs:SSLConfig (Results 1 – 6 of 6) sorted by relevance
36 struct NET_EXPORT SSLConfig { struct57 bool rev_checking_enabled;66 bool rev_checking_required_local_anchors;73 uint16 version_min;74 uint16 version_max;97 std::vector<uint16> disabled_cipher_suites;99 bool cached_info_enabled; // True if TLS cached info extension is enabled.100 bool channel_id_enabled; // True if TLS channel ID extension is enabled.101 bool false_start_enabled; // True if we'll use TLS False Start.104 bool signed_cert_timestamps_enabled;[all …]
38 SSLConfig::SSLConfig() in SSLConfig() function in net::SSLConfig
20 struct NET_EXPORT SSLConfig { struct29 bool rev_checking_enabled; // True if server certificate revocation32 bool ssl3_enabled; // True if SSL 3.0 is enabled.33 bool tls1_enabled; // True if TLS 1.0 is enabled.34 bool dnssec_enabled; // True if we'll accept DNSSEC chains in certificates.36 bool dns_cert_provenance_checking_enabled;57 std::vector<uint16> disabled_cipher_suites;59 bool false_start_enabled; // True if we'll use TLS False Start.64 struct CertAndStatus {99 // SSLConfigService objects may not have direct access to the configuration, or argument[all …]
16 SSLConfig::SSLConfig() in SSLConfig() function in net::SSLConfig
29 class SSLConfig; variable
112 const SSLConfig&, in CreateSSLClientSocket()