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

Side by Side Diff: net/data/ssl/blacklist/README.md

Issue 1639613002: Block two retired DigiCert intermediates (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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
OLDNEW
1 # Certificate Blacklist 1 # Certificate Blacklist
2 2
3 This directory contains a number of certificates and public keys which are 3 This directory contains a number of certificates and public keys which are
4 considered blacklisted within Chromium-based products. 4 considered blacklisted within Chromium-based products.
5 5
6 When applicable, additional information and the full certificate or key 6 When applicable, additional information and the full certificate or key
7 are included. 7 are included.
8 8
9 ## Compromises & Misissuances 9 ## Compromises & Misissuances
10 10
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 For details, see [https://raymii.org/s/blog/How_I_got_a_valid_SSL_certificate_fo r_my_ISPs_main_website.html] 127 For details, see [https://raymii.org/s/blog/How_I_got_a_valid_SSL_certificate_fo r_my_ISPs_main_website.html]
128 128
129 A user of xs4all was able to register a reserved email address that can be 129 A user of xs4all was able to register a reserved email address that can be
130 used to cause certificate issuance, as described in the CA/Browser Forum's 130 used to cause certificate issuance, as described in the CA/Browser Forum's
131 Baseline Requirements, and then subsequently published the private key. 131 Baseline Requirements, and then subsequently published the private key.
132 132
133 * [83618f932d6947744d5ecca299d4b2820c01483947bd16be814e683f7436be24.pem] 133 * [83618f932d6947744d5ecca299d4b2820c01483947bd16be814e683f7436be24.pem]
134 134
135 ## Miscellaneous 135 ## Miscellaneous
136 136
137 ### DigiCert
138
139 For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=1242758] and
140 [https://bugzilla.mozilla.org/show_bug.cgi?id=1224104]
141
142 These two intermediates were retired by DigiCert, and blacklisted for
143 robustness at their request.
144
145 * [159ca03a88897c8f13817a212629df84ce824709492b8c9adb8e5437d2fc72be.pem]
146 * [b8c1b957c077ea76e00b0f45bff5ae3acb696f221d2e062164fe37125e5a8d25.pem]
147
137 ### Hacking Team 148 ### Hacking Team
138 149
139 The following keys were reported as used by Hacking Team to compromise users, 150 The following keys were reported as used by Hacking Team to compromise users,
140 and are blacklisted for robustness. 151 and are blacklisted for robustness.
141 152
142 * [c4387d45364a313fbfe79812b35b815d42852ab03b06f11589638021c8f2cb44.key] 153 * [c4387d45364a313fbfe79812b35b815d42852ab03b06f11589638021c8f2cb44.key]
143 * [ea08c8d45d52ca593de524f0513ca6418da9859f7b08ef13ff9dd7bf612d6a37.key] 154 * [ea08c8d45d52ca593de524f0513ca6418da9859f7b08ef13ff9dd7bf612d6a37.key]
144 155
145 ### live.fi 156 ### live.fi
146 157
(...skipping 28 matching lines...) Expand all
175 * [7abd72a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem] 186 * [7abd72a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem]
176 187
177 ### T-Systems 188 ### T-Systems
178 189
179 For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=1076940] 190 For details, see [https://bugzilla.mozilla.org/show_bug.cgi?id=1076940]
180 191
181 This intermediate certificate was retired by T-Systems, and blacklisted 192 This intermediate certificate was retired by T-Systems, and blacklisted
182 for robustness at their request. 193 for robustness at their request.
183 194
184 * [f4a5984324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem] 195 * [f4a5984324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698