Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(89)

Side by Side Diff: net/http/transport_security_state_static.h

Issue 23477002: net: forbid Thawte for Google properties. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include script output in change. Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | net/http/transport_security_state_static.certs » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 24 matching lines...) Expand all
35 "\xc3\xe3\xb7\x74\xcd\xe9\x7b\x1b\x59\x43"; 35 "\xc3\xe3\xb7\x74\xcd\xe9\x7b\x1b\x59\x43";
36 36
37 static const char kSPKIHash_GoogleBackup2048[] = 37 static const char kSPKIHash_GoogleBackup2048[] =
38 "\xbe\xae\xce\xca\x34\xa7\xa8\xe7\x28\xf6" 38 "\xbe\xae\xce\xca\x34\xa7\xa8\xe7\x28\xf6"
39 "\x7c\x8c\x08\x31\x9d\xcb\xbe\xde\x8a\x33"; 39 "\x7c\x8c\x08\x31\x9d\xcb\xbe\xde\x8a\x33";
40 40
41 static const char kSPKIHash_GoogleG2[] = 41 static const char kSPKIHash_GoogleG2[] =
42 "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca" 42 "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca"
43 "\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea"; 43 "\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea";
44 44
45 static const char kSPKIHash_ThawteSGCCA[] =
46 "\x87\x31\xea\x0e\x3d\xf5\xe8\x70\x3e\x83"
47 "\x72\x57\x77\xa9\x65\x3b\x3b\xfa\x5e\x14";
48
45 static const char kSPKIHash_EquifaxSecureCA[] = 49 static const char kSPKIHash_EquifaxSecureCA[] =
46 "\x48\xe6\x68\xf9\x2b\xd2\xb2\x95\xd7\x47" 50 "\x48\xe6\x68\xf9\x2b\xd2\xb2\x95\xd7\x47"
47 "\xd8\x23\x20\x10\x4f\x33\x98\x90\x9f\xd4"; 51 "\xd8\x23\x20\x10\x4f\x33\x98\x90\x9f\xd4";
48 52
49 static const char kSPKIHash_Aetna[] = 53 static const char kSPKIHash_Aetna[] =
50 "\x92\x52\xaa\x14\xde\xbf\x80\xae\x30\xaa" 54 "\x92\x52\xaa\x14\xde\xbf\x80\xae\x30\xaa"
51 "\xd9\x4e\x60\x38\x70\x24\xa5\x43\x2f\x1a"; 55 "\xd9\x4e\x60\x38\x70\x24\xa5\x43\x2f\x1a";
52 56
53 static const char kSPKIHash_GeoTrustGlobal[] = 57 static const char kSPKIHash_GeoTrustGlobal[] =
54 "\xc0\x7a\x98\x68\x8d\x89\xfb\xab\x05\x64" 58 "\xc0\x7a\x98\x68\x8d\x89\xfb\xab\x05\x64"
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 kSPKIHash_GoogleG2, 261 kSPKIHash_GoogleG2,
258 kSPKIHash_EquifaxSecureCA, 262 kSPKIHash_EquifaxSecureCA,
259 kSPKIHash_GeoTrustGlobal, 263 kSPKIHash_GeoTrustGlobal,
260 NULL, 264 NULL,
261 }; 265 };
262 static const char* const kGoogleRejectedCerts[] = { 266 static const char* const kGoogleRejectedCerts[] = {
263 kSPKIHash_Aetna, 267 kSPKIHash_Aetna,
264 kSPKIHash_Intel, 268 kSPKIHash_Intel,
265 kSPKIHash_TCTrustCenter, 269 kSPKIHash_TCTrustCenter,
266 kSPKIHash_Vodafone, 270 kSPKIHash_Vodafone,
271 kSPKIHash_ThawteSGCCA,
267 NULL, 272 NULL,
268 }; 273 };
269 #define kGooglePins { \ 274 #define kGooglePins { \
270 kGoogleAcceptableCerts, \ 275 kGoogleAcceptableCerts, \
271 kGoogleRejectedCerts, \ 276 kGoogleRejectedCerts, \
272 } 277 }
273 278
274 static const char* const kTorAcceptableCerts[] = { 279 static const char* const kTorAcceptableCerts[] = {
275 kSPKIHash_RapidSSL, 280 kSPKIHash_RapidSSL,
276 kSPKIHash_DigiCertEVRoot, 281 kSPKIHash_DigiCertEVRoot,
(...skipping 569 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 851 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
847 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM }, 852 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM },
848 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 853 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
849 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM }, 854 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM },
850 {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 },
851 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM }, 856 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM },
852 }; 857 };
853 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); 858 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
854 859
855 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ 860 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_
OLDNEW
« no previous file with comments | « no previous file | net/http/transport_security_state_static.certs » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698