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 17 matching lines...) Expand all Loading... |
28 "\x3b\x0d\xf7\x1f\x3f\xe9", | 28 "\x3b\x0d\xf7\x1f\x3f\xe9", |
29 "Google 'Aviator' log" | 29 "Google 'Aviator' log" |
30 }, | 30 }, |
31 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" | 31 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" |
32 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x02\x46\xc5\xbe\x1b\xbb\x82" | 32 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x02\x46\xc5\xbe\x1b\xbb\x82" |
33 "\x40\x16\xe8\xc1\xd2\xac\x19\x69\x13\x59\xf8\xf8\x70\x85\x46\x40\xb9" | 33 "\x40\x16\xe8\xc1\xd2\xac\x19\x69\x13\x59\xf8\xf8\x70\x85\x46\x40\xb9" |
34 "\x38\xb0\x23\x82\xa8\x64\x4c\x7f\xbf\xbb\x34\x9f\x4a\x5f\x28\x8a\xcf" | 34 "\x38\xb0\x23\x82\xa8\x64\x4c\x7f\xbf\xbb\x34\x9f\x4a\x5f\x28\x8a\xcf" |
35 "\x19\xc4\x00\xf6\x36\x06\x93\x65\xed\x4c\xf5\xa9\x21\x62\x5a\xd8\x91" | 35 "\x19\xc4\x00\xf6\x36\x06\x93\x65\xed\x4c\xf5\xa9\x21\x62\x5a\xd8\x91" |
36 "\xeb\x38\x24\x40\xac\xe8", | 36 "\xeb\x38\x24\x40\xac\xe8", |
37 "DigiCert Log Server" | 37 "DigiCert Log Server" |
| 38 }, |
| 39 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" |
| 40 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x20\x5b\x18\xc8\x3c\xc1\x8b" |
| 41 "\xb3\x31\x08\x00\xbf\xa0\x90\x57\x2b\xb7\x47\x8c\x6f\xb5\x68\xb0\x8e" |
| 42 "\x90\x78\xe9\xa0\x73\xea\x4f\x28\x21\x2e\x9c\xc0\xf4\x16\x1b\xaa\xf9" |
| 43 "\xd5\xd7\xa9\x80\xc3\x4e\x2f\x52\x3c\x98\x01\x25\x46\x24\x25\x28\x23" |
| 44 "\x77\x2d\x05\xc2\x40\x7a", |
| 45 "Google 'Rocketeer' log" |
| 46 }, |
| 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" |
| 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" |
| 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", |
| 53 "Certly.IO log" |
38 } | 54 } |
39 }; | 55 }; |
40 | 56 |
41 const size_t kNumKnownCTLogs = 3; | 57 const size_t kNumKnownCTLogs = 5; |
42 | 58 |
43 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ | 59 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
OLD | NEW |