| 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_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 7 #ifndef NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| 8 #define NET_HTTP_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 |
| (...skipping 364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 375 kNoRejectedPublicKeys, \ | 375 kNoRejectedPublicKeys, \ |
| 376 } | 376 } |
| 377 | 377 |
| 378 #define kNoPins {\ | 378 #define kNoPins {\ |
| 379 NULL, NULL, \ | 379 NULL, NULL, \ |
| 380 } | 380 } |
| 381 | 381 |
| 382 static const struct HSTSPreload kPreloadedSTS[] = { | 382 static const struct HSTSPreload kPreloadedSTS[] = { |
| 383 {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSP
OT_COM }, | 383 {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSP
OT_COM }, |
| 384 {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM }, | 384 {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM }, |
| 385 {17, true, "\004corp\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, |
| 385 {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 386 {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 386 {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 387 {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| 387 {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 388 {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 388 {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, | 389 {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, |
| 389 {18, true, "\005sites\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 390 {18, true, "\005sites\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 390 {25, true, "\014spreadsheets\006google\003com", true, kGooglePins, DOMAIN_GOOG
LE_COM }, | 391 {25, true, "\014spreadsheets\006google\003com", true, kGooglePins, DOMAIN_GOOG
LE_COM }, |
| 391 {22, false, "\011appengine\006google\003com", true, kGooglePins, DOMAIN_GOOGLE
_COM }, | 392 {22, false, "\011appengine\006google\003com", true, kGooglePins, DOMAIN_GOOGLE
_COM }, |
| 392 {22, true, "\011encrypted\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_
COM }, | 393 {22, true, "\011encrypted\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_
COM }, |
| 393 {21, true, "\010accounts\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 394 {21, true, "\010accounts\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| 394 {21, true, "\010profiles\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 395 {21, true, "\010profiles\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| (...skipping 448 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 843 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 844 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 844 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, | 845 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, |
| 845 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 846 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 846 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, | 847 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, |
| 847 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, | 848 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, |
| 848 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, | 849 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, |
| 849 }; | 850 }; |
| 850 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); | 851 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); |
| 851 | 852 |
| 852 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 853 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |