| OLD | NEW |
| 1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 automatically generated by | 5 // This file is automatically generated by |
| 6 // transport_security_state_static_generate.go. | 6 // transport_security_state_static_generate.go. |
| 7 // You can find it at https://github.com/chromium/hstspreload/. | 7 // You can find it at https://github.com/chromium/hstspreload/. |
| 8 | 8 |
| 9 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 9 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 10 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 10 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| (...skipping 583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 594 static const char kNoReportURI[] = ""; | 594 static const char kNoReportURI[] = ""; |
| 595 | 595 |
| 596 static const char* const kTestAcceptableCerts[] = { | 596 static const char* const kTestAcceptableCerts[] = { |
| 597 kSPKIHash_TestSPKI, | 597 kSPKIHash_TestSPKI, |
| 598 NULL, | 598 NULL, |
| 599 }; | 599 }; |
| 600 static const char* const kGoogleAcceptableCerts[] = { | 600 static const char* const kGoogleAcceptableCerts[] = { |
| 601 kSPKIHash_GoogleBackup2048, | 601 kSPKIHash_GoogleBackup2048, |
| 602 kSPKIHash_GoogleG2, | 602 kSPKIHash_GoogleG2, |
| 603 kSPKIHash_GeoTrustGlobal, | 603 kSPKIHash_GeoTrustGlobal, |
| 604 kSPKIHash_GlobalSignRootCA_R2, |
| 604 NULL, | 605 NULL, |
| 605 }; | 606 }; |
| 606 static const char kGoogleReportURI[] = "http://clients3.google.com/cert_upload_j
son"; | 607 static const char kGoogleReportURI[] = "http://clients3.google.com/cert_upload_j
son"; |
| 607 static const char* const kTorAcceptableCerts[] = { | 608 static const char* const kTorAcceptableCerts[] = { |
| 608 kSPKIHash_RapidSSL, | 609 kSPKIHash_RapidSSL, |
| 609 kSPKIHash_DigiCertEVRoot, | 610 kSPKIHash_DigiCertEVRoot, |
| 610 kSPKIHash_Tor1, | 611 kSPKIHash_Tor1, |
| 611 kSPKIHash_Tor2, | 612 kSPKIHash_Tor2, |
| 612 kSPKIHash_Tor3, | 613 kSPKIHash_Tor3, |
| 613 kSPKIHash_LetsEncryptAuthorityPrimary_X1_X3, | 614 kSPKIHash_LetsEncryptAuthorityPrimary_X1_X3, |
| (...skipping 11414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 12028 0x3b, 0x24, 0x57, 0xcf, 0x83, 0xcb, 0xd4, 0xb9, 0xf6, 0x6c, 0x61, 0x82, | 12029 0x3b, 0x24, 0x57, 0xcf, 0x83, 0xcb, 0xd4, 0xb9, 0xf6, 0x6c, 0x61, 0x82, |
| 12029 0xc5, 0xf6, 0xb6, 0xfa, 0xf3, 0x14, 0xca, 0xdc, 0xfb, 0x72, 0x97, 0xf6, | 12030 0xc5, 0xf6, 0xb6, 0xfa, 0xf3, 0x14, 0xca, 0xdc, 0xfb, 0x72, 0x97, 0xf6, |
| 12030 0x1d, 0x74, 0x46, 0x12, 0xfe, 0x69, 0xa8, | 12031 0x1d, 0x74, 0x46, 0x12, 0xfe, 0x69, 0xa8, |
| 12031 }; | 12032 }; |
| 12032 | 12033 |
| 12033 static const unsigned kPreloadedHSTSBits = 1077941; | 12034 static const unsigned kPreloadedHSTSBits = 1077941; |
| 12034 | 12035 |
| 12035 static const unsigned kHSTSRootPosition = 1077280; | 12036 static const unsigned kHSTSRootPosition = 1077280; |
| 12036 | 12037 |
| 12037 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 12038 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |