diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 18:08:10 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-05 18:08:10 +0000 |
commit | e4234829356ce2d10f940ebe021910a187d07298 (patch) | |
tree | cc17d851fecb629421f03e42bc32942c4e9d2537 /net | |
parent | 874efe04847a9bd965f4d51e4ca16ae1c63bfb98 (diff) | |
download | chromium_src-e4234829356ce2d10f940ebe021910a187d07298.zip chromium_src-e4234829356ce2d10f940ebe021910a187d07298.tar.gz chromium_src-e4234829356ce2d10f940ebe021910a187d07298.tar.bz2 |
Mark AffirmTrust's four root certificates as EV.
R=ian,gavinp
BUG=48608
TEST=Visit the following four test sites on Windows Vista
or Windows 7. All should be shown as EV.
https://commercial.affirmtrust.com/
https://networking.affirmtrust.com:4431
https://premium.affirmtrust.com:4432/
https://premiumecc.affirmtrust.com:4433/
Review URL: http://codereview.chromium.org/3399001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61529 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/base/ev_root_ca_metadata.cc | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index 3aa02e5..7c1c96a 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -35,6 +35,30 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x57, 0x69, 0x4d, 0xf5, 0xe4, 0x5b, 0x68, 0x85, 0x18, 0x68 } }, "1.3.6.1.4.1.6449.1.2.1.5.1" }, + // AffirmTrust Commercial + // https://commercial.affirmtrust.com/ + { { { 0xf9, 0xb5, 0xb6, 0x32, 0x45, 0x5f, 0x9c, 0xbe, 0xec, 0x57, + 0x5f, 0x80, 0xdc, 0xe9, 0x6e, 0x2c, 0xc7, 0xb2, 0x78, 0xb7 } }, + "1.3.6.1.4.1.34697.2.1" + }, + // AffirmTrust Networking + // https://networking.affirmtrust.com:4431 + { { { 0x29, 0x36, 0x21, 0x02, 0x8b, 0x20, 0xed, 0x02, 0xf5, 0x66, + 0xc5, 0x32, 0xd1, 0xd6, 0xed, 0x90, 0x9f, 0x45, 0x00, 0x2f } }, + "1.3.6.1.4.1.34697.2.2" + }, + // AffirmTrust Premium + // https://premium.affirmtrust.com:4432/ + { { { 0xd8, 0xa6, 0x33, 0x2c, 0xe0, 0x03, 0x6f, 0xb1, 0x85, 0xf6, + 0x63, 0x4f, 0x7d, 0x6a, 0x06, 0x65, 0x26, 0x32, 0x28, 0x27 } }, + "1.3.6.1.4.1.34697.2.3" + }, + // AffirmTrust Premium ECC + // https://premiumecc.affirmtrust.com:4433/ + { { { 0xb8, 0x23, 0x6b, 0x00, 0x2f, 0x1d, 0x16, 0x86, 0x53, 0x01, + 0x55, 0x6c, 0x11, 0xa4, 0x37, 0xca, 0xeb, 0xff, 0xc3, 0xbb } }, + "1.3.6.1.4.1.34697.2.4" + }, // CertPlus Class 2 Primary CA (KEYNECTIS) // https://www.keynectis.com/ { { { 0x74, 0x20, 0x74, 0x41, 0x72, 0x9c, 0xdd, 0x92, 0xec, 0x79, |