diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 02:58:51 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-06-20 02:58:51 +0000 |
commit | 4f776b633b6a0791c77ef590f5ed6d8109a91b9b (patch) | |
tree | 8186b059634968b69d65523228a1195f224f32d6 /net | |
parent | 0c1a8328bb3a2ec61709ba81fa94716157a538bb (diff) | |
download | chromium_src-4f776b633b6a0791c77ef590f5ed6d8109a91b9b.zip chromium_src-4f776b633b6a0791c77ef590f5ed6d8109a91b9b.tar.gz chromium_src-4f776b633b6a0791c77ef590f5ed6d8109a91b9b.tar.bz2 |
Enable GoDaddy/Starfield G2 roots for EV
BUG=246066
TEST=see test sites in CL. All should be marked EV on (Win, Linux, iOS,
CrOS)
Review URL: https://chromiumcodereview.appspot.com/16922012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207288 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r-- | net/cert/ev_root_ca_metadata.cc | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc index 6ef746b..9e611a3 100644 --- a/net/cert/ev_root_ca_metadata.cc +++ b/net/cert/ev_root_ca_metadata.cc @@ -199,6 +199,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x1b, 0xa0, 0xd7, 0x77, 0x70, 0x02, 0x8f, 0x20, 0xee, 0xe4 } }, {"2.16.840.1.114413.1.7.23.3", ""}, }, + // Go Daddy Root Certificate Authority - G2 + // https://valid.gdig2.catest.godaddy.com/ + { { { 0x47, 0xbe, 0xab, 0xc9, 0x22, 0xea, 0xe8, 0x0e, 0x78, 0x78, + 0x34, 0x62, 0xa7, 0x9f, 0x45, 0xc2, 0x54, 0xfd, 0xe6, 0x8b } }, + {"2.16.840.1.114413.1.7.23.3", ""}, + }, // GTE CyberTrust Global Root // https://www.cybertrust.ne.jp/ { { { 0x97, 0x81, 0x79, 0x50, 0xd8, 0x1c, 0x96, 0x70, 0xcc, 0x34, @@ -276,6 +282,18 @@ 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", ""}, }, + // Starfield Root Certificate Authority - G2 + // https://valid.sfig2.catest.starfieldtech.com/ + { { { 0xb5, 0x1c, 0x06, 0x7c, 0xee, 0x2b, 0x0c, 0x3d, 0xf8, 0x55, + 0xab, 0x2d, 0x92, 0xf4, 0xfe, 0x39, 0xd4, 0xe7, 0x0f, 0x0e } }, + {"2.16.840.1.114414.1.7.23.3", ""}, + }, + // Starfield Services Root Certificate Authority - G2 + // https://valid.sfsg2.catest.starfieldtech.com/ + { { { 0x92, 0x5a, 0x8f, 0x8d, 0x2c, 0x6d, 0x04, 0xe0, 0x66, 0x5f, + 0x59, 0x6a, 0xff, 0x22, 0xd8, 0x63, 0xe8, 0x25, 0x6f, 0x3f } }, + {"2.16.840.1.114414.1.7.24.3", ""}, + }, // SwissSign Gold CA - G2 // https://testevg2.swisssign.net/ { { { 0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, |