Rotate component updater CUP key to the 2017 key (ECDSA 7)
Do not submit this CL until the server has been restarted with key 7.
BUG=697118
Review-Url: https://codereview.chromium.org/2718333004
Cr-Commit-Position: refs/heads/master@{#454622}
diff --git a/components/update_client/request_sender.cc b/components/update_client/request_sender.cc
index b99648a6..782ada6 100644
--- a/components/update_client/request_sender.cc
+++ b/components/update_client/request_sender.cc
@@ -26,10 +26,10 @@
namespace {
// This is an ECDSA prime256v1 named-curve key.
-const int kKeyVersion = 6;
+const int kKeyVersion = 7;
const char kKeyPubBytesBase64[] =
- "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAECEDSRcZPKv8k4JEYbF7MJxxx56m+x8Z+svg5gB"
- "mRX1J8A9DYRL6NvFkNcmcRtSNemUm7/iqrUnxaadkqcWSODw==";
+ "MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEj0QKufXIOBN30DtKeOYA5NV64FfY"
+ "HDou4sGqtcNUIlxpTzIbO45rB45QILhW6aDTwwjWLR1YCqpEAGICvFs8dQ==";
// The ETag header carries the ECSDA signature of the protocol response, if
// signing has been used.