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

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

Issue 13170002: net: add GoogleG2 to allowed Google pins. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
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 20 matching lines...) Expand all
31 "\xff\x9c\x92\x2e\xcd\x55\x6a\x7e\xa3\x39"; 31 "\xff\x9c\x92\x2e\xcd\x55\x6a\x7e\xa3\x39";
32 32
33 static const char kSPKIHash_GoogleBackup1024[] = 33 static const char kSPKIHash_GoogleBackup1024[] =
34 "\x7d\x5b\xa3\xca\x8e\x37\x65\x1d\x7c\x71" 34 "\x7d\x5b\xa3\xca\x8e\x37\x65\x1d\x7c\x71"
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[] =
palmer 2013/03/28 18:24:10 Using "openssl req -pubkey -in G2.csr", and then P
42 "\x43\xda\xd6\x30\xee\x53\xf8\xa9\x80\xca"
43 "\x6e\xfd\x85\xf4\x6a\xa3\x79\x90\xe0\xea";
44
41 static const char kSPKIHash_EquifaxSecureCA[] = 45 static const char kSPKIHash_EquifaxSecureCA[] =
42 "\x48\xe6\x68\xf9\x2b\xd2\xb2\x95\xd7\x47" 46 "\x48\xe6\x68\xf9\x2b\xd2\xb2\x95\xd7\x47"
43 "\xd8\x23\x20\x10\x4f\x33\x98\x90\x9f\xd4"; 47 "\xd8\x23\x20\x10\x4f\x33\x98\x90\x9f\xd4";
44 48
45 static const char kSPKIHash_Aetna[] = 49 static const char kSPKIHash_Aetna[] =
46 "\x92\x52\xaa\x14\xde\xbf\x80\xae\x30\xaa" 50 "\x92\x52\xaa\x14\xde\xbf\x80\xae\x30\xaa"
47 "\xd9\x4e\x60\x38\x70\x24\xa5\x43\x2f\x1a"; 51 "\xd9\x4e\x60\x38\x70\x24\xa5\x43\x2f\x1a";
48 52
49 static const char kSPKIHash_GeoTrustGlobal[] = 53 static const char kSPKIHash_GeoTrustGlobal[] =
50 "\xc0\x7a\x98\x68\x8d\x89\xfb\xab\x05\x64" 54 "\xc0\x7a\x98\x68\x8d\x89\xfb\xab\x05\x64"
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
243 kNoRejectedPublicKeys, \ 247 kNoRejectedPublicKeys, \
244 } 248 }
245 249
246 static const char* const kGoogleAcceptableCerts[] = { 250 static const char* const kGoogleAcceptableCerts[] = {
247 kSPKIHash_VeriSignClass3, 251 kSPKIHash_VeriSignClass3,
248 kSPKIHash_VeriSignClass3_G3, 252 kSPKIHash_VeriSignClass3_G3,
249 kSPKIHash_Google1024, 253 kSPKIHash_Google1024,
250 kSPKIHash_Google2048, 254 kSPKIHash_Google2048,
251 kSPKIHash_GoogleBackup1024, 255 kSPKIHash_GoogleBackup1024,
252 kSPKIHash_GoogleBackup2048, 256 kSPKIHash_GoogleBackup2048,
257 kSPKIHash_GoogleG2,
253 kSPKIHash_EquifaxSecureCA, 258 kSPKIHash_EquifaxSecureCA,
254 kSPKIHash_GeoTrustGlobal, 259 kSPKIHash_GeoTrustGlobal,
255 NULL, 260 NULL,
256 }; 261 };
257 static const char* const kGoogleRejectedCerts[] = { 262 static const char* const kGoogleRejectedCerts[] = {
258 kSPKIHash_Aetna, 263 kSPKIHash_Aetna,
259 kSPKIHash_Intel, 264 kSPKIHash_Intel,
260 kSPKIHash_TCTrustCenter, 265 kSPKIHash_TCTrustCenter,
261 kSPKIHash_Vodafone, 266 kSPKIHash_Vodafone,
262 NULL, 267 NULL,
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
798 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 803 {11, false, "\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
799 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM }, 804 {16, false, "\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMAIL_COM },
800 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM }, 805 {15, false, "\003www\005gmail\003com", true, kGooglePins, DOMAIN_GMAIL_COM },
801 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM }, 806 {20, false, "\003www\012googlemail\003com", true, kGooglePins, DOMAIN_GOOGLEMA IL_COM },
802 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM }, 807 {22, true, "\020google-analytics\003com", false, kGooglePins, DOMAIN_GOOGLE_AN ALYTICS_COM },
803 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM }, 808 {18, true, "\014googlegroups\003com", false, kGooglePins, DOMAIN_GOOGLEGROUPS_ COM },
804 }; 809 };
805 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS); 810 static const size_t kNumPreloadedSNISTS = ARRAYSIZE_UNSAFE(kPreloadedSNISTS);
806 811
807 #endif // NET_HTTP_TRANSPORT_SECURITY_STATE_STATIC_H_ 812 #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') | net/http/transport_security_state_static.certs » ('J')

Powered by Google App Engine
This is Rietveld 408576698