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

Side by Side Diff: net/quic/crypto/common_cert_set_0.c

Issue 14651009: Land Recent QUIC changes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix integer constant is too large for 'unsigned long' type Created 7 years, 7 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 | « net/quic/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_1_50.inc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 * Use of this source code is governed by a BSD-style license that can be
3 * found in the LICENSE file.
4 */
5
6 /* This file contains common certificates. It's designed to be #included in
7 * another file, in a namespace. */
8
9 #include "net/quic/crypto/common_cert_set_1_50.inc"
10 #include "net/quic/crypto/common_cert_set_51_100.inc"
11
12 static const size_t kNumCerts = 101;
13 static const unsigned char* const kCerts[] = {
14 kDERCert0,
15 kDERCert1,
16 kDERCert2,
17 kDERCert3,
18 kDERCert4,
19 kDERCert5,
20 kDERCert6,
21 kDERCert7,
22 kDERCert8,
23 kDERCert9,
24 kDERCert10,
25 kDERCert11,
26 kDERCert12,
27 kDERCert13,
28 kDERCert14,
29 kDERCert15,
30 kDERCert16,
31 kDERCert17,
32 kDERCert18,
33 kDERCert19,
34 kDERCert20,
35 kDERCert21,
36 kDERCert22,
37 kDERCert23,
38 kDERCert24,
39 kDERCert25,
40 kDERCert26,
41 kDERCert27,
42 kDERCert28,
43 kDERCert29,
44 kDERCert30,
45 kDERCert31,
46 kDERCert32,
47 kDERCert33,
48 kDERCert34,
49 kDERCert35,
50 kDERCert36,
51 kDERCert37,
52 kDERCert38,
53 kDERCert39,
54 kDERCert40,
55 kDERCert41,
56 kDERCert42,
57 kDERCert43,
58 kDERCert44,
59 kDERCert45,
60 kDERCert46,
61 kDERCert47,
62 kDERCert48,
63 kDERCert49,
64 kDERCert50,
65 kDERCert51,
66 kDERCert52,
67 kDERCert53,
68 kDERCert54,
69 kDERCert55,
70 kDERCert56,
71 kDERCert57,
72 kDERCert58,
73 kDERCert59,
74 kDERCert60,
75 kDERCert61,
76 kDERCert62,
77 kDERCert63,
78 kDERCert64,
79 kDERCert65,
80 kDERCert66,
81 kDERCert67,
82 kDERCert68,
83 kDERCert69,
84 kDERCert70,
85 kDERCert71,
86 kDERCert72,
87 kDERCert73,
88 kDERCert74,
89 kDERCert75,
90 kDERCert76,
91 kDERCert77,
92 kDERCert78,
93 kDERCert79,
94 kDERCert80,
95 kDERCert81,
96 kDERCert82,
97 kDERCert83,
98 kDERCert84,
99 kDERCert85,
100 kDERCert86,
101 kDERCert87,
102 kDERCert88,
103 kDERCert89,
104 kDERCert90,
105 kDERCert91,
106 kDERCert92,
107 kDERCert93,
108 kDERCert94,
109 kDERCert95,
110 kDERCert96,
111 kDERCert97,
112 kDERCert98,
113 kDERCert99,
114 kDERCert100,
115 };
116
117 static const size_t kLens[] = {
118 692,
119 897,
120 903,
121 911,
122 911,
123 957,
124 971,
125 985,
126 989,
127 1022,
128 1049,
129 1055,
130 1071,
131 1071,
132 1073,
133 1075,
134 1078,
135 1080,
136 1082,
137 1082,
138 1084,
139 1088,
140 1090,
141 1094,
142 1097,
143 1098,
144 1107,
145 1118,
146 1119,
147 1122,
148 1124,
149 1131,
150 1134,
151 1136,
152 1147,
153 1161,
154 1162,
155 1162,
156 1167,
157 1167,
158 1171,
159 1172,
160 1181,
161 1183,
162 1184,
163 1187,
164 1191,
165 1194,
166 1194,
167 1199,
168 1223,
169 1226,
170 1231,
171 1236,
172 1239,
173 1250,
174 1254,
175 1256,
176 1256,
177 1257,
178 1260,
179 1268,
180 1269,
181 1269,
182 1270,
183 1273,
184 1276,
185 1279,
186 1280,
187 1282,
188 1285,
189 1286,
190 1287,
191 1287,
192 1290,
193 1291,
194 1291,
195 1294,
196 1294,
197 1297,
198 1302,
199 1302,
200 1303,
201 1311,
202 1330,
203 1365,
204 1512,
205 1520,
206 1535,
207 1548,
208 1550,
209 1559,
210 1570,
211 1581,
212 1584,
213 1592,
214 1592,
215 1625,
216 1628,
217 1767,
218 1770,
219 };
220
221 static const uint64 kHash = GG_UINT64_C(0xde8086f914a3af54);
OLDNEW
« no previous file with comments | « net/quic/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_1_50.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698