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

Unified Diff: net/ssl/ssl_cipher_suite_names.cc

Issue 1109283003: Change connection info strings (e.g. SHA-1 cert warnings) to be more clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/ssl/ssl_cipher_suite_names.cc
diff --git a/net/ssl/ssl_cipher_suite_names.cc b/net/ssl/ssl_cipher_suite_names.cc
index 56d75214e94a9dfbca8720896d7771a945f6c1f2..87a3259e54ccf689cd0e4af388f28f8e6c2dac66 100644
--- a/net/ssl/ssl_cipher_suite_names.cc
+++ b/net/ssl/ssl_cipher_suite_names.cc
@@ -248,13 +248,13 @@ const struct {
};
const struct {
- char name[7];
+ char name[12];
} kMacNames[5] = {
{"NULL"}, // 0
- {"MD5"}, // 1
- {"SHA1"}, // 2
- {"SHA256"}, // 3
- {"SHA384"}, // 4
+ {"HMAC-MD5"}, // 1
+ {"HMAC-SHA1"}, // 2
+ {"HMAC-SHA256"}, // 3
+ {"HMAC-SHA384"}, // 4
// 7 is reserved to indicate an AEAD cipher suite.
};
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698