1 | /*
|
---|
2 | * crypt32 certificate chain functions tests
|
---|
3 | *
|
---|
4 | * Copyright 2006 Juan Lang
|
---|
5 | *
|
---|
6 | * This library is free software; you can redistribute it and/or
|
---|
7 | * modify it under the terms of the GNU Lesser General Public
|
---|
8 | * License as published by the Free Software Foundation; either
|
---|
9 | * version 2.1 of the License, or (at your option) any later version.
|
---|
10 | *
|
---|
11 | * This library is distributed in the hope that it will be useful,
|
---|
12 | * but WITHOUT ANY WARRANTY; without even the implied warranty of
|
---|
13 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
---|
14 | * Lesser General Public License for more details.
|
---|
15 | *
|
---|
16 | * You should have received a copy of the GNU Lesser General Public
|
---|
17 | * License along with this library; if not, write to the Free Software
|
---|
18 | * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
|
---|
19 | */
|
---|
20 | #include <assert.h>
|
---|
21 | #include <stdio.h>
|
---|
22 | #include <stdarg.h>
|
---|
23 | #include <windef.h>
|
---|
24 | #include <winbase.h>
|
---|
25 | #include <winerror.h>
|
---|
26 | #include <wincrypt.h>
|
---|
27 |
|
---|
28 | #include "wine/test.h"
|
---|
29 |
|
---|
30 | static const BYTE selfSignedCert[] = {
|
---|
31 | 0x30, 0x82, 0x01, 0x1f, 0x30, 0x81, 0xce, 0xa0, 0x03, 0x02, 0x01, 0x02, 0x02,
|
---|
32 | 0x10, 0xeb, 0x0d, 0x57, 0x2a, 0x9c, 0x09, 0xba, 0xa4, 0x4a, 0xb7, 0x25, 0x49,
|
---|
33 | 0xd9, 0x3e, 0xb5, 0x73, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1d,
|
---|
34 | 0x05, 0x00, 0x30, 0x15, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03,
|
---|
35 | 0x13, 0x0a, 0x4a, 0x75, 0x61, 0x6e, 0x20, 0x4c, 0x61, 0x6e, 0x67, 0x00, 0x30,
|
---|
36 | 0x1e, 0x17, 0x0d, 0x30, 0x36, 0x30, 0x36, 0x32, 0x39, 0x30, 0x35, 0x30, 0x30,
|
---|
37 | 0x34, 0x36, 0x5a, 0x17, 0x0d, 0x30, 0x37, 0x30, 0x36, 0x32, 0x39, 0x31, 0x31,
|
---|
38 | 0x30, 0x30, 0x34, 0x36, 0x5a, 0x30, 0x15, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03,
|
---|
39 | 0x55, 0x04, 0x03, 0x13, 0x0a, 0x4a, 0x75, 0x61, 0x6e, 0x20, 0x4c, 0x61, 0x6e,
|
---|
40 | 0x67, 0x00, 0x30, 0x5c, 0x30, 0x0d, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7,
|
---|
41 | 0x0d, 0x01, 0x01, 0x01, 0x05, 0x00, 0x03, 0x4b, 0x00, 0x30, 0x48, 0x02, 0x41,
|
---|
42 | 0x00, 0xe2, 0x54, 0x3a, 0xa7, 0x83, 0xb1, 0x27, 0x14, 0x3e, 0x59, 0xbb, 0xb4,
|
---|
43 | 0x53, 0xe6, 0x1f, 0xe7, 0x5d, 0xf1, 0x21, 0x68, 0xad, 0x85, 0x53, 0xdb, 0x6b,
|
---|
44 | 0x1e, 0xeb, 0x65, 0x97, 0x03, 0x86, 0x60, 0xde, 0xf3, 0x6c, 0x38, 0x75, 0xe0,
|
---|
45 | 0x4c, 0x61, 0xbb, 0xbc, 0x62, 0x17, 0xa9, 0xcd, 0x79, 0x3f, 0x21, 0x4e, 0x96,
|
---|
46 | 0xcb, 0x0e, 0xdc, 0x61, 0x94, 0x30, 0x18, 0x10, 0x6b, 0xd0, 0x1c, 0x10, 0x79,
|
---|
47 | 0x02, 0x03, 0x01, 0x00, 0x01, 0x30, 0x09, 0x06, 0x05, 0x2b, 0x0e, 0x03, 0x02,
|
---|
48 | 0x1d, 0x05, 0x00, 0x03, 0x41, 0x00, 0x25, 0x90, 0x53, 0x34, 0xd9, 0x56, 0x41,
|
---|
49 | 0x5e, 0xdb, 0x7e, 0x01, 0x36, 0xec, 0x27, 0x61, 0x5e, 0xb7, 0x4d, 0x90, 0x66,
|
---|
50 | 0xa2, 0xe1, 0x9d, 0x58, 0x76, 0xd4, 0x9c, 0xba, 0x2c, 0x84, 0xc6, 0x83, 0x7a,
|
---|
51 | 0x22, 0x0d, 0x03, 0x69, 0x32, 0x1a, 0x6d, 0xcb, 0x0c, 0x15, 0xb3, 0x6b, 0xc7,
|
---|
52 | 0x0a, 0x8c, 0xb4, 0x5c, 0x34, 0x78, 0xe0, 0x3c, 0x9c, 0xe9, 0xf3, 0x30, 0x9f,
|
---|
53 | 0xa8, 0x76, 0x57, 0x92, 0x36 };
|
---|
54 |
|
---|
55 | static BOOL (WINAPI *pCertCreateCertificateChainEngine)(PCERT_CHAIN_ENGINE_CONFIG,HCERTCHAINENGINE*);
|
---|
56 | static BOOL (WINAPI *pCertGetCertificateChain)(HCERTCHAINENGINE,PCCERT_CONTEXT,LPFILETIME,HCERTSTORE,PCERT_CHAIN_PARA,DWORD,LPVOID,PCCERT_CHAIN_CONTEXT*);
|
---|
57 | static VOID (WINAPI *pCertFreeCertificateChain)(PCCERT_CHAIN_CONTEXT);
|
---|
58 | static VOID (WINAPI *pCertFreeCertificateChainEngine)(HCERTCHAINENGINE);
|
---|
59 | static BOOL (WINAPI *pCertVerifyCertificateChainPolicy)(LPCSTR,PCCERT_CHAIN_CONTEXT,PCERT_CHAIN_POLICY_PARA,PCERT_CHAIN_POLICY_STATUS);
|
---|
60 |
|
---|
61 |
|
---|
62 | static void testCreateCertChainEngine(void)
|
---|
63 | {
|
---|
64 | BOOL ret;
|
---|
65 | CERT_CHAIN_ENGINE_CONFIG config = { 0 };
|
---|
66 | HCERTCHAINENGINE engine;
|
---|
67 | HCERTSTORE store;
|
---|
68 |
|
---|
69 | if (!pCertCreateCertificateChainEngine || !pCertFreeCertificateChainEngine)
|
---|
70 | {
|
---|
71 | skip("Cert*CertificateChainEngine() functions are not available\n");
|
---|
72 | return;
|
---|
73 | }
|
---|
74 |
|
---|
75 | /* Crash
|
---|
76 | ret = pCertCreateCertificateChainEngine(NULL, NULL);
|
---|
77 | ret = pCertCreateCertificateChainEngine(NULL, &engine);
|
---|
78 | */
|
---|
79 | ret = pCertCreateCertificateChainEngine(&config, NULL);
|
---|
80 | ok(!ret && GetLastError() == E_INVALIDARG,
|
---|
81 | "Expected E_INVALIDARG, got %08x\n", GetLastError());
|
---|
82 | ret = pCertCreateCertificateChainEngine(&config, &engine);
|
---|
83 | ok(!ret && GetLastError() == E_INVALIDARG,
|
---|
84 | "Expected E_INVALIDARG, got %08x\n", GetLastError());
|
---|
85 | /* Crashes
|
---|
86 | config.cbSize = sizeof(config);
|
---|
87 | ret = pCertCreateCertificateChainEngine(&config, NULL);
|
---|
88 | */
|
---|
89 | config.cbSize = sizeof(config);
|
---|
90 | ret = pCertCreateCertificateChainEngine(&config, &engine);
|
---|
91 | ok(ret, "CertCreateCertificateChainEngine failed: %08x\n", GetLastError());
|
---|
92 | pCertFreeCertificateChainEngine(engine);
|
---|
93 | config.dwFlags = 0xff000000;
|
---|
94 | ret = pCertCreateCertificateChainEngine(&config, &engine);
|
---|
95 | ok(ret, "CertCreateCertificateChainEngine failed: %08x\n", GetLastError());
|
---|
96 | pCertFreeCertificateChainEngine(engine);
|
---|
97 |
|
---|
98 | /* Creating a cert with no root certs at all is allowed.. */
|
---|
99 | store = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0,
|
---|
100 | CERT_STORE_CREATE_NEW_FLAG, NULL);
|
---|
101 | config.hRestrictedRoot = store;
|
---|
102 | ret = pCertCreateCertificateChainEngine(&config, &engine);
|
---|
103 | ok(ret, "CertCreateCertificateChainEngine failed: %08x\n", GetLastError());
|
---|
104 | pCertFreeCertificateChainEngine(engine);
|
---|
105 |
|
---|
106 | /* but creating one with a restricted root with a cert that isn't a member
|
---|
107 | * of the Root store isn't allowed.
|
---|
108 | */
|
---|
109 | CertAddEncodedCertificateToStore(store, X509_ASN_ENCODING, selfSignedCert,
|
---|
110 | sizeof(selfSignedCert), CERT_STORE_ADD_ALWAYS, NULL);
|
---|
111 | ret = pCertCreateCertificateChainEngine(&config, &engine);
|
---|
112 | ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
|
---|
113 | "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
|
---|
114 |
|
---|
115 | CertCloseStore(store, 0);
|
---|
116 | }
|
---|
117 |
|
---|
118 | static const BYTE bigCert[] = { 0x30, 0x7a, 0x02, 0x01, 0x01, 0x30, 0x02, 0x06,
|
---|
119 | 0x00, 0x30, 0x15, 0x31, 0x13, 0x30, 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13,
|
---|
120 | 0x0a, 0x4a, 0x75, 0x61, 0x6e, 0x20, 0x4c, 0x61, 0x6e, 0x67, 0x00, 0x30, 0x22,
|
---|
121 | 0x18, 0x0f, 0x31, 0x36, 0x30, 0x31, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30,
|
---|
122 | 0x30, 0x30, 0x30, 0x5a, 0x18, 0x0f, 0x31, 0x36, 0x30, 0x31, 0x30, 0x31, 0x30,
|
---|
123 | 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x30, 0x15, 0x31, 0x13, 0x30,
|
---|
124 | 0x11, 0x06, 0x03, 0x55, 0x04, 0x03, 0x13, 0x0a, 0x4a, 0x75, 0x61, 0x6e, 0x20,
|
---|
125 | 0x4c, 0x61, 0x6e, 0x67, 0x00, 0x30, 0x07, 0x30, 0x02, 0x06, 0x00, 0x03, 0x01,
|
---|
126 | 0x00, 0xa3, 0x16, 0x30, 0x14, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1d, 0x13, 0x01,
|
---|
127 | 0x01, 0xff, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0xff, 0x02, 0x01, 0x01 };
|
---|
128 | static const BYTE iTunesCert0[] = {
|
---|
129 | 0x30,0x82,0x03,0xc4,0x30,0x82,0x03,0x2d,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
130 | 0x47,0xbf,0x19,0x95,0xdf,0x8d,0x52,0x46,0x43,0xf7,0xdb,0x6d,0x48,0x0d,0x31,
|
---|
131 | 0xa4,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
132 | 0x00,0x30,0x81,0x8b,0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,
|
---|
133 | 0x5a,0x41,0x31,0x15,0x30,0x13,0x06,0x03,0x55,0x04,0x08,0x13,0x0c,0x57,0x65,
|
---|
134 | 0x73,0x74,0x65,0x72,0x6e,0x20,0x43,0x61,0x70,0x65,0x31,0x14,0x30,0x12,0x06,
|
---|
135 | 0x03,0x55,0x04,0x07,0x13,0x0b,0x44,0x75,0x72,0x62,0x61,0x6e,0x76,0x69,0x6c,
|
---|
136 | 0x6c,0x65,0x31,0x0f,0x30,0x0d,0x06,0x03,0x55,0x04,0x0a,0x13,0x06,0x54,0x68,
|
---|
137 | 0x61,0x77,0x74,0x65,0x31,0x1d,0x30,0x1b,0x06,0x03,0x55,0x04,0x0b,0x13,0x14,
|
---|
138 | 0x54,0x68,0x61,0x77,0x74,0x65,0x20,0x43,0x65,0x72,0x74,0x69,0x66,0x69,0x63,
|
---|
139 | 0x61,0x74,0x69,0x6f,0x6e,0x31,0x1f,0x30,0x1d,0x06,0x03,0x55,0x04,0x03,0x13,
|
---|
140 | 0x16,0x54,0x68,0x61,0x77,0x74,0x65,0x20,0x54,0x69,0x6d,0x65,0x73,0x74,0x61,
|
---|
141 | 0x6d,0x70,0x69,0x6e,0x67,0x20,0x43,0x41,0x30,0x1e,0x17,0x0d,0x30,0x33,0x31,
|
---|
142 | 0x32,0x30,0x34,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x31,0x33,0x31,
|
---|
143 | 0x32,0x30,0x33,0x32,0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x53,0x31,0x0b,0x30,
|
---|
144 | 0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x17,0x30,0x15,0x06,
|
---|
145 | 0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x2c,
|
---|
146 | 0x20,0x49,0x6e,0x63,0x2e,0x31,0x2b,0x30,0x29,0x06,0x03,0x55,0x04,0x03,0x13,
|
---|
147 | 0x22,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x20,0x54,0x69,0x6d,0x65,0x20,
|
---|
148 | 0x53,0x74,0x61,0x6d,0x70,0x69,0x6e,0x67,0x20,0x53,0x65,0x72,0x76,0x69,0x63,
|
---|
149 | 0x65,0x73,0x20,0x43,0x41,0x30,0x82,0x01,0x22,0x30,0x0d,0x06,0x09,0x2a,0x86,
|
---|
150 | 0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x82,0x01,0x0f,0x00,0x30,
|
---|
151 | 0x82,0x01,0x0a,0x02,0x82,0x01,0x01,0x00,0xa9,0xca,0xb2,0xa4,0xcc,0xcd,0x20,
|
---|
152 | 0xaf,0x0a,0x7d,0x89,0xac,0x87,0x75,0xf0,0xb4,0x4e,0xf1,0xdf,0xc1,0x0f,0xbf,
|
---|
153 | 0x67,0x61,0xbd,0xa3,0x64,0x1c,0xda,0xbb,0xf9,0xca,0x33,0xab,0x84,0x30,0x89,
|
---|
154 | 0x58,0x7e,0x8c,0xdb,0x6b,0xdd,0x36,0x9e,0x0f,0xbf,0xd1,0xec,0x78,0xf2,0x77,
|
---|
155 | 0xa6,0x7e,0x6f,0x3c,0xbf,0x93,0xaf,0x0d,0xba,0x68,0xf4,0x6c,0x94,0xca,0xbd,
|
---|
156 | 0x52,0x2d,0xab,0x48,0x3d,0xf5,0xb6,0xd5,0x5d,0x5f,0x1b,0x02,0x9f,0xfa,0x2f,
|
---|
157 | 0x6b,0x1e,0xa4,0xf7,0xa3,0x9a,0xa6,0x1a,0xc8,0x02,0xe1,0x7f,0x4c,0x52,0xe3,
|
---|
158 | 0x0e,0x60,0xec,0x40,0x1c,0x7e,0xb9,0x0d,0xde,0x3f,0xc7,0xb4,0xdf,0x87,0xbd,
|
---|
159 | 0x5f,0x7a,0x6a,0x31,0x2e,0x03,0x99,0x81,0x13,0xa8,0x47,0x20,0xce,0x31,0x73,
|
---|
160 | 0x0d,0x57,0x2d,0xcd,0x78,0x34,0x33,0x95,0x12,0x99,0x12,0xb9,0xde,0x68,0x2f,
|
---|
161 | 0xaa,0xe6,0xe3,0xc2,0x8a,0x8c,0x2a,0xc3,0x8b,0x21,0x87,0x66,0xbd,0x83,0x58,
|
---|
162 | 0x57,0x6f,0x75,0xbf,0x3c,0xaa,0x26,0x87,0x5d,0xca,0x10,0x15,0x3c,0x9f,0x84,
|
---|
163 | 0xea,0x54,0xc1,0x0a,0x6e,0xc4,0xfe,0xc5,0x4a,0xdd,0xb9,0x07,0x11,0x97,0x22,
|
---|
164 | 0x7c,0xdb,0x3e,0x27,0xd1,0x1e,0x78,0xec,0x9f,0x31,0xc9,0xf1,0xe6,0x22,0x19,
|
---|
165 | 0xdb,0xc4,0xb3,0x47,0x43,0x9a,0x1a,0x5f,0xa0,0x1e,0x90,0xe4,0x5e,0xf5,0xee,
|
---|
166 | 0x7c,0xf1,0x7d,0xab,0x62,0x01,0x8f,0xf5,0x4d,0x0b,0xde,0xd0,0x22,0x56,0xa8,
|
---|
167 | 0x95,0xcd,0xae,0x88,0x76,0xae,0xee,0xba,0x0d,0xf3,0xe4,0x4d,0xd9,0xa0,0xfb,
|
---|
168 | 0x68,0xa0,0xae,0x14,0x3b,0xb3,0x87,0xc1,0xbb,0x02,0x03,0x01,0x00,0x01,0xa3,
|
---|
169 | 0x81,0xdb,0x30,0x81,0xd8,0x30,0x34,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,
|
---|
170 | 0x01,0x01,0x04,0x28,0x30,0x26,0x30,0x24,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,
|
---|
171 | 0x07,0x30,0x01,0x86,0x18,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x6f,0x63,0x73,
|
---|
172 | 0x70,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x30,
|
---|
173 | 0x12,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,0xff,0x04,0x08,0x30,0x06,0x01,0x01,
|
---|
174 | 0xff,0x02,0x01,0x00,0x30,0x41,0x06,0x03,0x55,0x1d,0x1f,0x04,0x3a,0x30,0x38,
|
---|
175 | 0x30,0x36,0xa0,0x34,0xa0,0x32,0x86,0x30,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,
|
---|
176 | 0x63,0x72,0x6c,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,
|
---|
177 | 0x6d,0x2f,0x54,0x68,0x61,0x77,0x74,0x65,0x54,0x69,0x6d,0x65,0x73,0x74,0x61,
|
---|
178 | 0x6d,0x70,0x69,0x6e,0x67,0x43,0x41,0x2e,0x63,0x72,0x6c,0x30,0x13,0x06,0x03,
|
---|
179 | 0x55,0x1d,0x25,0x04,0x0c,0x30,0x0a,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,
|
---|
180 | 0x03,0x08,0x30,0x0e,0x06,0x03,0x55,0x1d,0x0f,0x01,0x01,0xff,0x04,0x04,0x03,
|
---|
181 | 0x02,0x01,0x06,0x30,0x24,0x06,0x03,0x55,0x1d,0x11,0x04,0x1d,0x30,0x1b,0xa4,
|
---|
182 | 0x19,0x30,0x17,0x31,0x15,0x30,0x13,0x06,0x03,0x55,0x04,0x03,0x13,0x0c,0x54,
|
---|
183 | 0x53,0x41,0x32,0x30,0x34,0x38,0x2d,0x31,0x2d,0x35,0x33,0x30,0x0d,0x06,0x09,
|
---|
184 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,
|
---|
185 | 0x4a,0x6b,0xf9,0xea,0x58,0xc2,0x44,0x1c,0x31,0x89,0x79,0x99,0x2b,0x96,0xbf,
|
---|
186 | 0x82,0xac,0x01,0xd6,0x1c,0x4c,0xcd,0xb0,0x8a,0x58,0x6e,0xdf,0x08,0x29,0xa3,
|
---|
187 | 0x5e,0xc8,0xca,0x93,0x13,0xe7,0x04,0x52,0x0d,0xef,0x47,0x27,0x2f,0x00,0x38,
|
---|
188 | 0xb0,0xe4,0xc9,0x93,0x4e,0x9a,0xd4,0x22,0x62,0x15,0xf7,0x3f,0x37,0x21,0x4f,
|
---|
189 | 0x70,0x31,0x80,0xf1,0x8b,0x38,0x87,0xb3,0xe8,0xe8,0x97,0x00,0xfe,0xcf,0x55,
|
---|
190 | 0x96,0x4e,0x24,0xd2,0xa9,0x27,0x4e,0x7a,0xae,0xb7,0x61,0x41,0xf3,0x2a,0xce,
|
---|
191 | 0xe7,0xc9,0xd9,0x5e,0xdd,0xbb,0x2b,0x85,0x3e,0xb5,0x9d,0xb5,0xd9,0xe1,0x57,
|
---|
192 | 0xff,0xbe,0xb4,0xc5,0x7e,0xf5,0xcf,0x0c,0x9e,0xf0,0x97,0xfe,0x2b,0xd3,0x3b,
|
---|
193 | 0x52,0x1b,0x1b,0x38,0x27,0xf7,0x3f,0x4a };
|
---|
194 | static const BYTE iTunesCert1[] = {
|
---|
195 | 0x30,0x82,0x03,0xff,0x30,0x82,0x02,0xe7,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
196 | 0x0d,0xe9,0x2b,0xf0,0xd4,0xd8,0x29,0x88,0x18,0x32,0x05,0x09,0x5e,0x9a,0x76,
|
---|
197 | 0x88,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
198 | 0x00,0x30,0x53,0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,
|
---|
199 | 0x53,0x31,0x17,0x30,0x15,0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,
|
---|
200 | 0x69,0x53,0x69,0x67,0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x2b,0x30,0x29,
|
---|
201 | 0x06,0x03,0x55,0x04,0x03,0x13,0x22,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,
|
---|
202 | 0x20,0x54,0x69,0x6d,0x65,0x20,0x53,0x74,0x61,0x6d,0x70,0x69,0x6e,0x67,0x20,
|
---|
203 | 0x53,0x65,0x72,0x76,0x69,0x63,0x65,0x73,0x20,0x43,0x41,0x30,0x1e,0x17,0x0d,
|
---|
204 | 0x30,0x33,0x31,0x32,0x30,0x34,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,
|
---|
205 | 0x30,0x38,0x31,0x32,0x30,0x33,0x32,0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x57,
|
---|
206 | 0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x17,
|
---|
207 | 0x30,0x15,0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,0x69,0x53,0x69,
|
---|
208 | 0x67,0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x2f,0x30,0x2d,0x06,0x03,0x55,
|
---|
209 | 0x04,0x03,0x13,0x26,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x20,0x54,0x69,
|
---|
210 | 0x6d,0x65,0x20,0x53,0x74,0x61,0x6d,0x70,0x69,0x6e,0x67,0x20,0x53,0x65,0x72,
|
---|
211 | 0x76,0x69,0x63,0x65,0x73,0x20,0x53,0x69,0x67,0x6e,0x65,0x72,0x30,0x82,0x01,
|
---|
212 | 0x22,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,
|
---|
213 | 0x00,0x03,0x82,0x01,0x0f,0x00,0x30,0x82,0x01,0x0a,0x02,0x82,0x01,0x01,0x00,
|
---|
214 | 0xb2,0x50,0x28,0x48,0xdd,0xd3,0x68,0x7a,0x84,0x18,0x44,0x66,0x75,0x5d,0x7e,
|
---|
215 | 0xc4,0xb8,0x9f,0x63,0x26,0xff,0x3d,0x43,0x9c,0x7c,0x11,0x38,0x10,0x25,0x55,
|
---|
216 | 0x73,0xd9,0x75,0x27,0x69,0xfd,0x4e,0xb9,0x20,0x5c,0xd3,0x0a,0xf9,0xa0,0x1b,
|
---|
217 | 0x2a,0xed,0x55,0x56,0x21,0x61,0xd8,0x1e,0xdb,0xe4,0xbc,0x33,0x6b,0xc7,0xef,
|
---|
218 | 0xdd,0xa3,0x37,0x65,0x8e,0x1b,0x93,0x0c,0xb6,0x53,0x1e,0x5c,0x7c,0x66,0x35,
|
---|
219 | 0x5f,0x05,0x8a,0x45,0xfe,0x76,0x4e,0xdf,0x53,0x80,0xa2,0x81,0x20,0x9d,0xae,
|
---|
220 | 0x88,0x5c,0xa2,0x08,0xf7,0xe5,0x30,0xf9,0xee,0x22,0x37,0x4c,0x42,0x0a,0xce,
|
---|
221 | 0xdf,0xc6,0x1f,0xc4,0xd6,0x55,0xe9,0x81,0x3f,0xb5,0x52,0xa3,0x2c,0xaa,0x01,
|
---|
222 | 0x7a,0xf2,0xa2,0xaa,0x8d,0x35,0xfe,0x9f,0xe6,0x5d,0x6a,0x05,0x9f,0x3d,0x6b,
|
---|
223 | 0xe3,0xbf,0x96,0xc0,0xfe,0xcc,0x60,0xf9,0x40,0xe7,0x07,0xa0,0x44,0xeb,0x81,
|
---|
224 | 0x51,0x6e,0xa5,0x2a,0xf2,0xb6,0x8a,0x10,0x28,0xed,0x8f,0xdc,0x06,0xa0,0x86,
|
---|
225 | 0x50,0x9a,0x7b,0x4a,0x08,0x0d,0x30,0x1d,0xca,0x10,0x9e,0x6b,0xf7,0xe9,0x58,
|
---|
226 | 0xae,0x04,0xa9,0x40,0x99,0xb2,0x28,0xe8,0x8f,0x16,0xac,0x3c,0xe3,0x53,0x6f,
|
---|
227 | 0x4b,0xd3,0x35,0x9d,0xb5,0x6f,0x64,0x1d,0xb3,0x96,0x2c,0xbb,0x3d,0xe7,0x79,
|
---|
228 | 0xeb,0x6d,0x7a,0xf9,0x16,0xe6,0x26,0xad,0xaf,0xef,0x99,0x53,0xb7,0x40,0x2c,
|
---|
229 | 0x95,0xb8,0x79,0xaa,0xfe,0xd4,0x52,0xab,0x29,0x74,0x7e,0x42,0xec,0x39,0x1e,
|
---|
230 | 0xa2,0x6a,0x16,0xe6,0x59,0xbb,0x24,0x68,0xd8,0x00,0x80,0x43,0x10,0x87,0x80,
|
---|
231 | 0x6b,0x02,0x03,0x01,0x00,0x01,0xa3,0x81,0xca,0x30,0x81,0xc7,0x30,0x34,0x06,
|
---|
232 | 0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x01,0x01,0x04,0x28,0x30,0x26,0x30,0x24,
|
---|
233 | 0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x30,0x01,0x86,0x18,0x68,0x74,0x74,
|
---|
234 | 0x70,0x3a,0x2f,0x2f,0x6f,0x63,0x73,0x70,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,
|
---|
235 | 0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x30,0x0c,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,
|
---|
236 | 0xff,0x04,0x02,0x30,0x00,0x30,0x33,0x06,0x03,0x55,0x1d,0x1f,0x04,0x2c,0x30,
|
---|
237 | 0x2a,0x30,0x28,0xa0,0x26,0xa0,0x24,0x86,0x22,0x68,0x74,0x74,0x70,0x3a,0x2f,
|
---|
238 | 0x2f,0x63,0x72,0x6c,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,
|
---|
239 | 0x6f,0x6d,0x2f,0x74,0x73,0x73,0x2d,0x63,0x61,0x2e,0x63,0x72,0x6c,0x30,0x16,
|
---|
240 | 0x06,0x03,0x55,0x1d,0x25,0x01,0x01,0xff,0x04,0x0c,0x30,0x0a,0x06,0x08,0x2b,
|
---|
241 | 0x06,0x01,0x05,0x05,0x07,0x03,0x08,0x30,0x0e,0x06,0x03,0x55,0x1d,0x0f,0x01,
|
---|
242 | 0x01,0xff,0x04,0x04,0x03,0x02,0x06,0xc0,0x30,0x24,0x06,0x03,0x55,0x1d,0x11,
|
---|
243 | 0x04,0x1d,0x30,0x1b,0xa4,0x19,0x30,0x17,0x31,0x15,0x30,0x13,0x06,0x03,0x55,
|
---|
244 | 0x04,0x03,0x13,0x0c,0x54,0x53,0x41,0x32,0x30,0x34,0x38,0x2d,0x31,0x2d,0x35,
|
---|
245 | 0x34,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
246 | 0x00,0x03,0x82,0x01,0x01,0x00,0x87,0x78,0x70,0xda,0x4e,0x52,0x01,0x20,0x5b,
|
---|
247 | 0xe0,0x79,0xc9,0x82,0x30,0xc4,0xfd,0xb9,0x19,0x96,0xbd,0x91,0x00,0xc3,0xbd,
|
---|
248 | 0xcd,0xcd,0xc6,0xf4,0x0e,0xd8,0xff,0xf9,0x4d,0xc0,0x33,0x62,0x30,0x11,0xc5,
|
---|
249 | 0xf5,0x74,0x1b,0xd4,0x92,0xde,0x5f,0x9c,0x20,0x13,0xb1,0x7c,0x45,0xbe,0x50,
|
---|
250 | 0xcd,0x83,0xe7,0x80,0x17,0x83,0xa7,0x27,0x93,0x67,0x13,0x46,0xfb,0xca,0xb8,
|
---|
251 | 0x98,0x41,0x03,0xcc,0x9b,0x51,0x5b,0x05,0x8b,0x7f,0xa8,0x6f,0xf3,0x1b,0x50,
|
---|
252 | 0x1b,0x24,0x2e,0xf2,0x69,0x8d,0x6c,0x22,0xf7,0xbb,0xca,0x16,0x95,0xed,0x0c,
|
---|
253 | 0x74,0xc0,0x68,0x77,0xd9,0xeb,0x99,0x62,0x87,0xc1,0x73,0x90,0xf8,0x89,0x74,
|
---|
254 | 0x7a,0x23,0xab,0xa3,0x98,0x7b,0x97,0xb1,0xf7,0x8f,0x29,0x71,0x4d,0x2e,0x75,
|
---|
255 | 0x1b,0x48,0x41,0xda,0xf0,0xb5,0x0d,0x20,0x54,0xd6,0x77,0xa0,0x97,0x82,0x63,
|
---|
256 | 0x69,0xfd,0x09,0xcf,0x8a,0xf0,0x75,0xbb,0x09,0x9b,0xd9,0xf9,0x11,0x55,0x26,
|
---|
257 | 0x9a,0x61,0x32,0xbe,0x7a,0x02,0xb0,0x7b,0x86,0xbe,0xa2,0xc3,0x8b,0x22,0x2c,
|
---|
258 | 0x78,0xd1,0x35,0x76,0xbc,0x92,0x73,0x5c,0xf9,0xb9,0xe6,0x4c,0x15,0x0a,0x23,
|
---|
259 | 0xcc,0xe4,0xd2,0xd4,0x34,0x2e,0x49,0x40,0x15,0x3c,0x0f,0x60,0x7a,0x24,0xc6,
|
---|
260 | 0xa5,0x66,0xef,0x96,0xcf,0x70,0xeb,0x3e,0xe7,0xf4,0x0d,0x7e,0xdc,0xd1,0x7c,
|
---|
261 | 0xa3,0x76,0x71,0x69,0xc1,0x9c,0x4f,0x47,0x30,0x35,0x21,0xb1,0xa2,0xaf,0x1a,
|
---|
262 | 0x62,0x3c,0x2b,0xd9,0x8e,0xaa,0x2a,0x07,0x7b,0xd8,0x18,0xb3,0x5c,0x7b,0xe2,
|
---|
263 | 0x9d,0xa5,0x6f,0xfe,0x3c,0x89,0xad };
|
---|
264 | static const BYTE iTunesCert2[] = {
|
---|
265 | 0x30,0x82,0x04,0xbf,0x30,0x82,0x04,0x28,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
266 | 0x41,0x91,0xa1,0x5a,0x39,0x78,0xdf,0xcf,0x49,0x65,0x66,0x38,0x1d,0x4c,0x75,
|
---|
267 | 0xc2,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
268 | 0x00,0x30,0x5f,0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,
|
---|
269 | 0x53,0x31,0x17,0x30,0x15,0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,
|
---|
270 | 0x69,0x53,0x69,0x67,0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x37,0x30,0x35,
|
---|
271 | 0x06,0x03,0x55,0x04,0x0b,0x13,0x2e,0x43,0x6c,0x61,0x73,0x73,0x20,0x33,0x20,
|
---|
272 | 0x50,0x75,0x62,0x6c,0x69,0x63,0x20,0x50,0x72,0x69,0x6d,0x61,0x72,0x79,0x20,
|
---|
273 | 0x43,0x65,0x72,0x74,0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,0x41,
|
---|
274 | 0x75,0x74,0x68,0x6f,0x72,0x69,0x74,0x79,0x30,0x1e,0x17,0x0d,0x30,0x34,0x30,
|
---|
275 | 0x37,0x31,0x36,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x31,0x34,0x30,
|
---|
276 | 0x37,0x31,0x35,0x32,0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x81,0xb4,0x31,0x0b,
|
---|
277 | 0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x17,0x30,0x15,
|
---|
278 | 0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,
|
---|
279 | 0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x1f,0x30,0x1d,0x06,0x03,0x55,0x04,0x0b,
|
---|
280 | 0x13,0x16,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x20,0x54,0x72,0x75,0x73,
|
---|
281 | 0x74,0x20,0x4e,0x65,0x74,0x77,0x6f,0x72,0x6b,0x31,0x3b,0x30,0x39,0x06,0x03,
|
---|
282 | 0x55,0x04,0x0b,0x13,0x32,0x54,0x65,0x72,0x6d,0x73,0x20,0x6f,0x66,0x20,0x75,
|
---|
283 | 0x73,0x65,0x20,0x61,0x74,0x20,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,
|
---|
284 | 0x77,0x77,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,
|
---|
285 | 0x2f,0x72,0x70,0x61,0x20,0x28,0x63,0x29,0x30,0x34,0x31,0x2e,0x30,0x2c,0x06,
|
---|
286 | 0x03,0x55,0x04,0x03,0x13,0x25,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x20,
|
---|
287 | 0x43,0x6c,0x61,0x73,0x73,0x20,0x33,0x20,0x43,0x6f,0x64,0x65,0x20,0x53,0x69,
|
---|
288 | 0x67,0x6e,0x69,0x6e,0x67,0x20,0x32,0x30,0x30,0x34,0x20,0x43,0x41,0x30,0x82,
|
---|
289 | 0x01,0x22,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,
|
---|
290 | 0x05,0x00,0x03,0x82,0x01,0x0f,0x00,0x30,0x82,0x01,0x0a,0x02,0x82,0x01,0x01,
|
---|
291 | 0x00,0xbe,0xbc,0xee,0xbc,0x7e,0xef,0x83,0xeb,0xe0,0x37,0x4f,0xfb,0x03,0x10,
|
---|
292 | 0x38,0xbe,0x08,0xd2,0x8c,0x7d,0x9d,0xfa,0x92,0x7f,0x19,0x0c,0xc2,0x6b,0xee,
|
---|
293 | 0x42,0x52,0x8c,0xde,0xd3,0x1c,0x48,0x13,0x25,0xea,0xc1,0x63,0x7a,0xf9,0x51,
|
---|
294 | 0x65,0xee,0xd3,0xaa,0x3b,0xf5,0xf0,0x94,0x9c,0x2b,0xfb,0xf2,0x66,0xd4,0x24,
|
---|
295 | 0xda,0xf7,0xf5,0x9f,0x6e,0x19,0x39,0x36,0xbc,0xd0,0xa3,0x76,0x08,0x1e,0x22,
|
---|
296 | 0x27,0x24,0x6c,0x38,0x91,0x27,0xe2,0x84,0x49,0xae,0x1b,0x8a,0xa1,0xfd,0x25,
|
---|
297 | 0x82,0x2c,0x10,0x30,0xe8,0x71,0xab,0x28,0xe8,0x77,0x4a,0x51,0xf1,0xec,0xcd,
|
---|
298 | 0xf8,0xf0,0x54,0xd4,0x6f,0xc0,0xe3,0x6d,0x0a,0x8f,0xd9,0xd8,0x64,0x8d,0x63,
|
---|
299 | 0xb2,0x2d,0x4e,0x27,0xf6,0x85,0x0e,0xfe,0x6d,0xe3,0x29,0x99,0xe2,0x85,0x47,
|
---|
300 | 0x7c,0x2d,0x86,0x7f,0xe8,0x57,0x8f,0xad,0x67,0xc2,0x33,0x32,0x91,0x13,0x20,
|
---|
301 | 0xfc,0xa9,0x23,0x14,0x9a,0x6d,0xc2,0x84,0x4b,0x76,0x68,0x04,0xd5,0x71,0x2c,
|
---|
302 | 0x5d,0x21,0xfa,0x88,0x0d,0x26,0xfd,0x1f,0x2d,0x91,0x2b,0xe7,0x01,0x55,0x4d,
|
---|
303 | 0xf2,0x6d,0x35,0x28,0x82,0xdf,0xd9,0x6b,0x5c,0xb6,0xd6,0xd9,0xaa,0x81,0xfd,
|
---|
304 | 0x5f,0xcd,0x83,0xba,0x63,0x9d,0xd0,0x22,0xfc,0xa9,0x3b,0x42,0x69,0xb2,0x8e,
|
---|
305 | 0x3a,0xb5,0xbc,0xb4,0x9e,0x0f,0x5e,0xc4,0xea,0x2c,0x82,0x8b,0x28,0xfd,0x53,
|
---|
306 | 0x08,0x96,0xdd,0xb5,0x01,0x20,0xd1,0xf9,0xa5,0x18,0xe7,0xc0,0xee,0x51,0x70,
|
---|
307 | 0x37,0xe1,0xb6,0x05,0x48,0x52,0x48,0x6f,0x38,0xea,0xc3,0xe8,0x6c,0x7b,0x44,
|
---|
308 | 0x84,0xbb,0x02,0x03,0x01,0x00,0x01,0xa3,0x82,0x01,0xa0,0x30,0x82,0x01,0x9c,
|
---|
309 | 0x30,0x12,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,0xff,0x04,0x08,0x30,0x06,0x01,
|
---|
310 | 0x01,0xff,0x02,0x01,0x00,0x30,0x44,0x06,0x03,0x55,0x1d,0x20,0x04,0x3d,0x30,
|
---|
311 | 0x3b,0x30,0x39,0x06,0x0b,0x60,0x86,0x48,0x01,0x86,0xf8,0x45,0x01,0x07,0x17,
|
---|
312 | 0x03,0x30,0x2a,0x30,0x28,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x02,0x01,
|
---|
313 | 0x16,0x1c,0x68,0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x76,
|
---|
314 | 0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x2f,0x72,0x70,0x61,
|
---|
315 | 0x30,0x31,0x06,0x03,0x55,0x1d,0x1f,0x04,0x2a,0x30,0x28,0x30,0x26,0xa0,0x24,
|
---|
316 | 0xa0,0x22,0x86,0x20,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x63,0x72,0x6c,0x2e,
|
---|
317 | 0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x2f,0x70,0x63,
|
---|
318 | 0x61,0x33,0x2e,0x63,0x72,0x6c,0x30,0x1d,0x06,0x03,0x55,0x1d,0x25,0x04,0x16,
|
---|
319 | 0x30,0x14,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x03,0x02,0x06,0x08,0x2b,
|
---|
320 | 0x06,0x01,0x05,0x05,0x07,0x03,0x03,0x30,0x0e,0x06,0x03,0x55,0x1d,0x0f,0x01,
|
---|
321 | 0x01,0xff,0x04,0x04,0x03,0x02,0x01,0x06,0x30,0x11,0x06,0x09,0x60,0x86,0x48,
|
---|
322 | 0x01,0x86,0xf8,0x42,0x01,0x01,0x04,0x04,0x03,0x02,0x00,0x01,0x30,0x29,0x06,
|
---|
323 | 0x03,0x55,0x1d,0x11,0x04,0x22,0x30,0x20,0xa4,0x1e,0x30,0x1c,0x31,0x1a,0x30,
|
---|
324 | 0x18,0x06,0x03,0x55,0x04,0x03,0x13,0x11,0x43,0x6c,0x61,0x73,0x73,0x33,0x43,
|
---|
325 | 0x41,0x32,0x30,0x34,0x38,0x2d,0x31,0x2d,0x34,0x33,0x30,0x1d,0x06,0x03,0x55,
|
---|
326 | 0x1d,0x0e,0x04,0x16,0x04,0x14,0x08,0xf5,0x51,0xe8,0xfb,0xfe,0x3d,0x3d,0x64,
|
---|
327 | 0x36,0x7c,0x68,0xcf,0x5b,0x78,0xa8,0xdf,0xb9,0xc5,0x37,0x30,0x81,0x80,0x06,
|
---|
328 | 0x03,0x55,0x1d,0x23,0x04,0x79,0x30,0x77,0xa1,0x63,0xa4,0x61,0x30,0x5f,0x31,
|
---|
329 | 0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x17,0x30,
|
---|
330 | 0x15,0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,0x69,0x53,0x69,0x67,
|
---|
331 | 0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x37,0x30,0x35,0x06,0x03,0x55,0x04,
|
---|
332 | 0x0b,0x13,0x2e,0x43,0x6c,0x61,0x73,0x73,0x20,0x33,0x20,0x50,0x75,0x62,0x6c,
|
---|
333 | 0x69,0x63,0x20,0x50,0x72,0x69,0x6d,0x61,0x72,0x79,0x20,0x43,0x65,0x72,0x74,
|
---|
334 | 0x69,0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,0x41,0x75,0x74,0x68,0x6f,
|
---|
335 | 0x72,0x69,0x74,0x79,0x82,0x10,0x70,0xba,0xe4,0x1d,0x10,0xd9,0x29,0x34,0xb6,
|
---|
336 | 0x38,0xca,0x7b,0x03,0xcc,0xba,0xbf,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,
|
---|
337 | 0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0xae,0x3a,0x17,0xb8,
|
---|
338 | 0x4a,0x7b,0x55,0xfa,0x64,0x55,0xec,0x40,0xa4,0xed,0x49,0x41,0x90,0x99,0x9c,
|
---|
339 | 0x89,0xbc,0xaf,0x2e,0x1d,0xca,0x78,0x23,0xf9,0x1c,0x19,0x0f,0x7f,0xeb,0x68,
|
---|
340 | 0xbc,0x32,0xd9,0x88,0x38,0xde,0xdc,0x3f,0xd3,0x89,0xb4,0x3f,0xb1,0x82,0x96,
|
---|
341 | 0xf1,0xa4,0x5a,0xba,0xed,0x2e,0x26,0xd3,0xde,0x7c,0x01,0x6e,0x00,0x0a,0x00,
|
---|
342 | 0xa4,0x06,0x92,0x11,0x48,0x09,0x40,0xf9,0x1c,0x18,0x79,0x67,0x23,0x24,0xe0,
|
---|
343 | 0xbb,0xd5,0xe1,0x50,0xae,0x1b,0xf5,0x0e,0xdd,0xe0,0x2e,0x81,0xcd,0x80,0xa3,
|
---|
344 | 0x6c,0x52,0x4f,0x91,0x75,0x55,0x8a,0xba,0x22,0xf2,0xd2,0xea,0x41,0x75,0x88,
|
---|
345 | 0x2f,0x63,0x55,0x7d,0x1e,0x54,0x5a,0x95,0x59,0xca,0xd9,0x34,0x81,0xc0,0x5f,
|
---|
346 | 0x5e,0xf6,0x7a,0xb5 };
|
---|
347 | static const BYTE iTunesCert3[] = {
|
---|
348 | 0x30,0x82,0x04,0xf1,0x30,0x82,0x03,0xd9,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
349 | 0x0f,0x1a,0xa0,0xe0,0x9b,0x9b,0x61,0xa6,0xb6,0xfe,0x40,0xd2,0xdf,0x6a,0xf6,
|
---|
350 | 0x8d,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
351 | 0x00,0x30,0x81,0xb4,0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,
|
---|
352 | 0x55,0x53,0x31,0x17,0x30,0x15,0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,
|
---|
353 | 0x72,0x69,0x53,0x69,0x67,0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x1f,0x30,
|
---|
354 | 0x1d,0x06,0x03,0x55,0x04,0x0b,0x13,0x16,0x56,0x65,0x72,0x69,0x53,0x69,0x67,
|
---|
355 | 0x6e,0x20,0x54,0x72,0x75,0x73,0x74,0x20,0x4e,0x65,0x74,0x77,0x6f,0x72,0x6b,
|
---|
356 | 0x31,0x3b,0x30,0x39,0x06,0x03,0x55,0x04,0x0b,0x13,0x32,0x54,0x65,0x72,0x6d,
|
---|
357 | 0x73,0x20,0x6f,0x66,0x20,0x75,0x73,0x65,0x20,0x61,0x74,0x20,0x68,0x74,0x74,
|
---|
358 | 0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,
|
---|
359 | 0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x2f,0x72,0x70,0x61,0x20,0x28,0x63,0x29,0x30,
|
---|
360 | 0x34,0x31,0x2e,0x30,0x2c,0x06,0x03,0x55,0x04,0x03,0x13,0x25,0x56,0x65,0x72,
|
---|
361 | 0x69,0x53,0x69,0x67,0x6e,0x20,0x43,0x6c,0x61,0x73,0x73,0x20,0x33,0x20,0x43,
|
---|
362 | 0x6f,0x64,0x65,0x20,0x53,0x69,0x67,0x6e,0x69,0x6e,0x67,0x20,0x32,0x30,0x30,
|
---|
363 | 0x34,0x20,0x43,0x41,0x30,0x1e,0x17,0x0d,0x30,0x36,0x30,0x31,0x31,0x37,0x30,
|
---|
364 | 0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x38,0x30,0x31,0x32,0x32,0x32,
|
---|
365 | 0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x81,0xb4,0x31,0x0b,0x30,0x09,0x06,0x03,
|
---|
366 | 0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x13,0x30,0x11,0x06,0x03,0x55,0x04,
|
---|
367 | 0x08,0x13,0x0a,0x43,0x61,0x6c,0x69,0x66,0x6f,0x72,0x6e,0x69,0x61,0x31,0x12,
|
---|
368 | 0x30,0x10,0x06,0x03,0x55,0x04,0x07,0x13,0x09,0x43,0x75,0x70,0x65,0x72,0x74,
|
---|
369 | 0x69,0x6e,0x6f,0x31,0x1d,0x30,0x1b,0x06,0x03,0x55,0x04,0x0a,0x14,0x14,0x41,
|
---|
370 | 0x70,0x70,0x6c,0x65,0x20,0x43,0x6f,0x6d,0x70,0x75,0x74,0x65,0x72,0x2c,0x20,
|
---|
371 | 0x49,0x6e,0x63,0x2e,0x31,0x3e,0x30,0x3c,0x06,0x03,0x55,0x04,0x0b,0x13,0x35,
|
---|
372 | 0x44,0x69,0x67,0x69,0x74,0x61,0x6c,0x20,0x49,0x44,0x20,0x43,0x6c,0x61,0x73,
|
---|
373 | 0x73,0x20,0x33,0x20,0x2d,0x20,0x4d,0x69,0x63,0x72,0x6f,0x73,0x6f,0x66,0x74,
|
---|
374 | 0x20,0x53,0x6f,0x66,0x74,0x77,0x61,0x72,0x65,0x20,0x56,0x61,0x6c,0x69,0x64,
|
---|
375 | 0x61,0x74,0x69,0x6f,0x6e,0x20,0x76,0x32,0x31,0x1d,0x30,0x1b,0x06,0x03,0x55,
|
---|
376 | 0x04,0x03,0x14,0x14,0x41,0x70,0x70,0x6c,0x65,0x20,0x43,0x6f,0x6d,0x70,0x75,
|
---|
377 | 0x74,0x65,0x72,0x2c,0x20,0x49,0x6e,0x63,0x2e,0x30,0x81,0x9f,0x30,0x0d,0x06,
|
---|
378 | 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,
|
---|
379 | 0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xd3,0xab,0x3b,0x7f,0xec,0x48,0x84,
|
---|
380 | 0xce,0xa8,0x1a,0x12,0xf3,0x3c,0x87,0xcb,0x24,0x58,0x96,0x02,0x87,0x66,0x49,
|
---|
381 | 0xeb,0x89,0xee,0x79,0x44,0x70,0x8d,0xe7,0xd4,0x1f,0x30,0x92,0xc0,0x9c,0x35,
|
---|
382 | 0x78,0xc0,0xaf,0x1c,0xb6,0x28,0xd3,0xe0,0xe0,0x9d,0xd3,0x49,0x76,0x73,0x57,
|
---|
383 | 0x19,0x4d,0x8d,0x70,0x85,0x64,0x4d,0x1d,0xc6,0x02,0x3e,0xe5,0x2c,0x66,0x07,
|
---|
384 | 0xd2,0x27,0x4b,0xd6,0xc8,0x3c,0x93,0xb6,0x15,0x0c,0xde,0x5b,0xd7,0x93,0xdd,
|
---|
385 | 0xbe,0x85,0x62,0x34,0x17,0x8a,0x05,0x60,0xf0,0x8a,0x1c,0x5a,0x40,0x21,0x8d,
|
---|
386 | 0x51,0x6c,0xb0,0x62,0xd8,0xb5,0xd4,0xf9,0xb1,0xd0,0x58,0x7a,0x7a,0x82,0x55,
|
---|
387 | 0xb3,0xf9,0x53,0x71,0xde,0xd2,0xc9,0x37,0x8c,0xf6,0x5a,0x1f,0x2d,0xcd,0x7c,
|
---|
388 | 0x67,0x02,0x03,0x01,0x00,0x01,0xa3,0x82,0x01,0x7f,0x30,0x82,0x01,0x7b,0x30,
|
---|
389 | 0x09,0x06,0x03,0x55,0x1d,0x13,0x04,0x02,0x30,0x00,0x30,0x0e,0x06,0x03,0x55,
|
---|
390 | 0x1d,0x0f,0x01,0x01,0xff,0x04,0x04,0x03,0x02,0x07,0x80,0x30,0x40,0x06,0x03,
|
---|
391 | 0x55,0x1d,0x1f,0x04,0x39,0x30,0x37,0x30,0x35,0xa0,0x33,0xa0,0x31,0x86,0x2f,
|
---|
392 | 0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x43,0x53,0x43,0x33,0x2d,0x32,0x30,0x30,
|
---|
393 | 0x34,0x2d,0x63,0x72,0x6c,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,
|
---|
394 | 0x63,0x6f,0x6d,0x2f,0x43,0x53,0x43,0x33,0x2d,0x32,0x30,0x30,0x34,0x2e,0x63,
|
---|
395 | 0x72,0x6c,0x30,0x44,0x06,0x03,0x55,0x1d,0x20,0x04,0x3d,0x30,0x3b,0x30,0x39,
|
---|
396 | 0x06,0x0b,0x60,0x86,0x48,0x01,0x86,0xf8,0x45,0x01,0x07,0x17,0x03,0x30,0x2a,
|
---|
397 | 0x30,0x28,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x02,0x01,0x16,0x1c,0x68,
|
---|
398 | 0x74,0x74,0x70,0x73,0x3a,0x2f,0x2f,0x77,0x77,0x77,0x2e,0x76,0x65,0x72,0x69,
|
---|
399 | 0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x2f,0x72,0x70,0x61,0x30,0x13,0x06,
|
---|
400 | 0x03,0x55,0x1d,0x25,0x04,0x0c,0x30,0x0a,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,
|
---|
401 | 0x07,0x03,0x03,0x30,0x75,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x01,0x01,
|
---|
402 | 0x04,0x69,0x30,0x67,0x30,0x24,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x30,
|
---|
403 | 0x01,0x86,0x18,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x6f,0x63,0x73,0x70,0x2e,
|
---|
404 | 0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x30,0x3f,0x06,
|
---|
405 | 0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x30,0x02,0x86,0x33,0x68,0x74,0x74,0x70,
|
---|
406 | 0x3a,0x2f,0x2f,0x43,0x53,0x43,0x33,0x2d,0x32,0x30,0x30,0x34,0x2d,0x61,0x69,
|
---|
407 | 0x61,0x2e,0x76,0x65,0x72,0x69,0x73,0x69,0x67,0x6e,0x2e,0x63,0x6f,0x6d,0x2f,
|
---|
408 | 0x43,0x53,0x43,0x33,0x2d,0x32,0x30,0x30,0x34,0x2d,0x61,0x69,0x61,0x2e,0x63,
|
---|
409 | 0x65,0x72,0x30,0x1f,0x06,0x03,0x55,0x1d,0x23,0x04,0x18,0x30,0x16,0x80,0x14,
|
---|
410 | 0x08,0xf5,0x51,0xe8,0xfb,0xfe,0x3d,0x3d,0x64,0x36,0x7c,0x68,0xcf,0x5b,0x78,
|
---|
411 | 0xa8,0xdf,0xb9,0xc5,0x37,0x30,0x11,0x06,0x09,0x60,0x86,0x48,0x01,0x86,0xf8,
|
---|
412 | 0x42,0x01,0x01,0x04,0x04,0x03,0x02,0x04,0x10,0x30,0x16,0x06,0x0a,0x2b,0x06,
|
---|
413 | 0x01,0x04,0x01,0x82,0x37,0x02,0x01,0x1b,0x04,0x08,0x30,0x06,0x01,0x01,0x00,
|
---|
414 | 0x01,0x01,0xff,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,
|
---|
415 | 0x05,0x05,0x00,0x03,0x82,0x01,0x01,0x00,0x6a,0xa6,0x06,0xd0,0x33,0x18,0x64,
|
---|
416 | 0xe2,0x69,0x82,0xee,0x6e,0x36,0x9e,0x9d,0x9a,0x0e,0x18,0xa8,0xac,0x9d,0x10,
|
---|
417 | 0xed,0x01,0x3c,0xb9,0x61,0x04,0x62,0xf3,0x85,0x8f,0xcc,0x4f,0x2c,0x66,0x35,
|
---|
418 | 0x54,0x25,0x45,0x8d,0x95,0x1c,0xd2,0x33,0xbe,0x2e,0xdd,0x7f,0x74,0xaf,0x03,
|
---|
419 | 0x7b,0x86,0x63,0xb0,0xc9,0xe6,0xbd,0xc7,0x8e,0xde,0x03,0x18,0x98,0x82,0xc3,
|
---|
420 | 0xbb,0xf8,0x15,0x99,0x1a,0xa9,0xdd,0xb9,0x5d,0xb9,0xbd,0x53,0x95,0x25,0x76,
|
---|
421 | 0xfb,0x5c,0x53,0x90,0xea,0x01,0x0a,0xa0,0xb1,0xbf,0x09,0x1b,0x97,0x8f,0x40,
|
---|
422 | 0xfa,0x85,0x12,0x74,0x01,0xdb,0xf6,0xdb,0x09,0xd6,0x5f,0x4f,0xd7,0x17,0xb4,
|
---|
423 | 0xbf,0x9e,0x2f,0x86,0x52,0x5d,0x70,0x24,0x52,0x32,0x1e,0xa5,0x1d,0x39,0x8b,
|
---|
424 | 0x66,0xf6,0xba,0x9b,0x69,0x8e,0x12,0x60,0xdb,0xb6,0xcf,0xe6,0x0d,0xd6,0x1c,
|
---|
425 | 0x8f,0xd4,0x5b,0x4b,0x00,0xde,0x21,0x93,0xfb,0x6e,0xc7,0x3d,0xb4,0x66,0x0d,
|
---|
426 | 0x29,0x0c,0x4e,0xe9,0x3f,0x94,0xd6,0xd6,0xdc,0xec,0xf8,0x53,0x3b,0x62,0xd5,
|
---|
427 | 0x97,0x50,0x53,0x84,0x17,0xfe,0xe2,0xed,0x4c,0x23,0x0a,0x49,0xce,0x5b,0xe9,
|
---|
428 | 0x70,0x31,0xc1,0x04,0x02,0x02,0x6c,0xb8,0x52,0xcd,0xc7,0x4e,0x70,0xb4,0x13,
|
---|
429 | 0xd7,0xe0,0x92,0xba,0x44,0x1a,0x10,0x4c,0x6e,0x45,0xc6,0x86,0x04,0xc6,0x64,
|
---|
430 | 0xd3,0x9c,0x6e,0xc1,0x9c,0xac,0x74,0x3d,0x77,0x06,0x5e,0x28,0x28,0x5c,0xf5,
|
---|
431 | 0xe0,0x9c,0x19,0xd8,0xba,0x74,0x81,0x2d,0x67,0x77,0x93,0x8d,0xbf,0xd2,0x52,
|
---|
432 | 0x00,0xe6,0xa5,0x38,0x4e,0x2e,0x73,0x66,0x7a };
|
---|
433 | static const BYTE verisignCA[] = {
|
---|
434 | 0x30,0x82,0x02,0x3c,0x30,0x82,0x01,0xa5,0x02,0x10,0x70,0xba,0xe4,0x1d,0x10,
|
---|
435 | 0xd9,0x29,0x34,0xb6,0x38,0xca,0x7b,0x03,0xcc,0xba,0xbf,0x30,0x0d,0x06,0x09,
|
---|
436 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x02,0x05,0x00,0x30,0x5f,0x31,0x0b,
|
---|
437 | 0x30,0x09,0x06,0x03,0x55,0x04,0x06,0x13,0x02,0x55,0x53,0x31,0x17,0x30,0x15,
|
---|
438 | 0x06,0x03,0x55,0x04,0x0a,0x13,0x0e,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,
|
---|
439 | 0x2c,0x20,0x49,0x6e,0x63,0x2e,0x31,0x37,0x30,0x35,0x06,0x03,0x55,0x04,0x0b,
|
---|
440 | 0x13,0x2e,0x43,0x6c,0x61,0x73,0x73,0x20,0x33,0x20,0x50,0x75,0x62,0x6c,0x69,
|
---|
441 | 0x63,0x20,0x50,0x72,0x69,0x6d,0x61,0x72,0x79,0x20,0x43,0x65,0x72,0x74,0x69,
|
---|
442 | 0x66,0x69,0x63,0x61,0x74,0x69,0x6f,0x6e,0x20,0x41,0x75,0x74,0x68,0x6f,0x72,
|
---|
443 | 0x69,0x74,0x79,0x30,0x1e,0x17,0x0d,0x39,0x36,0x30,0x31,0x32,0x39,0x30,0x30,
|
---|
444 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x32,0x38,0x30,0x38,0x30,0x31,0x32,0x33,
|
---|
445 | 0x35,0x39,0x35,0x39,0x5a,0x30,0x5f,0x31,0x0b,0x30,0x09,0x06,0x03,0x55,0x04,
|
---|
446 | 0x06,0x13,0x02,0x55,0x53,0x31,0x17,0x30,0x15,0x06,0x03,0x55,0x04,0x0a,0x13,
|
---|
447 | 0x0e,0x56,0x65,0x72,0x69,0x53,0x69,0x67,0x6e,0x2c,0x20,0x49,0x6e,0x63,0x2e,
|
---|
448 | 0x31,0x37,0x30,0x35,0x06,0x03,0x55,0x04,0x0b,0x13,0x2e,0x43,0x6c,0x61,0x73,
|
---|
449 | 0x73,0x20,0x33,0x20,0x50,0x75,0x62,0x6c,0x69,0x63,0x20,0x50,0x72,0x69,0x6d,
|
---|
450 | 0x61,0x72,0x79,0x20,0x43,0x65,0x72,0x74,0x69,0x66,0x69,0x63,0x61,0x74,0x69,
|
---|
451 | 0x6f,0x6e,0x20,0x41,0x75,0x74,0x68,0x6f,0x72,0x69,0x74,0x79,0x30,0x81,0x9f,
|
---|
452 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,
|
---|
453 | 0x03,0x81,0x8d,0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xc9,0x5c,0x59,0x9e,
|
---|
454 | 0xf2,0x1b,0x8a,0x01,0x14,0xb4,0x10,0xdf,0x04,0x40,0xdb,0xe3,0x57,0xaf,0x6a,
|
---|
455 | 0x45,0x40,0x8f,0x84,0x0c,0x0b,0xd1,0x33,0xd9,0xd9,0x11,0xcf,0xee,0x02,0x58,
|
---|
456 | 0x1f,0x25,0xf7,0x2a,0xa8,0x44,0x05,0xaa,0xec,0x03,0x1f,0x78,0x7f,0x9e,0x93,
|
---|
457 | 0xb9,0x9a,0x00,0xaa,0x23,0x7d,0xd6,0xac,0x85,0xa2,0x63,0x45,0xc7,0x72,0x27,
|
---|
458 | 0xcc,0xf4,0x4c,0xc6,0x75,0x71,0xd2,0x39,0xef,0x4f,0x42,0xf0,0x75,0xdf,0x0a,
|
---|
459 | 0x90,0xc6,0x8e,0x20,0x6f,0x98,0x0f,0xf8,0xac,0x23,0x5f,0x70,0x29,0x36,0xa4,
|
---|
460 | 0xc9,0x86,0xe7,0xb1,0x9a,0x20,0xcb,0x53,0xa5,0x85,0xe7,0x3d,0xbe,0x7d,0x9a,
|
---|
461 | 0xfe,0x24,0x45,0x33,0xdc,0x76,0x15,0xed,0x0f,0xa2,0x71,0x64,0x4c,0x65,0x2e,
|
---|
462 | 0x81,0x68,0x45,0xa7,0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,
|
---|
463 | 0x48,0x86,0xf7,0x0d,0x01,0x01,0x02,0x05,0x00,0x03,0x81,0x81,0x00,0xbb,0x4c,
|
---|
464 | 0x12,0x2b,0xcf,0x2c,0x26,0x00,0x4f,0x14,0x13,0xdd,0xa6,0xfb,0xfc,0x0a,0x11,
|
---|
465 | 0x84,0x8c,0xf3,0x28,0x1c,0x67,0x92,0x2f,0x7c,0xb6,0xc5,0xfa,0xdf,0xf0,0xe8,
|
---|
466 | 0x95,0xbc,0x1d,0x8f,0x6c,0x2c,0xa8,0x51,0xcc,0x73,0xd8,0xa4,0xc0,0x53,0xf0,
|
---|
467 | 0x4e,0xd6,0x26,0xc0,0x76,0x01,0x57,0x81,0x92,0x5e,0x21,0xf1,0xd1,0xb1,0xff,
|
---|
468 | 0xe7,0xd0,0x21,0x58,0xcd,0x69,0x17,0xe3,0x44,0x1c,0x9c,0x19,0x44,0x39,0x89,
|
---|
469 | 0x5c,0xdc,0x9c,0x00,0x0f,0x56,0x8d,0x02,0x99,0xed,0xa2,0x90,0x45,0x4c,0xe4,
|
---|
470 | 0xbb,0x10,0xa4,0x3d,0xf0,0x32,0x03,0x0e,0xf1,0xce,0xf8,0xe8,0xc9,0x51,0x8c,
|
---|
471 | 0xe6,0x62,0x9f,0xe6,0x9f,0xc0,0x7d,0xb7,0x72,0x9c,0xc9,0x36,0x3a,0x6b,0x9f,
|
---|
472 | 0x4e,0xa8,0xff,0x64,0x0d,0x64 };
|
---|
473 |
|
---|
474 | /* chain0_0 -> chain0_1:
|
---|
475 | * A simple, valid chain
|
---|
476 | */
|
---|
477 | static const BYTE chain0_0[] = {
|
---|
478 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
479 | 0xa0,0x9a,0x52,0x5b,0xea,0x24,0xa2,0xb8,0x42,0x63,0x07,0xc3,0xda,0x16,0x08,
|
---|
480 | 0x85,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
481 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
482 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
483 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
484 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
485 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
486 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
487 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
488 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
489 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
490 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
491 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
492 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
493 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
494 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
495 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
496 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
497 | 0x81,0x00,0x98,0x32,0xf8,0xd2,0x7a,0x34,0x64,0x9d,0x40,0xd3,0x85,0x62,0x58,
|
---|
498 | 0x13,0xba,0x2f,0xac,0x2f,0xbd,0x4c,0xe3,0xba,0x05,0xa5,0xbf,0x33,0x4b,0x4a,
|
---|
499 | 0x38,0xd6,0xc9,0x9e,0xa7,0x69,0x95,0xc2,0x67,0x22,0xb6,0xec,0x1f,0x92,0xbc,
|
---|
500 | 0xd3,0xd1,0x59,0x12,0xff,0x83,0xba,0xa1,0x17,0xec,0x52,0x8c,0x21,0x7d,0xf8,
|
---|
501 | 0x68,0x63,0x46,0xbe,0x48,0xd7,0xeb,0x8d,0xbf,0x5e,0x87,0x5f,0xc7,0x56,0x2d,
|
---|
502 | 0xf7,0xf8,0x41,0x8a,0xd1,0xb4,0xe8,0x18,0x71,0xf9,0xf1,0x89,0x7c,0xfc,0x67,
|
---|
503 | 0x9b,0x83,0x5d,0x54,0xb5,0xfd,0x5d,0x94,0x41,0xcd,0x31,0x7d,0x5d,0x02,0x38,
|
---|
504 | 0xff,0x75,0x7d,0xb9,0x86,0x70,0xe4,0x6d,0x96,0x97,0x30,0xeb,0x88,0x45,0xb5,
|
---|
505 | 0x2b,0x7c,0x29,0x84,0x6c,0xe9,0xa3,0xb6,0x11,0x78 };
|
---|
506 | static const BYTE chain0_1[] = {
|
---|
507 | 0x30,0x82,0x01,0x98,0x30,0x82,0x01,0x01,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
|
---|
508 | 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
509 | 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
|
---|
510 | 0x65,0x72,0x74,0x31,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x31,0x31,0x32,
|
---|
511 | 0x32,0x31,0x38,0x35,0x32,0x30,0x37,0x5a,0x18,0x0f,0x31,0x36,0x32,0x38,0x30,
|
---|
512 | 0x38,0x32,0x36,0x30,0x35,0x32,0x30,0x35,0x37,0x5a,0x30,0x10,0x31,0x0e,0x30,
|
---|
513 | 0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,
|
---|
514 | 0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,
|
---|
515 | 0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,
|
---|
516 | 0xc5,0x4b,0x3f,0xe5,0x33,0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,
|
---|
517 | 0xba,0xff,0xb4,0xc6,0xdc,0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,
|
---|
518 | 0xce,0x30,0xc5,0xa7,0x48,0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,
|
---|
519 | 0x16,0xde,0xc6,0x8b,0x47,0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,
|
---|
520 | 0x3b,0xb9,0xcf,0x6b,0x05,0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,
|
---|
521 | 0xb7,0x82,0x40,0xfc,0x6a,0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,
|
---|
522 | 0xcb,0x53,0xac,0x85,0x85,0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,
|
---|
523 | 0x8b,0xa2,0x23,0xb2,0xd3,0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,
|
---|
524 | 0xcf,0x49,0x98,0x72,0xa3,0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,
|
---|
525 | 0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x3c,
|
---|
526 | 0x90,0x45,0x5b,0x81,0x25,0x9d,0x7a,0x10,0x9f,0x15,0x25,0x03,0x52,0x78,0x09,
|
---|
527 | 0x6f,0x62,0x66,0x78,0x01,0x69,0x6a,0x7f,0x19,0x02,0x18,0xd8,0xc0,0x89,0x2f,
|
---|
528 | 0x0f,0x47,0xa7,0x17,0xc2,0xd7,0xe2,0x81,0x7e,0xea,0x54,0xd4,0xe6,0xcc,0x8f,
|
---|
529 | 0x88,0x1a,0xee,0x28,0x42,0x6c,0x77,0xf5,0xec,0x8c,0x05,0xa5,0x7f,0xee,0x2e,
|
---|
530 | 0x0b,0xbc,0xde,0xb0,0x71,0x2c,0x83,0x32,0xcb,0x49,0x00,0x46,0x03,0x95,0x58,
|
---|
531 | 0x6c,0x57,0x0c,0x5a,0x69,0x3c,0xfa,0xbf,0x46,0x7a,0x4d,0xd0,0x23,0x77,0x23,
|
---|
532 | 0xac,0x1d,0x33,0xb7,0x87,0xb4,0xc6,0x6b,0x52,0xa1,0xed,0x9a,0xb8,0x8e,0x1a,
|
---|
533 | 0xcb,0xc3,0xd3,0x50,0xe0,0x0d,0x12,0x5d,0x0e,0x84,0x52,0xa5,0x12,0x76,0x6b,
|
---|
534 | 0xbf,0xb8,0xbe,0x51,0xc0,0xa6,0xae };
|
---|
535 | /* chain0_0 -> chain1_1:
|
---|
536 | * A chain whose signature is bad
|
---|
537 | */
|
---|
538 | static const BYTE chain1_1[] = {
|
---|
539 | 0x30,0x82,0x01,0x98,0x30,0x82,0x01,0x01,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
|
---|
540 | 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
541 | 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
|
---|
542 | 0x65,0x72,0x74,0x31,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x31,0x31,0x32,
|
---|
543 | 0x32,0x31,0x38,0x35,0x32,0x30,0x37,0x5a,0x18,0x0f,0x31,0x36,0x32,0x38,0x30,
|
---|
544 | 0x38,0x32,0x36,0x30,0x35,0x32,0x30,0x35,0x37,0x5a,0x30,0x10,0x31,0x0e,0x30,
|
---|
545 | 0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,
|
---|
546 | 0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,
|
---|
547 | 0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xad,0x7e,0xca,
|
---|
548 | 0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,
|
---|
549 | 0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,
|
---|
550 | 0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,
|
---|
551 | 0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,
|
---|
552 | 0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,
|
---|
553 | 0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,
|
---|
554 | 0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,
|
---|
555 | 0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,
|
---|
556 | 0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,
|
---|
557 | 0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0xad,
|
---|
558 | 0x16,0xaa,0x77,0xab,0xd5,0x1a,0x6c,0x90,0x5d,0x4e,0x61,0x49,0x89,0x6e,0x9f,
|
---|
559 | 0x03,0x7b,0x4a,0x49,0xb1,0x46,0x75,0xf3,0x69,0xeb,0x96,0x13,0x3c,0x35,0xb5,
|
---|
560 | 0x37,0x3b,0xc2,0x84,0x5c,0xe5,0x7c,0x46,0xf6,0x6b,0xc7,0x4e,0x72,0x91,0xf4,
|
---|
561 | 0xde,0xc5,0x66,0x0f,0x2d,0x39,0xc6,0x9e,0x8e,0x25,0x4d,0x3f,0x7b,0x45,0xe1,
|
---|
562 | 0xc6,0x1a,0x7e,0x28,0x83,0xf8,0x87,0x30,0x4e,0xa5,0xfd,0x32,0x7a,0xed,0x53,
|
---|
563 | 0x10,0x3b,0x14,0xe5,0xf1,0x32,0x77,0xf1,0x29,0x72,0x98,0x2b,0xa3,0x17,0xd6,
|
---|
564 | 0x8c,0x65,0xaa,0x3b,0x6d,0xab,0xb3,0xbe,0xfa,0x72,0x38,0xf7,0xd0,0xb6,0x0f,
|
---|
565 | 0x5c,0x0d,0xec,0x17,0x43,0x2a,0xfd,0xc1,0x01,0x43,0x98,0xd3,0x1b,0x84,0x3e,
|
---|
566 | 0x32,0xcf,0xda,0x1d,0xc2,0xc9,0x61 };
|
---|
567 | /* chain2_0 -> chain0_1:
|
---|
568 | * A chain whose time nesting is invalid.
|
---|
569 | */
|
---|
570 | static const BYTE chain2_0[] = {
|
---|
571 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
572 | 0x23,0x82,0x3b,0x9e,0x51,0x6e,0xc9,0x8c,0x4f,0x22,0x48,0x21,0x20,0xb4,0xa3,
|
---|
573 | 0xac,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
574 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
575 | 0x30,0x1e,0x17,0x0d,0x30,0x36,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
576 | 0x30,0x5a,0x17,0x0d,0x30,0x36,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
577 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
578 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
579 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
580 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
581 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
582 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
583 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
584 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
585 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
586 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
587 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
588 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
589 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
590 | 0x81,0x00,0x18,0x5c,0xb9,0x2f,0x27,0xa5,0x4b,0x2c,0xda,0x04,0x78,0x46,0x5e,
|
---|
591 | 0x36,0xe7,0xc9,0xbb,0x42,0xf6,0x85,0x56,0x45,0xca,0x51,0xb2,0xcf,0x2b,0xbd,
|
---|
592 | 0xed,0x77,0xcf,0x12,0xf5,0x29,0xc2,0x42,0x32,0xf4,0xad,0x25,0xc1,0x17,0xef,
|
---|
593 | 0x93,0xbf,0xa5,0x61,0xb8,0xc7,0x4b,0xae,0xa8,0x1c,0x08,0xda,0x98,0xe0,0x5c,
|
---|
594 | 0x55,0x08,0x74,0xf7,0xf4,0xdc,0x38,0x2b,0xa9,0x2b,0x1e,0x12,0x7b,0xc1,0x61,
|
---|
595 | 0xe5,0x8d,0xf3,0xdc,0x21,0xe2,0xd2,0x56,0x4f,0xb4,0x8d,0x8c,0x36,0x69,0xf8,
|
---|
596 | 0x82,0x83,0x28,0x6d,0x0d,0x81,0x73,0xec,0x41,0x5c,0x90,0x7a,0xc5,0x27,0x36,
|
---|
597 | 0x9d,0xaa,0xf5,0xe0,0x8b,0xf0,0xfa,0x7d,0x41,0x8f,0x6a,0x36,0xa8,0x61,0x75,
|
---|
598 | 0xc0,0xf2,0x06,0xe8,0x83,0xdb,0xbe,0xc4,0x5b,0x72 };
|
---|
599 | /* chain3_0 -> chain0_1:
|
---|
600 | * A chain whose root cannot be a CA.
|
---|
601 | */
|
---|
602 | static const BYTE chain3_0[] = {
|
---|
603 | 0x30,0x82,0x01,0xad,0x30,0x82,0x01,0x1a,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
604 | 0x63,0x73,0xee,0x45,0x59,0x76,0x1a,0x9e,0x47,0xf1,0xfb,0xf0,0x42,0x44,0x26,
|
---|
605 | 0xeb,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
606 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
607 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
608 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
609 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
610 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
611 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
612 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
613 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
614 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
615 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
616 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
617 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
618 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
619 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
620 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
621 | 0x00,0x01,0xa3,0x10,0x30,0x0e,0x30,0x0c,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,
|
---|
622 | 0xff,0x04,0x02,0x30,0x00,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,
|
---|
623 | 0x00,0x03,0x81,0x81,0x00,0x53,0xb7,0xa9,0x90,0xe0,0x88,0x36,0xc0,0x2d,0xb1,
|
---|
624 | 0xa3,0x97,0xff,0x16,0x62,0x29,0xa2,0xfd,0x92,0x90,0xb7,0x8d,0xd9,0xdf,0x57,
|
---|
625 | 0x94,0x5a,0xce,0x36,0x5c,0x95,0x24,0xab,0x4f,0x63,0x55,0xa7,0xea,0x8b,0xaf,
|
---|
626 | 0xd9,0x41,0x6a,0x2f,0xd8,0x9e,0x1c,0x2d,0xc0,0x11,0x52,0x09,0x4b,0x31,0x1f,
|
---|
627 | 0x5e,0x8f,0x4b,0xbf,0x20,0x73,0x2d,0x04,0x11,0x56,0x6d,0xb1,0xbe,0xb4,0x5d,
|
---|
628 | 0x70,0x6b,0xb2,0xd0,0xd3,0xf5,0x5d,0x60,0x08,0x65,0x2c,0xe3,0x78,0x5a,0x05,
|
---|
629 | 0x36,0xe1,0xf1,0x67,0x3a,0x25,0xf3,0x47,0x83,0xce,0x4f,0xb0,0x74,0x7a,0x35,
|
---|
630 | 0xa0,0x7f,0x70,0x64,0x8a,0x14,0x66,0x03,0xf6,0xae,0xdf,0x1b,0xf5,0x80,0x87,
|
---|
631 | 0x06,0x39,0x76,0x70,0x7b,0xd2,0x83,0xe9,0xce,0x1f,0xf8,0x66,0xc1 };
|
---|
632 | /* chain4_0 -> chain0_1 -> chain4_2:
|
---|
633 | * A chain whose path length constraint is violated.
|
---|
634 | */
|
---|
635 | static const BYTE chain4_0[] = {
|
---|
636 | 0x30,0x82,0x01,0xb3,0x30,0x82,0x01,0x20,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
637 | 0xcb,0xdc,0x8d,0xca,0xc1,0x0e,0x9c,0x9d,0x4f,0x0a,0xc1,0x09,0x31,0x32,0x94,
|
---|
638 | 0xf9,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
639 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
640 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
641 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
642 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
643 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
644 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
645 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
646 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
647 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
648 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
649 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
650 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
651 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
652 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
653 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
654 | 0x00,0x01,0xa3,0x16,0x30,0x14,0x30,0x12,0x06,0x03,0x55,0x1d,0x13,0x01,0x01,
|
---|
655 | 0xff,0x04,0x08,0x30,0x06,0x01,0x01,0xff,0x02,0x01,0x00,0x30,0x09,0x06,0x05,
|
---|
656 | 0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,0x81,0x00,0x93,0xe8,0x98,0xbe,
|
---|
657 | 0x7b,0x5c,0x4c,0x58,0xbd,0xee,0x31,0x55,0xa8,0xb5,0x86,0xfc,0x23,0x55,0x48,
|
---|
658 | 0xda,0x95,0x60,0x0f,0x53,0x64,0x66,0x50,0x78,0xdc,0x1c,0xf3,0xec,0x38,0x7d,
|
---|
659 | 0x07,0x58,0x19,0xcf,0x83,0xfc,0x92,0xc4,0x3e,0x48,0x5b,0x45,0x54,0xf7,0x15,
|
---|
660 | 0x6f,0xb0,0x5e,0x8c,0xbf,0x03,0x62,0x17,0x27,0x28,0x59,0x49,0xde,0x52,0x2d,
|
---|
661 | 0x4b,0xb3,0x1e,0x4d,0x4f,0x2c,0xa8,0x1e,0x70,0xd1,0xdb,0xe7,0x98,0x6c,0x6f,
|
---|
662 | 0xaa,0x94,0xea,0x5d,0x7f,0xc5,0x1d,0x2a,0x4d,0xb7,0x4c,0xac,0xa6,0xbf,0x79,
|
---|
663 | 0x9a,0xf6,0x1e,0x98,0x64,0x14,0x2e,0xbd,0x8a,0xaf,0xac,0x52,0xd2,0x2c,0xdd,
|
---|
664 | 0xcd,0x1b,0x3d,0x28,0x43,0xea,0x25,0x91,0x15,0xb8,0x54,0x72,0x33,0xca,0xd8,
|
---|
665 | 0x5f,0x06,0x4c,0x97 };
|
---|
666 | static const BYTE chain4_2[] = {
|
---|
667 | 0x30,0x82,0x01,0x98,0x30,0x82,0x01,0x01,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
|
---|
668 | 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
669 | 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
|
---|
670 | 0x65,0x72,0x74,0x32,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x31,0x31,0x32,
|
---|
671 | 0x32,0x31,0x38,0x35,0x32,0x30,0x37,0x5a,0x18,0x0f,0x31,0x36,0x32,0x38,0x30,
|
---|
672 | 0x38,0x32,0x36,0x30,0x35,0x32,0x30,0x35,0x37,0x5a,0x30,0x10,0x31,0x0e,0x30,
|
---|
673 | 0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x33,0x30,0x81,
|
---|
674 | 0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,
|
---|
675 | 0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xc3,0x31,0x35,
|
---|
676 | 0xc3,0x9d,0x8a,0x87,0x20,0xc6,0x32,0xe9,0xb1,0xf6,0x8f,0xf9,0x05,0x73,0x1d,
|
---|
677 | 0xa7,0xde,0xab,0x15,0x8a,0x9c,0x7f,0x11,0x7e,0x77,0xa0,0x42,0x80,0xf4,0x79,
|
---|
678 | 0xda,0x98,0x7b,0x00,0xfa,0x8f,0x0c,0xd0,0xeb,0x8a,0x80,0xed,0x07,0xfc,0x64,
|
---|
679 | 0x71,0x03,0xc1,0xd6,0x2f,0x9b,0xde,0x42,0x63,0xd9,0x79,0xea,0xdd,0x10,0xe8,
|
---|
680 | 0x68,0xc8,0x69,0x4f,0x4a,0x39,0x23,0x87,0xca,0xd1,0xc9,0x77,0x14,0x30,0x85,
|
---|
681 | 0x9e,0xf7,0x79,0xf9,0x07,0xb7,0x7c,0x55,0xcb,0xa7,0xd5,0xb8,0x44,0xb5,0x20,
|
---|
682 | 0xb5,0x01,0x5c,0xa2,0xd1,0xd5,0xad,0x0f,0x87,0xaf,0x37,0xd1,0x39,0x0c,0x0d,
|
---|
683 | 0xd5,0xde,0x26,0x7a,0xed,0xf9,0x2a,0xb1,0x60,0x65,0x2d,0x08,0x24,0x51,0x1d,
|
---|
684 | 0xb0,0x0a,0xb5,0x13,0xc7,0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,
|
---|
685 | 0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0xaa,
|
---|
686 | 0x0e,0x17,0x8d,0x5b,0xca,0x11,0xda,0x5a,0xb5,0xd4,0xe8,0x63,0xce,0xa5,0x67,
|
---|
687 | 0x11,0x2f,0xf8,0xb8,0x9f,0x89,0x46,0x7d,0x20,0x94,0x5f,0x0d,0x02,0x7e,0x5e,
|
---|
688 | 0x8c,0x33,0xfc,0x24,0x56,0x08,0xe6,0xf1,0x4d,0x29,0xd5,0xef,0x03,0xe3,0x9a,
|
---|
689 | 0xc6,0xcd,0x6e,0xe3,0xe6,0x45,0xaa,0xce,0x5a,0x2f,0x37,0x6c,0x07,0xd2,0x28,
|
---|
690 | 0x63,0x8e,0x55,0x8a,0xad,0xe3,0x8a,0x58,0x3d,0x24,0x09,0x1e,0x9a,0x7d,0x5f,
|
---|
691 | 0x05,0xc4,0x51,0x18,0x17,0x46,0x33,0x4d,0x72,0x05,0xc2,0x02,0xb6,0x05,0x22,
|
---|
692 | 0x23,0xcc,0xf9,0x1f,0x87,0x6c,0x4a,0x3d,0x6f,0xdb,0x59,0xf6,0x79,0x81,0x02,
|
---|
693 | 0x45,0x9f,0xc8,0xc3,0xf0,0x90,0x82,0xaf,0x58,0x80,0x18,0xea,0x73,0x50,0x29,
|
---|
694 | 0x71,0x8d,0xc1,0x9e,0x53,0x19,0x5a };
|
---|
695 | /* chain5_0 -> chain5_1:
|
---|
696 | * A chain whose name constraints aren't met.
|
---|
697 | */
|
---|
698 | static const BYTE chain5_0[] = {
|
---|
699 | 0x30,0x82,0x01,0xbd,0x30,0x82,0x01,0x2a,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
700 | 0x80,0xc5,0x90,0x33,0xb6,0xb5,0xf7,0x99,0x4e,0x6d,0xfc,0xf9,0x4a,0xa7,0xcb,
|
---|
701 | 0x20,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
702 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
703 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
704 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
705 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
706 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
707 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
708 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
709 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
710 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
711 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
712 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
713 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
714 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
715 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
716 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
717 | 0x00,0x01,0xa3,0x20,0x30,0x1e,0x30,0x1c,0x06,0x03,0x55,0x1d,0x1e,0x01,0x01,
|
---|
718 | 0xff,0x04,0x12,0x30,0x10,0xa0,0x0e,0x30,0x0c,0x82,0x0a,0x77,0x69,0x6e,0x65,
|
---|
719 | 0x68,0x71,0x2e,0x6f,0x72,0x67,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,
|
---|
720 | 0x05,0x00,0x03,0x81,0x81,0x00,0x17,0x4a,0x31,0x42,0x6a,0x43,0x85,0xf8,0x91,
|
---|
721 | 0x17,0xc2,0x09,0xbe,0xba,0x1f,0x49,0x23,0x2e,0xa1,0x24,0x58,0x46,0xe8,0xfe,
|
---|
722 | 0x6e,0xbc,0x61,0xb9,0x71,0x92,0x99,0x43,0xd4,0x60,0x54,0xe8,0x29,0x78,0x97,
|
---|
723 | 0xb5,0xb4,0x79,0xad,0xe0,0x1e,0x2b,0x8c,0xb8,0x96,0x9f,0xf1,0x23,0x72,0x45,
|
---|
724 | 0xb7,0x1d,0xe1,0xed,0x0a,0x91,0xf3,0x79,0x8b,0x23,0xd8,0xd4,0x10,0x1b,0x9d,
|
---|
725 | 0xf2,0x7b,0xd9,0x6d,0x85,0x23,0x52,0xd5,0xbf,0x56,0x4f,0x81,0x3c,0x8d,0x62,
|
---|
726 | 0x17,0x0b,0xd7,0x2e,0x5b,0xa1,0xee,0x09,0x99,0x39,0x41,0x57,0x8c,0x3b,0xc4,
|
---|
727 | 0x30,0x1d,0xf5,0x87,0x4f,0x81,0x56,0xfa,0xc1,0x83,0x69,0xf2,0x4a,0x97,0xc9,
|
---|
728 | 0xd9,0x20,0xfa,0x09,0x8c,0x9f,0x13,0xfe,0x0f,0x4d,0x50,0xd3,0x24,0x1f };
|
---|
729 | static const BYTE chain5_1[] = {
|
---|
730 | 0x30,0x82,0x01,0xb2,0x30,0x82,0x01,0x1b,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
|
---|
731 | 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
732 | 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
|
---|
733 | 0x65,0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,
|
---|
734 | 0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,
|
---|
735 | 0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,
|
---|
736 | 0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,
|
---|
737 | 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,
|
---|
738 | 0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,
|
---|
739 | 0x33,0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,
|
---|
740 | 0xdc,0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,
|
---|
741 | 0x48,0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,
|
---|
742 | 0x47,0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,
|
---|
743 | 0x05,0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,
|
---|
744 | 0x6a,0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,
|
---|
745 | 0x85,0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,
|
---|
746 | 0xd3,0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,
|
---|
747 | 0xa3,0x02,0x03,0x01,0x00,0x01,0xa3,0x1c,0x30,0x1a,0x30,0x18,0x06,0x03,0x55,
|
---|
748 | 0x1d,0x07,0x01,0x01,0xff,0x04,0x0e,0x30,0x0c,0x82,0x0a,0x77,0x69,0x6e,0x65,
|
---|
749 | 0x68,0x71,0x2e,0x63,0x6f,0x6d,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,
|
---|
750 | 0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x08,0x08,0xf5,0x1c,0xca,
|
---|
751 | 0x3b,0x5a,0xd7,0x45,0xac,0x29,0x5c,0x10,0x9d,0xb0,0x4a,0xdb,0x36,0x0b,0x39,
|
---|
752 | 0x14,0x87,0x3d,0x06,0xe8,0x0d,0x54,0xa7,0xb9,0x50,0x14,0x29,0x05,0xd2,0x75,
|
---|
753 | 0xe4,0x88,0xd8,0x8e,0x7e,0xab,0x61,0xba,0x3c,0xb2,0x4f,0x8f,0xfd,0x00,0x6b,
|
---|
754 | 0x94,0x69,0xf0,0x13,0x40,0x7d,0x4e,0x7c,0xac,0xf0,0x1b,0x07,0x2c,0x96,0x46,
|
---|
755 | 0xf6,0x38,0x38,0xc6,0x65,0x2c,0x02,0x28,0x62,0x6f,0x7d,0xf9,0x4d,0xff,0xb1,
|
---|
756 | 0x38,0x0e,0xce,0x89,0x0e,0xdd,0x22,0x51,0xd2,0x6b,0x0e,0x80,0x3c,0xa6,0x0c,
|
---|
757 | 0xe7,0x8b,0x3b,0x2a,0x2f,0x46,0xed,0xda,0x96,0x1a,0xc1,0x5c,0xfe,0xe0,0xef,
|
---|
758 | 0xdb,0xe0,0x11,0xc4,0x56,0x12,0xe2,0x4b,0x84,0xde,0xaf,0x7f,0x3c,0x9f,0xcb,
|
---|
759 | 0xb6,0xac,0x92 };
|
---|
760 | /* chain0_0 -> chain6_1:
|
---|
761 | * A chain whose end certificate is a CA.
|
---|
762 | */
|
---|
763 | static const BYTE chain6_1[] = {
|
---|
764 | 0x30,0x82,0x01,0xa9,0x30,0x82,0x01,0x12,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
|
---|
765 | 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
|
---|
766 | 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
|
---|
767 | 0x65,0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,
|
---|
768 | 0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,
|
---|
769 | 0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,
|
---|
770 | 0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,
|
---|
771 | 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,
|
---|
772 | 0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,
|
---|
773 | 0x33,0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,
|
---|
774 | 0xdc,0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,
|
---|
775 | 0x48,0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,
|
---|
776 | 0x47,0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,
|
---|
777 | 0x05,0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,
|
---|
778 | 0x6a,0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,
|
---|
779 | 0x85,0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,
|
---|
780 | 0xd3,0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,
|
---|
781 | 0xa3,0x02,0x03,0x01,0x00,0x01,0xa3,0x13,0x30,0x11,0x30,0x0f,0x06,0x03,0x55,
|
---|
782 | 0x1d,0x13,0x01,0x01,0xff,0x04,0x05,0x30,0x03,0x01,0x01,0xff,0x30,0x0d,0x06,
|
---|
783 | 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,
|
---|
784 | 0x00,0x08,0x71,0x6d,0x6c,0xbf,0xf1,0x0f,0xe9,0x5b,0x9f,0x9c,0x9d,0xa5,0x07,
|
---|
785 | 0x83,0x28,0xa1,0x05,0x0b,0x92,0x73,0xb9,0x8a,0x99,0xbe,0x1e,0x21,0x53,0x9f,
|
---|
786 | 0xae,0x44,0x7b,0x89,0x09,0x36,0x4a,0xef,0xe7,0x73,0x9f,0x84,0x8d,0x9a,0xec,
|
---|
787 | 0x52,0xcd,0x58,0x14,0x2d,0x22,0x5c,0x03,0x6a,0xb3,0x35,0x40,0x35,0x66,0xba,
|
---|
788 | 0xc5,0xe2,0x32,0x72,0x60,0x52,0x86,0xbc,0x6a,0xc3,0x24,0x05,0x6b,0x02,0xe3,
|
---|
789 | 0x70,0xa3,0xad,0x09,0x88,0x1e,0xd1,0x34,0xca,0x52,0x6a,0x55,0x38,0x88,0x60,
|
---|
790 | 0xfa,0x9a,0x1f,0xe9,0x29,0x47,0x54,0x96,0x53,0x65,0x27,0xb1,0x66,0xd0,0x11,
|
---|
791 | 0x1c,0xf6,0x20,0x07,0xb4,0x66,0x88,0x18,0xdc,0x0c,0x57,0x7e,0x1f,0x8a,0x49,
|
---|
792 | 0x7a,0xe2,0x34,0x52,0x0b,0x46,0x6b,0xfd,0x27 };
|
---|
793 | /* chain0_0 -> chain 7_1:
|
---|
794 | * A chain with a bad critical extension.
|
---|
795 | */
|
---|
796 | static const BYTE chain7_1[] = {
|
---|
797 | 0x30,0x82,0x01,0x93,0x30,0x81,0xfd,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,
|
---|
798 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,
|
---|
799 | 0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,
|
---|
800 | 0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,
|
---|
801 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,
|
---|
802 | 0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,
|
---|
803 | 0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,
|
---|
804 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,
|
---|
805 | 0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,0x33,
|
---|
806 | 0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,0xdc,
|
---|
807 | 0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,0x48,
|
---|
808 | 0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,0x47,
|
---|
809 | 0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,0x05,
|
---|
810 | 0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,0x6a,
|
---|
811 | 0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,0x85,
|
---|
812 | 0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,0xd3,
|
---|
813 | 0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,0xa3,
|
---|
814 | 0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,
|
---|
815 | 0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x9f,0x69,0xfd,0x26,0xd5,0x4b,
|
---|
816 | 0xe0,0xab,0x12,0x21,0xb9,0xfc,0xf7,0xe0,0x0c,0x09,0x94,0xad,0x27,0xd7,0x9d,
|
---|
817 | 0xa3,0xcc,0x46,0x2a,0x25,0x9a,0x24,0xa7,0x31,0x58,0x78,0xf5,0xfc,0x30,0xe1,
|
---|
818 | 0x6d,0xfd,0x59,0xab,0xbe,0x69,0xa0,0xea,0xe3,0x7d,0x7a,0x7b,0xe5,0x85,0xeb,
|
---|
819 | 0x86,0x6a,0x84,0x3c,0x96,0x01,0x1a,0x70,0xa7,0xb8,0xcb,0xf2,0x11,0xe7,0x52,
|
---|
820 | 0x9c,0x58,0x2d,0xac,0x63,0xce,0x72,0x4b,0xad,0x62,0xa8,0x1d,0x75,0x96,0xe2,
|
---|
821 | 0x27,0xf5,0x6f,0xba,0x91,0xf8,0xf1,0xb0,0xbf,0x90,0x24,0x6d,0xba,0x5d,0xd7,
|
---|
822 | 0x39,0x63,0x3b,0x7c,0x04,0x5d,0x89,0x9d,0x1c,0xf2,0xf7,0xcc,0xdf,0x6e,0x8a,
|
---|
823 | 0x43,0xa9,0xdd,0x86,0x05,0xa2,0xf3,0x22,0x2d,0x1e,0x70,0xa1,0x59,0xd7,0xa5,
|
---|
824 | 0x94,0x7d };
|
---|
825 | /* chain8_0 -> chain8_1 -> chain8_2:
|
---|
826 | * A chain whose root cert validity time doesn't overlap the end cert's
|
---|
827 | * validity time.
|
---|
828 | */
|
---|
829 | static const BYTE chain8_0[] = {
|
---|
830 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
831 | 0xfb,0x25,0xa6,0x55,0x98,0xbc,0xdf,0xb7,0x40,0x86,0x44,0xb9,0x36,0x03,0x82,
|
---|
832 | 0x9b,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
833 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
834 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
835 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x30,0x36,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
836 | 0x30,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
837 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
838 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
839 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
840 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
841 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
842 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
843 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
844 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
845 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
846 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
847 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
848 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
849 | 0x81,0x00,0x17,0xdf,0x1d,0x1d,0xa3,0x3b,0x0c,0x26,0x3e,0xc7,0x6c,0x8c,0xbd,
|
---|
850 | 0xc7,0x62,0x01,0xba,0xbd,0x2e,0x6a,0x8d,0xe1,0x4e,0x0a,0xc1,0xc1,0x9a,0xb1,
|
---|
851 | 0x43,0x82,0x05,0xb9,0xf8,0x27,0x4d,0x3e,0x8c,0xaa,0xff,0x5c,0x88,0x82,0x3b,
|
---|
852 | 0x09,0xa4,0x23,0x06,0x54,0x16,0xbf,0xc6,0x57,0x6b,0xb1,0x80,0x2c,0xd2,0x7f,
|
---|
853 | 0x28,0xfc,0xb5,0xac,0x5b,0x1f,0x14,0xb9,0xd8,0x49,0x6a,0x0d,0xf1,0x55,0x51,
|
---|
854 | 0xcd,0x0c,0x2b,0x5b,0xfa,0x01,0x08,0x82,0x98,0x6d,0x39,0xde,0x9a,0xb1,0xbf,
|
---|
855 | 0xc5,0xbd,0x05,0xd1,0x64,0x21,0xc4,0x99,0x40,0xdb,0x3e,0xa0,0x8e,0x46,0x80,
|
---|
856 | 0xd0,0x74,0x93,0xbd,0xad,0x81,0xba,0x40,0x8e,0x0a,0x67,0x47,0xc4,0xae,0xd4,
|
---|
857 | 0xca,0xd8,0x3b,0xa4,0xa6,0xbd,0xc8,0xa9,0x67,0xf9 };
|
---|
858 | static const BYTE chain8_1[] = {
|
---|
859 | 0x30,0x82,0x01,0x93,0x30,0x81,0xfd,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,
|
---|
860 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,
|
---|
861 | 0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,
|
---|
862 | 0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x35,0x30,0x31,0x30,0x30,
|
---|
863 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x30,0x30,0x31,0x30,0x30,
|
---|
864 | 0x30,0x30,0x30,0x30,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,
|
---|
865 | 0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,
|
---|
866 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,
|
---|
867 | 0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,0x33,
|
---|
868 | 0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,0xdc,
|
---|
869 | 0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,0x48,
|
---|
870 | 0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,0x47,
|
---|
871 | 0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,0x05,
|
---|
872 | 0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,0x6a,
|
---|
873 | 0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,0x85,
|
---|
874 | 0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,0xd3,
|
---|
875 | 0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,0xa3,
|
---|
876 | 0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,
|
---|
877 | 0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x22,0xf1,0x66,0x00,0x79,0xd2,
|
---|
878 | 0xe6,0xb2,0xb2,0xf7,0x2f,0x98,0x92,0x7d,0x73,0xc3,0x6c,0x5c,0x77,0x20,0xe3,
|
---|
879 | 0xbf,0x3e,0xe0,0xb3,0x5c,0x68,0xb4,0x9b,0x3a,0x41,0xae,0x94,0xa0,0x80,0x3a,
|
---|
880 | 0xfe,0x5d,0x7a,0x56,0x87,0x85,0x44,0x45,0xcf,0xa6,0xd3,0x10,0xe7,0x73,0x41,
|
---|
881 | 0xf2,0x7f,0x88,0x85,0x91,0x8e,0xe6,0xec,0xe2,0xce,0x08,0xbc,0xa5,0x76,0xe5,
|
---|
882 | 0x4d,0x1d,0xb7,0x70,0x31,0xdd,0xc9,0x9a,0x15,0x32,0x11,0x5a,0x4e,0x62,0xc8,
|
---|
883 | 0xd1,0xf8,0xec,0x46,0x39,0x5b,0xe7,0x67,0x1f,0x58,0xe8,0xa1,0xa0,0x5b,0xf7,
|
---|
884 | 0x8a,0x6d,0x5f,0x91,0x18,0xd4,0x90,0x85,0xff,0x30,0xc7,0xca,0x9c,0xc6,0x92,
|
---|
885 | 0xb0,0xca,0x16,0xc4,0xa4,0xc0,0xd6,0xe8,0xff,0x15,0x19,0xd1,0x30,0x61,0xf3,
|
---|
886 | 0xef,0x9f };
|
---|
887 | static const BYTE chain8_2[] = {
|
---|
888 | 0x30,0x82,0x01,0x93,0x30,0x81,0xfd,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,
|
---|
889 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,
|
---|
890 | 0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,
|
---|
891 | 0x72,0x74,0x32,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x39,0x30,0x31,0x30,0x30,
|
---|
892 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,
|
---|
893 | 0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,
|
---|
894 | 0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x33,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,
|
---|
895 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,
|
---|
896 | 0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xc3,0x31,0x35,0xc3,0x9d,0x8a,0x87,0x20,
|
---|
897 | 0xc6,0x32,0xe9,0xb1,0xf6,0x8f,0xf9,0x05,0x73,0x1d,0xa7,0xde,0xab,0x15,0x8a,
|
---|
898 | 0x9c,0x7f,0x11,0x7e,0x77,0xa0,0x42,0x80,0xf4,0x79,0xda,0x98,0x7b,0x00,0xfa,
|
---|
899 | 0x8f,0x0c,0xd0,0xeb,0x8a,0x80,0xed,0x07,0xfc,0x64,0x71,0x03,0xc1,0xd6,0x2f,
|
---|
900 | 0x9b,0xde,0x42,0x63,0xd9,0x79,0xea,0xdd,0x10,0xe8,0x68,0xc8,0x69,0x4f,0x4a,
|
---|
901 | 0x39,0x23,0x87,0xca,0xd1,0xc9,0x77,0x14,0x30,0x85,0x9e,0xf7,0x79,0xf9,0x07,
|
---|
902 | 0xb7,0x7c,0x55,0xcb,0xa7,0xd5,0xb8,0x44,0xb5,0x20,0xb5,0x01,0x5c,0xa2,0xd1,
|
---|
903 | 0xd5,0xad,0x0f,0x87,0xaf,0x37,0xd1,0x39,0x0c,0x0d,0xd5,0xde,0x26,0x7a,0xed,
|
---|
904 | 0xf9,0x2a,0xb1,0x60,0x65,0x2d,0x08,0x24,0x51,0x1d,0xb0,0x0a,0xb5,0x13,0xc7,
|
---|
905 | 0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,
|
---|
906 | 0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x33,0x95,0x73,0x7c,0x7c,0xb0,
|
---|
907 | 0xbb,0x2b,0xe0,0xc4,0x12,0xf0,0x26,0x85,0x97,0x0c,0x81,0xde,0xc5,0x52,0x04,
|
---|
908 | 0xcb,0xee,0x11,0x9a,0x2e,0xa2,0xc4,0x76,0xd5,0x57,0xd1,0x2f,0x2d,0x6f,0x42,
|
---|
909 | 0xbf,0x23,0x85,0x59,0x5c,0x96,0x8d,0xef,0xbc,0xb6,0xf5,0xd3,0x66,0x99,0x54,
|
---|
910 | 0x95,0x09,0x28,0x0b,0x4f,0x05,0x5f,0x61,0x20,0xa8,0x0d,0x46,0x9a,0xab,0x29,
|
---|
911 | 0x97,0x6b,0xa3,0xcd,0xd7,0x5a,0xda,0xaa,0x8e,0xad,0x5a,0x66,0x58,0xf6,0x63,
|
---|
912 | 0x76,0x10,0xdc,0xb0,0xee,0x3f,0x82,0x6d,0x29,0xb9,0xcb,0x99,0x15,0xbb,0xb9,
|
---|
913 | 0x74,0x73,0x00,0x14,0x74,0x79,0xad,0x89,0x73,0xaa,0xa2,0x0e,0x52,0xe8,0x28,
|
---|
914 | 0x69,0xe6,0x8c,0x1e,0xce,0x3a,0x6d,0x85,0x33,0x1e,0x21,0xa3,0x42,0x61,0x3a,
|
---|
915 | 0xeb,0x25 };
|
---|
916 | /* chain9_0 -> chain7_1:
|
---|
917 | * A cyclic chain.
|
---|
918 | */
|
---|
919 | static const BYTE chain9_0[] = {
|
---|
920 | 0x30,0x82,0x01,0x93,0x30,0x81,0xfd,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,
|
---|
921 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,
|
---|
922 | 0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,
|
---|
923 | 0x72,0x74,0x32,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,
|
---|
924 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,
|
---|
925 | 0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,
|
---|
926 | 0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,
|
---|
927 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,
|
---|
928 | 0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,
|
---|
929 | 0xca,0x50,0x82,0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,
|
---|
930 | 0xc5,0xc3,0x34,0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,
|
---|
931 | 0x03,0x7a,0xe7,0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,
|
---|
932 | 0xc1,0x33,0x91,0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,
|
---|
933 | 0x1b,0x99,0xc5,0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,
|
---|
934 | 0x49,0xba,0xcd,0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,
|
---|
935 | 0x72,0xb6,0x1c,0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,
|
---|
936 | 0x1f,0x2f,0x35,0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,
|
---|
937 | 0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,
|
---|
938 | 0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x2c,0xf5,0x25,0xaa,0xb4,0x63,
|
---|
939 | 0x5a,0x5d,0xae,0x7b,0x42,0x79,0xbc,0x41,0x2f,0x8a,0x2a,0x70,0x9f,0x8e,0xb2,
|
---|
940 | 0x14,0x1b,0x6f,0xb2,0xf3,0x3e,0xab,0x06,0x9c,0xa8,0x92,0x43,0xc4,0x57,0x63,
|
---|
941 | 0xa4,0xee,0x83,0x04,0xab,0xa5,0x2c,0xd9,0x90,0xed,0xc9,0x4d,0xa8,0x7b,0xca,
|
---|
942 | 0x3b,0x5f,0xdf,0x46,0xe1,0x3b,0x7f,0x72,0xb7,0x92,0x82,0xe6,0x05,0xc3,0x64,
|
---|
943 | 0x38,0xfb,0x86,0x13,0xeb,0x19,0xb6,0x16,0x82,0x63,0x84,0x13,0x04,0x38,0x51,
|
---|
944 | 0x4c,0x89,0x12,0xf1,0x13,0x46,0x75,0x4e,0x99,0x46,0xcb,0xc6,0x76,0x9f,0x97,
|
---|
945 | 0x9c,0xda,0x63,0x01,0x6a,0x71,0x68,0xc4,0x21,0x67,0xa6,0x51,0x19,0x5e,0xc7,
|
---|
946 | 0x8c,0x8d,0x63,0x5c,0xbe,0x04,0x8f,0xad,0xea,0xa5,0xcd,0xc3,0xd6,0x6b,0xc7,
|
---|
947 | 0xb5,0x56 };
|
---|
948 | /* chain0_0 -+
|
---|
949 | * +-> chain7_1
|
---|
950 | * chain10_1 -+
|
---|
951 | * A chain with two issuers, only one of whose dates is valid.
|
---|
952 | */
|
---|
953 | static const BYTE chain10_1[] = {
|
---|
954 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
955 | 0xbf,0x99,0x4f,0x14,0x03,0x77,0x44,0xb8,0x49,0x02,0x70,0xa1,0xb8,0x9c,0xa7,
|
---|
956 | 0x24,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
957 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
958 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
959 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
960 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
961 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
962 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
963 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
964 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
965 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
966 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
967 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
968 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
969 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
970 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
971 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
972 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
973 | 0x81,0x00,0xa8,0xec,0x8c,0x34,0xe7,0x2c,0xdf,0x75,0x87,0xc4,0xf7,0xda,0x71,
|
---|
974 | 0x72,0x29,0xb2,0x48,0xa8,0x2a,0xec,0x7b,0x7d,0x19,0xb9,0x5f,0x1d,0xd9,0x91,
|
---|
975 | 0x2b,0xc4,0x28,0x7e,0xd6,0xb5,0x91,0x69,0xa5,0x8a,0x1a,0x1f,0x97,0x98,0x46,
|
---|
976 | 0x9d,0xdf,0x12,0xf6,0x45,0x62,0xad,0x60,0xb6,0xba,0xb0,0xfd,0xf5,0x9f,0xc6,
|
---|
977 | 0x98,0x05,0x4f,0x4d,0x48,0xdc,0xee,0x69,0xbe,0xb8,0xc4,0xc4,0xd7,0x1b,0xb1,
|
---|
978 | 0x1f,0x64,0xd6,0x45,0xa7,0xdb,0xb3,0x87,0x63,0x0f,0x54,0xe1,0x3a,0x6b,0x57,
|
---|
979 | 0x36,0xd7,0x68,0x65,0xcf,0xda,0x57,0x8d,0xcd,0x84,0x75,0x47,0x26,0x2c,0xef,
|
---|
980 | 0x1e,0x8f,0xc7,0x3b,0xee,0x5d,0x03,0xa6,0xdf,0x3a,0x20,0xb2,0xcc,0xc9,0x09,
|
---|
981 | 0x2c,0xfe,0x2b,0x79,0xb0,0xca,0x2c,0x9a,0x81,0x6b };
|
---|
982 | /* chain0_0 -+
|
---|
983 | * +-> chain7_1
|
---|
984 | * chain11_1 -+
|
---|
985 | * A chain with two issuers, only one of whose public keys matches the
|
---|
986 | * signature.
|
---|
987 | */
|
---|
988 | static const BYTE chain11_1[] = {
|
---|
989 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
990 | 0x72,0x41,0xa2,0x53,0xd2,0x33,0x0b,0xac,0x4a,0x30,0xfe,0x0a,0xe0,0x2e,0xd4,
|
---|
991 | 0x03,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
992 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
993 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
994 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
995 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
996 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
997 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
998 | 0x02,0x81,0x81,0x00,0xc3,0x31,0x35,0xc3,0x9d,0x8a,0x87,0x20,0xc6,0x32,0xe9,
|
---|
999 | 0xb1,0xf6,0x8f,0xf9,0x05,0x73,0x1d,0xa7,0xde,0xab,0x15,0x8a,0x9c,0x7f,0x11,
|
---|
1000 | 0x7e,0x77,0xa0,0x42,0x80,0xf4,0x79,0xda,0x98,0x7b,0x00,0xfa,0x8f,0x0c,0xd0,
|
---|
1001 | 0xeb,0x8a,0x80,0xed,0x07,0xfc,0x64,0x71,0x03,0xc1,0xd6,0x2f,0x9b,0xde,0x42,
|
---|
1002 | 0x63,0xd9,0x79,0xea,0xdd,0x10,0xe8,0x68,0xc8,0x69,0x4f,0x4a,0x39,0x23,0x87,
|
---|
1003 | 0xca,0xd1,0xc9,0x77,0x14,0x30,0x85,0x9e,0xf7,0x79,0xf9,0x07,0xb7,0x7c,0x55,
|
---|
1004 | 0xcb,0xa7,0xd5,0xb8,0x44,0xb5,0x20,0xb5,0x01,0x5c,0xa2,0xd1,0xd5,0xad,0x0f,
|
---|
1005 | 0x87,0xaf,0x37,0xd1,0x39,0x0c,0x0d,0xd5,0xde,0x26,0x7a,0xed,0xf9,0x2a,0xb1,
|
---|
1006 | 0x60,0x65,0x2d,0x08,0x24,0x51,0x1d,0xb0,0x0a,0xb5,0x13,0xc7,0x02,0x03,0x01,
|
---|
1007 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
1008 | 0x81,0x00,0x51,0x17,0xfb,0x2a,0x69,0x31,0x36,0xa7,0x37,0x2c,0x1f,0x38,0xee,
|
---|
1009 | 0xe3,0xf1,0xae,0x63,0x61,0xac,0x63,0x13,0xc2,0x3b,0x29,0xca,0xb1,0x8e,0x27,
|
---|
1010 | 0x41,0xfa,0xb3,0x7d,0x42,0xbe,0xf0,0x9c,0xe0,0xc7,0x69,0xba,0x80,0xf4,0x87,
|
---|
1011 | 0x7c,0x6f,0x77,0x70,0x6b,0x77,0x7d,0x5c,0x58,0x95,0x07,0xbd,0xac,0xe2,0x5d,
|
---|
1012 | 0x65,0x12,0xb0,0xae,0xf4,0x01,0x14,0x01,0xba,0xf9,0xa0,0x32,0x10,0xea,0x09,
|
---|
1013 | 0x12,0xcf,0xf1,0xbc,0x37,0xc9,0x42,0xc3,0x8c,0x9e,0xa2,0xc3,0x5e,0x2e,0x56,
|
---|
1014 | 0xe9,0xa7,0xd8,0x1c,0x1c,0x8c,0x1c,0x2f,0xd8,0xfb,0x67,0x44,0xd4,0xa3,0x79,
|
---|
1015 | 0x6d,0x53,0x17,0x56,0x3c,0x3e,0xd0,0x67,0x36,0x0c,0x8b,0x77,0xab,0x40,0xc7,
|
---|
1016 | 0x27,0xd9,0x44,0x69,0x13,0xeb,0x09,0xec,0x06,0xe2 };
|
---|
1017 | /* chain12_0 -> chain7_1:
|
---|
1018 | * A chain whose root has an invalid signature.
|
---|
1019 | */
|
---|
1020 | static const BYTE chain12_0[] = {
|
---|
1021 | 0x30,0x82,0x01,0x9b,0x30,0x82,0x01,0x08,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
|
---|
1022 | 0x2f,0x67,0x04,0x50,0xe4,0xac,0x81,0x81,0x44,0x25,0x25,0x81,0xbe,0x8a,0x6c,
|
---|
1023 | 0x3c,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
|
---|
1024 | 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
|
---|
1025 | 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
|
---|
1026 | 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
|
---|
1027 | 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
|
---|
1028 | 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
|
---|
1029 | 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
|
---|
1030 | 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
|
---|
1031 | 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
|
---|
1032 | 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
|
---|
1033 | 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
|
---|
1034 | 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
|
---|
1035 | 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
|
---|
1036 | 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
|
---|
1037 | 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
|
---|
1038 | 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
|
---|
1039 | 0x00,0x01,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,
|
---|
1040 | 0x81,0x00,0x82,0xa8,0x28,0x6e,0x85,0xbb,0xa4,0xac,0xf4,0xe3,0xbc,0xe5,0x08,
|
---|
1041 | 0x76,0x8a,0x1b,0x51,0xea,0xca,0x49,0x46,0x70,0x75,0x38,0x70,0x71,0xa1,0x1c,
|
---|
1042 | 0x67,0x77,0x70,0x7d,0xdf,0xd0,0xc6,0xa4,0xfc,0x30,0x22,0x2f,0x52,0x56,0x16,
|
---|
1043 | 0xe7,0xe2,0x7e,0x6a,0xcf,0x24,0x0b,0xe2,0xad,0x94,0x52,0x2c,0xcc,0x56,0xd3,
|
---|
1044 | 0x2e,0xe2,0xd3,0x3d,0x2f,0xdb,0x22,0xb2,0xff,0xf3,0x20,0xc1,0x62,0xc2,0x3c,
|
---|
1045 | 0x24,0x48,0x19,0x13,0x2c,0x8a,0x80,0xcd,0xb5,0xe1,0x84,0xc2,0xee,0x14,0xfe,
|
---|
1046 | 0x59,0xe6,0xed,0x7b,0x8b,0xec,0xcc,0x27,0x56,0xa1,0x0e,0x73,0xe7,0x37,0x20,
|
---|
1047 | 0x97,0x27,0x12,0xed,0x9f,0xe9,0xec,0x44,0xde,0x3f,0x07,0xa4,0x07,0x42,0x5b,
|
---|
1048 | 0x7e,0xe5,0xe1,0x42,0x10,0x4c,0x38,0xd7,0x2b,0xff };
|
---|
1049 | /* chain0_0 -> chain13_1:
|
---|
1050 | * A chain whose time validity nesting is invalid.
|
---|
1051 | */
|
---|
1052 | static const BYTE chain13_1[] = {
|
---|
1053 | 0x30,0x82,0x01,0x93,0x30,0x81,0xfd,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,
|
---|
1054 | 0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,
|
---|
1055 | 0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,
|
---|
1056 | 0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x36,0x30,0x31,0x30,0x31,0x30,0x30,
|
---|
1057 | 0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,
|
---|
1058 | 0x35,0x39,0x35,0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,
|
---|
1059 | 0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,
|
---|
1060 | 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,
|
---|
1061 | 0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,0x33,
|
---|
1062 | 0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,0xdc,
|
---|
1063 | 0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,0x48,
|
---|
1064 | 0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,0x47,
|
---|
1065 | 0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,0x05,
|
---|
1066 | 0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,0x6a,
|
---|
1067 | 0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,0x85,
|
---|
1068 | 0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,0xd3,
|
---|
1069 | 0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,0xa3,
|
---|
1070 | 0x02,0x03,0x01,0x00,0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,
|
---|
1071 | 0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0x85,0xc9,0xc5,0x08,0x0b,0xb1,
|
---|
1072 | 0xff,0x58,0x8f,0xee,0x66,0x5f,0xa3,0x77,0x63,0x9f,0xd1,0x53,0x03,0xdc,0xf6,
|
---|
1073 | 0x59,0x08,0x02,0x1f,0xdc,0x52,0x5a,0x52,0x38,0xa4,0x0b,0x83,0x12,0x19,0xd6,
|
---|
1074 | 0xb5,0xb8,0x81,0x17,0xcd,0x10,0x5d,0x96,0x16,0x9d,0x51,0x5b,0xf9,0x31,0x3e,
|
---|
1075 | 0x36,0xac,0x30,0xd5,0xd6,0xa0,0x30,0x5c,0x9c,0xcb,0xe1,0x02,0xfd,0x73,0xc3,
|
---|
1076 | 0xa1,0x58,0xfe,0x12,0xb0,0xa6,0xbd,0x11,0x86,0xdb,0x20,0x17,0x29,0x1e,0x09,
|
---|
1077 | 0x63,0x4d,0x28,0xe4,0x55,0x2d,0xa1,0x78,0xde,0x28,0x0b,0x1b,0x35,0x40,0x4c,
|
---|
1078 | 0xf1,0xb0,0x6e,0x82,0x34,0x2b,0x7f,0x3b,0x2e,0x27,0x6b,0xf7,0xde,0x73,0x9a,
|
---|
1079 | 0x98,0xac,0x79,0x33,0x1a,0xdd,0x03,0x95,0x60,0x8a,0x08,0xba,0xcb,0x8a,0xbf,
|
---|
1080 | 0xea,0xe3 };
|
---|
1081 |
|
---|
1082 | typedef struct _CONST_DATA_BLOB
|
---|
1083 | {
|
---|
1084 | DWORD cbData;
|
---|
1085 | const BYTE *pbData;
|
---|
1086 | } CONST_DATA_BLOB;
|
---|
1087 |
|
---|
1088 | typedef struct _CONST_BLOB_ARRAY
|
---|
1089 | {
|
---|
1090 | DWORD cBlob;
|
---|
1091 | CONST_DATA_BLOB *rgBlob;
|
---|
1092 | } CONST_BLOB_ARRAY;
|
---|
1093 |
|
---|
1094 | #define TODO_CHAIN 1
|
---|
1095 | #define TODO_ERROR 2
|
---|
1096 | #define TODO_INFO 4
|
---|
1097 | #define TODO_ELEMENTS 8
|
---|
1098 | #define TODO_CHAINS 16
|
---|
1099 | #define TODO_POLICY 32
|
---|
1100 |
|
---|
1101 | /* Gets a certificate chain built from a store containing all the certs in
|
---|
1102 | * certArray, where the last certificate in the chain is expected to be the
|
---|
1103 | * end certificate (the one from which the chain is built.)
|
---|
1104 | */
|
---|
1105 | static PCCERT_CHAIN_CONTEXT getChain(const CONST_BLOB_ARRAY *certArray,
|
---|
1106 | DWORD flags, BOOL includeStore, LPSYSTEMTIME checkTime, DWORD todo,
|
---|
1107 | DWORD testIndex)
|
---|
1108 | {
|
---|
1109 | HCERTSTORE store;
|
---|
1110 | PCCERT_CHAIN_CONTEXT chain = NULL;
|
---|
1111 |
|
---|
1112 | store = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0,
|
---|
1113 | CERT_STORE_CREATE_NEW_FLAG, NULL);
|
---|
1114 | if (store)
|
---|
1115 | {
|
---|
1116 | BOOL ret;
|
---|
1117 | PCCERT_CONTEXT endCert;
|
---|
1118 |
|
---|
1119 | if (certArray->cBlob > 1)
|
---|
1120 | {
|
---|
1121 | DWORD i;
|
---|
1122 |
|
---|
1123 | for (i = 0, ret = TRUE; ret && i < certArray->cBlob - 1; i++)
|
---|
1124 | {
|
---|
1125 | ret = CertAddEncodedCertificateToStore(store,
|
---|
1126 | X509_ASN_ENCODING, certArray->rgBlob[i].pbData,
|
---|
1127 | certArray->rgBlob[i].cbData, CERT_STORE_ADD_ALWAYS, NULL);
|
---|
1128 | ok(ret, "Chain %d: adding cert %d failed: %08x\n",
|
---|
1129 | testIndex, i, GetLastError());
|
---|
1130 | }
|
---|
1131 | }
|
---|
1132 | ret = CertAddEncodedCertificateToStore(store,
|
---|
1133 | X509_ASN_ENCODING, certArray->rgBlob[certArray->cBlob - 1].pbData,
|
---|
1134 | certArray->rgBlob[certArray->cBlob - 1].cbData, CERT_STORE_ADD_ALWAYS,
|
---|
1135 | &endCert);
|
---|
1136 | ok(ret, "Chain %d: adding end cert failed: %08x\n",
|
---|
1137 | testIndex, GetLastError());
|
---|
1138 | if (ret)
|
---|
1139 | {
|
---|
1140 | /* FIXME: allow caller to specify usage matches? */
|
---|
1141 | CERT_CHAIN_PARA chainPara = { sizeof(chainPara), { 0 } };
|
---|
1142 | FILETIME fileTime;
|
---|
1143 |
|
---|
1144 | SystemTimeToFileTime(checkTime, &fileTime);
|
---|
1145 | ret = pCertGetCertificateChain(NULL, endCert, &fileTime,
|
---|
1146 | includeStore ? store : NULL, &chainPara, flags, NULL, &chain);
|
---|
1147 | if (todo & TODO_CHAIN)
|
---|
1148 | todo_wine ok(ret, "Chain %d: CertGetCertificateChain failed: %08x\n",
|
---|
1149 | testIndex, GetLastError());
|
---|
1150 | else
|
---|
1151 | ok(ret, "Chain %d: CertGetCertificateChain failed: %08x\n",
|
---|
1152 | testIndex, GetLastError());
|
---|
1153 | CertFreeCertificateContext(endCert);
|
---|
1154 | }
|
---|
1155 | CertCloseStore(store, 0);
|
---|
1156 | }
|
---|
1157 | return chain;
|
---|
1158 | }
|
---|
1159 |
|
---|
1160 | typedef struct _SimpleChainStatusCheck
|
---|
1161 | {
|
---|
1162 | DWORD cElement;
|
---|
1163 | const CERT_TRUST_STATUS *rgElementStatus;
|
---|
1164 | } SimpleChainStatusCheck;
|
---|
1165 |
|
---|
1166 | static void checkElementStatus(const CERT_TRUST_STATUS *expected,
|
---|
1167 | const CERT_TRUST_STATUS *got, const CERT_TRUST_STATUS *ignore,
|
---|
1168 | DWORD todo, DWORD testIndex, DWORD chainIndex, DWORD elementIndex)
|
---|
1169 | {
|
---|
1170 | if (got->dwErrorStatus == expected->dwErrorStatus)
|
---|
1171 | ok(got->dwErrorStatus == expected->dwErrorStatus,
|
---|
1172 | "Chain %d, element [%d,%d]: expected error %08x, got %08x\n",
|
---|
1173 | testIndex, chainIndex, elementIndex, expected->dwErrorStatus,
|
---|
1174 | got->dwErrorStatus);
|
---|
1175 | else if (todo & TODO_ERROR)
|
---|
1176 | todo_wine
|
---|
1177 | ok(got->dwErrorStatus == expected->dwErrorStatus ||
|
---|
1178 | broken((got->dwErrorStatus & ~ignore->dwErrorStatus) ==
|
---|
1179 | expected->dwErrorStatus),
|
---|
1180 | "Chain %d, element [%d,%d]: expected error %08x, got %08x\n",
|
---|
1181 | testIndex, chainIndex, elementIndex, expected->dwErrorStatus,
|
---|
1182 | got->dwErrorStatus);
|
---|
1183 | else
|
---|
1184 | ok(got->dwErrorStatus == expected->dwErrorStatus ||
|
---|
1185 | broken((got->dwErrorStatus & ~ignore->dwErrorStatus) ==
|
---|
1186 | expected->dwErrorStatus),
|
---|
1187 | "Chain %d, element [%d,%d]: expected error %08x, got %08x\n",
|
---|
1188 | testIndex, chainIndex, elementIndex, expected->dwErrorStatus,
|
---|
1189 | got->dwErrorStatus);
|
---|
1190 | if (got->dwInfoStatus == expected->dwInfoStatus)
|
---|
1191 | ok(got->dwInfoStatus == expected->dwInfoStatus,
|
---|
1192 | "Chain %d, element [%d,%d]: expected info %08x, got %08x\n",
|
---|
1193 | testIndex, chainIndex, elementIndex, expected->dwInfoStatus,
|
---|
1194 | got->dwInfoStatus);
|
---|
1195 | else if (todo & TODO_INFO)
|
---|
1196 | todo_wine
|
---|
1197 | ok(got->dwInfoStatus == expected->dwInfoStatus ||
|
---|
1198 | broken((got->dwInfoStatus & ~ignore->dwInfoStatus) ==
|
---|
1199 | expected->dwInfoStatus),
|
---|
1200 | "Chain %d, element [%d,%d]: expected info %08x, got %08x\n",
|
---|
1201 | testIndex, chainIndex, elementIndex, expected->dwInfoStatus,
|
---|
1202 | got->dwInfoStatus);
|
---|
1203 | else
|
---|
1204 | ok(got->dwInfoStatus == expected->dwInfoStatus ||
|
---|
1205 | broken((got->dwInfoStatus & ~ignore->dwInfoStatus) ==
|
---|
1206 | expected->dwInfoStatus),
|
---|
1207 | "Chain %d, element [%d,%d]: expected info %08x, got %08x\n",
|
---|
1208 | testIndex, chainIndex, elementIndex, expected->dwInfoStatus,
|
---|
1209 | got->dwInfoStatus);
|
---|
1210 | }
|
---|
1211 |
|
---|
1212 | static void checkSimpleChainStatus(const CERT_SIMPLE_CHAIN *simpleChain,
|
---|
1213 | const SimpleChainStatusCheck *simpleChainStatus,
|
---|
1214 | const CERT_TRUST_STATUS *ignore, DWORD todo, DWORD testIndex, DWORD chainIndex)
|
---|
1215 | {
|
---|
1216 | if (todo & TODO_ELEMENTS)
|
---|
1217 | todo_wine ok(simpleChain->cElement == simpleChainStatus->cElement,
|
---|
1218 | "Chain %d: expected %d elements, got %d\n", testIndex,
|
---|
1219 | simpleChainStatus->cElement, simpleChain->cElement);
|
---|
1220 | else
|
---|
1221 | ok(simpleChain->cElement == simpleChainStatus->cElement,
|
---|
1222 | "Chain %d: expected %d elements, got %d\n", testIndex,
|
---|
1223 | simpleChainStatus->cElement, simpleChain->cElement);
|
---|
1224 | if (simpleChain->cElement == simpleChainStatus->cElement)
|
---|
1225 | {
|
---|
1226 | DWORD i;
|
---|
1227 |
|
---|
1228 | for (i = 0; i < simpleChain->cElement; i++)
|
---|
1229 | checkElementStatus(&simpleChainStatus->rgElementStatus[i],
|
---|
1230 | &simpleChain->rgpElement[i]->TrustStatus, ignore, todo, testIndex,
|
---|
1231 | chainIndex, i);
|
---|
1232 | }
|
---|
1233 | }
|
---|
1234 |
|
---|
1235 | typedef struct _ChainStatusCheck
|
---|
1236 | {
|
---|
1237 | CERT_TRUST_STATUS statusToIgnore;
|
---|
1238 | CERT_TRUST_STATUS status;
|
---|
1239 | DWORD cChain;
|
---|
1240 | const SimpleChainStatusCheck *rgChainStatus;
|
---|
1241 | } ChainStatusCheck;
|
---|
1242 |
|
---|
1243 | static void checkChainStatus(PCCERT_CHAIN_CONTEXT chain,
|
---|
1244 | const ChainStatusCheck *chainStatus, DWORD todo, DWORD testIndex)
|
---|
1245 | {
|
---|
1246 | ok(chain->cChain == chainStatus->cChain,
|
---|
1247 | "Chain %d: expected %d simple chains, got %d\n", testIndex,
|
---|
1248 | chainStatus->cChain, chain->cChain);
|
---|
1249 | if (todo & TODO_ERROR &&
|
---|
1250 | chain->TrustStatus.dwErrorStatus != chainStatus->status.dwErrorStatus)
|
---|
1251 | todo_wine ok(chain->TrustStatus.dwErrorStatus ==
|
---|
1252 | chainStatus->status.dwErrorStatus,
|
---|
1253 | "Chain %d: expected error %08x, got %08x\n",
|
---|
1254 | testIndex, chainStatus->status.dwErrorStatus,
|
---|
1255 | chain->TrustStatus.dwErrorStatus);
|
---|
1256 | else
|
---|
1257 | ok(chain->TrustStatus.dwErrorStatus ==
|
---|
1258 | chainStatus->status.dwErrorStatus ||
|
---|
1259 | broken((chain->TrustStatus.dwErrorStatus &
|
---|
1260 | ~chainStatus->statusToIgnore.dwErrorStatus) ==
|
---|
1261 | chainStatus->status.dwErrorStatus),
|
---|
1262 | "Chain %d: expected error %08x, got %08x\n",
|
---|
1263 | testIndex, chainStatus->status.dwErrorStatus,
|
---|
1264 | chain->TrustStatus.dwErrorStatus);
|
---|
1265 | if (todo & TODO_INFO &&
|
---|
1266 | chain->TrustStatus.dwInfoStatus != chainStatus->status.dwInfoStatus)
|
---|
1267 | todo_wine ok(chain->TrustStatus.dwInfoStatus ==
|
---|
1268 | chainStatus->status.dwInfoStatus,
|
---|
1269 | "Chain %d: expected info %08x, got %08x\n",
|
---|
1270 | testIndex, chainStatus->status.dwInfoStatus,
|
---|
1271 | chain->TrustStatus.dwInfoStatus);
|
---|
1272 | else
|
---|
1273 | ok(chain->TrustStatus.dwInfoStatus ==
|
---|
1274 | chainStatus->status.dwInfoStatus ||
|
---|
1275 | broken((chain->TrustStatus.dwInfoStatus &
|
---|
1276 | ~chainStatus->statusToIgnore.dwInfoStatus) ==
|
---|
1277 | chainStatus->status.dwInfoStatus),
|
---|
1278 | "Chain %d: expected info %08x, got %08x\n",
|
---|
1279 | testIndex, chainStatus->status.dwInfoStatus,
|
---|
1280 | chain->TrustStatus.dwInfoStatus);
|
---|
1281 | if (chain->cChain == chainStatus->cChain)
|
---|
1282 | {
|
---|
1283 | DWORD i;
|
---|
1284 |
|
---|
1285 | for (i = 0; i < chain->cChain; i++)
|
---|
1286 | checkSimpleChainStatus(chain->rgpChain[i],
|
---|
1287 | &chainStatus->rgChainStatus[i], &chainStatus->statusToIgnore,
|
---|
1288 | todo, testIndex, i);
|
---|
1289 | }
|
---|
1290 | }
|
---|
1291 |
|
---|
1292 | typedef struct _ChainCheck
|
---|
1293 | {
|
---|
1294 | CONST_BLOB_ARRAY certs;
|
---|
1295 | ChainStatusCheck status;
|
---|
1296 | DWORD todo;
|
---|
1297 | } ChainCheck;
|
---|
1298 |
|
---|
1299 | static CONST_DATA_BLOB chain0[] = {
|
---|
1300 | { sizeof(chain0_0), chain0_0 },
|
---|
1301 | { sizeof(chain0_1), chain0_1 },
|
---|
1302 | };
|
---|
1303 | static const CERT_TRUST_STATUS elementStatus0[] = {
|
---|
1304 | { CERT_TRUST_IS_NOT_TIME_VALID, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1305 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1306 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1307 | };
|
---|
1308 | static const SimpleChainStatusCheck simpleStatus0[] = {
|
---|
1309 | { sizeof(elementStatus0) / sizeof(elementStatus0[0]), elementStatus0 },
|
---|
1310 | };
|
---|
1311 | static CONST_DATA_BLOB chain1[] = {
|
---|
1312 | { sizeof(chain0_0), chain0_0 },
|
---|
1313 | { sizeof(chain1_1), chain1_1 },
|
---|
1314 | };
|
---|
1315 | static const CERT_TRUST_STATUS elementStatus1[] = {
|
---|
1316 | { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_NOT_SIGNATURE_VALID,
|
---|
1317 | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1318 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1319 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1320 | };
|
---|
1321 | static const SimpleChainStatusCheck simpleStatus1[] = {
|
---|
1322 | { sizeof(elementStatus1) / sizeof(elementStatus1[0]), elementStatus1 },
|
---|
1323 | };
|
---|
1324 | static CONST_DATA_BLOB chain2[] = {
|
---|
1325 | { sizeof(chain2_0), chain2_0 },
|
---|
1326 | { sizeof(chain0_1), chain0_1 },
|
---|
1327 | };
|
---|
1328 | static const CERT_TRUST_STATUS elementStatus2[] = {
|
---|
1329 | { CERT_TRUST_IS_NOT_TIME_VALID, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1330 | { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1331 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1332 | };
|
---|
1333 | static const SimpleChainStatusCheck simpleStatus2[] = {
|
---|
1334 | { sizeof(elementStatus2) / sizeof(elementStatus2[0]), elementStatus2 },
|
---|
1335 | };
|
---|
1336 | static CONST_DATA_BLOB chain3[] = {
|
---|
1337 | { sizeof(chain3_0), chain3_0 },
|
---|
1338 | { sizeof(chain0_1), chain0_1 },
|
---|
1339 | };
|
---|
1340 | static const CERT_TRUST_STATUS elementStatus3[] = {
|
---|
1341 | { CERT_TRUST_IS_NOT_TIME_VALID, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1342 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1343 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1344 | };
|
---|
1345 | static const SimpleChainStatusCheck simpleStatus3[] = {
|
---|
1346 | { sizeof(elementStatus3) / sizeof(elementStatus3[0]), elementStatus3 },
|
---|
1347 | };
|
---|
1348 | static CONST_DATA_BLOB chain4[] = {
|
---|
1349 | { sizeof(chain4_0), chain4_0 },
|
---|
1350 | { sizeof(chain0_1), chain0_1 },
|
---|
1351 | { sizeof(chain4_2), chain4_2 },
|
---|
1352 | };
|
---|
1353 | static const CERT_TRUST_STATUS elementStatus4[] = {
|
---|
1354 | { CERT_TRUST_IS_NOT_TIME_VALID, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1355 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_NOT_TIME_VALID,
|
---|
1356 | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1357 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1358 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1359 | };
|
---|
1360 | static const SimpleChainStatusCheck simpleStatus4[] = {
|
---|
1361 | { sizeof(elementStatus4) / sizeof(elementStatus4[0]), elementStatus4 },
|
---|
1362 | };
|
---|
1363 | static CONST_DATA_BLOB chain5[] = {
|
---|
1364 | { sizeof(chain5_0), chain5_0 },
|
---|
1365 | { sizeof(chain5_1), chain5_1 },
|
---|
1366 | };
|
---|
1367 | static const CERT_TRUST_STATUS elementStatus5[] = {
|
---|
1368 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1369 | { CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT |
|
---|
1370 | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1371 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1372 | };
|
---|
1373 | static const SimpleChainStatusCheck simpleStatus5[] = {
|
---|
1374 | { sizeof(elementStatus5) / sizeof(elementStatus5[0]), elementStatus5 },
|
---|
1375 | };
|
---|
1376 | static CONST_DATA_BLOB chain6[] = {
|
---|
1377 | { sizeof(chain0_0), chain0_0 },
|
---|
1378 | { sizeof(chain6_1), chain6_1 },
|
---|
1379 | };
|
---|
1380 | static const CERT_TRUST_STATUS elementStatus6[] = {
|
---|
1381 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1382 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1383 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1384 | };
|
---|
1385 | static const SimpleChainStatusCheck simpleStatus6[] = {
|
---|
1386 | { sizeof(elementStatus6) / sizeof(elementStatus6[0]), elementStatus6 },
|
---|
1387 | };
|
---|
1388 | static CONST_DATA_BLOB chain7[] = {
|
---|
1389 | { sizeof(chain0_0), chain0_0 },
|
---|
1390 | { sizeof(chain7_1), chain7_1 },
|
---|
1391 | };
|
---|
1392 | static const CERT_TRUST_STATUS elementStatus7[] = {
|
---|
1393 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1394 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1395 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1396 | };
|
---|
1397 | static const SimpleChainStatusCheck simpleStatus7[] = {
|
---|
1398 | { sizeof(elementStatus7) / sizeof(elementStatus7[0]), elementStatus7 },
|
---|
1399 | };
|
---|
1400 | static CONST_DATA_BLOB chain8[] = {
|
---|
1401 | { sizeof(chain8_0), chain8_0 },
|
---|
1402 | { sizeof(chain8_1), chain8_1 },
|
---|
1403 | { sizeof(chain8_2), chain8_2 },
|
---|
1404 | };
|
---|
1405 | static const CERT_TRUST_STATUS elementStatus8[] = {
|
---|
1406 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1407 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1408 | { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_TIME_VALID,
|
---|
1409 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1410 | };
|
---|
1411 | static const SimpleChainStatusCheck simpleStatus8[] = {
|
---|
1412 | { sizeof(elementStatus8) / sizeof(elementStatus8[0]), elementStatus8 },
|
---|
1413 | };
|
---|
1414 | static CONST_DATA_BLOB chain9[] = {
|
---|
1415 | { sizeof(chain9_0), chain9_0 },
|
---|
1416 | { sizeof(chain7_1), chain7_1 },
|
---|
1417 | };
|
---|
1418 | static const CERT_TRUST_STATUS elementStatus9[] = {
|
---|
1419 | { CERT_TRUST_NO_ERROR,
|
---|
1420 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1421 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS,
|
---|
1422 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1423 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_CYCLIC,
|
---|
1424 | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1425 | };
|
---|
1426 | static const SimpleChainStatusCheck simpleStatus9[] = {
|
---|
1427 | { sizeof(elementStatus9) / sizeof(elementStatus9[0]), elementStatus9 },
|
---|
1428 | };
|
---|
1429 | static CONST_DATA_BLOB chain10[] = {
|
---|
1430 | { sizeof(chain0_0), chain0_0 },
|
---|
1431 | { sizeof(chain10_1), chain10_1 },
|
---|
1432 | { sizeof(chain7_1), chain7_1 },
|
---|
1433 | };
|
---|
1434 | static const CERT_TRUST_STATUS elementStatus10[] = {
|
---|
1435 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1436 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1437 | CERT_TRUST_IS_SELF_SIGNED | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1438 | };
|
---|
1439 | static const SimpleChainStatusCheck simpleStatus10[] = {
|
---|
1440 | { sizeof(elementStatus10) / sizeof(elementStatus10[0]), elementStatus10 },
|
---|
1441 | };
|
---|
1442 | static CONST_DATA_BLOB chain11[] = {
|
---|
1443 | { sizeof(chain0_0), chain0_0 },
|
---|
1444 | { sizeof(chain11_1), chain11_1 },
|
---|
1445 | { sizeof(chain7_1), chain7_1 },
|
---|
1446 | };
|
---|
1447 | static CONST_DATA_BLOB chain12[] = {
|
---|
1448 | { sizeof(chain12_0), chain12_0 },
|
---|
1449 | { sizeof(chain7_1), chain7_1 },
|
---|
1450 | };
|
---|
1451 | static const CERT_TRUST_STATUS elementStatus12[] = {
|
---|
1452 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1453 | { CERT_TRUST_IS_NOT_SIGNATURE_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1454 | CERT_TRUST_IS_SELF_SIGNED | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1455 | };
|
---|
1456 | static const SimpleChainStatusCheck simpleStatus12[] = {
|
---|
1457 | { sizeof(elementStatus12) / sizeof(elementStatus12[0]), elementStatus12 },
|
---|
1458 | };
|
---|
1459 | static CONST_DATA_BLOB chain13[] = {
|
---|
1460 | { sizeof(chain0_0), chain0_0 },
|
---|
1461 | { sizeof(chain13_1), chain13_1 },
|
---|
1462 | };
|
---|
1463 | static const CERT_TRUST_STATUS elementStatus13[] = {
|
---|
1464 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1465 | { CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1466 | CERT_TRUST_IS_SELF_SIGNED | CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1467 | };
|
---|
1468 | static const SimpleChainStatusCheck simpleStatus13[] = {
|
---|
1469 | { sizeof(elementStatus13) / sizeof(elementStatus13[0]), elementStatus13 },
|
---|
1470 | };
|
---|
1471 | static CONST_DATA_BLOB selfSignedChain[] = {
|
---|
1472 | { sizeof(selfSignedCert), selfSignedCert }
|
---|
1473 | };
|
---|
1474 | static const CERT_TRUST_STATUS selfSignedElementStatus[] = {
|
---|
1475 | { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT,
|
---|
1476 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED },
|
---|
1477 | };
|
---|
1478 | static const SimpleChainStatusCheck selfSignedSimpleStatus[] = {
|
---|
1479 | { sizeof(selfSignedElementStatus) / sizeof(selfSignedElementStatus[0]),
|
---|
1480 | selfSignedElementStatus },
|
---|
1481 | };
|
---|
1482 | static CONST_DATA_BLOB iTunesChain[] = {
|
---|
1483 | { sizeof(verisignCA), verisignCA },
|
---|
1484 | { sizeof(iTunesCert0), iTunesCert0 },
|
---|
1485 | { sizeof(iTunesCert1), iTunesCert1 },
|
---|
1486 | { sizeof(iTunesCert2), iTunesCert2 },
|
---|
1487 | { sizeof(iTunesCert3), iTunesCert3 },
|
---|
1488 | };
|
---|
1489 | static const CERT_TRUST_STATUS iTunesElementStatus[] = {
|
---|
1490 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_KEY_MATCH_ISSUER },
|
---|
1491 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_EXACT_MATCH_ISSUER },
|
---|
1492 | { CERT_TRUST_NO_ERROR,
|
---|
1493 | CERT_TRUST_HAS_NAME_MATCH_ISSUER | CERT_TRUST_IS_SELF_SIGNED},
|
---|
1494 | };
|
---|
1495 | static const SimpleChainStatusCheck iTunesSimpleStatus[] = {
|
---|
1496 | { sizeof(iTunesElementStatus) / sizeof(iTunesElementStatus[0]),
|
---|
1497 | iTunesElementStatus },
|
---|
1498 | };
|
---|
1499 | static ChainCheck chainCheck[] = {
|
---|
1500 | /* Windows XP erroneously sets CERT_TRUST_HAS_PREFERRED_ISSUER on all
|
---|
1501 | * elements, so ignore it.
|
---|
1502 | * Windows 98/NT4 also set CERT_TRUST_IS_NOT_TIME_NESTED on chains they
|
---|
1503 | * shouldn't, so ignore those too.
|
---|
1504 | */
|
---|
1505 | { { sizeof(chain0) / sizeof(chain0[0]), chain0 },
|
---|
1506 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1507 | { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1508 | 1, simpleStatus0 }, 0 },
|
---|
1509 | { { sizeof(chain1) / sizeof(chain1[0]), chain1 },
|
---|
1510 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1511 | { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_SIGNATURE_VALID |
|
---|
1512 | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1513 | 1, simpleStatus1 }, 0 },
|
---|
1514 | { { sizeof(chain2) / sizeof(chain2[0]), chain2 },
|
---|
1515 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1516 | { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1517 | 1, simpleStatus2 }, 0 },
|
---|
1518 | { { sizeof(chain3) / sizeof(chain3[0]), chain3 },
|
---|
1519 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1520 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
|
---|
1521 | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1522 | 1, simpleStatus3 }, 0 },
|
---|
1523 | { { sizeof(chain4) / sizeof(chain4[0]), chain4 },
|
---|
1524 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1525 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
|
---|
1526 | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1527 | 1, simpleStatus4 }, 0 },
|
---|
1528 | /* Windows versions prior to Vista/2008 incorrectly set
|
---|
1529 | * CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT on this chain, so ignore it.
|
---|
1530 | */
|
---|
1531 | { { sizeof(chain5) / sizeof(chain5[0]), chain5 },
|
---|
1532 | { { CERT_TRUST_HAS_NOT_DEFINED_NAME_CONSTRAINT,
|
---|
1533 | CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1534 | { CERT_TRUST_HAS_NOT_PERMITTED_NAME_CONSTRAINT |
|
---|
1535 | CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus5 }, 0 },
|
---|
1536 | { { sizeof(chain6) / sizeof(chain6[0]), chain6 },
|
---|
1537 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1538 | { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus6 }, 0 },
|
---|
1539 | { { sizeof(chain7) / sizeof(chain7[0]), chain7 },
|
---|
1540 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1541 | { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus7 }, 0 },
|
---|
1542 | { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
|
---|
1543 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1544 | { CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_UNTRUSTED_ROOT |
|
---|
1545 | CERT_TRUST_IS_NOT_TIME_VALID, 0 },
|
---|
1546 | 1, simpleStatus8 },
|
---|
1547 | TODO_ERROR },
|
---|
1548 | { { sizeof(chain9) / sizeof(chain9[0]), chain9 },
|
---|
1549 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1550 | { CERT_TRUST_IS_PARTIAL_CHAIN |
|
---|
1551 | CERT_TRUST_INVALID_BASIC_CONSTRAINTS | CERT_TRUST_IS_CYCLIC, 0 },
|
---|
1552 | 1, simpleStatus9 },
|
---|
1553 | TODO_INFO },
|
---|
1554 | { { sizeof(chain10) / sizeof(chain10[0]), chain10 },
|
---|
1555 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1556 | { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus10 }, 0 },
|
---|
1557 | { { sizeof(chain11) / sizeof(chain11[0]), chain11 },
|
---|
1558 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1559 | { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus10 }, 0 },
|
---|
1560 | { { sizeof(chain12) / sizeof(chain12[0]), chain12 },
|
---|
1561 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1562 | { CERT_TRUST_IS_UNTRUSTED_ROOT | CERT_TRUST_IS_NOT_SIGNATURE_VALID, 0 },
|
---|
1563 | 1, simpleStatus12 }, 0 },
|
---|
1564 | { { sizeof(chain13) / sizeof(chain13[0]), chain13 },
|
---|
1565 | { { CERT_TRUST_IS_NOT_TIME_NESTED, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1566 | { CERT_TRUST_IS_UNTRUSTED_ROOT, 0 }, 1, simpleStatus13 },
|
---|
1567 | 0 },
|
---|
1568 | { { sizeof(selfSignedChain) / sizeof(selfSignedChain[0]), selfSignedChain },
|
---|
1569 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1570 | { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT, 0 },
|
---|
1571 | 1, selfSignedSimpleStatus }, 0 },
|
---|
1572 | /* The iTunes chain may or may not have its root trusted, so ignore the
|
---|
1573 | * error
|
---|
1574 | */
|
---|
1575 | { { sizeof(iTunesChain) / sizeof(iTunesChain[0]), iTunesChain },
|
---|
1576 | { { CERT_TRUST_IS_UNTRUSTED_ROOT, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1577 | { 0, 0 },
|
---|
1578 | 1, iTunesSimpleStatus }, 0 },
|
---|
1579 | };
|
---|
1580 |
|
---|
1581 | static const CERT_TRUST_STATUS elementStatus8NoStore[] = {
|
---|
1582 | { CERT_TRUST_NO_ERROR, CERT_TRUST_HAS_NAME_MATCH_ISSUER },
|
---|
1583 | };
|
---|
1584 | static const SimpleChainStatusCheck simpleStatus8NoStore[] = {
|
---|
1585 | { sizeof(elementStatus8NoStore) / sizeof(elementStatus8NoStore[0]),
|
---|
1586 | elementStatus8NoStore },
|
---|
1587 | };
|
---|
1588 | static ChainCheck chainCheckNoStore[] = {
|
---|
1589 | { { sizeof(selfSignedChain) / sizeof(selfSignedChain[0]), selfSignedChain },
|
---|
1590 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1591 | { CERT_TRUST_IS_NOT_TIME_VALID | CERT_TRUST_IS_UNTRUSTED_ROOT, 0 },
|
---|
1592 | 1, selfSignedSimpleStatus },
|
---|
1593 | 0 },
|
---|
1594 | { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
|
---|
1595 | { { 0, CERT_TRUST_HAS_PREFERRED_ISSUER },
|
---|
1596 | { CERT_TRUST_IS_PARTIAL_CHAIN, 0 },
|
---|
1597 | 1, simpleStatus8NoStore },
|
---|
1598 | TODO_INFO },
|
---|
1599 | };
|
---|
1600 |
|
---|
1601 | /* Wednesday, Oct 1, 2007 */
|
---|
1602 | static SYSTEMTIME oct2007 = { 2007, 10, 1, 1, 0, 0, 0, 0 };
|
---|
1603 |
|
---|
1604 | static void testGetCertChain(void)
|
---|
1605 | {
|
---|
1606 | BOOL ret;
|
---|
1607 | PCCERT_CONTEXT cert;
|
---|
1608 | CERT_CHAIN_PARA para = { 0 };
|
---|
1609 | PCCERT_CHAIN_CONTEXT chain;
|
---|
1610 | DWORD i;
|
---|
1611 |
|
---|
1612 | /* Basic parameter checks */
|
---|
1613 | if (0)
|
---|
1614 | {
|
---|
1615 | /* Crash on Vista */
|
---|
1616 | ret = pCertGetCertificateChain(NULL, NULL, NULL, NULL, NULL, 0, NULL, NULL);
|
---|
1617 | ok(!ret && GetLastError() == E_INVALIDARG,
|
---|
1618 | "Expected E_INVALIDARG, got %08x\n", GetLastError());
|
---|
1619 | }
|
---|
1620 | ret = pCertGetCertificateChain(NULL, NULL, NULL, NULL, NULL, 0, NULL,
|
---|
1621 | &chain);
|
---|
1622 | ok(!ret && GetLastError() == E_INVALIDARG,
|
---|
1623 | "Expected E_INVALIDARG, got %08x\n", GetLastError());
|
---|
1624 | /* Crash
|
---|
1625 | ret = pCertGetCertificateChain(NULL, NULL, NULL, NULL, ¶, 0, NULL, NULL);
|
---|
1626 | ret = pCertGetCertificateChain(NULL, NULL, NULL, NULL, ¶, 0, NULL,
|
---|
1627 | &chain);
|
---|
1628 | */
|
---|
1629 | cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
|
---|
1630 | sizeof(bigCert));
|
---|
1631 | if (0)
|
---|
1632 | {
|
---|
1633 | /* Crash on Vista */
|
---|
1634 | ret = pCertGetCertificateChain(NULL, cert, NULL, NULL, NULL, 0, NULL, NULL);
|
---|
1635 | ok(!ret && GetLastError() == E_INVALIDARG,
|
---|
1636 | "Expected E_INVALIDARG, got %08x\n", GetLastError());
|
---|
1637 | }
|
---|
1638 | /* Crash
|
---|
1639 | ret = pCertGetCertificateChain(NULL, cert, NULL, NULL, ¶, 0, NULL, NULL);
|
---|
1640 | */
|
---|
1641 |
|
---|
1642 | /* Tests with an invalid cert (one whose signature is bad) */
|
---|
1643 | SetLastError(0xdeadbeef);
|
---|
1644 | ret = pCertGetCertificateChain(NULL, cert, NULL, NULL, ¶, 0, NULL,
|
---|
1645 | &chain);
|
---|
1646 | ok(!ret, "Expected failure\n");
|
---|
1647 | ok(GetLastError() == ERROR_INVALID_DATA ||
|
---|
1648 | GetLastError() == CRYPT_E_ASN1_BADTAG /* Vista */,
|
---|
1649 | "Expected ERROR_INVALID_DATA or CRYPT_E_ASN1_BADTAG, got %d\n", GetLastError());
|
---|
1650 | para.cbSize = sizeof(para);
|
---|
1651 | SetLastError(0xdeadbeef);
|
---|
1652 | ret = pCertGetCertificateChain(NULL, cert, NULL, NULL, ¶, 0, NULL,
|
---|
1653 | &chain);
|
---|
1654 | ok(!ret, "Expected failure\n");
|
---|
1655 | ok(GetLastError() == ERROR_INVALID_DATA ||
|
---|
1656 | GetLastError() == CRYPT_E_ASN1_BADTAG /* Vista */,
|
---|
1657 | "Expected ERROR_INVALID_DATA or CRYPT_E_ASN1_BADTAG, got %d\n", GetLastError());
|
---|
1658 | CertFreeCertificateContext(cert);
|
---|
1659 |
|
---|
1660 | for (i = 0; i < sizeof(chainCheck) / sizeof(chainCheck[0]); i++)
|
---|
1661 | {
|
---|
1662 | chain = getChain(&chainCheck[i].certs, 0, TRUE, &oct2007,
|
---|
1663 | chainCheck[i].todo, i);
|
---|
1664 | if (chain)
|
---|
1665 | {
|
---|
1666 | checkChainStatus(chain, &chainCheck[i].status, chainCheck[i].todo,
|
---|
1667 | i);
|
---|
1668 | pCertFreeCertificateChain(chain);
|
---|
1669 | }
|
---|
1670 | }
|
---|
1671 | for (i = 0; i < sizeof(chainCheckNoStore) / sizeof(chainCheckNoStore[0]);
|
---|
1672 | i++)
|
---|
1673 | {
|
---|
1674 | chain = getChain(&chainCheckNoStore[i].certs, 0, FALSE, &oct2007,
|
---|
1675 | chainCheckNoStore[i].todo, i);
|
---|
1676 | if (chain)
|
---|
1677 | {
|
---|
1678 | checkChainStatus(chain, &chainCheckNoStore[i].status,
|
---|
1679 | chainCheckNoStore[i].todo, i);
|
---|
1680 | pCertFreeCertificateChain(chain);
|
---|
1681 | }
|
---|
1682 | }
|
---|
1683 | }
|
---|
1684 |
|
---|
1685 | typedef struct _ChainPolicyCheck
|
---|
1686 | {
|
---|
1687 | CONST_BLOB_ARRAY certs;
|
---|
1688 | CERT_CHAIN_POLICY_STATUS status;
|
---|
1689 | DWORD todo;
|
---|
1690 | } ChainPolicyCheck;
|
---|
1691 |
|
---|
1692 | static const ChainPolicyCheck basePolicyCheck[] = {
|
---|
1693 | { { sizeof(chain0) / sizeof(chain0[0]), chain0 },
|
---|
1694 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1695 | { { sizeof(chain1) / sizeof(chain1[0]), chain1 },
|
---|
1696 | { 0, TRUST_E_CERT_SIGNATURE, 0, 0, NULL }, 0 },
|
---|
1697 | { { sizeof(chain2) / sizeof(chain2[0]), chain2 },
|
---|
1698 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1699 | { { sizeof(chain3) / sizeof(chain3[0]), chain3 },
|
---|
1700 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1701 | { { sizeof(chain4) / sizeof(chain4[0]), chain4 },
|
---|
1702 | { 0, CERT_E_UNTRUSTEDROOT, 0, 2, NULL }, 0 },
|
---|
1703 | { { sizeof(chain5) / sizeof(chain5[0]), chain5 },
|
---|
1704 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1705 | { { sizeof(chain6) / sizeof(chain6[0]), chain6 },
|
---|
1706 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1707 | { { sizeof(chain7) / sizeof(chain7[0]), chain7 },
|
---|
1708 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1709 | { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
|
---|
1710 | { 0, CERT_E_UNTRUSTEDROOT, 0, 2, NULL }, 0 },
|
---|
1711 | { { sizeof(chain9) / sizeof(chain9[0]), chain9 },
|
---|
1712 | { 0, CERT_E_CHAINING, 0, -1, NULL }, 0 },
|
---|
1713 | { { sizeof(chain10) / sizeof(chain10[0]), chain10 },
|
---|
1714 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1715 | { { sizeof(chain11) / sizeof(chain11[0]), chain11 },
|
---|
1716 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1717 | { { sizeof(chain12) / sizeof(chain12[0]), chain12 },
|
---|
1718 | { 0, TRUST_E_CERT_SIGNATURE, 0, 1, NULL }, 0 },
|
---|
1719 | { { sizeof(selfSignedChain) / sizeof(selfSignedChain[0]), selfSignedChain },
|
---|
1720 | { 0, CERT_E_UNTRUSTEDROOT, 0, 0, NULL }, 0 },
|
---|
1721 | };
|
---|
1722 |
|
---|
1723 | static const ChainPolicyCheck authenticodePolicyCheck[] = {
|
---|
1724 | { { sizeof(chain0) / sizeof(chain0[0]), chain0 },
|
---|
1725 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1726 | { { sizeof(chain1) / sizeof(chain1[0]), chain1 },
|
---|
1727 | { 0, TRUST_E_CERT_SIGNATURE, 0, 0, NULL }, 0 },
|
---|
1728 | { { sizeof(chain2) / sizeof(chain2[0]), chain2 },
|
---|
1729 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1730 | { { sizeof(chain3) / sizeof(chain3[0]), chain3 },
|
---|
1731 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1732 | { { sizeof(chain4) / sizeof(chain4[0]), chain4 },
|
---|
1733 | { 0, CERT_E_UNTRUSTEDROOT, 0, 2, NULL }, 0 },
|
---|
1734 | { { sizeof(chain5) / sizeof(chain5[0]), chain5 },
|
---|
1735 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1736 | { { sizeof(chain6) / sizeof(chain6[0]), chain6 },
|
---|
1737 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1738 | { { sizeof(chain7) / sizeof(chain7[0]), chain7 },
|
---|
1739 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1740 | { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
|
---|
1741 | { 0, CERT_E_UNTRUSTEDROOT, 0, 2, NULL }, 0 },
|
---|
1742 | { { sizeof(chain9) / sizeof(chain9[0]), chain9 },
|
---|
1743 | { 0, CERT_E_CHAINING, 0, -1, NULL }, 0 },
|
---|
1744 | { { sizeof(chain10) / sizeof(chain10[0]), chain10 },
|
---|
1745 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1746 | { { sizeof(chain11) / sizeof(chain11[0]), chain11 },
|
---|
1747 | { 0, CERT_E_UNTRUSTEDROOT, 0, 1, NULL }, 0 },
|
---|
1748 | { { sizeof(chain12) / sizeof(chain12[0]), chain12 },
|
---|
1749 | { 0, TRUST_E_CERT_SIGNATURE, 0, 1, NULL }, 0 },
|
---|
1750 | { { sizeof(selfSignedChain) / sizeof(selfSignedChain[0]), selfSignedChain },
|
---|
1751 | { 0, CERT_E_UNTRUSTEDROOT, 0, 0, NULL }, 0 },
|
---|
1752 | };
|
---|
1753 |
|
---|
1754 | static const ChainPolicyCheck basicConstraintsPolicyCheck[] = {
|
---|
1755 | { { sizeof(chain0) / sizeof(chain0[0]), chain0 },
|
---|
1756 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1757 | { { sizeof(chain1) / sizeof(chain1[0]), chain1 },
|
---|
1758 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1759 | { { sizeof(chain2) / sizeof(chain2[0]), chain2 },
|
---|
1760 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1761 | { { sizeof(chain3) / sizeof(chain3[0]), chain3 },
|
---|
1762 | { 0, TRUST_E_BASIC_CONSTRAINTS, 0, 1, NULL }, 0 },
|
---|
1763 | { { sizeof(chain4) / sizeof(chain4[0]), chain4 },
|
---|
1764 | { 0, TRUST_E_BASIC_CONSTRAINTS, 0, 1, NULL }, 0 },
|
---|
1765 | { { sizeof(chain5) / sizeof(chain5[0]), chain5 },
|
---|
1766 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1767 | { { sizeof(chain6) / sizeof(chain6[0]), chain6 },
|
---|
1768 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1769 | { { sizeof(chain7) / sizeof(chain7[0]), chain7 },
|
---|
1770 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1771 | { { sizeof(chain8) / sizeof(chain8[0]), chain8 },
|
---|
1772 | { 0, TRUST_E_BASIC_CONSTRAINTS, 0, 1, NULL },
|
---|
1773 | TODO_ERROR | TODO_CHAINS | TODO_ELEMENTS },
|
---|
1774 | { { sizeof(chain9) / sizeof(chain9[0]), chain9 },
|
---|
1775 | { 0, TRUST_E_BASIC_CONSTRAINTS, 0, 1, NULL }, 0 },
|
---|
1776 | { { sizeof(chain10) / sizeof(chain10[0]), chain10 },
|
---|
1777 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1778 | { { sizeof(chain11) / sizeof(chain11[0]), chain11 },
|
---|
1779 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1780 | { { sizeof(chain12) / sizeof(chain12[0]), chain12 },
|
---|
1781 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1782 | { { sizeof(selfSignedChain) / sizeof(selfSignedChain[0]), selfSignedChain },
|
---|
1783 | { 0, 0, -1, -1, NULL }, 0 },
|
---|
1784 | };
|
---|
1785 |
|
---|
1786 | static const char *num_to_str(WORD num)
|
---|
1787 | {
|
---|
1788 | static char buf[6];
|
---|
1789 |
|
---|
1790 | sprintf(buf, "#%04X", num);
|
---|
1791 | return buf;
|
---|
1792 | }
|
---|
1793 |
|
---|
1794 | static void checkChainPolicyStatus(LPCSTR policy, const ChainPolicyCheck *check,
|
---|
1795 | DWORD testIndex)
|
---|
1796 | {
|
---|
1797 | PCCERT_CHAIN_CONTEXT chain = getChain(&check->certs, 0, TRUE, &oct2007,
|
---|
1798 | check->todo, testIndex);
|
---|
1799 |
|
---|
1800 | if (chain)
|
---|
1801 | {
|
---|
1802 | CERT_CHAIN_POLICY_STATUS policyStatus = { 0 };
|
---|
1803 | BOOL ret = pCertVerifyCertificateChainPolicy(policy, chain, NULL,
|
---|
1804 | &policyStatus);
|
---|
1805 |
|
---|
1806 | if (check->todo & TODO_POLICY)
|
---|
1807 | todo_wine ok(ret,
|
---|
1808 | "%s[%d]: CertVerifyCertificateChainPolicy failed: %08x\n",
|
---|
1809 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1810 | testIndex, GetLastError());
|
---|
1811 | else
|
---|
1812 | {
|
---|
1813 | if (!ret && GetLastError() == ERROR_FILE_NOT_FOUND)
|
---|
1814 | {
|
---|
1815 | skip("%d: missing policy %s, skipping test\n", testIndex,
|
---|
1816 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)));
|
---|
1817 | pCertFreeCertificateChain(chain);
|
---|
1818 | return;
|
---|
1819 | }
|
---|
1820 | ok(ret, "%s[%d]: CertVerifyCertificateChainPolicy failed: %08x\n",
|
---|
1821 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)), testIndex,
|
---|
1822 | GetLastError());
|
---|
1823 | }
|
---|
1824 | if (ret)
|
---|
1825 | {
|
---|
1826 | if (check->todo & TODO_ERROR)
|
---|
1827 | todo_wine ok(policyStatus.dwError == check->status.dwError ||
|
---|
1828 | broken(policyStatus.dwError == CERT_TRUST_NO_ERROR),
|
---|
1829 | "%s[%d]: expected %08x, got %08x\n",
|
---|
1830 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1831 | testIndex, check->status.dwError, policyStatus.dwError);
|
---|
1832 | else
|
---|
1833 | ok(policyStatus.dwError == check->status.dwError ||
|
---|
1834 | broken(policyStatus.dwError == CERT_TRUST_NO_ERROR),
|
---|
1835 | "%s[%d]: expected %08x, got %08x\n",
|
---|
1836 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1837 | testIndex, check->status.dwError, policyStatus.dwError);
|
---|
1838 | if (policyStatus.dwError != check->status.dwError)
|
---|
1839 | {
|
---|
1840 | skip("error doesn't match, not checking indexes\n");
|
---|
1841 | pCertFreeCertificateChain(chain);
|
---|
1842 | return;
|
---|
1843 | }
|
---|
1844 | if (check->todo & TODO_CHAINS)
|
---|
1845 | todo_wine ok(policyStatus.lChainIndex ==
|
---|
1846 | check->status.lChainIndex, "%s[%d]: expected %d, got %d\n",
|
---|
1847 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1848 | testIndex, check->status.lChainIndex,
|
---|
1849 | policyStatus.lChainIndex);
|
---|
1850 | else
|
---|
1851 | ok(policyStatus.lChainIndex == check->status.lChainIndex,
|
---|
1852 | "%s[%d]: expected %d, got %d\n",
|
---|
1853 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1854 | testIndex,
|
---|
1855 | check->status.lChainIndex, policyStatus.lChainIndex);
|
---|
1856 | if (check->todo & TODO_ELEMENTS)
|
---|
1857 | todo_wine ok(policyStatus.lElementIndex ==
|
---|
1858 | check->status.lElementIndex,
|
---|
1859 | "%s[%d]: expected %d, got %d\n",
|
---|
1860 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1861 | testIndex,
|
---|
1862 | check->status.lElementIndex, policyStatus.lElementIndex);
|
---|
1863 | else
|
---|
1864 | ok(policyStatus.lElementIndex == check->status.lElementIndex,
|
---|
1865 | "%s[%d]: expected %d, got %d\n",
|
---|
1866 | HIWORD(policy) ? policy : num_to_str(LOWORD(policy)),
|
---|
1867 | testIndex,
|
---|
1868 | check->status.lElementIndex, policyStatus.lElementIndex);
|
---|
1869 | }
|
---|
1870 | pCertFreeCertificateChain(chain);
|
---|
1871 | }
|
---|
1872 | }
|
---|
1873 |
|
---|
1874 | static void testVerifyCertChainPolicy(void)
|
---|
1875 | {
|
---|
1876 | BOOL ret;
|
---|
1877 | PCCERT_CONTEXT cert;
|
---|
1878 | CERT_CHAIN_PARA chainPara = { sizeof(CERT_CHAIN_PARA), { 0 } };
|
---|
1879 | PCCERT_CHAIN_CONTEXT chain;
|
---|
1880 | CERT_CHAIN_POLICY_STATUS policyStatus = { 0 };
|
---|
1881 | CERT_CHAIN_POLICY_PARA policyPara = { 0 };
|
---|
1882 | DWORD i;
|
---|
1883 |
|
---|
1884 | if (!pCertVerifyCertificateChainPolicy)
|
---|
1885 | {
|
---|
1886 | skip("CertVerifyCertificateChainPolicy() is not available\n");
|
---|
1887 | return;
|
---|
1888 | }
|
---|
1889 |
|
---|
1890 | /* Crash
|
---|
1891 | ret = pCertVerifyCertificateChainPolicy(NULL, NULL, NULL, NULL);
|
---|
1892 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, NULL, NULL,
|
---|
1893 | NULL);
|
---|
1894 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, NULL,
|
---|
1895 | &chainPara, NULL);
|
---|
1896 | */
|
---|
1897 | SetLastError(0xdeadbeef);
|
---|
1898 | ret = pCertVerifyCertificateChainPolicy(NULL, NULL, NULL, &policyStatus);
|
---|
1899 | ok(!ret && GetLastError() == ERROR_FILE_NOT_FOUND,
|
---|
1900 | "Expected ERROR_FILE_NOT_FOUND, got %08x\n", GetLastError());
|
---|
1901 | /* Crashes
|
---|
1902 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, NULL, NULL,
|
---|
1903 | &policyStatus);
|
---|
1904 | */
|
---|
1905 | cert = CertCreateCertificateContext(X509_ASN_ENCODING, selfSignedCert,
|
---|
1906 | sizeof(selfSignedCert));
|
---|
1907 | pCertGetCertificateChain(NULL, cert, NULL, NULL, &chainPara, 0, NULL,
|
---|
1908 | &chain);
|
---|
1909 | /* Crash
|
---|
1910 | ret = pCertVerifyCertificateChainPolicy(NULL, chain, NULL, NULL);
|
---|
1911 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, chain, NULL,
|
---|
1912 | NULL);
|
---|
1913 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, chain,
|
---|
1914 | &chainPara, NULL);
|
---|
1915 | */
|
---|
1916 | /* Size of policy status is apparently ignored, as is pChainPolicyPara */
|
---|
1917 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, chain, NULL,
|
---|
1918 | &policyStatus);
|
---|
1919 | ok(ret, "CertVerifyCertificateChainPolicy failed: %08x\n", GetLastError());
|
---|
1920 | ok(policyStatus.dwError == CERT_E_UNTRUSTEDROOT,
|
---|
1921 | "Expected CERT_E_UNTRUSTEDROOT, got %08x\n", policyStatus.dwError);
|
---|
1922 | ok(policyStatus.lChainIndex == 0 && policyStatus.lElementIndex == 0,
|
---|
1923 | "Expected both indexes 0, got %d, %d\n", policyStatus.lChainIndex,
|
---|
1924 | policyStatus.lElementIndex);
|
---|
1925 | ret = pCertVerifyCertificateChainPolicy(CERT_CHAIN_POLICY_BASE, chain,
|
---|
1926 | &policyPara, &policyStatus);
|
---|
1927 | ok(ret, "CertVerifyCertificateChainPolicy failed: %08x\n", GetLastError());
|
---|
1928 | ok(policyStatus.dwError == CERT_E_UNTRUSTEDROOT,
|
---|
1929 | "Expected CERT_E_UNTRUSTEDROOT, got %08x\n", policyStatus.dwError);
|
---|
1930 | ok(policyStatus.lChainIndex == 0 && policyStatus.lElementIndex == 0,
|
---|
1931 | "Expected both indexes 0, got %d, %d\n", policyStatus.lChainIndex,
|
---|
1932 | policyStatus.lElementIndex);
|
---|
1933 | pCertFreeCertificateChain(chain);
|
---|
1934 | CertFreeCertificateContext(cert);
|
---|
1935 |
|
---|
1936 | for (i = 0;
|
---|
1937 | i < sizeof(basePolicyCheck) / sizeof(basePolicyCheck[0]); i++)
|
---|
1938 | checkChainPolicyStatus(CERT_CHAIN_POLICY_BASE, &basePolicyCheck[i], i);
|
---|
1939 | /* The authenticode policy doesn't seem to check anything beyond the base
|
---|
1940 | * policy. It might check for chains signed by the MS test cert, but none
|
---|
1941 | * of these chains is.
|
---|
1942 | */
|
---|
1943 | for (i = 0; i <
|
---|
1944 | sizeof(authenticodePolicyCheck) / sizeof(authenticodePolicyCheck[0]); i++)
|
---|
1945 | checkChainPolicyStatus(CERT_CHAIN_POLICY_AUTHENTICODE,
|
---|
1946 | &authenticodePolicyCheck[i], i);
|
---|
1947 | for (i = 0; i <
|
---|
1948 | sizeof(basicConstraintsPolicyCheck) / sizeof(basicConstraintsPolicyCheck[0]);
|
---|
1949 | i++)
|
---|
1950 | checkChainPolicyStatus(CERT_CHAIN_POLICY_BASIC_CONSTRAINTS,
|
---|
1951 | &basicConstraintsPolicyCheck[i], i);
|
---|
1952 | }
|
---|
1953 |
|
---|
1954 | START_TEST(chain)
|
---|
1955 | {
|
---|
1956 | HMODULE hCrypt32 = GetModuleHandleA("crypt32.dll");
|
---|
1957 | pCertCreateCertificateChainEngine = (void*)GetProcAddress(hCrypt32, "CertCreateCertificateChainEngine");
|
---|
1958 | pCertGetCertificateChain = (void*)GetProcAddress(hCrypt32, "CertGetCertificateChain");
|
---|
1959 | pCertFreeCertificateChain = (void*)GetProcAddress(hCrypt32, "CertFreeCertificateChain");
|
---|
1960 | pCertFreeCertificateChainEngine = (void*)GetProcAddress(hCrypt32, "CertFreeCertificateChainEngine");
|
---|
1961 | pCertVerifyCertificateChainPolicy = (void*)GetProcAddress(hCrypt32, "CertVerifyCertificateChainPolicy");
|
---|
1962 |
|
---|
1963 | testCreateCertChainEngine();
|
---|
1964 | if (!pCertGetCertificateChain)
|
---|
1965 | {
|
---|
1966 | skip("CertGetCertificateChain() is not available\n");
|
---|
1967 | }
|
---|
1968 | else
|
---|
1969 | {
|
---|
1970 | testVerifyCertChainPolicy();
|
---|
1971 | testGetCertChain();
|
---|
1972 | }
|
---|
1973 | }
|
---|