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

Unified Diff: chrome/common/localized_error.cc

Issue 649413004: net: disable SSLv3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
Index: chrome/common/localized_error.cc
diff --git a/chrome/common/localized_error.cc b/chrome/common/localized_error.cc
index cc50bf3c0b97f93c9780714a1c206350a753472c..ec4add87134c097e30fa0a5218d2db50e93b2278 100644
--- a/chrome/common/localized_error.cc
+++ b/chrome/common/localized_error.cc
@@ -314,6 +314,13 @@ const LocalizedErrorMap net_error_options[] = {
IDS_ERRORPAGES_DETAILS_SSL_FALLBACK_BEYOND_MINIMUM_VERSION,
SUGGEST_LEARNMORE,
},
+ {net::ERR_SSL_VERSION_OR_CIPHER_MISMATCH,
davidben 2014/10/29 00:32:05 Is it worth separating out the version and cipher
agl 2014/10/29 01:01:18 My feeling here is to keep this as is, although on
davidben 2014/10/29 19:19:33 Alright. I'll defer to what felt and co come with
felt 2014/10/29 19:28:18 is it worth having & maintaining very slightly dif
davidben 2014/10/29 19:34:32 Generic SGTM. I guess it depends on how specific t
+ IDS_ERRORPAGES_TITLE_LOAD_FAILED,
+ IDS_ERRORPAGES_HEADING_SSL_VERSION_OR_CIPHER_MISMATCH,
+ IDS_ERRORPAGES_SUMMARY_SSL_VERSION_OR_CIPHER_MISMATCH,
+ IDS_ERRORPAGES_DETAILS_SSL_VERSION_OR_CIPHER_MISMATCH,
+ SUGGEST_NONE,
davidben 2014/10/29 00:32:05 Do we want to link this one to a bug as well?
agl 2014/10/29 01:01:18 I don't think so. The existing learn-more link is
davidben 2014/10/29 19:19:33 Acknowledged.
+ },
};
// Special error page to be used in the case of navigating back to a page

Powered by Google App Engine
This is Rietveld 408576698