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

Unified Diff: net/base/net_log_event_type_list.h

Issue 1052743003: Move RC4 behind a fallback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Make test not a no-op 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 | « no previous file | net/http/http_network_transaction.cc » ('j') | net/socket/ssl_client_socket_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/base/net_log_event_type_list.h
diff --git a/net/base/net_log_event_type_list.h b/net/base/net_log_event_type_list.h
index 586dd7807154c38b5f799078a987727e1a15c7ee..e67ec95385177f0158d01233238b2d5454996a7b 100644
--- a/net/base/net_log_event_type_list.h
+++ b/net/base/net_log_event_type_list.h
@@ -494,6 +494,15 @@ EVENT_TYPE(SSL_WRITE_ERROR)
// }
EVENT_TYPE(SSL_VERSION_FALLBACK)
+// An SSL connection needs to be retried with more cipher suites because the
+// server may require a deprecated cipher suite. The following parameters are
+// attached to the event:
+// {
+// "host_and_port": <String encoding the host and port>,
+// "net_error": <Net integer error code>,
+// }
+EVENT_TYPE(SSL_CIPHER_FALLBACK)
+
// We found that our prediction of the server's certificates was correct and
// we merged the verification with the SSLHostInfo. (Note: now obsolete.)
EVENT_TYPE(SSL_VERIFICATION_MERGED)
« no previous file with comments | « no previous file | net/http/http_network_transaction.cc » ('j') | net/socket/ssl_client_socket_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698