| 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 transport_security_state_static_gener
ate.go | 5 // This file is automatically generated by transport_security_state_static_gener
ate.go |
| 6 | 6 |
| 7 #ifndef NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ | 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 8 #define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ | 8 #define NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 9 | 9 |
| 10 // These are SubjectPublicKeyInfo hashes for public key pinning. The | 10 // These are SubjectPublicKeyInfo hashes for public key pinning. The |
| 11 // hashes are SHA1 digests. | 11 // hashes are SHA1 digests. |
| 12 | 12 |
| 13 static const char kSPKIHash_TestSPKI[] = | 13 static const char kSPKIHash_TestSPKI[] = |
| 14 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" | 14 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00" |
| 15 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"; | 15 "\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"; |
| 16 | 16 |
| 17 static const char kSPKIHash_VeriSignClass3[] = | 17 static const char kSPKIHash_VeriSignClass3[] = |
| 18 "\xe2\x7f\x7b\xd8\x77\xd5\xdf\x9e\x0a\x3f" | 18 "\xe2\x7f\x7b\xd8\x77\xd5\xdf\x9e\x0a\x3f" |
| (...skipping 774 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 793 static const struct HSTSPreload kPreloadedSNISTS[] = { | 793 static const struct HSTSPreload kPreloadedSNISTS[] = { |
| 794 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 794 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 795 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, | 795 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, |
| 796 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 796 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 797 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, | 797 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, |
| 798 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, | 798 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, |
| 799 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, | 799 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, |
| 800 }; | 800 }; |
| 801 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); | 801 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); |
| 802 | 802 |
| 803 #endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ | 803 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |