blob: 876d00c837a91329b8d5c2c316e7193890637833 [file] [log] [blame]
QUICHE teama6ef0a62019-03-07 20:34:33 -05001/* This file contains common certificates. It's designed to be #included in
2 * another file, in a namespace. */
3
4#include "net/third_party/quiche/src/quic/core/crypto/common_cert_set_3a.inc"
5#include "net/third_party/quiche/src/quic/core/crypto/common_cert_set_3b.inc"
6
7static const size_t kNumCerts = 52;
8static const unsigned char* const kCerts[] = {
9 kDERCert0,
10 kDERCert1,
11 kDERCert2,
12 kDERCert3,
13 kDERCert4,
14 kDERCert5,
15 kDERCert6,
16 kDERCert7,
17 kDERCert8,
18 kDERCert9,
19 kDERCert10,
20 kDERCert11,
21 kDERCert12,
22 kDERCert13,
23 kDERCert14,
24 kDERCert15,
25 kDERCert16,
26 kDERCert17,
27 kDERCert18,
28 kDERCert19,
29 kDERCert20,
30 kDERCert21,
31 kDERCert22,
32 kDERCert23,
33 kDERCert24,
34 kDERCert25,
35 kDERCert26,
36 kDERCert27,
37 kDERCert28,
38 kDERCert29,
39 kDERCert30,
40 kDERCert31,
41 kDERCert32,
42 kDERCert33,
43 kDERCert34,
44 kDERCert35,
45 kDERCert36,
46 kDERCert37,
47 kDERCert38,
48 kDERCert39,
49 kDERCert40,
50 kDERCert41,
51 kDERCert42,
52 kDERCert43,
53 kDERCert44,
54 kDERCert45,
55 kDERCert46,
56 kDERCert47,
57 kDERCert48,
58 kDERCert49,
59 kDERCert50,
60 kDERCert51,
61};
62
63static const size_t kLens[] = {
64 897,
65 911,
66 1012,
67 1049,
68 1065,
69 1096,
70 1097,
71 1101,
72 1105,
73 1105,
74 1107,
75 1117,
76 1127,
77 1133,
78 1136,
79 1138,
80 1139,
81 1145,
82 1149,
83 1153,
84 1167,
85 1172,
86 1174,
87 1174,
88 1176,
89 1188,
90 1194,
91 1196,
92 1203,
93 1205,
94 1206,
95 1208,
96 1209,
97 1210,
98 1222,
99 1227,
100 1236,
101 1236,
102 1238,
103 1283,
104 1284,
105 1287,
106 1298,
107 1315,
108 1327,
109 1340,
110 1357,
111 1418,
112 1447,
113 1509,
114 1513,
115 1632,
116};
117
118static const uint64_t kHash = UINT64_C(0x918215a28680ed7e);