Home
last modified time | relevance | path

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

/external/chromium_org/net/ssl/
Dssl_config_service.h36 struct NET_EXPORT SSLConfig { struct
57 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 …]
Dssl_config_service.cc38 SSLConfig::SSLConfig() in SSLConfig() function in net::SSLConfig
/external/chromium/net/base/
Dssl_config_service.h20 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
[all …]
Dssl_config_service.cc16 SSLConfig::SSLConfig() in SSLConfig() function in net::SSLConfig
/external/chromium/net/socket/
Dssl_client_socket_openssl.h29 class SSLConfig; variable
/external/chromium_org/net/dns/
Daddress_sorter_posix_unittest.cc112 const SSLConfig&, in CreateSSLClientSocket()