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

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

Issue 2565743004: Remove the CNNIC whitelist (Closed)
Patch Set: Created 4 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
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
11 ### China Internet Network Information Center (CNNIC)
12
13 For details, see <https://security.googleblog.com/2015/03/maintaining-digital-ce rtificate-security.html>
14
15 As a result of misissuance of a sub-CA certificate, CNNIC end-entity
16 certificates were temporarily whitelisted, and then trust in the root fully
17 removed.
18
19 * [1c01c6f4dbb2fefc22558b2bca32563f49844acfc32b7be4b0ff599f9e8c7af7.pem](1c01c 6f4dbb2fefc22558b2bca32563f49844acfc32b7be4b0ff599f9e8c7af7.pem)
20 * [e28393773da845a679f2080cc7fb44a3b7a1c3792cb7eb7729fdcb6a8d99aea7.pem](e2839 3773da845a679f2080cc7fb44a3b7a1c3792cb7eb7729fdcb6a8d99aea7.pem)
21
11 ### Comodo 22 ### Comodo
12 23
13 For details, see <https://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html>, 24 For details, see <https://www.comodo.com/Comodo-Fraud-Incident-2011-03-23.html>,
14 <https://blog.mozilla.org/security/2011/03/25/comodo-certificate-issue-follow-up />, 25 <https://blog.mozilla.org/security/2011/03/25/comodo-certificate-issue-follow-up />,
15 and <https://technet.microsoft.com/en-us/library/security/2524375.aspx>. 26 and <https://technet.microsoft.com/en-us/library/security/2524375.aspx>.
16 27
17 As the result of a compromise of a partner RA of Comodo, nine certificates were 28 As the result of a compromise of a partner RA of Comodo, nine certificates were
18 misissued, for a variety of online services. 29 misissued, for a variety of online services.
19 30
20 * [2a3699deca1e9fd099ba45de8489e205977c9f2a5e29d5dd747381eec0744d71.pem](2a369 9deca1e9fd099ba45de8489e205977c9f2a5e29d5dd747381eec0744d71.pem) 31 * [2a3699deca1e9fd099ba45de8489e205977c9f2a5e29d5dd747381eec0744d71.pem](2a369 9deca1e9fd099ba45de8489e205977c9f2a5e29d5dd747381eec0744d71.pem)
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 * [7abd72a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem](7abd7 2a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem) 197 * [7abd72a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem](7abd7 2a323c9d179c722564f4e27a51dd4afd24006b38a40ce918b94960bcf18.pem)
187 198
188 ### T-Systems 199 ### T-Systems
189 200
190 For details, see <https://bugzilla.mozilla.org/show_bug.cgi?id=1076940> 201 For details, see <https://bugzilla.mozilla.org/show_bug.cgi?id=1076940>
191 202
192 This intermediate certificate was retired by T-Systems, and blacklisted 203 This intermediate certificate was retired by T-Systems, and blacklisted
193 for robustness at their request. 204 for robustness at their request.
194 205
195 * [f4a5984324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem](f4a59 84324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem) 206 * [f4a5984324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem](f4a59 84324de98bd979ef181a100cf940f2166173319a86a0d9d7c8fac3b0a8f.pem)
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698