From aad2c10972fc50c91aae71fac60ccf01e296d91e Mon Sep 17 00:00:00 2001 From: "wtc@chromium.org" Date: Mon, 17 Aug 2009 18:03:45 +0000 Subject: 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 --- net/base/ev_root_ca_metadata.cc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '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 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, -- cgit v1.1