diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 22:33:44 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-04 22:33:44 +0000 |
commit | f8011491a5c0d436435bb2fbc618d71c34e8303a (patch) | |
tree | 2e9169e63fc6bb136c3ecde1c883fac938acf5b1 /net/base/ev_root_ca_metadata.cc | |
parent | 7105b060b2cf256f74f0eba57dbad13bced67046 (diff) | |
download | chromium_src-f8011491a5c0d436435bb2fbc618d71c34e8303a.zip chromium_src-f8011491a5c0d436435bb2fbc618d71c34e8303a.tar.gz chromium_src-f8011491a5c0d436435bb2fbc618d71c34e8303a.tar.bz2 |
net: update COMODO and Network Solutions EV root hashes
COMODO and Network Solutions EV root certificates have been reissued, changing
their hash. The public keys are still the same.
BUG=98858,98856
TEST=Check that EV leaves issued from these roots are still considered EV after the MS root update.
Review URL: http://codereview.chromium.org/8113003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@103999 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 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index a03e879..25291c7 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -71,6 +71,13 @@ 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", NULL}, }, + // COMODO Certification Authority (reissued certificate with NotBefore of Jan + // 1 00:00:00 2011 GMT) + // https://secure.comodo.com/ + { { { 0xee, 0x86, 0x93, 0x87, 0xff, 0xfd, 0x83, 0x49, 0xab, 0x5a, + 0xd1, 0x43, 0x22, 0x58, 0x87, 0x89, 0xa4, 0x57, 0xb0, 0x12 } }, + {"1.3.6.1.4.1.6449.1.2.1.5.1", NULL}, + }, // COMODO ECC Certification Authority // https://comodoecccertificationauthority-ev.comodoca.com/ { { { 0x9f, 0x74, 0x4e, 0x9f, 0x2b, 0x4d, 0xba, 0xec, 0x0f, 0x31, @@ -157,6 +164,13 @@ static const EVMetadata ev_root_ca_metadata[] = { 0x83, 0x90, 0x3c, 0x21, 0x64, 0x60, 0x20, 0xe5, 0xdf, 0xce } }, {"1.3.6.1.4.1.782.1.2.1.8.1", NULL}, }, + // Network Solutions Certificate Authority (reissued certificate with + // NotBefore of Jan 1 00:00:00 2011 GMT). + // https://www.networksolutions.com/website-packages/index.jsp + { { { 0x71, 0x89, 0x9a, 0x67, 0xbf, 0x33, 0xaf, 0x31, 0xbe, 0xfd, + 0xc0, 0x71, 0xf8, 0xf7, 0x33, 0xb1, 0x83, 0x85, 0x63, 0x32 } }, + {"1.3.6.1.4.1.782.1.2.1.8.1", NULL}, + }, // QuoVadis Root CA 2 // https://www.quovadis.bm/ { { { 0xca, 0x3a, 0xfb, 0xcf, 0x12, 0x40, 0x36, 0x4b, 0x44, 0xb2, |