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

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

Issue 2193073003: Move shared files in net/quic/ into net/quic/core/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: io_thread_unittest.cc Created 4 years, 4 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
« no previous file with comments | « net/quic/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_1a.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 <stdint.h>
10
11 #include "net/quic/crypto/common_cert_set_1a.inc"
12 #include "net/quic/crypto/common_cert_set_1b.inc"
13
14 static const size_t kNumCerts = 62;
15 static const unsigned char* const kCerts[] = {
16 kDERCert0,
17 kDERCert1,
18 kDERCert2,
19 kDERCert3,
20 kDERCert4,
21 kDERCert5,
22 kDERCert6,
23 kDERCert7,
24 kDERCert8,
25 kDERCert9,
26 kDERCert10,
27 kDERCert11,
28 kDERCert12,
29 kDERCert13,
30 kDERCert14,
31 kDERCert15,
32 kDERCert16,
33 kDERCert17,
34 kDERCert18,
35 kDERCert19,
36 kDERCert20,
37 kDERCert21,
38 kDERCert22,
39 kDERCert23,
40 kDERCert24,
41 kDERCert25,
42 kDERCert26,
43 kDERCert27,
44 kDERCert28,
45 kDERCert29,
46 kDERCert30,
47 kDERCert31,
48 kDERCert32,
49 kDERCert33,
50 kDERCert34,
51 kDERCert35,
52 kDERCert36,
53 kDERCert37,
54 kDERCert38,
55 kDERCert39,
56 kDERCert40,
57 kDERCert41,
58 kDERCert42,
59 kDERCert43,
60 kDERCert44,
61 kDERCert45,
62 kDERCert46,
63 kDERCert47,
64 kDERCert48,
65 kDERCert49,
66 kDERCert50,
67 kDERCert51,
68 kDERCert52,
69 kDERCert53,
70 kDERCert54,
71 kDERCert55,
72 kDERCert56,
73 kDERCert57,
74 kDERCert58,
75 kDERCert59,
76 kDERCert60,
77 kDERCert61,
78 };
79
80 static const size_t kLens[] = {
81 897,
82 911,
83 985,
84 989,
85 1012,
86 1022,
87 1049,
88 1055,
89 1071,
90 1080,
91 1084,
92 1088,
93 1097,
94 1098,
95 1105,
96 1107,
97 1117,
98 1124,
99 1127,
100 1133,
101 1136,
102 1153,
103 1171,
104 1171,
105 1172,
106 1176,
107 1182,
108 1188,
109 1191,
110 1194,
111 1194,
112 1199,
113 1205,
114 1210,
115 1226,
116 1236,
117 1236,
118 1238,
119 1250,
120 1254,
121 1256,
122 1257,
123 1269,
124 1270,
125 1280,
126 1284,
127 1285,
128 1287,
129 1290,
130 1291,
131 1291,
132 1294,
133 1297,
134 1385,
135 1512,
136 1520,
137 1548,
138 1570,
139 1581,
140 1628,
141 1712,
142 1770,
143 };
144
145 static const uint64_t kHash = UINT64_C(0xff715ce4e7e9267b);
OLDNEW
« no previous file with comments | « net/quic/crypto/common_cert_set.cc ('k') | net/quic/crypto/common_cert_set_1a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698