Chromium Code Reviews| 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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 53 "\xd0\x4a\xc2\x66\xdb\x48", | 53 "\xd0\x4a\xc2\x66\xdb\x48", |
| 54 "Certly.IO log", | 54 "Certly.IO log", |
| 55 "https://log.certly.io/"}, | 55 "https://log.certly.io/"}, |
| 56 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" | 56 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" |
| 57 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x27\x64\x39\x0c\x2d\xdc\x50" | 57 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x27\x64\x39\x0c\x2d\xdc\x50" |
| 58 "\x18\xf8\x21\x00\xa2\x0e\xed\x2c\xea\x3e\x75\xba\x9f\x93\x64\x09\x00" | 58 "\x18\xf8\x21\x00\xa2\x0e\xed\x2c\xea\x3e\x75\xba\x9f\x93\x64\x09\x00" |
| 59 "\x11\xc4\x11\x17\xab\x5c\xcf\x0f\x74\xac\xb5\x97\x90\x93\x00\x5b\xb8" | 59 "\x11\xc4\x11\x17\xab\x5c\xcf\x0f\x74\xac\xb5\x97\x90\x93\x00\x5b\xb8" |
| 60 "\xeb\xf7\x27\x3d\xd9\xb2\x0a\x81\x5f\x2f\x0d\x75\x38\x94\x37\x99\x1e" | 60 "\xeb\xf7\x27\x3d\xd9\xb2\x0a\x81\x5f\x2f\x0d\x75\x38\x94\x37\x99\x1e" |
| 61 "\xf6\x07\x76\xe0\xee\xbe", | 61 "\xf6\x07\x76\xe0\xee\xbe", |
| 62 "Izenpe log", | 62 "Izenpe log", |
| 63 "https://ct.izenpe.com/"}}; | 63 "https://ct.izenpe.com/"}, |
| 64 {"\x30\x59\x30\x13\x06\x07\x2a\x86\x48\xce\x3d\x02\x01\x06\x08\x2a\x86" | |
| 65 "\x48\xce\x3d\x03\x01\x07\x03\x42\x00\x04\x96\xea\xac\x1c\x46\x0c\x1b" | |
| 66 "\x55\xdc\x0d\xfc\xb5\x94\x27\x46\x57\x42\x70\x3a\x69\x18\xe2\xbf\x3b" | |
| 67 "\xc4\xdb\xab\xa0\xf4\xb6\x6c\xc0\x53\x3f\x4d\x42\x10\x33\xf0\x58\x97" | |
| 68 "\x8f\x6b\xbe\x72\xf4\x2a\xec\x1c\x42\xaa\x03\x2f\x1a\x7e\x28\x35\x76" | |
| 69 "\x99\x08\x3d\x21\x14\x86", | |
| 70 "Symantec log", | |
| 71 "https://ct.ws.symantec.com/"}}; | |
| 64 | 72 |
| 65 const size_t kNumKnownCTLogs = 6; | 73 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
| |
| 66 | 74 |
| 67 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ | 75 #endif // NET_CERT_CT_KNOWN_LOGS_STATIC_H_ |
| OLD | NEW |