Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(81)

Side by Side Diff: net/base/ev_root_ca_metadata.cc

Issue 39213: Mark SwissSign Root as EV. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 { { { 0xfe, 0xb8, 0xc4, 0x32, 0xdc, 0xf9, 0x76, 0x9a, 0xce, 0xae, 126 { { { 0xfe, 0xb8, 0xc4, 0x32, 0xdc, 0xf9, 0x76, 0x9a, 0xce, 0xae,
127 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } }, 127 0x3d, 0xd8, 0x90, 0x8f, 0xfd, 0x28, 0x86, 0x65, 0x64, 0x7d } },
128 "1.2.392.200091.100.721.1" 128 "1.2.392.200091.100.721.1"
129 }, 129 },
130 // Starfield Class 2 Certification Authority 130 // Starfield Class 2 Certification Authority
131 // https://www.starfieldtech.com/ 131 // https://www.starfieldtech.com/
132 { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03, 132 { { { 0xad, 0x7e, 0x1c, 0x28, 0xb0, 0x64, 0xef, 0x8f, 0x60, 0x03,
133 0x40, 0x20, 0x14, 0xc3, 0xd0, 0xe3, 0x37, 0x0e, 0xb5, 0x8a } }, 133 0x40, 0x20, 0x14, 0xc3, 0xd0, 0xe3, 0x37, 0x0e, 0xb5, 0x8a } },
134 "2.16.840.1.114414.1.7.23.3" 134 "2.16.840.1.114414.1.7.23.3"
135 }, 135 },
136 // SwissSign Gold CA - G2
137 // https://testevg2.swisssign.net/
138 { { { 0xd8, 0xc5, 0x38, 0x8a, 0xb7, 0x30, 0x1b, 0x1b, 0x6e, 0xd4,
139 0x7a, 0xe6, 0x45, 0x25, 0x3a, 0x6f, 0x9f, 0x1a, 0x27, 0x61 } },
140 "2.16.756.1.89.1.2.1.1"
141 },
136 // Thawte Premium Server CA 142 // Thawte Premium Server CA
137 // https://www.thawte.com/ 143 // https://www.thawte.com/
138 { { { 0x62, 0x7f, 0x8d, 0x78, 0x27, 0x65, 0x63, 0x99, 0xd2, 0x7d, 144 { { { 0x62, 0x7f, 0x8d, 0x78, 0x27, 0x65, 0x63, 0x99, 0xd2, 0x7d,
139 0x7f, 0x90, 0x44, 0xc9, 0xfe, 0xb3, 0xf3, 0x3e, 0xfa, 0x9a } }, 145 0x7f, 0x90, 0x44, 0xc9, 0xfe, 0xb3, 0xf3, 0x3e, 0xfa, 0x9a } },
140 "2.16.840.1.113733.1.7.48.1" 146 "2.16.840.1.113733.1.7.48.1"
141 }, 147 },
142 // thawte Primary Root CA 148 // thawte Primary Root CA
143 // https://www.thawte.com/ 149 // https://www.thawte.com/
144 { { { 0x91, 0xc6, 0xd6, 0xee, 0x3e, 0x8a, 0xc8, 0x63, 0x84, 0xe5, 150 { { { 0x91, 0xc6, 0xd6, 0xee, 0x3e, 0x8a, 0xc8, 0x63, 0x84, 0xe5,
145 0x48, 0xc2, 0x99, 0x29, 0x5c, 0x75, 0x6c, 0x81, 0x7b, 0x81 } }, 151 0x48, 0xc2, 0x99, 0x29, 0x5c, 0x75, 0x6c, 0x81, 0x7b, 0x81 } },
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 ev_policy_[metadata.fingerprint] = metadata.policy_oid; 211 ev_policy_[metadata.fingerprint] = metadata.policy_oid;
206 // Multiple root CA certs may use the same EV policy OID. Having 212 // Multiple root CA certs may use the same EV policy OID. Having
207 // duplicates in the policy_oids_ array does no harm, so we don't 213 // duplicates in the policy_oids_ array does no harm, so we don't
208 // bother detecting duplicates. 214 // bother detecting duplicates.
209 policy_oids_[i] = metadata.policy_oid; 215 policy_oids_[i] = metadata.policy_oid;
210 } 216 }
211 } 217 }
212 218
213 } // namespace net 219 } // namespace net
214 220
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698