diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 01:11:37 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-22 01:11:37 +0000 |
commit | 3ac10dd155f52f6cfebe40b18806f50bda71ca46 (patch) | |
tree | 9b6c9431e5fc6bb62ba14eacef3f22575323922a /net | |
parent | f19ba77dfac2078a26678d2e285cbe042fac6d9e (diff) | |
download | chromium_src-3ac10dd155f52f6cfebe40b18806f50bda71ca46.zip chromium_src-3ac10dd155f52f6cfebe40b18806f50bda71ca46.tar.gz chromium_src-3ac10dd155f52f6cfebe40b18806f50bda71ca46.tar.bz2 |
Mark the SECOM Trust Root CAs as EV. Note that both
the original RootCA1 and the new EV RootCA1 need to
be marked as EV because the crypto library may build
a certification path to either root CA.
R=ian
BUG=4985
TEST=https://www.secomtrust.net/contact/form.html
Review URL: http://codereview.chromium.org/18640
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-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 d65a6c2..0a2d5cf 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -115,6 +115,18 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x61, 0x46, 0x1e, 0x3b, 0x9c, 0xc4, 0x5f, 0xf5, 0x3a, 0x1b } }, "2.16.840.1.114404.1.1.2.4.1" }, + // Security Communication RootCA1 + // https://www.secomtrust.net/contact/form.html + { { { 0x36, 0xb1, 0x2b, 0x49, 0xf9, 0x81, 0x9e, 0xd7, 0x4c, 0x9e, + 0xbc, 0x38, 0x0f, 0xc6, 0x56, 0x8f, 0x5d, 0xac, 0xb2, 0xf7 } }, + "1.2.392.200091.100.721.1" + }, + // Security Communication EV RootCA1 + // https://www.secomtrust.net/contact/form.html + { { { 0xfe, 0xb8, 0xc4, 0x32, 0xdc, 0xf9, 0x76, 0x9a, 0xce, 0xae, + 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } }, + "1.2.392.200091.100.721.1" + }, // Starfield Class 2 Certification Authority // https://www.starfieldtech.com/ { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03, |