Index: net/cert/ev_root_ca_metadata.cc |
diff --git a/net/cert/ev_root_ca_metadata.cc b/net/cert/ev_root_ca_metadata.cc |
index 6ef746b018944bcd4cb3edbc3bbcbe9520767843..9e611a3093d337c8466ffc88eaa9d48daf3348c0 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/ |
wtc
2013/06/19 00:50:39
Just FYI: Firefox 21.0 on Linux doesn't show this
|
+ { { { 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, |