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 "net/base/ev_root_ca_metadata.h" | 5 #include "net/base/ev_root_ca_metadata.h" |
6 | 6 |
7 #if defined(USE_NSS) | 7 #if defined(USE_NSS) |
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 137 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
148 { { { 0x36, 0xb1, 0x2b, 0x49, 0xf9, 0x81, 0x9e, 0xd7, 0x4c, 0x9e, | 148 { { { 0x36, 0xb1, 0x2b, 0x49, 0xf9, 0x81, 0x9e, 0xd7, 0x4c, 0x9e, |
149 0xbc, 0x38, 0x0f, 0xc6, 0x56, 0x8f, 0x5d, 0xac, 0xb2, 0xf7 } }, | 149 0xbc, 0x38, 0x0f, 0xc6, 0x56, 0x8f, 0x5d, 0xac, 0xb2, 0xf7 } }, |
150 "1.2.392.200091.100.721.1" | 150 "1.2.392.200091.100.721.1" |
151 }, | 151 }, |
152 // Security Communication EV RootCA1 | 152 // Security Communication EV RootCA1 |
153 // https://www.secomtrust.net/contact/form.html | 153 // https://www.secomtrust.net/contact/form.html |
154 { { { 0xfe, 0xb8, 0xc4, 0x32, 0xdc, 0xf9, 0x76, 0x9a, 0xce, 0xae, | 154 { { { 0xfe, 0xb8, 0xc4, 0x32, 0xdc, 0xf9, 0x76, 0x9a, 0xce, 0xae, |
155 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } }, | 155 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } }, |
156 "1.2.392.200091.100.721.1" | 156 "1.2.392.200091.100.721.1" |
157 }, | 157 }, |
| 158 // StartCom Certification Authority |
| 159 // https://www.startssl.com/ |
| 160 { { { 0x3e, 0x2b, 0xf7, 0xf2, 0x03, 0x1b, 0x96, 0xf3, 0x8c, 0xe6, |
| 161 0xc4, 0xd8, 0xa8, 0x5d, 0x3e, 0x2d, 0x58, 0x47, 0x6a, 0x0f } }, |
| 162 "1.3.6.1.4.1.23223.1.1.1" |
| 163 }, |
158 // Starfield Class 2 Certification Authority | 164 // Starfield Class 2 Certification Authority |
159 // https://www.starfieldtech.com/ | 165 // https://www.starfieldtech.com/ |
160 { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03, | 166 { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03, |
161 0x40, 0x20, 0x14, 0xc3, 0xd0, 0xe3, 0x37, 0x0e, 0xb5, 0x8a } }, | 167 0x40, 0x20, 0x14, 0xc3, 0xd0, 0xe3, 0x37, 0x0e, 0xb5, 0x8a } }, |
162 "2.16.840.1.114414.1.7.23.3" | 168 "2.16.840.1.114414.1.7.23.3" |
163 }, | 169 }, |
164 // SwissSign Gold CA - G2 | 170 // SwissSign Gold CA - G2 |
165 // https://testevg2.swisssign.net/ | 171 // https://testevg2.swisssign.net/ |
166 { { { 0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, | 172 { { { 0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4, |
167 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61 } }, | 173 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61 } }, |
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
269 ev_policy_[metadata.fingerprint] = metadata.policy_oid; | 275 ev_policy_[metadata.fingerprint] = metadata.policy_oid; |
270 // Multiple root CA certs may use the same EV policy OID. Having | 276 // Multiple root CA certs may use the same EV policy OID. Having |
271 // duplicates in the policy_oids_ array does no harm, so we don't | 277 // duplicates in the policy_oids_ array does no harm, so we don't |
272 // bother detecting duplicates. | 278 // bother detecting duplicates. |
273 policy_oids_.push_back(metadata.policy_oid); | 279 policy_oids_.push_back(metadata.policy_oid); |
274 } | 280 } |
275 #endif | 281 #endif |
276 } | 282 } |
277 | 283 |
278 } // namespace net | 284 } // namespace net |
OLD | NEW |