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

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

Issue 11358199: Add certificate pinning for crypto.cat. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 1 month 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.certs ('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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
130 "UTNUSERFirstObject", 130 "UTNUSERFirstObject",
131 "GTECyberTrustGlobalRoot" 131 "GTECyberTrustGlobalRoot"
132 ] 132 ]
133 }, 133 },
134 { 134 {
135 "name": "tor2web", 135 "name": "tor2web",
136 "static_spki_hashes": [ 136 "static_spki_hashes": [
137 "AlphaSSL_G2", 137 "AlphaSSL_G2",
138 "Tor2web" 138 "Tor2web"
139 ] 139 ]
140 },
141 {
142 "name": "cryptoCat",
143 "static_spki_hashes": [
144 "DigiCertEVRoot",
145 "CryptoCat1"
146 ]
140 } 147 }
141 ], 148 ],
142 149
143 "entries": [ 150 "entries": [
144 // Dummy entry to test certificate pinning. 151 // Dummy entry to test certificate pinning.
145 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" }, 152 { "name": "pinningtest.appspot.com", "include_subdomains": true, "pins": "te st" },
146 153
147 // (*.)google.com, iff using SSL, must use an acceptable certificate. 154 // (*.)google.com, iff using SSL, must use an acceptable certificate.
148 { "name": "google.com", "include_subdomains": true, "pins": "google" }, 155 { "name": "google.com", "include_subdomains": true, "pins": "google" },
149 156
(...skipping 330 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": " force-https" }, 487 { "name": "luneta.nearbuysystems.com", "include_subdomains": true, "mode": " force-https" },
481 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" }, 488 { "name": "ubertt.org", "include_subdomains": true, "mode": "force-https" },
482 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" }, 489 { "name": "pixi.me", "include_subdomains": true, "mode": "force-https" },
483 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https" }, 490 { "name": "grepular.com", "include_subdomains": true, "mode": "force-https" },
484 { "name": "mydigipass.com", "mode": "force-https" }, 491 { "name": "mydigipass.com", "mode": "force-https" },
485 { "name": "www.mydigipass.com", "mode": "force-https" }, 492 { "name": "www.mydigipass.com", "mode": "force-https" },
486 { "name": "developer.mydigipass.com", "mode": "force-https" }, 493 { "name": "developer.mydigipass.com", "mode": "force-https" },
487 { "name": "www.developer.mydigipass.com", "mode": "force-https" }, 494 { "name": "www.developer.mydigipass.com", "mode": "force-https" },
488 { "name": "sandbox.mydigipass.com", "mode": "force-https" }, 495 { "name": "sandbox.mydigipass.com", "mode": "force-https" },
489 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" }, 496 { "name": "www.sandbox.mydigipass.com", "mode": "force-https" },
490 { "name": "crypto.cat", "include_subdomains": true, "mode": "force-https" }, 497 { "name": "crypto.cat", "include_subdomains": true, "mode": "force-https", " pins": "cryptoCat" },
491 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo rce-https" }, 498 { "name": "bigshinylock.minazo.net", "include_subdomains": true, "mode": "fo rce-https" },
492 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" }, 499 { "name": "crate.io", "include_subdomains": true, "mode": "force-https" },
493 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" }, 500 { "name": "twitter.com", "mode": "force-https", "pins": "twitterCom" },
494 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http s", "pins": "twitterCom" }, 501 { "name": "www.twitter.com", "include_subdomains": true, "mode": "force-http s", "pins": "twitterCom" },
495 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN " }, 502 { "name": "api.twitter.com", "include_subdomains": true, "pins": "twitterCDN " },
496 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC om" }, 503 { "name": "oauth.twitter.com", "include_subdomains": true, "pins": "twitterC om" },
497 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter Com" }, 504 { "name": "mobile.twitter.com", "include_subdomains": true, "pins": "twitter Com" },
498 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom " }, 505 { "name": "dev.twitter.com", "include_subdomains": true, "pins": "twitterCom " },
499 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt erCom" }, 506 { "name": "business.twitter.com", "include_subdomains": true, "pins": "twitt erCom" },
500 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt erCDN" }, 507 { "name": "platform.twitter.com", "include_subdomains": true, "pins": "twitt erCDN" },
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after
550 557
551 // Entries that are only valid if the client supports SNI. 558 // Entries that are only valid if the client supports SNI.
552 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue }, 559 { "name": "gmail.com", "mode": "force-https", "pins": "google", "snionly": t rue },
553 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true }, 560 { "name": "googlemail.com", "mode": "force-https", "pins": "google", "snionl y": true },
554 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true }, 561 { "name": "www.gmail.com", "mode": "force-https", "pins": "google", "snionly ": true },
555 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true }, 562 { "name": "www.googlemail.com", "mode": "force-https", "pins": "google", "sn ionly": true },
556 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true }, 563 { "name": "google-analytics.com", "include_subdomains": true, "pins": "googl e", "snionly": true },
557 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true } 564 { "name": "googlegroups.com", "include_subdomains": true, "pins": "google", "snionly": true }
558 ] 565 ]
559 } 566 }
OLDNEW
« no previous file with comments | « net/base/transport_security_state_static.certs ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698