| OLD | NEW |
| 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 #include "base/singleton.h" | 5 #include "base/singleton.h" |
| 6 #include "net/base/ev_root_ca_metadata.h" | 6 #include "net/base/ev_root_ca_metadata.h" |
| 7 | 7 |
| 8 namespace net { | 8 namespace net { |
| 9 | 9 |
| 10 // Raw metadata. | 10 // Raw metadata. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 37 { { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, | 37 { { { 0x5f, 0x43, 0xe5, 0xb1, 0xbf, 0xf8, 0x78, 0x8c, 0xac, 0x1c, |
| 38 0xc7, 0xca, 0x4a, 0x9a, 0xc6, 0x22, 0x2b, 0xcc, 0x34, 0xc6 } }, | 38 0xc7, 0xca, 0x4a, 0x9a, 0xc6, 0x22, 0x2b, 0xcc, 0x34, 0xc6 } }, |
| 39 "1.3.6.1.4.1.6334.1.100.1" | 39 "1.3.6.1.4.1.6334.1.100.1" |
| 40 }, | 40 }, |
| 41 // DigiCert High Assurance EV Root CA | 41 // DigiCert High Assurance EV Root CA |
| 42 // https://www.digicert.com | 42 // https://www.digicert.com |
| 43 { { { 0x5f, 0xb7, 0xee, 0x06, 0x33, 0xe2, 0x59, 0xdb, 0xad, 0x0c, | 43 { { { 0x5f, 0xb7, 0xee, 0x06, 0x33, 0xe2, 0x59, 0xdb, 0xad, 0x0c, |
| 44 0x4c, 0x9a, 0xe6, 0xd3, 0x8f, 0x1a, 0x61, 0xc7, 0xdc, 0x25 } }, | 44 0x4c, 0x9a, 0xe6, 0xd3, 0x8f, 0x1a, 0x61, 0xc7, 0xdc, 0x25 } }, |
| 45 "2.16.840.1.114412.2.1" | 45 "2.16.840.1.114412.2.1" |
| 46 }, | 46 }, |
| 47 // DigiNotar Root CA |
| 48 // https://www.evssl.nl |
| 49 // https://www.polisdirect.nl |
| 50 { { { 0xc0, 0x60, 0xed, 0x44, 0xcb, 0xd8, 0x81, 0xbd, 0x0e, 0xf8, |
| 51 0x6c, 0x0b, 0xa2, 0x87, 0xdd, 0xcf, 0x81, 0x67, 0x47, 0x8c } }, |
| 52 "2.16.528.1.1001.1.1.1.12.6.1.1.1" |
| 53 }, |
| 47 // Entrust.net Secure Server Certification Authority | 54 // Entrust.net Secure Server Certification Authority |
| 48 // https://www.entrust.net/ | 55 // https://www.entrust.net/ |
| 49 { { { 0x99, 0xa6, 0x9b, 0xe6, 0x1a, 0xfe, 0x88, 0x6b, 0x4d, 0x2b, | 56 { { { 0x99, 0xa6, 0x9b, 0xe6, 0x1a, 0xfe, 0x88, 0x6b, 0x4d, 0x2b, |
| 50 0x82, 0x00, 0x7c, 0xb8, 0x54, 0xfc, 0x31, 0x7e, 0x15, 0x39 } }, | 57 0x82, 0x00, 0x7c, 0xb8, 0x54, 0xfc, 0x31, 0x7e, 0x15, 0x39 } }, |
| 51 "2.16.840.1.114028.10.1.2" | 58 "2.16.840.1.114028.10.1.2" |
| 52 }, | 59 }, |
| 53 // Entrust Root Certification Authority | 60 // Entrust Root Certification Authority |
| 54 // https://www.entrust.net/ | 61 // https://www.entrust.net/ |
| 55 { { { 0xb3, 0x1e, 0xb1, 0xb7, 0x40, 0xe3, 0x6c, 0x84, 0x02, 0xda, | 62 { { { 0xb3, 0x1e, 0xb1, 0xb7, 0x40, 0xe3, 0x6c, 0x84, 0x02, 0xda, |
| 56 0xdc, 0x37, 0xd4, 0x4d, 0xf5, 0xd4, 0x67, 0x49, 0x52, 0xf9 } }, | 63 0xdc, 0x37, 0xd4, 0x4d, 0xf5, 0xd4, 0x67, 0x49, 0x52, 0xf9 } }, |
| (...skipping 154 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 211 ev_policy_[metadata.fingerprint] = metadata.policy_oid; | 218 ev_policy_[metadata.fingerprint] = metadata.policy_oid; |
| 212 // Multiple root CA certs may use the same EV policy OID. Having | 219 // Multiple root CA certs may use the same EV policy OID. Having |
| 213 // duplicates in the policy_oids_ array does no harm, so we don't | 220 // duplicates in the policy_oids_ array does no harm, so we don't |
| 214 // bother detecting duplicates. | 221 // bother detecting duplicates. |
| 215 policy_oids_[i] = metadata.policy_oid; | 222 policy_oids_[i] = metadata.policy_oid; |
| 216 } | 223 } |
| 217 } | 224 } |
| 218 | 225 |
| 219 } // namespace net | 226 } // namespace net |
| 220 | 227 |
| OLD | NEW |