diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-09 00:30:46 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-03-09 00:30:46 +0000 |
commit | 0eccf5645d8b5644775db6a31447fd985ab6b170 (patch) | |
tree | 59e1ab44d7ee072e949819e3903658371d5c2daa /net | |
parent | 2308c5bd49a61d1630351aa92f7ba499fc67aa00 (diff) | |
download | chromium_src-0eccf5645d8b5644775db6a31447fd985ab6b170.zip chromium_src-0eccf5645d8b5644775db6a31447fd985ab6b170.tar.gz chromium_src-0eccf5645d8b5644775db6a31447fd985ab6b170.tar.bz2 |
Enable EV for D-TRUST Root Class 3 CA 2 2009
BUG=167061
TEST=https://certdemo-ev-valid.ssl.d-trust.net shows as EV
Review URL: https://chromiumcodereview.appspot.com/12569002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@187092 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 bc0ef54..48b4dee 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -118,6 +118,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x4c, 0x9a, 0xe6, 0xd3, 0x8f, 0x1a, 0x61, 0xc7, 0xdc, 0x25 } }, {"2.16.840.1.114412.2.1", ""}, }, + // D-TRUST Root Class 3 CA 2 EV 2009 + // https://certdemo-ev-valid.ssl.d-trust.net/ + { { { 0x96, 0xc9, 0x1b, 0x0b, 0x95, 0xb4, 0x10, 0x98, 0x42, 0xfa, + 0xd0, 0xd8, 0x22, 0x79, 0xfe, 0x60, 0xfa, 0xb9, 0x16, 0x83 } }, + {"1.3.6.1.4.1.4788.2.202.1", ""}, + }, // Entrust.net Secure Server Certification Authority // https://www.entrust.net/ { { { 0x99, 0xa6, 0x9b, 0xe6, 0x1a, 0xfe, 0x88, 0x6b, 0x4d, 0x2b, |