Skip to content
This repository has been archived by the owner on Sep 25, 2019. It is now read-only.

Commit

Permalink
Enable AddTrust External CA Root for EV. The patch is
Browse files Browse the repository at this point in the history
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
  • Loading branch information
wtc@google.com committed Oct 10, 2008
1 parent 215ba21 commit a51f324
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ Arthur Lussos <developer0420@gmail.com>
Masahiro Yado <yado.masa@gmail.com>
Yarin Kaul <yarin.kaul@gmail.com>
Gaetano Mendola <mendola@gmail.com>
Comodo CA Limited
6 changes: 6 additions & 0 deletions net/base/ev_root_ca_metadata.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit a51f324

Please sign in to comment.