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

Side by Side Diff: net/quic/core/crypto/common_cert_set_3.c

Issue 2230713004: Update the QUIC compressed cert set. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: license 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/core/crypto/common_cert_set.cc ('k') | net/quic/core/crypto/common_cert_set_3a.inc » ('j') | 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) 2015 The Chromium Authors. All rights reserved. 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 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 5
6 /* This file contains common certificates. It's designed to be #included in 6 /* This file contains common certificates. It's designed to be #included in
7 * another file, in a namespace. */ 7 * another file, in a namespace. */
8 8
9 #include <stdint.h> 9 #include "net/quic/core/crypto/common_cert_set_3a.inc"
10 #include "net/quic/core/crypto/common_cert_set_3b.inc"
10 11
11 #include "net/quic/core/crypto/common_cert_set_2a.inc" 12 static const size_t kNumCerts = 52;
12 #include "net/quic/core/crypto/common_cert_set_2b.inc"
13
14 static const size_t kNumCerts = 54;
15 static const unsigned char* const kCerts[] = { 13 static const unsigned char* const kCerts[] = {
16 kDERCert0, 14 kDERCert0,
17 kDERCert1, 15 kDERCert1,
18 kDERCert2, 16 kDERCert2,
19 kDERCert3, 17 kDERCert3,
20 kDERCert4, 18 kDERCert4,
21 kDERCert5, 19 kDERCert5,
22 kDERCert6, 20 kDERCert6,
23 kDERCert7, 21 kDERCert7,
24 kDERCert8, 22 kDERCert8,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 kDERCert42, 56 kDERCert42,
59 kDERCert43, 57 kDERCert43,
60 kDERCert44, 58 kDERCert44,
61 kDERCert45, 59 kDERCert45,
62 kDERCert46, 60 kDERCert46,
63 kDERCert47, 61 kDERCert47,
64 kDERCert48, 62 kDERCert48,
65 kDERCert49, 63 kDERCert49,
66 kDERCert50, 64 kDERCert50,
67 kDERCert51, 65 kDERCert51,
68 kDERCert52,
69 kDERCert53,
70 }; 66 };
71 67
72 static const size_t kLens[] = { 68 static const size_t kLens[] = {
73 897, 69 897,
74 911, 70 911,
75 985,
76 1012, 71 1012,
77 1049, 72 1049,
78 1062,
79 1065, 73 1065,
80 1071,
81 1084,
82 1096, 74 1096,
83 1097, 75 1097,
76 1101,
77 1105,
84 1105, 78 1105,
85 1107, 79 1107,
86 1117, 80 1117,
87 1127, 81 1127,
88 1133, 82 1133,
89 1136, 83 1136,
90 1138, 84 1138,
85 1139,
86 1145,
87 1149,
91 1153, 88 1153,
92 1171, 89 1167,
93 1172, 90 1172,
91 1174,
92 1174,
94 1176, 93 1176,
95 1182,
96 1188, 94 1188,
97 1194, 95 1194,
96 1196,
98 1203, 97 1203,
99 1205, 98 1205,
100 1206, 99 1206,
100 1208,
101 1209,
101 1210, 102 1210,
102 1222, 103 1222,
103 1226, 104 1227,
104 1236,
105 1236, 105 1236,
106 1236, 106 1236,
107 1238, 107 1238,
108 1256,
109 1270,
110 1280,
111 1283, 108 1283,
112 1284, 109 1284,
113 1287, 110 1287,
111 1298,
114 1315, 112 1315,
115 1327, 113 1327,
116 1340, 114 1340,
115 1357,
117 1418, 116 1418,
118 1447, 117 1447,
119 1509, 118 1509,
120 1520, 119 1513,
121 1570,
122 1581,
123 1592,
124 1628,
125 1632, 120 1632,
126 1770,
127 }; 121 };
128 122
129 static const uint64_t kHash = UINT64_C(0xe81a92926081e801); 123 static const uint64_t kHash = UINT64_C(0x918215a28680ed7e);
OLDNEW
« no previous file with comments | « net/quic/core/crypto/common_cert_set.cc ('k') | net/quic/core/crypto/common_cert_set_3a.inc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698