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

Unified Diff: net/cert/ct_known_logs_static.h

Issue 1287063007: Certificate Transparency: Add Symantec's log (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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.h
diff --git a/net/cert/ct_known_logs_static.h b/net/cert/ct_known_logs_static.h
index 171efd31de3642c596ed41807facab76d9b7648e..1a0333bb85c3b61523357675aa219ab508bd8337 100644
--- a/net/cert/ct_known_logs_static.h
+++ b/net/cert/ct_known_logs_static.h
@@ -60,8 +60,16 @@ const CTLogInfo kCTLogList[] = {
"\xeb\xf7\x27\x3d\xd9\xb2\x0a\x81\x5f\x2f\x0d\x75\x38\x94\x37\x99\x1e"
"\xf6\x07\x76\xe0\xee\xbe",
"Izenpe log",
- "https://ct.izenpe.com/"}};
+ "https://ct.izenpe.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\x96\xea\xac\x1c\x46\x0c\x1b"
+ "\x55\xdc\x0d\xfc\xb5\x94\x27\x46\x57\x42\x70\x3a\x69\x18\xe2\xbf\x3b"
+ "\xc4\xdb\xab\xa0\xf4\xb6\x6c\xc0\x53\x3f\x4d\x42\x10\x33\xf0\x58\x97"
+ "\x8f\x6b\xbe\x72\xf4\x2a\xec\x1c\x42\xaa\x03\x2f\x1a\x7e\x28\x35\x76"
+ "\x99\x08\x3d\x21\x14\x86",
+ "Symantec log",
+ "https://ct.ws.symantec.com/"}};
-const size_t kNumKnownCTLogs = 6;
+const size_t kNumKnownCTLogs = 7;
davidben 2015/08/17 21:11:55 If you #include "base/macros.h", this can just be
davidben 2015/08/17 21:14:05 Oh, I missed this file was generated! Nevermind th
#endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_
« 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