| 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/cert/ev_root_ca_metadata.h" | 5 #include "net/cert/ev_root_ca_metadata.h" |
| 6 | 6 |
| 7 #if defined(USE_NSS_CERTS) | 7 #if defined(USE_NSS_CERTS) |
| 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 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 0x63, 0x4f, 0x7d, 0x6a, 0x06, 0x65, 0x26, 0x32, 0x28, 0x27}}, | 107 0x63, 0x4f, 0x7d, 0x6a, 0x06, 0x65, 0x26, 0x32, 0x28, 0x27}}, |
| 108 {"1.3.6.1.4.1.34697.2.3", ""}, | 108 {"1.3.6.1.4.1.34697.2.3", ""}, |
| 109 }, | 109 }, |
| 110 // AffirmTrust Premium ECC | 110 // AffirmTrust Premium ECC |
| 111 // https://premiumecc.affirmtrust.com:4433/ | 111 // https://premiumecc.affirmtrust.com:4433/ |
| 112 { | 112 { |
| 113 {{0xb8, 0x23, 0x6b, 0x00, 0x2f, 0x1d, 0x16, 0x86, 0x53, 0x01, | 113 {{0xb8, 0x23, 0x6b, 0x00, 0x2f, 0x1d, 0x16, 0x86, 0x53, 0x01, |
| 114 0x55, 0x6c, 0x11, 0xa4, 0x37, 0xca, 0xeb, 0xff, 0xc3, 0xbb}}, | 114 0x55, 0x6c, 0x11, 0xa4, 0x37, 0xca, 0xeb, 0xff, 0xc3, 0xbb}}, |
| 115 {"1.3.6.1.4.1.34697.2.4", ""}, | 115 {"1.3.6.1.4.1.34697.2.4", ""}, |
| 116 }, | 116 }, |
| 117 // Amazon Root CA 1 |
| 118 // https://good.sca1a.amazontrust.com/ |
| 119 { |
| 120 {{0x8d, 0xa7, 0xf9, 0x65, 0xec, 0x5e, 0xfc, 0x37, 0x91, 0x0f, |
| 121 0x1c, 0x6e, 0x59, 0xfd, 0xc1, 0xcc, 0x6a, 0x6e, 0xde, 0x16}}, |
| 122 {"2.23.140.1.1", ""}, |
| 123 }, |
| 124 // Amazon Root CA 2 |
| 125 // https://good.sca2a.amazontrust.com/ |
| 126 { |
| 127 {{0x5a, 0x8c, 0xef, 0x45, 0xd7, 0xa6, 0x98, 0x59, 0x76, 0x7a, |
| 128 0x8c, 0x8b, 0x44, 0x96, 0xb5, 0x78, 0xcf, 0x47, 0x4b, 0x1a}}, |
| 129 {"2.23.140.1.1", ""}, |
| 130 }, |
| 131 // Amazon Root CA 3 |
| 132 // https://good.sca3a.amazontrust.com/ |
| 133 { |
| 134 {{0x0d, 0x44, 0xdd, 0x8c, 0x3c, 0x8c, 0x1a, 0x1a, 0x58, 0x75, |
| 135 0x64, 0x81, 0xe9, 0x0f, 0x2e, 0x2a, 0xff, 0xb3, 0xd2, 0x6e}}, |
| 136 {"2.23.140.1.1", ""}, |
| 137 }, |
| 138 // Amazon Root CA 4 |
| 139 // https://good.sca4a.amazontrust.com/ |
| 140 { |
| 141 {{0xf6, 0x10, 0x84, 0x07, 0xd6, 0xf8, 0xbb, 0x67, 0x98, 0x0c, |
| 142 0xc2, 0xe2, 0x44, 0xc2, 0xeb, 0xae, 0x1c, 0xef, 0x63, 0xbe}}, |
| 143 {"2.23.140.1.1", ""}, |
| 144 }, |
| 117 // Autoridad de Certificacion Firmaprofesional CIF A62634068 | 145 // Autoridad de Certificacion Firmaprofesional CIF A62634068 |
| 118 // https://publifirma.firmaprofesional.com/ | 146 // https://publifirma.firmaprofesional.com/ |
| 119 {{{0xae, 0xc5, 0xfb, 0x3f, 0xc8, 0xe1, 0xbf, 0xc4, 0xe5, 0x4f, | 147 {{{0xae, 0xc5, 0xfb, 0x3f, 0xc8, 0xe1, 0xbf, 0xc4, 0xe5, 0x4f, |
| 120 0x03, 0x07, 0x5a, 0x9a, 0xe8, 0x00, 0xb7, 0xf7, 0xb6, 0xfa}}, | 148 0x03, 0x07, 0x5a, 0x9a, 0xe8, 0x00, 0xb7, 0xf7, 0xb6, 0xfa}}, |
| 121 {"1.3.6.1.4.1.13177.10.1.3.10", ""}}, | 149 {"1.3.6.1.4.1.13177.10.1.3.10", ""}}, |
| 122 // Baltimore CyberTrust Root | 150 // Baltimore CyberTrust Root |
| 123 // https://secure.omniroot.com/repository/ | 151 // https://secure.omniroot.com/repository/ |
| 124 { | 152 { |
| 125 {{0xd4, 0xde, 0x20, 0xd0, 0x5e, 0x66, 0xfc, 0x53, 0xfe, 0x1a, | 153 {{0xd4, 0xde, 0x20, 0xd0, 0x5e, 0x66, 0xfc, 0x53, 0xfe, 0x1a, |
| 126 0x50, 0x88, 0x2c, 0x78, 0xdb, 0x28, 0x52, 0xca, 0xe4, 0x74}}, | 154 0x50, 0x88, 0x2c, 0x78, 0xdb, 0x28, 0x52, 0xca, 0xe4, 0x74}}, |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 161 0x31, 0xd8, 0x23, 0x10, 0x8d, 0xc2, 0x81, 0x92, 0xe2, 0xbb}}, | 189 0x31, 0xd8, 0x23, 0x10, 0x8d, 0xc2, 0x81, 0x92, 0xe2, 0xbb}}, |
| 162 {"1.3.6.1.4.1.22234.2.5.2.3.1", ""}, | 190 {"1.3.6.1.4.1.22234.2.5.2.3.1", ""}, |
| 163 }, | 191 }, |
| 164 // Certum Trusted Network CA | 192 // Certum Trusted Network CA |
| 165 // https://juice.certum.pl/ | 193 // https://juice.certum.pl/ |
| 166 { | 194 { |
| 167 {{0x07, 0xe0, 0x32, 0xe0, 0x20, 0xb7, 0x2c, 0x3f, 0x19, 0x2f, | 195 {{0x07, 0xe0, 0x32, 0xe0, 0x20, 0xb7, 0x2c, 0x3f, 0x19, 0x2f, |
| 168 0x06, 0x28, 0xa2, 0x59, 0x3a, 0x19, 0xa7, 0x0f, 0x06, 0x9e}}, | 196 0x06, 0x28, 0xa2, 0x59, 0x3a, 0x19, 0xa7, 0x0f, 0x06, 0x9e}}, |
| 169 {"1.2.616.1.113527.2.5.1.1", ""}, | 197 {"1.2.616.1.113527.2.5.1.1", ""}, |
| 170 }, | 198 }, |
| 199 // CFCA EV ROOT |
| 200 // https://www.erenepu.com/ |
| 201 { |
| 202 {{0xe2, 0xb8, 0x29, 0x4b, 0x55, 0x84, 0xab, 0x6b, 0x58, 0xc2, |
| 203 0x90, 0x46, 0x6c, 0xac, 0x3f, 0xb8, 0x39, 0x8f, 0x84, 0x83}}, |
| 204 {"2.16.156.112554.3", ""}, |
| 205 }, |
| 171 // China Internet Network Information Center EV Certificates Root | 206 // China Internet Network Information Center EV Certificates Root |
| 172 // https://evdemo.cnnic.cn/ | 207 // https://evdemo.cnnic.cn/ |
| 173 { | 208 { |
| 174 {{0x4F, 0x99, 0xAA, 0x93, 0xFB, 0x2B, 0xD1, 0x37, 0x26, 0xA1, | 209 {{0x4F, 0x99, 0xAA, 0x93, 0xFB, 0x2B, 0xD1, 0x37, 0x26, 0xA1, |
| 175 0x99, 0x4A, 0xCE, 0x7F, 0xF0, 0x05, 0xF2, 0x93, 0x5D, 0x1E}}, | 210 0x99, 0x4A, 0xCE, 0x7F, 0xF0, 0x05, 0xF2, 0x93, 0x5D, 0x1E}}, |
| 176 {"1.3.6.1.4.1.29836.1.10", ""}, | 211 {"1.3.6.1.4.1.29836.1.10", ""}, |
| 177 }, | 212 }, |
| 178 // COMODO Certification Authority | 213 // COMODO Certification Authority |
| 179 // https://secure.comodo.com/ | 214 // https://secure.comodo.com/ |
| 180 { | 215 { |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 232 0x82, 0x00, 0x7c, 0xb8, 0x54, 0xfc, 0x31, 0x7e, 0x15, 0x39}}, | 267 0x82, 0x00, 0x7c, 0xb8, 0x54, 0xfc, 0x31, 0x7e, 0x15, 0x39}}, |
| 233 {"2.16.840.1.114028.10.1.2", ""}, | 268 {"2.16.840.1.114028.10.1.2", ""}, |
| 234 }, | 269 }, |
| 235 // Entrust Root Certification Authority | 270 // Entrust Root Certification Authority |
| 236 // https://www.entrust.net/ | 271 // https://www.entrust.net/ |
| 237 { | 272 { |
| 238 {{0xb3, 0x1e, 0xb1, 0xb7, 0x40, 0xe3, 0x6c, 0x84, 0x02, 0xda, | 273 {{0xb3, 0x1e, 0xb1, 0xb7, 0x40, 0xe3, 0x6c, 0x84, 0x02, 0xda, |
| 239 0xdc, 0x37, 0xd4, 0x4d, 0xf5, 0xd4, 0x67, 0x49, 0x52, 0xf9}}, | 274 0xdc, 0x37, 0xd4, 0x4d, 0xf5, 0xd4, 0x67, 0x49, 0x52, 0xf9}}, |
| 240 {"2.16.840.1.114028.10.1.2", ""}, | 275 {"2.16.840.1.114028.10.1.2", ""}, |
| 241 }, | 276 }, |
| 277 // Entrust Root Certification Authority – G2 |
| 278 // https://validg2.entrust.net |
| 279 { |
| 280 {{0x8c, 0xf4, 0x27, 0xfd, 0x79, 0x0c, 0x3a, 0xd1, 0x66, 0x06, |
| 281 0x8d, 0xe8, 0x1e, 0x57, 0xef, 0xbb, 0x93, 0x22, 0x72, 0xd4}}, |
| 282 {"2.16.840.1.114028.10.1.2", ""}, |
| 283 }, |
| 242 // Equifax Secure Certificate Authority (GeoTrust) | 284 // Equifax Secure Certificate Authority (GeoTrust) |
| 243 // https://www.geotrust.com/ | 285 // https://www.geotrust.com/ |
| 244 { | 286 { |
| 245 {{0xd2, 0x32, 0x09, 0xad, 0x23, 0xd3, 0x14, 0x23, 0x21, 0x74, | 287 {{0xd2, 0x32, 0x09, 0xad, 0x23, 0xd3, 0x14, 0x23, 0x21, 0x74, |
| 246 0xe4, 0x0d, 0x7f, 0x9d, 0x62, 0x13, 0x97, 0x86, 0x63, 0x3a}}, | 288 0xe4, 0x0d, 0x7f, 0x9d, 0x62, 0x13, 0x97, 0x86, 0x63, 0x3a}}, |
| 247 {"1.3.6.1.4.1.14370.1.6", ""}, | 289 {"1.3.6.1.4.1.14370.1.6", ""}, |
| 248 }, | 290 }, |
| 249 // E-Tugra Certification Authority | 291 // E-Tugra Certification Authority |
| 250 // https://sslev.e-tugra.com.tr | 292 // https://sslev.e-tugra.com.tr |
| 251 { | 293 { |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 336 {"1.3.6.1.4.1.14777.6.1.1", "1.3.6.1.4.1.14777.6.1.2"}, | 378 {"1.3.6.1.4.1.14777.6.1.1", "1.3.6.1.4.1.14777.6.1.2"}, |
| 337 }, | 379 }, |
| 338 // Izenpe.com - SHA1 root | 380 // Izenpe.com - SHA1 root |
| 339 // Windows XP finds this, SHA1, root instead. The policy OIDs are the same | 381 // Windows XP finds this, SHA1, root instead. The policy OIDs are the same |
| 340 // as for the SHA256 root, above. | 382 // as for the SHA256 root, above. |
| 341 { | 383 { |
| 342 {{0x30, 0x77, 0x9e, 0x93, 0x15, 0x02, 0x2e, 0x94, 0x85, 0x6a, | 384 {{0x30, 0x77, 0x9e, 0x93, 0x15, 0x02, 0x2e, 0x94, 0x85, 0x6a, |
| 343 0x3f, 0xf8, 0xbc, 0xf8, 0x15, 0xb0, 0x82, 0xf9, 0xae, 0xfd}}, | 385 0x3f, 0xf8, 0xbc, 0xf8, 0x15, 0xb0, 0x82, 0xf9, 0xae, 0xfd}}, |
| 344 {"1.3.6.1.4.1.14777.6.1.1", "1.3.6.1.4.1.14777.6.1.2"}, | 386 {"1.3.6.1.4.1.14777.6.1.1", "1.3.6.1.4.1.14777.6.1.2"}, |
| 345 }, | 387 }, |
| 388 // LuxTrust Global Root 2 |
| 389 // https://ltsslca5.trustme.lu/ |
| 390 { |
| 391 {{0x1e, 0x0e, 0x56, 0x19, 0x0a, 0xd1, 0x8b, 0x25, 0x98, 0xb2, |
| 392 0x04, 0x44, 0xff, 0x66, 0x8a, 0x04, 0x17, 0x99, 0x5f, 0x3f}}, |
| 393 {"1.3.171.1.1.10.5.2", ""}, |
| 394 }, |
| 346 // Network Solutions Certificate Authority | 395 // Network Solutions Certificate Authority |
| 347 // https://www.networksolutions.com/website-packages/index.jsp | 396 // https://www.networksolutions.com/website-packages/index.jsp |
| 348 { | 397 { |
| 349 {{0x74, 0xf8, 0xa3, 0xc3, 0xef, 0xe7, 0xb3, 0x90, 0x06, 0x4b, | 398 {{0x74, 0xf8, 0xa3, 0xc3, 0xef, 0xe7, 0xb3, 0x90, 0x06, 0x4b, |
| 350 0x83, 0x90, 0x3c, 0x21, 0x64, 0x60, 0x20, 0xe5, 0xdf, 0xce}}, | 399 0x83, 0x90, 0x3c, 0x21, 0x64, 0x60, 0x20, 0xe5, 0xdf, 0xce}}, |
| 351 {"1.3.6.1.4.1.782.1.2.1.8.1", ""}, | 400 {"1.3.6.1.4.1.782.1.2.1.8.1", ""}, |
| 352 }, | 401 }, |
| 353 // Network Solutions Certificate Authority (reissued certificate with | 402 // Network Solutions Certificate Authority (reissued certificate with |
| 354 // NotBefore of Jan 1 00:00:00 2011 GMT). | 403 // NotBefore of Jan 1 00:00:00 2011 GMT). |
| 355 // https://www.networksolutions.com/website-packages/index.jsp | 404 // https://www.networksolutions.com/website-packages/index.jsp |
| 356 { | 405 { |
| 357 {{0x71, 0x89, 0x9a, 0x67, 0xbf, 0x33, 0xaf, 0x31, 0xbe, 0xfd, | 406 {{0x71, 0x89, 0x9a, 0x67, 0xbf, 0x33, 0xaf, 0x31, 0xbe, 0xfd, |
| 358 0xc0, 0x71, 0xf8, 0xf7, 0x33, 0xb1, 0x83, 0x85, 0x63, 0x32}}, | 407 0xc0, 0x71, 0xf8, 0xf7, 0x33, 0xb1, 0x83, 0x85, 0x63, 0x32}}, |
| 359 {"1.3.6.1.4.1.782.1.2.1.8.1", ""}, | 408 {"1.3.6.1.4.1.782.1.2.1.8.1", ""}, |
| 360 }, | 409 }, |
| 410 // OISTE WISeKey Global Root GB CA |
| 411 // https://goodevssl.wisekey.com |
| 412 { |
| 413 {{0x0f, 0xf9, 0x40, 0x76, 0x18, 0xd3, 0xd7, 0x6a, 0x4b, 0x98, |
| 414 0xf0, 0xa8, 0x35, 0x9e, 0x0c, 0xfd, 0x27, 0xac, 0xcc, 0xed}}, |
| 415 {"2.16.756.5.14.7.4.8", ""}, |
| 416 }, |
| 361 // QuoVadis Root CA 2 | 417 // QuoVadis Root CA 2 |
| 362 // https://www.quovadis.bm/ | 418 // https://www.quovadis.bm/ |
| 363 { | 419 { |
| 364 {{0xca, 0x3a, 0xfb, 0xcf, 0x12, 0x40, 0x36, 0x4b, 0x44, 0xb2, | 420 {{0xca, 0x3a, 0xfb, 0xcf, 0x12, 0x40, 0x36, 0x4b, 0x44, 0xb2, |
| 365 0x16, 0x20, 0x88, 0x80, 0x48, 0x39, 0x19, 0x93, 0x7c, 0xf7}}, | 421 0x16, 0x20, 0x88, 0x80, 0x48, 0x39, 0x19, 0x93, 0x7c, 0xf7}}, |
| 366 {"1.3.6.1.4.1.8024.0.2.100.1.2", ""}, | 422 {"1.3.6.1.4.1.8024.0.2.100.1.2", ""}, |
| 367 }, | 423 }, |
| 368 // QuoVadis Root CA 2 G3 | 424 // QuoVadis Root CA 2 G3 |
| 369 // https://evsslicag3-v.quovadisglobal.com/ | 425 // https://evsslicag3-v.quovadisglobal.com/ |
| 370 { | 426 { |
| (...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 { | 489 { |
| 434 {{0xb5, 0x1c, 0x06, 0x7c, 0xee, 0x2b, 0x0c, 0x3d, 0xf8, 0x55, | 490 {{0xb5, 0x1c, 0x06, 0x7c, 0xee, 0x2b, 0x0c, 0x3d, 0xf8, 0x55, |
| 435 0xab, 0x2d, 0x92, 0xf4, 0xfe, 0x39, 0xd4, 0xe7, 0x0f, 0x0e}}, | 491 0xab, 0x2d, 0x92, 0xf4, 0xfe, 0x39, 0xd4, 0xe7, 0x0f, 0x0e}}, |
| 436 {"2.16.840.1.114414.1.7.23.3", ""}, | 492 {"2.16.840.1.114414.1.7.23.3", ""}, |
| 437 }, | 493 }, |
| 438 // Starfield Services Root Certificate Authority - G2 | 494 // Starfield Services Root Certificate Authority - G2 |
| 439 // https://valid.sfsg2.catest.starfieldtech.com/ | 495 // https://valid.sfsg2.catest.starfieldtech.com/ |
| 440 { | 496 { |
| 441 {{0x92, 0x5a, 0x8f, 0x8d, 0x2c, 0x6d, 0x04, 0xe0, 0x66, 0x5f, | 497 {{0x92, 0x5a, 0x8f, 0x8d, 0x2c, 0x6d, 0x04, 0xe0, 0x66, 0x5f, |
| 442 0x59, 0x6a, 0xff, 0x22, 0xd8, 0x63, 0xe8, 0x25, 0x6f, 0x3f}}, | 498 0x59, 0x6a, 0xff, 0x22, 0xd8, 0x63, 0xe8, 0x25, 0x6f, 0x3f}}, |
| 443 {"2.16.840.1.114414.1.7.24.3", ""}, | 499 {"2.16.840.1.114414.1.7.24.3", "2.23.140.1.1"}, |
| 444 }, | 500 }, |
| 445 // SwissSign Gold CA - G2 | 501 // SwissSign Gold CA - G2 |
| 446 // https://testevg2.swisssign.net/ | 502 // https://testevg2.swisssign.net/ |
| 447 { | 503 { |
| 448 {{0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, | 504 {{0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, |
| 449 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61}}, | 505 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61}}, |
| 450 {"2.16.756.1.89.1.2.1.1", ""}, | 506 {"2.16.756.1.89.1.2.1.1", ""}, |
| 451 }, | 507 }, |
| 452 // Swisscom Root EV CA 2 | 508 // Swisscom Root EV CA 2 |
| 453 // https://test-quarz-ev-ca-2.pre.swissdigicert.ch | 509 // https://test-quarz-ev-ca-2.pre.swissdigicert.ch |
| (...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 823 ev_policy_[metadata.fingerprint].push_back(policy_der); | 879 ev_policy_[metadata.fingerprint].push_back(policy_der); |
| 824 policy_oids_.insert(policy_der); | 880 policy_oids_.insert(policy_der); |
| 825 } | 881 } |
| 826 } | 882 } |
| 827 #endif | 883 #endif |
| 828 } | 884 } |
| 829 | 885 |
| 830 EVRootCAMetadata::~EVRootCAMetadata() { } | 886 EVRootCAMetadata::~EVRootCAMetadata() { } |
| 831 | 887 |
| 832 } // namespace net | 888 } // namespace net |
| OLD | NEW |