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

Unified Diff: net/cert/cert_verify_proc.cc

Issue 616773004: net: block retired Fraunhofer intermediate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/cert/cert_verify_proc.cc
diff --git a/net/cert/cert_verify_proc.cc b/net/cert/cert_verify_proc.cc
index f30033b71d262085a66bdebb43fadae8f9e2ace0..222ba47f51c98fcab412a52334146ee064d77696 100644
--- a/net/cert/cert_verify_proc.cc
+++ b/net/cert/cert_verify_proc.cc
@@ -416,10 +416,6 @@ bool CertVerifyProc::IsPublicKeyBlacklisted(
// Win32/Sirefef.gen!C generates fake certificates with this public key.
{0xa4, 0xf5, 0x6e, 0x9e, 0x1d, 0x9a, 0x3b, 0x7b, 0x1a, 0xc3,
0x31, 0xcf, 0x64, 0xfc, 0x76, 0x2c, 0xd0, 0x51, 0xfb, 0xa4},
- // ANSSI certificate under which a MITM proxy was mistakenly operated.
- // Expires: Jul 18 10:05:28 2014 GMT
- {0x3e, 0xcf, 0x4b, 0xbb, 0xe4, 0x60, 0x96, 0xd5, 0x14, 0xbb,
- 0x53, 0x9b, 0xb9, 0x13, 0xd7, 0x7a, 0xa4, 0xef, 0x31, 0xbf},
// Three retired intermediate certificates from Symantec. No compromise;
// just for robustness. All expire May 17 23:59:59 2018.
// See https://bugzilla.mozilla.org/show_bug.cgi?id=966060
@@ -444,6 +440,13 @@ bool CertVerifyProc::IsPublicKeyBlacklisted(
// Expires: March 5th, 2024.
{0xe5, 0x8e, 0x31, 0x5b, 0xaa, 0xee, 0xaa, 0xc6, 0xe7, 0x2e,
0xc9, 0x57, 0x36, 0x70, 0xca, 0x2f, 0x25, 0x4e, 0xc3, 0x47},
+ // C=DE, O=Fraunhofer, OU=Fraunhofer Corporate PKI,
+ // CN=Fraunhofer Service CA 2007.
+ // Expires: Jun 30 2019.
+ // No compromise, just for robustness. See
+ // https://bugzilla.mozilla.org/show_bug.cgi?id=1076940
+ {0x38, 0x4d, 0x0c, 0x1d, 0xc4, 0x77, 0xa7, 0xb3, 0xf8, 0x67,
+ 0x86, 0xd0, 0x18, 0x51, 0x9f, 0x58, 0x9f, 0x1e, 0x9e, 0x25},
};
for (unsigned i = 0; i < kNumHashes; i++) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698