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

Unified Diff: net/base/ev_root_ca_metadata.cc

Issue 8118033: net: add NetSol's EV OIDs to cross-certifying roots. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 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/base/ev_root_ca_metadata.cc
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc
index a03e879707aa750103632b643c7f3b37175d1cf1..0a6832317b4360f3deae8a972eed9e597a9fabf0 100644
--- a/net/base/ev_root_ca_metadata.cc
+++ b/net/base/ev_root_ca_metadata.cc
@@ -33,7 +33,13 @@ static const EVMetadata ev_root_ca_metadata[] = {
// https://addtrustexternalcaroot-ev.comodoca.com
{ { { 0x02, 0xfa, 0xf3, 0xe2, 0x91, 0x43, 0x54, 0x68, 0x60, 0x78,
0x57, 0x69, 0x4d, 0xf5, 0xe4, 0x5b, 0x68, 0x85, 0x18, 0x68 } },
- {"1.3.6.1.4.1.6449.1.2.1.5.1", NULL},
+ {
+ "1.3.6.1.4.1.6449.1.2.1.5.1",
+ // This is the Network Solutions EV OID. However, this root
+ // cross-certifies NetSol and so we need it here too.
+ "1.3.6.1.4.1.782.1.2.1.8.1",
+ NULL,
+ },
},
// AffirmTrust Commercial
// https://commercial.affirmtrust.com/
@@ -225,7 +231,13 @@ static const EVMetadata ev_root_ca_metadata[] = {
// UTN-USERFirst-Hardware
{ { { 0x04, 0x83, 0xed, 0x33, 0x99, 0xac, 0x36, 0x08, 0x05, 0x87,
0x22, 0xed, 0xbc, 0x5e, 0x46, 0x00, 0xe3, 0xbe, 0xf9, 0xd7 } },
- {"1.3.6.1.4.1.6449.1.2.1.5.1", NULL},
+ {
+ "1.3.6.1.4.1.6449.1.2.1.5.1",
+ // This is the Network Solutions EV OID. However, this root
+ // cross-certifies NetSol and so we need it here too.
+ "1.3.6.1.4.1.782.1.2.1.8.1",
+ NULL,
+ },
},
// ValiCert Class 2 Policy Validation Authority
{ { { 0x31, 0x7a, 0x2a, 0xd0, 0x7f, 0x2b, 0x33, 0x5e, 0xf5, 0xa1,
« 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