diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-18 17:10:53 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-09-18 17:10:53 +0000 |
commit | 33ac67b106610faf6c60de4fe508d103ee2534aa (patch) | |
tree | 50389b20922451adb6965970d640e24e1f084017 /net/base/ev_root_ca_metadata.cc | |
parent | 785318eec307942d4211619537106618a6679b79 (diff) | |
download | chromium_src-33ac67b106610faf6c60de4fe508d103ee2534aa.zip chromium_src-33ac67b106610faf6c60de4fe508d103ee2534aa.tar.gz chromium_src-33ac67b106610faf6c60de4fe508d103ee2534aa.tar.bz2 |
Enable two CyberTrust root CAs for EV. The EV policy
OIDs and test URLs were provided by Masahiro Yado
<yado.masa@gmail.com>.
R=maruel
BUG=1622
Review URL: http://codereview.chromium.org/3123
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@2363 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 | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index febdb26..007a488 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -26,6 +26,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" }, + // Cybertrust Global Root + // https://evup.cybertrust.ne.jp/ctj-ev-upgrader/evseal.gif + { { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, + 0xc7, 0xca, 0x4a, 0x9a, 0xc6, 0x22, 0x2b, 0xcc, 0x34, 0xc6 } }, + "1.3.6.1.4.1.6334.1.100.1" + }, // DigiCert High Assurance EV Root CA // https://www.digicert.com { { { 0x5f, 0xb7, 0xee, 0x06, 0x33, 0xe2, 0x59, 0xdb, 0xad, 0x0c, @@ -73,6 +79,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x1b, 0xa0, 0xd7, 0x77, 0x70, 0x02, 0x8f, 0x20, 0xee, 0xe4 } }, "2.16.840.1.114413.1.7.23.3" }, + // GTE CyberTrust Global Root + // https://www.cybertrust.ne.jp/ + { { { 0x97, 0x81, 0x79, 0x50, 0xd8, 0x1c, 0x96, 0x70, 0xcc, 0x34, + 0xd8, 0x09, 0xcf, 0x79, 0x44, 0x31, 0x36, 0x7e, 0xf4, 0x74 } }, + "1.3.6.1.4.1.6334.1.100.1" + }, // Network Solutions Certificate Authority // https://www.networksolutions.com/website-packages/index.jsp { { { 0x74, 0xf8, 0xa3, 0xc3, 0xef, 0xe7, 0xb3, 0x90, 0x06, 0x4b, |