HomeSort by relevance Sort by last modified time
    Searched defs:unrestricted_ssl3_fallback_enabled (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/
ssl_config_service_manager_pref_unittest.cc 163 // |unrestricted_ssl3_fallback_enabled| is false.
164 // TODO(thaidn): |unrestricted_ssl3_fallback_enabled| is true by default
189 EXPECT_TRUE(ssl_config.unrestricted_ssl3_fallback_enabled);
204 bool unrestricted_ssl3_fallback_enabled; local
207 &unrestricted_ssl3_fallback_enabled));
239 EXPECT_TRUE(ssl_config.unrestricted_ssl3_fallback_enabled);
260 bool unrestricted_ssl3_fallback_enabled; local
263 &unrestricted_ssl3_fallback_enabled));
  /external/chromium_org/net/ssl/
ssl_config_service.h 103 // If |unrestricted_ssl3_fallback_enabled| is true, SSL 3.0 fallback will be
105 // If |unrestricted_ssl3_fallback_enabled| is false, SSL 3.0 fallback will be
108 bool unrestricted_ssl3_fallback_enabled; member in struct:net::SSLConfig

Completed in 42 milliseconds