summaryrefslogtreecommitdiffstats
path: root/net
diff options
context:
space:
mode:
authoragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 16:08:09 +0000
committeragl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-07 16:08:09 +0000
commit262d84a9d9628da954bcc3d0705d7f20683163b9 (patch)
tree82cb18a0ed0a86a07c8b1e26aae8a618290e1b3f /net
parentc177095ae0249dd44bfb45a614acfedda50c5c99 (diff)
downloadchromium_src-262d84a9d9628da954bcc3d0705d7f20683163b9.zip
chromium_src-262d84a9d9628da954bcc3d0705d7f20683163b9.tar.gz
chromium_src-262d84a9d9628da954bcc3d0705d7f20683163b9.tar.bz2
net: add Izenpe as EV CA
BUG=81795 TEST=Visit https://servicios.izenpe.com and ensure that the EV badge appears. Review URL: http://codereview.chromium.org/7315010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91715 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net')
-rw-r--r--net/base/ev_root_ca_metadata.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/base/ev_root_ca_metadata.cc b/net/base/ev_root_ca_metadata.cc
index 29df2a8..ecdcc89 100644
--- a/net/base/ev_root_ca_metadata.cc
+++ b/net/base/ev_root_ca_metadata.cc
@@ -149,6 +149,15 @@ static const EVMetadata ev_root_ca_metadata[] = {
0xd8, 0x09, 0xcf, 0x79, 0x44, 0x31, 0x36, 0x7e, 0xf4, 0x74 } },
{"1.3.6.1.4.1.6334.1.100.1", NULL},
},
+ // Izenpe.com
+ // The first OID is for businesses and the second for government entities.
+ // These are the test sites, respectively:
+ // https://servicios.izenpe.com
+ // https://servicios1.izenpe.com
+ { { { 0x2f, 0x78, 0x3d, 0x25, 0x52, 0x18, 0xa7, 0x4a, 0x65, 0x39,
+ 0x71, 0xb5, 0x2c, 0xa2, 0x9c, 0x45, 0x15, 0x6f, 0xe9, 0x19} },
+ {"1.3.6.1.4.1.14777.6.1.1", "1.3.6.1.4.1.14777.6.1.2", NULL},
+ },
// Network Solutions Certificate Authority
// https://www.networksolutions.com/website-packages/index.jsp
{ { { 0x74, 0xf8, 0xa3, 0xc3, 0xef, 0xe7, 0xb3, 0x90, 0x06, 0x4b,
@@ -261,6 +270,8 @@ const EVRootCAMetadata::PolicyOID EVRootCAMetadata::policy_oids_[] = {
// The OIDs must be sorted in ascending order.
"1.2.392.200091.100.721.1",
"1.3.6.1.4.1.14370.1.6",
+ "1.3.6.1.4.1.14777.6.1.1",
+ "1.3.6.1.4.1.14777.6.1.2",
"1.3.6.1.4.1.22234.2.5.2.3.1",
"1.3.6.1.4.1.23223.1.1.1",
"1.3.6.1.4.1.34697.2.1",