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

Side by Side Diff: net/quic/crypto/common_cert_set_2.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_1b.inc ('k') | net/quic/crypto/common_cert_set_2a.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) 2015 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_2a.inc"
12 #include "net/quic/crypto/common_cert_set_2b.inc"
13
14 static const size_t kNumCerts = 54;
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 };
71
72 static const size_t kLens[] = {
73 897,
74 911,
75 985,
76 1012,
77 1049,
78 1062,
79 1065,
80 1071,
81 1084,
82 1096,
83 1097,
84 1105,
85 1107,
86 1117,
87 1127,
88 1133,
89 1136,
90 1138,
91 1153,
92 1171,
93 1172,
94 1176,
95 1182,
96 1188,
97 1194,
98 1203,
99 1205,
100 1206,
101 1210,
102 1222,
103 1226,
104 1236,
105 1236,
106 1236,
107 1238,
108 1256,
109 1270,
110 1280,
111 1283,
112 1284,
113 1287,
114 1315,
115 1327,
116 1340,
117 1418,
118 1447,
119 1509,
120 1520,
121 1570,
122 1581,
123 1592,
124 1628,
125 1632,
126 1770,
127 };
128
129 static const uint64_t kHash = UINT64_C(0xe81a92926081e801);
OLDNEW
« no previous file with comments | « net/quic/crypto/common_cert_set_1b.inc ('k') | net/quic/crypto/common_cert_set_2a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698