OLD | NEW |
---|---|
1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
4 | 4 |
5 // This file is generated by print_log_list.py | 5 // This file is generated by print_log_list.py |
6 #ifndef NET_CERT_CT_KNOWN_LOGS_STATIC_H_ | 6 #ifndef NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
7 #define NET_CERT_CT_KNOWN_LOGS_STATIC_H_ | 7 #define NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
8 | 8 |
9 struct CTLogInfo { | 9 struct CTLogInfo { |
10 const char log_key[92]; | 10 const char log_key[92]; |
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
44 "\x77\x2d\x05\xc2\x40\x7a", | 44 "\x77\x2d\x05\xc2\x40\x7a", |
45 "Google 'Rocketeer' log" | 45 "Google 'Rocketeer' log" |
46 }, | 46 }, |
47 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" | 47 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" |
48 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x0b\x23\xcb\x85\x62\x98\x61" | 48 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x0b\x23\xcb\x85\x62\x98\x61" |
49 "\x48\x04\x73\xeb\x54\x5d\xf3\xd0\x07\x8c\x2d\x19\x2d\x8c\x36\xf5\xeb" | 49 "\x48\x04\x73\xeb\x54\x5d\xf3\xd0\x07\x8c\x2d\x19\x2d\x8c\x36\xf5\xeb" |
50 "\x8f\x01\x42\x0a\x7c\x98\x26\x27\xc1\xb5\xdd\x92\x93\xb0\xae\xf8\x9b" | 50 "\x8f\x01\x42\x0a\x7c\x98\x26\x27\xc1\xb5\xdd\x92\x93\xb0\xae\xf8\x9b" |
51 "\x3d\x0c\xd8\x4c\x4e\x1d\xf9\x15\xfb\x47\x68\x7b\xba\x66\xb7\x25\x9c" | 51 "\x3d\x0c\xd8\x4c\x4e\x1d\xf9\x15\xfb\x47\x68\x7b\xba\x66\xb7\x25\x9c" |
52 "\xd0\x4a\xc2\x66\xdb\x48", | 52 "\xd0\x4a\xc2\x66\xdb\x48", |
53 "Certly.IO log" | 53 "Certly.IO log" |
54 }, | |
55 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" | |
56 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x27\x64\x39\x0c\x2d\xdc\x50" | |
57 "\x18\xf8\x21\x00\xa2\x0e\xed\x2c\xea\x3e\x75\xba\x9f\x93\x64\x09\x00" | |
58 "\x11\xc4\x11\x17\xab\x5c\xcf\x0f\x74\xac\xb5\x97\x90\x93\x00\x5b\xb8" | |
59 "\xeb\xf7\x27\x3d\xd9\xb2\x0a\x81\x5f\x2f\x0d\x75\x38\x94\x37\x99\x1e" | |
60 "\xf6\x07\x76\xe0\xee\xbe", | |
61 "Izenpe Log Server" | |
54 } | 62 } |
55 }; | 63 }; |
56 | 64 |
57 const size_t kNumKnownCTLogs = 5; | 65 const size_t kNumKnownCTLogs = 6; |
Ryan Sleevi
2015/04/22 12:34:38
If you include #base/macros.h, you can just do
co
Eran Messeri
2015/04/22 14:24:04
Acknowledged - this file is generated by a tool in
| |
58 | 66 |
59 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ | 67 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
OLD | NEW |