diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 18:03:45 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-08-17 18:03:45 +0000 |
commit | aad2c10972fc50c91aae71fac60ccf01e296d91e (patch) | |
tree | a560375b2082feecfe1cb3147617657dfd5e5a5d /net/base/ev_root_ca_metadata.cc | |
parent | af066a6a6f9859764a62071a00a401edf76b8024 (diff) | |
download | chromium_src-aad2c10972fc50c91aae71fac60ccf01e296d91e.zip chromium_src-aad2c10972fc50c91aae71fac60ccf01e296d91e.tar.gz chromium_src-aad2c10972fc50c91aae71fac60ccf01e296d91e.tar.bz2 |
Enable Add COMODO ECC Certification Authority for EV.
Patch by Comodo CA Limited.
R=ian
BUG=http://crbug.com/4385
TEST=visit https://comodoecccertificationauthority-ev.comodoca.com
on Windows Vista or later. Should get the EV status.
Review URL: http://codereview.chromium.org/172010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@23549 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, 6 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index 1fa59ed..df1505e 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -45,6 +45,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0xa6, 0x0c, 0xba, 0x6a, 0xbe, 0xd1, 0xf7, 0xbd, 0xef, 0x7b } }, "1.3.6.1.4.1.6449.1.2.1.5.1" }, + // COMODO ECC Certification Authority + // https://comodoecccertificationauthority-ev.comodoca.com/ + { { { 0x9f, 0x74, 0x4e, 0x9f, 0x2b, 0x4d, 0xba, 0xec, 0x0f, 0x31, + 0x2c, 0x50, 0xb6, 0x56, 0x3b, 0x8e, 0x2d, 0x93, 0xc3, 0x11 } }, + "1.3.6.1.4.1.6449.1.2.1.5.1" + }, // Cybertrust Global Root // https://evup.cybertrust.ne.jp/ctj-ev-upgrader/evseal.gif { { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, |