diff options
author | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:26:29 +0000 |
---|---|---|
committer | wtc@google.com <wtc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-10-10 20:26:29 +0000 |
commit | b5108d1892eeb184b2679ce0658f5fe708e22016 (patch) | |
tree | 6e68f6ac8e8543a0715cd79749952ee6da43dfcc /net/base/ev_root_ca_metadata.cc | |
parent | ac4765f1a6e44001a0748ab6771e0018365805d0 (diff) | |
download | chromium_src-b5108d1892eeb184b2679ce0658f5fe708e22016.zip chromium_src-b5108d1892eeb184b2679ce0658f5fe708e22016.tar.gz chromium_src-b5108d1892eeb184b2679ce0658f5fe708e22016.tar.bz2 |
Enable AddTrust External CA Root for EV. The patch is
contributed by Rob Stradling <rob@comodo.com> of
Comodo CA Limited.
R=ian
BUG=2170
Review URL: http://codereview.chromium.org/3173
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3242 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc index 007a488..d65a6c2 100644 --- a/net/base/ev_root_ca_metadata.cc +++ b/net/base/ev_root_ca_metadata.cc @@ -20,6 +20,12 @@ struct EVMetadata { }; static const EVMetadata ev_root_ca_metadata[] = { + // AddTrust External CA Root + // https://addtrustexternalcaroot-ev.comodoca.com + { { { 0x02, 0xfa, 0xf3, 0xe2, 0x91, 0x43, 0x54, 0x68, 0x60, 0x78, + 0x57, 0x69, 0x4d, 0xf5, 0xe4, 0x5b, 0x68, 0x85, 0x18, 0x68 } }, + "1.3.6.1.4.1.6449.1.2.1.5.1" + }, // COMODO Certification Authority // https://secure.comodo.com/ { { { 0x66, 0x31, 0xbf, 0x9e, 0xf7, 0x4f, 0x9e, 0xb6, 0xc9, 0xd5, |