| 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_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 8 #define NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ | 8 #define NET_BASE_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 |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 182 kTestAcceptableCerts, \ | 182 kTestAcceptableCerts, \ |
| 183 kNoRejectedPublicKeys, \ | 183 kNoRejectedPublicKeys, \ |
| 184 } | 184 } |
| 185 | 185 |
| 186 static const char* const kGoogleAcceptableCerts[] = { | 186 static const char* const kGoogleAcceptableCerts[] = { |
| 187 kSPKIHash_VeriSignClass3, | 187 kSPKIHash_VeriSignClass3, |
| 188 kSPKIHash_VeriSignClass3_G3, | 188 kSPKIHash_VeriSignClass3_G3, |
| 189 kSPKIHash_Google1024, | 189 kSPKIHash_Google1024, |
| 190 kSPKIHash_Google2048, | 190 kSPKIHash_Google2048, |
| 191 kSPKIHash_EquifaxSecureCA, | 191 kSPKIHash_EquifaxSecureCA, |
| 192 kSPKIHash_GeoTrustGlobal, |
| 192 NULL, | 193 NULL, |
| 193 }; | 194 }; |
| 194 static const char* const kGoogleRejectedCerts[] = { | 195 static const char* const kGoogleRejectedCerts[] = { |
| 195 kSPKIHash_Aetna, | 196 kSPKIHash_Aetna, |
| 196 kSPKIHash_Intel, | 197 kSPKIHash_Intel, |
| 197 kSPKIHash_TCTrustCenter, | 198 kSPKIHash_TCTrustCenter, |
| 198 kSPKIHash_Vodafone, | 199 kSPKIHash_Vodafone, |
| 199 NULL, | 200 NULL, |
| 200 }; | 201 }; |
| 201 #define kGooglePins { \ | 202 #define kGooglePins { \ |
| (...skipping 515 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 717 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 718 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 718 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, | 719 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, |
| 719 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 720 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 720 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, | 721 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, |
| 721 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, | 722 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, |
| 722 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, | 723 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, |
| 723 }; | 724 }; |
| 724 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); | 725 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); |
| 725 | 726 |
| 726 #endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ | 727 #endif // NET_BASE_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |