diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 15:36:02 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-06-30 15:36:02 +0000 |
commit | c2610f7883a30763fcd0d1c4863967cc00dcc905 (patch) | |
tree | 95abef6e7fc00dcc0718858519deaf6c5af139a8 /net/base/ev_root_ca_metadata.cc | |
parent | 44538b81b2db5de46effbd9cd532e57075f6c2a5 (diff) | |
download | chromium_src-c2610f7883a30763fcd0d1c4863967cc00dcc905.zip chromium_src-c2610f7883a30763fcd0d1c4863967cc00dcc905.tar.gz chromium_src-c2610f7883a30763fcd0d1c4863967cc00dcc905.tar.bz2 |
net: add additional EV policy OID for Valicert
BUG=83735
TEST=Navigate to https://lastpass.com and check that the EV badge is shown.
Review URL: http://codereview.chromium.org/7273068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91136 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ev_root_ca_metadata.cc')
-rw-r--r-- | net/base/ev_root_ca_metadata.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index 9e340c3c..29df2a8 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -25,7 +25,7 @@ struct EVMetadata { SHA1Fingerprint fingerprint; // The EV policy OIDs of the root CA. - const char* policy_oids[2]; + const char* policy_oids[3]; }; static const EVMetadata ev_root_ca_metadata[] = { @@ -226,11 +226,9 @@ static const EVMetadata ev_root_ca_metadata[] = { {"1.3.6.1.4.1.6449.1.2.1.5.1", NULL}, }, // ValiCert Class 2 Policy Validation Authority - // TODO(wtc): bug 1165107: this CA has another policy OID - // "2.16.840.1.114414.1.7.23.3". { { { 0x31, 0x7a, 0x2a, 0xd0, 0x7f, 0x2b, 0x33, 0x5e, 0xf5, 0xa1, 0xc3, 0x4e, 0x4b, 0x57, 0xe8, 0xb7, 0xd8, 0xf1, 0xfc, 0xa6 } }, - {"2.16.840.1.114413.1.7.23.3", NULL}, + {"2.16.840.1.114413.1.7.23.3", "2.16.840.1.114414.1.7.23.3", NULL}, }, // VeriSign Class 3 Public Primary Certification Authority // https://www.verisign.com/ |