diff options
author | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 02:25:23 +0000 |
---|---|---|
committer | wtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-15 02:25:23 +0000 |
commit | 08d3022ce28d9c19241ef0298d3fe500f781c870 (patch) | |
tree | 758681b448e1c8be3b2da5f2ecf6762813978d40 /net/base/ev_root_ca_metadata.cc | |
parent | 84e4f8c2fb5e47270fea69bdfe574ce646d64e59 (diff) | |
download | chromium_src-08d3022ce28d9c19241ef0298d3fe500f781c870.zip chromium_src-08d3022ce28d9c19241ef0298d3fe500f781c870.tar.gz chromium_src-08d3022ce28d9c19241ef0298d3fe500f781c870.tar.bz2 |
Mark the "StartCom Certification Authority" root CA as EV.
R=davidben,ian
BUG=31646
TEST=https://www.startssl.com/ should be displayed with
EV status.
Review URL: http://codereview.chromium.org/2984001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52425 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/base/ev_root_ca_metadata.cc')
-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 cdbd21c..2212723 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -155,6 +155,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } }, "1.2.392.200091.100.721.1" }, + // StartCom Certification Authority + // https://www.startssl.com/ + { { { 0x3e, 0x2b, 0xf7, 0xf2, 0x03, 0x1b, 0x96, 0xf3, 0x8c, 0xe6, + 0xc4, 0xd8, 0xa8, 0x5d, 0x3e, 0x2d, 0x58, 0x47, 0x6a, 0x0f } }, + "1.3.6.1.4.1.23223.1.1.1" + }, // Starfield Class 2 Certification Authority // https://www.starfieldtech.com/ { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03, |