diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 00:35:41 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-06 00:35:41 +0000 |
commit | 3ff2596cf5cbc3328c86b5c31b70ee0b83780ce2 (patch) | |
tree | 393d087ba14b31e2a6fe14df1eaf97315edee0f7 /net | |
parent | f9c75df7fc8d1f93e9a1d1eb059496c3f8eeb6a0 (diff) | |
download | chromium_src-3ff2596cf5cbc3328c86b5c31b70ee0b83780ce2.zip chromium_src-3ff2596cf5cbc3328c86b5c31b70ee0b83780ce2.tar.gz chromium_src-3ff2596cf5cbc3328c86b5c31b70ee0b83780ce2.tar.bz2 |
Mark the "SwissSign Gold CA - G2" root CA as EV.
R=ian
BUG=4150
Review URL: http://codereview.chromium.org/39213
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11064 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-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 0a2d5cf..60adcc1 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -133,6 +133,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x40, 0x20, 0x14, 0xc3, 0xd0, 0xe3, 0x37, 0x0e, 0xb5, 0x8a } }, "2.16.840.1.114414.1.7.23.3" }, + // SwissSign Gold CA - G2 + // https://testevg2.swisssign.net/ + { { { 0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, + 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61 } }, + "2.16.756.1.89.1.2.1.1" + }, // Thawte Premium Server CA // https://www.thawte.com/ { { { 0x62, 0x7f, 0x8d, 0x78, 0x27, 0x65, 0x63, 0x99, 0xd2, 0x7d, |