blob: ec205fc7fb1fc1ad7172a597c2aebd2f997ac5af [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_2a.inc"
5#include "net/third_party/quiche/src/quic/core/crypto/common_cert_set_2b.inc"
6
7static const size_t kNumCerts = 54;
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 kDERCert52,
62 kDERCert53,
63};
64
65static const size_t kLens[] = {
66 897,
67 911,
68 985,
69 1012,
70 1049,
71 1062,
72 1065,
73 1071,
74 1084,
75 1096,
76 1097,
77 1105,
78 1107,
79 1117,
80 1127,
81 1133,
82 1136,
83 1138,
84 1153,
85 1171,
86 1172,
87 1176,
88 1182,
89 1188,
90 1194,
91 1203,
92 1205,
93 1206,
94 1210,
95 1222,
96 1226,
97 1236,
98 1236,
99 1236,
100 1238,
101 1256,
102 1270,
103 1280,
104 1283,
105 1284,
106 1287,
107 1315,
108 1327,
109 1340,
110 1418,
111 1447,
112 1509,
113 1520,
114 1570,
115 1581,
116 1592,
117 1628,
118 1632,
119 1770,
120};
121
122static const uint64_t kHash = UINT64_C(0xe81a92926081e801);