diff options
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | net/base/ev_root_ca_metadata.cc | 12 |
2 files changed, 13 insertions, 0 deletions
@@ -13,3 +13,4 @@ Marco Rodrigues <gothicx@gmail.com> Matthias Reitinger <reimarvin@gmail.com> Peter Bright <drpizza@quiscalusmexicanus.org> Arthur Lussos <developer0420@gmail.com> +Masahiro Yado <yado.masa@gmail.com> diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index febdb26..007a488 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -26,6 +26,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0xa6, 0x0c, 0xba, 0x6a, 0xbe, 0xd1, 0xf7, 0xbd, 0xef, 0x7b } }, "1.3.6.1.4.1.6449.1.2.1.5.1" }, + // Cybertrust Global Root + // https://evup.cybertrust.ne.jp/ctj-ev-upgrader/evseal.gif + { { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, + 0xc7, 0xca, 0x4a, 0x9a, 0xc6, 0x22, 0x2b, 0xcc, 0x34, 0xc6 } }, + "1.3.6.1.4.1.6334.1.100.1" + }, // DigiCert High Assurance EV Root CA // https://www.digicert.com { { { 0x5f, 0xb7, 0xee, 0x06, 0x33, 0xe2, 0x59, 0xdb, 0xad, 0x0c, @@ -73,6 +79,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" }, + // GTE CyberTrust Global Root + // https://www.cybertrust.ne.jp/ + { { { 0x97, 0x81, 0x79, 0x50, 0xd8, 0x1c, 0x96, 0x70, 0xcc, 0x34, + 0xd8, 0x09, 0xcf, 0x79, 0x44, 0x31, 0x36, 0x7e, 0xf4, 0x74 } }, + "1.3.6.1.4.1.6334.1.100.1" + }, // Network Solutions Certificate Authority // https://www.networksolutions.com/website-packages/index.jsp { { { 0x74, 0xf8, 0xa3, 0xc3, 0xef, 0xe7, 0xb3, 0x90, 0x06, 0x4b, |