diff options
author | davidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 19:05:24 +0000 |
---|---|---|
committer | davidben@chromium.org <davidben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-06-15 19:05:24 +0000 |
commit | a0c439fae63b8572d58d5e609b90fa2aeff13561 (patch) | |
tree | 3c86e892d4e06cdbdfe8a613056efda4071415c8 /net | |
parent | beee52c0636889f2001b5ac82e5b6c3b3d9a0b33 (diff) | |
download | chromium_src-a0c439fae63b8572d58d5e609b90fa2aeff13561.zip chromium_src-a0c439fae63b8572d58d5e609b90fa2aeff13561.tar.gz chromium_src-a0c439fae63b8572d58d5e609b90fa2aeff13561.tar.bz2 |
Add Keynectis to EV list
BUG=43954
TEST=verify https://www.keynectis.com cert is recognized as EV on Windows and Linux
Review URL: http://codereview.chromium.org/2865001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49816 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 621a174..cdbd21c 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -35,6 +35,12 @@ 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" }, + // CertPlus Class 2 Primary CA (KEYNECTIS) + // https://www.keynectis.com/ + { { { 0x74, 0x20, 0x74, 0x41, 0x72, 0x9c, 0xdd, 0x92, 0xec, 0x79, + 0x31, 0xd8, 0x23, 0x10, 0x8d, 0xc2, 0x81, 0x92, 0xe2, 0xbb } }, + "1.3.6.1.4.1.22234.2.5.2.3.1" + }, // COMODO Certification Authority // https://secure.comodo.com/ { { { 0x66, 0x31, 0xbf, 0x9e, 0xf7, 0x4f, 0x9e, 0xb6, 0xc9, 0xd5, |