OLD | NEW |
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 // Copyright (c) 2012 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 "net/base/ev_root_ca_metadata.h" | 5 #include "net/base/ev_root_ca_metadata.h" |
6 | 6 |
7 #if defined(USE_NSS) || defined(OS_IOS) | 7 #if defined(USE_NSS) || defined(OS_IOS) |
8 #include <cert.h> | 8 #include <cert.h> |
9 #include <pkcs11n.h> | 9 #include <pkcs11n.h> |
10 #include <secerr.h> | 10 #include <secerr.h> |
(...skipping 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
253 { { { 0x62, 0x7f, 0x8d, 0x78, 0x27, 0x65, 0x63, 0x99, 0xd2, 0x7d, | 253 { { { 0x62, 0x7f, 0x8d, 0x78, 0x27, 0x65, 0x63, 0x99, 0xd2, 0x7d, |
254 0x7f, 0x90, 0x44, 0xc9, 0xfe, 0xb3, 0xf3, 0x3e, 0xfa, 0x9a } }, | 254 0x7f, 0x90, 0x44, 0xc9, 0xfe, 0xb3, 0xf3, 0x3e, 0xfa, 0x9a } }, |
255 {"2.16.840.1.113733.1.7.48.1", ""}, | 255 {"2.16.840.1.113733.1.7.48.1", ""}, |
256 }, | 256 }, |
257 // thawte Primary Root CA | 257 // thawte Primary Root CA |
258 // https://www.thawte.com/ | 258 // https://www.thawte.com/ |
259 { { { 0x91, 0xc6, 0xd6, 0xee, 0x3e, 0x8a, 0xc8, 0x63, 0x84, 0xe5, | 259 { { { 0x91, 0xc6, 0xd6, 0xee, 0x3e, 0x8a, 0xc8, 0x63, 0x84, 0xe5, |
260 0x48, 0xc2, 0x99, 0x29, 0x5c, 0x75, 0x6c, 0x81, 0x7b, 0x81 } }, | 260 0x48, 0xc2, 0x99, 0x29, 0x5c, 0x75, 0x6c, 0x81, 0x7b, 0x81 } }, |
261 {"2.16.840.1.113733.1.7.48.1", ""}, | 261 {"2.16.840.1.113733.1.7.48.1", ""}, |
262 }, | 262 }, |
263 // TURKTRUST Elektronik Sertifika Hizmet Saglayicisi | |
264 // http://www.turktrust.com.tr/ / https://evssl.turktrust.com.tr/ | |
265 { { { 0xf1, 0x7f, 0x6f, 0xb6, 0x31, 0xdc, 0x99, 0xe3, 0xa3, 0xc8, | |
266 0x7f, 0xfe, 0x1c, 0xf1, 0x81, 0x10, 0x88, 0xd9, 0x60, 0x33 } }, | |
267 {"2.16.792.3.0.3.1.1.5", "" }, | |
268 }, | |
269 // T-TeleSec GlobalRoot Class 3 | 263 // T-TeleSec GlobalRoot Class 3 |
270 // http://www.telesec.de/ / https://root-class3.test.telesec.de/ | 264 // http://www.telesec.de/ / https://root-class3.test.telesec.de/ |
271 { { { 0x55, 0xa6, 0x72, 0x3e, 0xcb, 0xf2, 0xec, 0xcd, 0xc3, 0x23, | 265 { { { 0x55, 0xa6, 0x72, 0x3e, 0xcb, 0xf2, 0xec, 0xcd, 0xc3, 0x23, |
272 0x74, 0x70, 0x19, 0x9d, 0x2a, 0xbe, 0x11, 0xe3, 0x81, 0xd1 } }, | 266 0x74, 0x70, 0x19, 0x9d, 0x2a, 0xbe, 0x11, 0xe3, 0x81, 0xd1 } }, |
273 {"1.3.6.1.4.1.7879.13.24.1", "" }, | 267 {"1.3.6.1.4.1.7879.13.24.1", "" }, |
274 }, | 268 }, |
275 // UTN - DATACorp SGC | 269 // UTN - DATACorp SGC |
276 { { { 0x58, 0x11, 0x9f, 0x0e, 0x12, 0x82, 0x87, 0xea, 0x50, 0xfd, | 270 { { { 0x58, 0x11, 0x9f, 0x0e, 0x12, 0x82, 0x87, 0xea, 0x50, 0xfd, |
277 0xd9, 0x87, 0x45, 0x6f, 0x4f, 0x78, 0xdc, 0xfa, 0xd6, 0xd4 } }, | 271 0xd9, 0x87, 0x45, 0x6f, 0x4f, 0x78, 0xdc, 0xfa, 0xd6, 0xd4 } }, |
278 {"1.3.6.1.4.1.6449.1.2.1.5.1", ""}, | 272 {"1.3.6.1.4.1.6449.1.2.1.5.1", ""}, |
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 ev_policy_[metadata.fingerprint].push_back(policy); | 484 ev_policy_[metadata.fingerprint].push_back(policy); |
491 policy_oids_.insert(policy); | 485 policy_oids_.insert(policy); |
492 } | 486 } |
493 } | 487 } |
494 #endif | 488 #endif |
495 } | 489 } |
496 | 490 |
497 EVRootCAMetadata::~EVRootCAMetadata() { } | 491 EVRootCAMetadata::~EVRootCAMetadata() { } |
498 | 492 |
499 } // namespace net | 493 } // namespace net |
OLD | NEW |