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

Side by Side Diff: net/base/transport_security_state_static.json

Issue 11564022: net: add GeoTrust Global to the Google pinning set. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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 | « net/base/transport_security_state_static.h ('k') | no next file » | 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 contains the HSTS preloaded list in a machine readable format. 5 // This file contains the HSTS preloaded list in a machine readable format.
6 6
7 // The top-level element is a dictionary with two keys: "pinsets" maps details 7 // The top-level element is a dictionary with two keys: "pinsets" maps details
8 // of certificate pinning to a name and "entries" contains the HSTS details for 8 // of certificate pinning to a name and "entries" contains the HSTS details for
9 // each host. 9 // each host.
10 // 10 //
(...skipping 28 matching lines...) Expand all
39 "TestSPKI" 39 "TestSPKI"
40 ] 40 ]
41 }, 41 },
42 { 42 {
43 "name": "google", 43 "name": "google",
44 "static_spki_hashes": [ 44 "static_spki_hashes": [
45 "VeriSignClass3", 45 "VeriSignClass3",
46 "VeriSignClass3_G3", 46 "VeriSignClass3_G3",
47 "Google1024", 47 "Google1024",
48 "Google2048", 48 "Google2048",
49 "EquifaxSecureCA" 49 "EquifaxSecureCA",
50 "GeoTrustGlobal"
50 ], 51 ],
51 "bad_static_spki_hashes": [ 52 "bad_static_spki_hashes": [
52 "Aetna", 53 "Aetna",
53 "Intel", 54 "Intel",
54 "TCTrustCenter", 55 "TCTrustCenter",
55 "Vodafone" 56 "Vodafone"
56 ] 57 ]
57 }, 58 },
58 { 59 {
59 "name": "tor", 60 "name": "tor",
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 571
571 // Entries that are only valid if the client supports SNI. 572 // Entries that are only valid if the client supports SNI.
572 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 573 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
573 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 574 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
574 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 575 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
575 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 576 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
576 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 577 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
577 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 578 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
578 ] 579 ]
579 } 580 }
OLDNEW
« no previous file with comments | « net/base/transport_security_state_static.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698