diff options
-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 04f4bda..74d88a8 100644 --- a/net/cert/ev_root_ca_metadata.cc +++ b/net/cert/ev_root_ca_metadata.cc @@ -143,6 +143,12 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x2c, 0x50, 0xb6, 0x56, 0x3b, 0x8e, 0x2d, 0x93, 0xc3, 0x11 } }, {"1.3.6.1.4.1.6449.1.2.1.5.1", ""}, }, + // COMODO RSA Certification Authority + // https://comodorsacertificationauthority-ev.comodoca.com/ + { { { 0xaf, 0xe5, 0xd2, 0x44, 0xa8, 0xd1, 0x19, 0x42, 0x30, 0xff, + 0x47, 0x9f, 0xe2, 0xf8, 0x97, 0xbb, 0xcd, 0x7a, 0x8c, 0xb4 } }, + {"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, @@ -365,6 +371,18 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x74, 0x70, 0x19, 0x9d, 0x2a, 0xbe, 0x11, 0xe3, 0x81, 0xd1 } }, {"1.3.6.1.4.1.7879.13.24.1", "" }, }, + // USERTrust ECC Certification Authority + // https://usertrustecccertificationauthority-ev.comodoca.com/ + { { { 0xd1, 0xcb, 0xca, 0x5d, 0xb2, 0xd5, 0x2a, 0x7f, 0x69, 0x3b, + 0x67, 0x4d, 0xe5, 0xf0, 0x5a, 0x1d, 0x0c, 0x95, 0x7d, 0xf0 } }, + {"1.3.6.1.4.1.6449.1.2.1.5.1", ""}, + }, + // USERTrust RSA Certification Authority + // https://usertrustrsacertificationauthority-ev.comodoca.com/ + { { { 0x2b, 0x8f, 0x1b, 0x57, 0x33, 0x0d, 0xbb, 0xa2, 0xd0, 0x7a, + 0x6c, 0x51, 0xf7, 0x0e, 0xe9, 0x0d, 0xda, 0xb9, 0xad, 0x8e } }, + {"1.3.6.1.4.1.6449.1.2.1.5.1", ""}, + }, // UTN - DATACorp SGC { { { 0x58, 0x11, 0x9f, 0x0e, 0x12, 0x82, 0x87, 0xea, 0x50, 0xfd, 0xd9, 0x87, 0x45, 0x6f, 0x4f, 0x78, 0xdc, 0xfa, 0xd6, 0xd4 } }, |