Lines Matching defs:SSLConfig
20 struct NET_EXPORT SSLConfig { struct
29 bool rev_checking_enabled; // True if server certificate revocation
32 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
107 // data in SSLConfig, just those that qualify as a user config change. argument