| 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.
|
| };
|
|
|
|
|