Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(79)

Unified Diff: net/http/http_stream_factory_impl_job.cc

Issue 1052743003: Move RC4 behind a fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: agl comment Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/log/net_log_event_type_list.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_stream_factory_impl_job.cc
diff --git a/net/http/http_stream_factory_impl_job.cc b/net/http/http_stream_factory_impl_job.cc
index 438cec3f7952ab2e5e84c3b9810cd0786848dee5..98ca05f1c7c356088b102066b5bb3e55c67b9596 100644
--- a/net/http/http_stream_factory_impl_job.cc
+++ b/net/http/http_stream_factory_impl_job.cc
@@ -1281,6 +1281,9 @@ void HttpStreamFactoryImpl::Job::InitSSLConfig(const HostPortPair& server,
UMA_HISTOGRAM_ENUMERATION("Net.ConnectionUsedSSLVersionFallback",
fallback, FALLBACK_MAX);
+ UMA_HISTOGRAM_BOOLEAN("Net.ConnectionUsedSSLDeprecatedCipherFallback",
+ ssl_config->enable_deprecated_cipher_suites);
+
// We also wish to measure the amount of fallback connections for a host that
// we know implements TLS up to 1.2. Ideally there would be no fallback here
// but high numbers of SSLv3 would suggest that SSLv3 fallback is being
« no previous file with comments | « net/http/http_network_transaction.cc ('k') | net/log/net_log_event_type_list.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698