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

Unified Diff: net/cert/ct_known_logs_static-inc.h

Issue 2269633002: Add StartCom log to list of known CT Logs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conflicts with prior WoSign log addition Created 4 years, 4 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/ct_known_logs_static-inc.h
diff --git a/net/cert/ct_known_logs_static-inc.h b/net/cert/ct_known_logs_static-inc.h
index 1d478308d2fd834efeb090faf74531c36fa32c53..668950c91f9e71a9a7b1bc7ea66e6415c53788d3 100644
--- a/net/cert/ct_known_logs_static-inc.h
+++ b/net/cert/ct_known_logs_static-inc.h
@@ -119,7 +119,15 @@ const CTLogInfo kCTLogList[] = {
"\x30\x85\xba\xe9\x24\x8b\x0e\xd1\x5b\x70\x28\x0c\x7e\xf1\x3a\x45\x7f"
"\x5a\xf3\x82\x42\x60\x31",
91, "WoSign log", "https://ctlog.wosign.com/",
- "wosign1.ct.googleapis.com"}};
+ "wosign1.ct.googleapis.com"},
+ {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86"
+ "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x48\xf3\x59\xf3\xf6\x05\x18"
+ "\xd3\xdb\xb2\xed\x46\x7e\xcf\xc8\x11\xb5\x57\xb1\xa8\xd6\x4c\xe6\x9f"
+ "\xb7\x4a\x1a\x14\x86\x43\xa9\x48\xb0\xcb\x5a\x3f\x3c\x4a\xca\xdf\xc4"
+ "\x82\x14\x55\x9a\xf8\xf7\x8e\x40\x55\xdc\xf4\xd2\xaf\xea\x75\x74\xfb"
+ "\x4e\x7f\x60\x86\x2e\x51",
+ 91, "StartCom CT log", "https://ct.startssl.com/",
+ "startcom1.ct.googleapis.com"}};
// Information related to previously-qualified, but now disqualified, CT
// logs.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698