| 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 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 380 kNoRejectedPublicKeys, \ | 380 kNoRejectedPublicKeys, \ |
| 381 } | 381 } |
| 382 | 382 |
| 383 #define kNoPins {\ | 383 #define kNoPins {\ |
| 384 NULL, NULL, \ | 384 NULL, NULL, \ |
| 385 } | 385 } |
| 386 | 386 |
| 387 static const struct HSTSPreload kPreloadedSTS[] = { | 387 static const struct HSTSPreload kPreloadedSTS[] = { |
| 388 {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSP
OT_COM }, | 388 {25, true, "\013pinningtest\007appspot\003com", false, kTestPins, DOMAIN_APPSP
OT_COM }, |
| 389 {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM }, | 389 {12, true, "\006google\003com", false, kGooglePins, DOMAIN_GOOGLE_COM }, |
| 390 {17, true, "\004corp\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, | |
| 391 {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 390 {19, true, "\006health\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 392 {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 391 {21, true, "\010checkout\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| 393 {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 392 {19, true, "\006chrome\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 394 {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, | 393 {17, true, "\004docs\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM }
, |
| 395 {18, true, "\005sites\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, | 394 {18, true, "\005sites\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_COM
}, |
| 396 {25, true, "\014spreadsheets\006google\003com", true, kGooglePins, DOMAIN_GOOG
LE_COM }, | 395 {25, true, "\014spreadsheets\006google\003com", true, kGooglePins, DOMAIN_GOOG
LE_COM }, |
| 397 {22, false, "\011appengine\006google\003com", true, kGooglePins, DOMAIN_GOOGLE
_COM }, | 396 {22, false, "\011appengine\006google\003com", true, kGooglePins, DOMAIN_GOOGLE
_COM }, |
| 398 {22, true, "\011encrypted\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_
COM }, | 397 {22, true, "\011encrypted\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_
COM }, |
| 399 {21, true, "\010accounts\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 398 {21, true, "\010accounts\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| 400 {21, true, "\010profiles\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, | 399 {21, true, "\010profiles\006google\003com", true, kGooglePins, DOMAIN_GOOGLE_C
OM }, |
| (...skipping 451 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 852 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 851 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 853 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, | 852 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM
}, |
| 854 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, | 853 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, |
| 855 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, | 854 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA
IL_COM }, |
| 856 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, | 855 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN
ALYTICS_COM }, |
| 857 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, | 856 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_
COM }, |
| 858 }; | 857 }; |
| 859 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); | 858 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); |
| 860 | 859 |
| 861 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ | 860 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ |
| OLD | NEW |