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

Unified Diff: net/cert/cert_verify_proc_whitelist_unittest.cc

Issue 1553903002: Regenerate the test certificates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@WildcardCert
Patch Set: Rebase Created 4 years, 12 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/cert/x509_certificate_unittest.cc » ('j') | net/cert/x509_certificate_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc_whitelist_unittest.cc
diff --git a/net/cert/cert_verify_proc_whitelist_unittest.cc b/net/cert/cert_verify_proc_whitelist_unittest.cc
index e1206dcd9a2dfdcd792458fc0d6e16466bdd358b..d42e41b88420879b1f44844f2a99f6ecfd56fad1 100644
--- a/net/cert/cert_verify_proc_whitelist_unittest.cc
+++ b/net/cert/cert_verify_proc_whitelist_unittest.cc
@@ -42,10 +42,10 @@ HashValueVector GetFakeHashValues() {
// dgst -sha256 -c
const uint8_t kWhitelistCerts[][crypto::kSHA256Length] = {
/* clang-format off */
- { 0xf4, 0x42, 0xdd, 0x66, 0xfa, 0x10, 0x70, 0x65,
- 0xd1, 0x7e, 0xd9, 0xbb, 0x7c, 0xa9, 0x3c, 0x79,
- 0x63, 0xbe, 0x01, 0xa7, 0x54, 0x18, 0xab, 0x2f,
- 0xc3, 0x9a, 0x14, 0x53, 0xc3, 0x83, 0xa0, 0x5a },
+ { 0x00, 0x0e, 0x04, 0x9f, 0x07, 0x2c, 0x30, 0xec,
+ 0xdc, 0xa0, 0x37, 0x5e, 0x2b, 0xf9, 0x87, 0x17,
+ 0x96, 0xaa, 0xbb, 0x1a, 0xd2, 0x23, 0x2a, 0x99,
+ 0x08, 0x9e, 0x39, 0x50, 0xb5, 0x9f, 0x1b, 0x1e },
/* clang-format on */
};
« no previous file with comments | « no previous file | net/cert/x509_certificate_unittest.cc » ('j') | net/cert/x509_certificate_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698