include/msvcrt: Define more CPU control word flags.
[wine] / dlls / cryptnet / tests / cryptnet.c
1 /*
2  * Unit test suite for cryptnet.dll
3  *
4  * Copyright 2007 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 <stdarg.h>
21 #include <stdio.h>
22 #define NONAMELESSUNION
23 #include <windef.h>
24 #include <winbase.h>
25 #include <winerror.h>
26 #include <wincrypt.h>
27 #include "wine/test.h"
28
29 static const BYTE bigCert[] = {
30 0x30,0x78,0x02,0x01,0x01,0x30,0x02,0x06,0x00,0x30,0x14,0x31,0x12,0x30,0x10,
31 0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,
32 0x67,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,0x30,0x30,
33 0x30,0x30,0x30,0x30,0x5a,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,
34 0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x30,0x14,0x31,0x12,0x30,0x10,0x06,0x03,
35 0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x30,
36 0x07,0x30,0x02,0x06,0x00,0x03,0x01,0x00,0xa3,0x16,0x30,0x14,0x30,0x12,0x06,
37 0x03,0x55,0x1d,0x13,0x01,0x01,0xff,0x04,0x08,0x30,0x06,0x01,0x01,0xff,0x02,
38 0x01,0x01};
39 static const BYTE certWithIssuingDistPoint[] = {
40 0x30,0x81,0x99,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,0x30,0x0d,0x06,0x09,
41 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x30,0x14,0x31,0x12,
42 0x30,0x10,0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,
43 0x61,0x6e,0x67,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,
44 0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,
45 0x30,0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x30,0x14,0x31,0x12,0x30,0x10,
46 0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,
47 0x67,0x30,0x07,0x30,0x02,0x06,0x00,0x03,0x01,0x00,0xa3,0x27,0x30,0x25,0x30,
48 0x23,0x06,0x03,0x55,0x1d,0x1c,0x01,0x01,0xff,0x04,0x19,0x30,0x17,0xa0,0x15,
49 0xa0,0x13,0x86,0x11,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x69,0x6e,0x65,
50 0x68,0x71,0x2e,0x6f,0x72,0x67, };
51 static const BYTE certWithCRLDistPoint[] = {
52 0x30,0x81,0x9b,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,0x30,0x0d,0x06,0x09,
53 0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x30,0x14,0x31,0x12,
54 0x30,0x10,0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,
55 0x61,0x6e,0x67,0x30,0x22,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,0x30,0x31,
56 0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x18,0x0f,0x31,0x36,0x30,0x31,0x30,0x31,
57 0x30,0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x30,0x14,0x31,0x12,0x30,0x10,
58 0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,
59 0x67,0x30,0x07,0x30,0x02,0x06,0x00,0x03,0x01,0x00,0xa3,0x29,0x30,0x27,0x30,
60 0x25,0x06,0x03,0x55,0x1d,0x1f,0x01,0x01,0xff,0x04,0x1b,0x30,0x19,0x30,0x17,
61 0xa0,0x15,0xa0,0x13,0x86,0x11,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x69,
62 0x6e,0x65,0x68,0x71,0x2e,0x6f,0x72,0x67, };
63 static const BYTE certWithAIAWithCAIssuers[] = {
64 0x30,0x82,0x01,0x3c,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,0x01,0x30,0x0b,0x06,
65 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x30,0x14,0x31,0x12,0x30,
66 0x10,0x06,0x03,0x55,0x04,0x03,0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,
67 0x6e,0x67,0x30,0x1e,0x17,0x0d,0x30,0x39,0x31,0x30,0x32,0x38,0x30,0x30,0x30,
68 0x30,0x30,0x30,0x5a,0x17,0x0d,0x32,0x30,0x31,0x31,0x32,0x37,0x30,0x30,0x30,
69 0x30,0x30,0x30,0x5a,0x30,0x14,0x31,0x12,0x30,0x10,0x06,0x03,0x55,0x04,0x03,
70 0x13,0x09,0x4a,0x75,0x61,0x6e,0x20,0x4c,0x61,0x6e,0x67,0x30,0x81,0xa5,0x30,
71 0x0b,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x03,0x81,0x95,
72 0x00,0x06,0x02,0x00,0x00,0x00,0x24,0x00,0x00,0x52,0x53,0x41,0x31,0x00,0x04,
73 0x00,0x00,0x01,0x00,0x01,0x00,0x2f,0xb2,0x8c,0xff,0x6c,0xf1,0xb1,0x61,0x9c,
74 0x3a,0x8f,0x5e,0x35,0x2f,0x1f,0xd5,0xcf,0x2a,0xf6,0x9e,0x37,0xe8,0x89,0xa2,
75 0xb1,0x1c,0xc0,0x1c,0xb6,0x72,0x45,0x97,0xe5,0x88,0x3d,0xfe,0xa6,0x27,0xea,
76 0xd6,0x07,0x0f,0xcd,0xba,0x49,0x06,0x16,0xdb,0xad,0x06,0x76,0x39,0x4c,0x15,
77 0xdf,0xe2,0x07,0xc5,0x99,0x1b,0x98,0x4b,0xc3,0x8e,0x89,0x12,0x95,0x9e,0x3b,
78 0xb9,0x59,0xfe,0x91,0x33,0xc1,0x1f,0xce,0x8f,0xab,0x93,0x25,0x01,0x3e,0xde,
79 0xf1,0x58,0x3b,0xe7,0x7a,0x03,0x14,0x07,0x09,0x0a,0x21,0x2d,0x12,0x11,0x08,
80 0x78,0x07,0x9e,0x34,0xc3,0xc5,0xde,0xb2,0xd8,0xd7,0x86,0x0d,0x0d,0xcd,0x81,
81 0xa4,0x2d,0x7c,0x82,0x50,0xca,0x2a,0xc2,0x99,0xe5,0xf3,0xca,0x7e,0xad,0xa3,
82 0x31,0x30,0x2f,0x30,0x2d,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x01,0x01,
83 0x04,0x21,0x30,0x1f,0x30,0x1d,0x06,0x08,0x2b,0x06,0x01,0x05,0x05,0x07,0x30,
84 0x02,0x86,0x11,0x68,0x74,0x74,0x70,0x3a,0x2f,0x2f,0x77,0x69,0x6e,0x65,0x68,
85 0x71,0x2e,0x6f,0x72,0x67 };
86
87 static void compareUrlArray(const CRYPT_URL_ARRAY *expected,
88  const CRYPT_URL_ARRAY *got)
89 {
90     ok(expected->cUrl == got->cUrl, "Expected %d URLs, got %d\n",
91      expected->cUrl, got->cUrl);
92     if (expected->cUrl == got->cUrl)
93     {
94         DWORD i;
95
96         for (i = 0; i < got->cUrl; i++)
97             ok(!lstrcmpiW(expected->rgwszUrl[i], got->rgwszUrl[i]),
98              "%d: unexpected URL\n", i);
99     }
100 }
101
102 static WCHAR url[] =
103  { 'h','t','t','p',':','/','/','w','i','n','e','h','q','.','o','r','g',0 };
104
105 static void test_getObjectUrl(void)
106 {
107     BOOL ret;
108     DWORD urlArraySize = 0, infoSize = 0;
109     PCCERT_CONTEXT cert;
110
111     SetLastError(0xdeadbeef);
112     ret = CryptGetObjectUrl(NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL);
113     ok(!ret && GetLastError() == ERROR_FILE_NOT_FOUND,
114      "Expected ERROR_FILE_NOT_FOUND, got %d\n", GetLastError());
115     /* Crash
116     ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, NULL, 0, NULL, NULL,
117      NULL, NULL, NULL);
118     ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, NULL, 0, NULL, NULL,
119      NULL, &infoSize, NULL);
120     ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, NULL, 0, NULL,
121      &urlArraySize, NULL, &infoSize, NULL);
122      */
123     /* A cert with no CRL dist point extension fails.. */
124     cert = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
125      sizeof(bigCert));
126     SetLastError(0xdeadbeef);
127     ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert, 0, NULL,
128      NULL, NULL, NULL, NULL);
129     ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
130      "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
131     CertFreeCertificateContext(cert);
132
133     cert = CertCreateCertificateContext(X509_ASN_ENCODING,
134      certWithIssuingDistPoint, sizeof(certWithIssuingDistPoint));
135     if (cert)
136     {
137         /* This cert has no AIA extension, so expect this to fail */
138         SetLastError(0xdeadbeef);
139         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert, 0,
140          NULL, NULL, NULL, NULL, NULL);
141         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
142          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
143         SetLastError(0xdeadbeef);
144         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert,
145          CRYPT_GET_URL_FROM_PROPERTY, NULL, NULL, NULL, NULL, NULL);
146         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
147          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
148         SetLastError(0xdeadbeef);
149         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert,
150          CRYPT_GET_URL_FROM_EXTENSION, NULL, NULL, NULL, NULL, NULL);
151         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
152          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
153         /* It does have an issuing dist point extension, but that's not what
154          * this is looking for (it wants a CRL dist points extension)
155          */
156         SetLastError(0xdeadbeef);
157         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
158          (void *)cert, 0, NULL, NULL, NULL, NULL, NULL);
159         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
160          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
161         SetLastError(0xdeadbeef);
162         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
163          (void *)cert, CRYPT_GET_URL_FROM_PROPERTY, NULL, NULL, NULL, NULL,
164          NULL);
165         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
166          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
167         SetLastError(0xdeadbeef);
168         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
169          (void *)cert, CRYPT_GET_URL_FROM_EXTENSION, NULL, NULL, NULL, NULL,
170          NULL);
171         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
172          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
173         CertFreeCertificateContext(cert);
174     }
175     cert = CertCreateCertificateContext(X509_ASN_ENCODING,
176      certWithCRLDistPoint, sizeof(certWithCRLDistPoint));
177     if (cert)
178     {
179         PCRYPT_URL_ARRAY urlArray;
180
181         /* This cert has no AIA extension, so expect this to fail */
182         SetLastError(0xdeadbeef);
183         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert, 0,
184          NULL, NULL, NULL, NULL, NULL);
185         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
186          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
187         SetLastError(0xdeadbeef);
188         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert,
189          CRYPT_GET_URL_FROM_PROPERTY, NULL, NULL, NULL, NULL, NULL);
190         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
191          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
192         SetLastError(0xdeadbeef);
193         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER, (void *)cert,
194          CRYPT_GET_URL_FROM_EXTENSION, NULL, NULL, NULL, NULL, NULL);
195         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
196          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
197         /* It does have a CRL dist points extension */
198         SetLastError(0xdeadbeef);
199         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
200          (void *)cert, 0, NULL, NULL, NULL, NULL, NULL);
201         ok(!ret && GetLastError() == E_INVALIDARG,
202          "Expected E_INVALIDARG, got %08x\n", GetLastError());
203         SetLastError(0xdeadbeef);
204         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
205          (void *)cert, 0, NULL, NULL, NULL, &infoSize, NULL);
206         ok(!ret && GetLastError() == E_INVALIDARG,
207          "Expected E_INVALIDARG, got %08x\n", GetLastError());
208         /* Can get it without specifying the location: */
209         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
210          (void *)cert, 0, NULL, &urlArraySize, NULL, NULL, NULL);
211         ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
212         urlArray = HeapAlloc(GetProcessHeap(), 0, urlArraySize);
213         if (urlArray)
214         {
215             ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
216              (void *)cert, 0, urlArray, &urlArraySize, NULL, NULL, NULL);
217             ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
218             if (ret)
219             {
220                 LPWSTR pUrl = url;
221                 CRYPT_URL_ARRAY expectedUrl = { 1, &pUrl };
222
223                 compareUrlArray(&expectedUrl, urlArray);
224             }
225             HeapFree(GetProcessHeap(), 0, urlArray);
226         }
227         /* or by specifying it's an extension: */
228         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
229          (void *)cert, CRYPT_GET_URL_FROM_EXTENSION, NULL, &urlArraySize, NULL,
230          NULL, NULL);
231         ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
232         urlArray = HeapAlloc(GetProcessHeap(), 0, urlArraySize);
233         if (urlArray)
234         {
235             ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
236              (void *)cert, CRYPT_GET_URL_FROM_EXTENSION, urlArray,
237              &urlArraySize, NULL, NULL, NULL);
238             ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
239             if (ret)
240             {
241                 LPWSTR pUrl = url;
242                 CRYPT_URL_ARRAY expectedUrl = { 1, &pUrl };
243
244                 compareUrlArray(&expectedUrl, urlArray);
245             }
246             HeapFree(GetProcessHeap(), 0, urlArray);
247         }
248         /* but it isn't contained in a property: */
249         SetLastError(0xdeadbeef);
250         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
251          (void *)cert, CRYPT_GET_URL_FROM_PROPERTY, NULL, &urlArraySize, NULL,
252          NULL, NULL);
253         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
254          "Expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
255         CertFreeCertificateContext(cert);
256     }
257     cert = CertCreateCertificateContext(X509_ASN_ENCODING,
258      certWithAIAWithCAIssuers, sizeof(certWithAIAWithCAIssuers));
259     if (cert)
260     {
261         PCRYPT_URL_ARRAY urlArray;
262
263         /* This has an AIA extension with the CA Issuers set, so expect it
264          * to succeed:
265          */
266         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER,
267          (void *)cert, 0, NULL, &urlArraySize, NULL, NULL, NULL);
268         ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
269         if (ret)
270         {
271             urlArray = HeapAlloc(GetProcessHeap(), 0, urlArraySize);
272             if (urlArray)
273             {
274                 ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_ISSUER,
275                  (void *)cert, CRYPT_GET_URL_FROM_EXTENSION, urlArray,
276                  &urlArraySize, NULL, NULL, NULL);
277                 ok(ret, "CryptGetObjectUrl failed: %08x\n", GetLastError());
278                 if (ret)
279                 {
280                     LPWSTR pUrl = url;
281                     CRYPT_URL_ARRAY expectedUrl = { 1, &pUrl };
282
283                     compareUrlArray(&expectedUrl, urlArray);
284                 }
285                 HeapFree(GetProcessHeap(), 0, urlArray);
286             }
287         }
288         /* It doesn't have a CRL dist points extension, so this should fail */
289         SetLastError(0xdeadbeef);
290         ret = CryptGetObjectUrl(URL_OID_CERTIFICATE_CRL_DIST_POINT,
291          (void *)cert, 0, NULL, &urlArraySize, NULL, NULL, NULL);
292         ok(!ret && GetLastError() == CRYPT_E_NOT_FOUND,
293          "expected CRYPT_E_NOT_FOUND, got %08x\n", GetLastError());
294         CertFreeCertificateContext(cert);
295     }
296 }
297
298 static void make_tmp_file(LPSTR path)
299 {
300     static char curr[MAX_PATH] = { 0 };
301     char temp[MAX_PATH];
302     DWORD dwNumberOfBytesWritten;
303     HANDLE hf;
304
305     if (!*curr)
306         GetCurrentDirectoryA(MAX_PATH, curr);
307     GetTempFileNameA(curr, "net", 0, temp);
308     lstrcpyA(path, temp);
309     hf = CreateFileA(path, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS,
310      FILE_ATTRIBUTE_NORMAL, NULL);
311     WriteFile(hf, certWithCRLDistPoint, sizeof(certWithCRLDistPoint),
312      &dwNumberOfBytesWritten, NULL);
313     CloseHandle(hf);
314 }
315
316 static void test_retrieveObjectByUrl(void)
317 {
318     BOOL ret;
319     char tmpfile[MAX_PATH * 2], url[MAX_PATH + 8];
320     CRYPT_BLOB_ARRAY *pBlobArray;
321     PCCERT_CONTEXT cert;
322     PCCRL_CONTEXT crl;
323     HCERTSTORE store;
324     CRYPT_RETRIEVE_AUX_INFO aux = { 0 };
325     FILETIME ft = { 0 };
326
327     SetLastError(0xdeadbeef);
328     ret = CryptRetrieveObjectByUrlA(NULL, NULL, 0, 0, NULL, NULL, NULL, NULL, NULL);
329     ok(!ret && (GetLastError() == ERROR_INVALID_PARAMETER ||
330                 GetLastError() == E_INVALIDARG),
331        "got 0x%x/%u (expected ERROR_INVALID_PARAMETER or E_INVALIDARG)\n",
332        GetLastError(), GetLastError());
333
334     make_tmp_file(tmpfile);
335     snprintf(url, sizeof(url), "file://%s", tmpfile);
336
337     pBlobArray = (CRYPT_BLOB_ARRAY *)0xdeadbeef;
338     ret = CryptRetrieveObjectByUrlA(url, NULL, 0, 0, (void **)&pBlobArray,
339      NULL, NULL, NULL, NULL);
340     if (!ret)
341     {
342         /* File URL support was apparently removed in Vista/Windows 2008 */
343         win_skip("File URLs not supported\n");
344         return;
345     }
346     ok(ret, "CryptRetrieveObjectByUrlA failed: %d\n", GetLastError());
347     ok(pBlobArray && pBlobArray != (CRYPT_BLOB_ARRAY *)0xdeadbeef,
348      "Expected a valid pointer\n");
349     if (pBlobArray && pBlobArray != (CRYPT_BLOB_ARRAY *)0xdeadbeef)
350     {
351         ok(pBlobArray->cBlob == 1, "Expected 1 blob, got %d\n",
352          pBlobArray->cBlob);
353         ok(pBlobArray->rgBlob[0].cbData == sizeof(certWithCRLDistPoint),
354          "Unexpected size %d\n", pBlobArray->rgBlob[0].cbData);
355         CryptMemFree(pBlobArray);
356     }
357     cert = (PCCERT_CONTEXT)0xdeadbeef;
358     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE, 0, 0,
359      (void **)&cert, NULL, NULL, NULL, NULL);
360     ok(cert && cert != (PCCERT_CONTEXT)0xdeadbeef, "Expected a cert\n");
361     if (cert && cert != (PCCERT_CONTEXT)0xdeadbeef)
362         CertFreeCertificateContext(cert);
363     crl = (PCCRL_CONTEXT)0xdeadbeef;
364     SetLastError(0xdeadbeef);
365     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CRL, 0, 0, (void **)&crl,
366      NULL, NULL, NULL, NULL);
367     /* w2k3,XP, newer w2k: CRYPT_E_NO_MATCH, 95: OSS_DATA_ERROR */
368     ok(!ret && (GetLastError() == CRYPT_E_NO_MATCH ||
369                 GetLastError() == CRYPT_E_ASN1_BADTAG ||
370                 GetLastError() == OSS_DATA_ERROR),
371        "got 0x%x/%u (expected CRYPT_E_NO_MATCH or CRYPT_E_ASN1_BADTAG or "
372        "OSS_DATA_ERROR)\n", GetLastError(), GetLastError());
373
374     /* only newer versions of cryptnet do the cleanup */
375     if(!ret && GetLastError() != CRYPT_E_ASN1_BADTAG &&
376                GetLastError() != OSS_DATA_ERROR) {
377         ok(crl == NULL, "Expected CRL to be NULL\n");
378     }
379
380     if (crl && crl != (PCCRL_CONTEXT)0xdeadbeef)
381         CertFreeCRLContext(crl);
382     store = (HCERTSTORE)0xdeadbeef;
383     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CAPI2_ANY, 0, 0,
384      &store, NULL, NULL, NULL, NULL);
385     ok(ret, "CryptRetrieveObjectByUrlA failed: %d\n", GetLastError());
386     if (store && store != (HCERTSTORE)0xdeadbeef)
387     {
388         DWORD certs = 0;
389
390         cert = NULL;
391         do {
392             cert = CertEnumCertificatesInStore(store, cert);
393             if (cert)
394                 certs++;
395         } while (cert);
396         ok(certs == 1, "Expected 1 cert, got %d\n", certs);
397         CertCloseStore(store, 0);
398     }
399     /* Are file URLs cached? */
400     cert = (PCCERT_CONTEXT)0xdeadbeef;
401     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE,
402      CRYPT_CACHE_ONLY_RETRIEVAL, 0, (void **)&cert, NULL, NULL, NULL, NULL);
403     ok(ret, "CryptRetrieveObjectByUrlA failed: %08x\n", GetLastError());
404     if (cert && cert != (PCCERT_CONTEXT)0xdeadbeef)
405         CertFreeCertificateContext(cert);
406
407     cert = (PCCERT_CONTEXT)0xdeadbeef;
408     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE, 0, 0,
409      (void **)&cert, NULL, NULL, NULL, &aux);
410     /* w2k: success, 9x: fail with E_INVALIDARG */
411     ok(ret || (GetLastError() == E_INVALIDARG),
412        "got %u with 0x%x/%u (expected '!=0' or '0' with E_INVALIDARG)\n",
413        ret, GetLastError(), GetLastError());
414     if (cert && cert != (PCCERT_CONTEXT)0xdeadbeef)
415         CertFreeCertificateContext(cert);
416
417     cert = (PCCERT_CONTEXT)0xdeadbeef;
418     aux.cbSize = sizeof(aux);
419     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE, 0, 0,
420      (void **)&cert, NULL, NULL, NULL, &aux);
421     /* w2k: success, 9x: fail with E_INVALIDARG */
422     ok(ret || (GetLastError() == E_INVALIDARG),
423        "got %u with 0x%x/%u (expected '!=0' or '0' with E_INVALIDARG)\n",
424        ret, GetLastError(), GetLastError());
425     if (!ret) {
426         /* no more tests useful */
427         DeleteFileA(tmpfile);
428         skip("no usable CertificateContext\n");
429         return;
430     }
431     CertFreeCertificateContext(cert);
432
433     aux.pLastSyncTime = &ft;
434     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE, 0, 0,
435      (void **)&cert, NULL, NULL, NULL, &aux);
436     ok(ret, "CryptRetrieveObjectByUrlA failed: %08x\n", GetLastError());
437     CertFreeCertificateContext(cert);
438     ok(ft.dwLowDateTime || ft.dwHighDateTime,
439      "Expected last sync time to be set\n");
440     DeleteFileA(tmpfile);
441     /* Okay, after being deleted, are file URLs still cached? */
442     SetLastError(0xdeadbeef);
443     ret = CryptRetrieveObjectByUrlA(url, CONTEXT_OID_CERTIFICATE,
444      CRYPT_CACHE_ONLY_RETRIEVAL, 0, (void **)&cert, NULL, NULL, NULL, NULL);
445     ok(!ret && (GetLastError() == ERROR_FILE_NOT_FOUND ||
446      GetLastError() == ERROR_PATH_NOT_FOUND),
447      "Expected ERROR_FILE_NOT_FOUND or ERROR_PATH_NOT_FOUND, got %d\n",
448      GetLastError());
449 }
450
451 static const BYTE rootWithKeySignAndCRLSign[] = {
452 0x30,0x82,0x01,0xdf,0x30,0x82,0x01,0x4c,0xa0,0x03,0x02,0x01,0x02,0x02,0x10,
453 0x5b,0xc7,0x0b,0x27,0x99,0xbb,0x2e,0x99,0x47,0x9d,0x45,0x4e,0x7c,0x1a,0xca,
454 0xe8,0x30,0x09,0x06,0x05,0x2b,0x0e,0x03,0x02,0x1d,0x05,0x00,0x30,0x10,0x31,
455 0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,
456 0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x31,0x30,0x31,0x30,0x30,0x30,0x30,0x30,
457 0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,
458 0x39,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,
459 0x43,0x65,0x72,0x74,0x31,0x30,0x81,0x9f,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,
460 0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,0x00,0x30,0x81,0x89,
461 0x02,0x81,0x81,0x00,0xad,0x7e,0xca,0xf3,0xe5,0x99,0xc2,0x2a,0xca,0x50,0x82,
462 0x7c,0x2d,0xa4,0x81,0xcd,0x0d,0x0d,0x86,0xd7,0xd8,0xb2,0xde,0xc5,0xc3,0x34,
463 0x9e,0x07,0x78,0x08,0x11,0x12,0x2d,0x21,0x0a,0x09,0x07,0x14,0x03,0x7a,0xe7,
464 0x3b,0x58,0xf1,0xde,0x3e,0x01,0x25,0x93,0xab,0x8f,0xce,0x1f,0xc1,0x33,0x91,
465 0xfe,0x59,0xb9,0x3b,0x9e,0x95,0x12,0x89,0x8e,0xc3,0x4b,0x98,0x1b,0x99,0xc5,
466 0x07,0xe2,0xdf,0x15,0x4c,0x39,0x76,0x06,0xad,0xdb,0x16,0x06,0x49,0xba,0xcd,
467 0x0f,0x07,0xd6,0xea,0x27,0xa6,0xfe,0x3d,0x88,0xe5,0x97,0x45,0x72,0xb6,0x1c,
468 0xc0,0x1c,0xb1,0xa2,0x89,0xe8,0x37,0x9e,0xf6,0x2a,0xcf,0xd5,0x1f,0x2f,0x35,
469 0x5e,0x8f,0x3a,0x9c,0x61,0xb1,0xf1,0x6c,0xff,0x8c,0xb2,0x2f,0x02,0x03,0x01,
470 0x00,0x01,0xa3,0x42,0x30,0x40,0x30,0x0e,0x06,0x03,0x55,0x1d,0x0f,0x01,0x01,
471 0xff,0x04,0x04,0x03,0x02,0x00,0x06,0x30,0x0f,0x06,0x03,0x55,0x1d,0x13,0x01,
472 0x01,0xff,0x04,0x05,0x30,0x03,0x01,0x01,0xff,0x30,0x1d,0x06,0x03,0x55,0x1d,
473 0x0e,0x04,0x16,0x04,0x14,0x14,0x8c,0x16,0xbb,0xbe,0x70,0xa2,0x28,0x89,0xa0,
474 0x58,0xff,0x98,0xbd,0xa8,0x24,0x2b,0x8a,0xe9,0x9a,0x30,0x09,0x06,0x05,0x2b,
475 0x0e,0x03,0x02,0x1d,0x05,0x00,0x03,0x81,0x81,0x00,0x74,0xcb,0x21,0xfd,0x2d,
476 0x25,0xdc,0xa5,0xaa,0xa1,0x26,0xdc,0x8b,0x40,0x11,0x64,0xae,0x5c,0x71,0x3c,
477 0x28,0xbc,0xf9,0xb3,0xcb,0xa5,0x94,0xb2,0x8d,0x4c,0x23,0x2b,0x9b,0xde,0x2c,
478 0x4c,0x30,0x04,0xc6,0x88,0x10,0x2f,0x53,0xfd,0x6c,0x82,0xf1,0x13,0xfb,0xda,
479 0x27,0x75,0x25,0x48,0xe4,0x72,0x09,0x2a,0xee,0xb4,0x1e,0xc9,0x55,0xf5,0xf7,
480 0x82,0x91,0xd8,0x4b,0xe4,0x3a,0xfe,0x97,0x87,0xdf,0xfb,0x15,0x5a,0x12,0x3e,
481 0x12,0xe6,0xad,0x40,0x0b,0xcf,0xee,0x1a,0x44,0xe0,0x83,0xb2,0x67,0x94,0xd4,
482 0x2e,0x7c,0xf2,0x06,0x9d,0xb3,0x3b,0x7e,0x2f,0xda,0x25,0x66,0x7e,0xa7,0x1f,
483 0x45,0xd4,0xf5,0xe3,0xdf,0x2a,0xf1,0x18,0x28,0x20,0xb5,0xf8,0xf5,0x8d,0x7a,
484 0x2e,0x84,0xee };
485 static const BYTE eeCert[] = {
486 0x30,0x82,0x01,0xb9,0x30,0x82,0x01,0x22,0xa0,0x03,0x02,0x01,0x02,0x02,0x01,
487 0x01,0x30,0x0d,0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,
488 0x00,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,
489 0x65,0x72,0x74,0x31,0x30,0x1e,0x17,0x0d,0x30,0x37,0x30,0x35,0x30,0x31,0x30,
490 0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,0x30,0x37,0x31,0x30,0x30,0x31,0x30,
491 0x30,0x30,0x30,0x30,0x30,0x5a,0x30,0x10,0x31,0x0e,0x30,0x0c,0x06,0x03,0x55,
492 0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x32,0x30,0x81,0x9f,0x30,0x0d,0x06,
493 0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x01,0x05,0x00,0x03,0x81,0x8d,
494 0x00,0x30,0x81,0x89,0x02,0x81,0x81,0x00,0xb8,0x52,0xda,0xc5,0x4b,0x3f,0xe5,
495 0x33,0x0e,0x67,0x5f,0x48,0x21,0xdc,0x7e,0xef,0x37,0x33,0xba,0xff,0xb4,0xc6,
496 0xdc,0xb6,0x17,0x8e,0x20,0x55,0x07,0x12,0xd2,0x7b,0x3c,0xce,0x30,0xc5,0xa7,
497 0x48,0x9f,0x6e,0xfe,0xb8,0xbe,0xdb,0x9f,0x9b,0x17,0x60,0x16,0xde,0xc6,0x8b,
498 0x47,0xd1,0x57,0x71,0x3c,0x93,0xfc,0xbd,0xec,0x44,0x32,0x3b,0xb9,0xcf,0x6b,
499 0x05,0x72,0xa7,0x87,0x8e,0x7e,0xd4,0x9a,0x87,0x1c,0x2f,0xb7,0x82,0x40,0xfc,
500 0x6a,0x80,0x83,0x68,0x28,0xce,0x84,0xf4,0x0b,0x2e,0x44,0xcb,0x53,0xac,0x85,
501 0x85,0xb5,0x46,0x36,0x98,0x3c,0x10,0x02,0xaa,0x02,0xbc,0x8b,0xa2,0x23,0xb2,
502 0xd3,0x51,0x9a,0x22,0x4a,0xe3,0xaa,0x4e,0x7c,0xda,0x38,0xcf,0x49,0x98,0x72,
503 0xa3,0x02,0x03,0x01,0x00,0x01,0xa3,0x23,0x30,0x21,0x30,0x1f,0x06,0x03,0x55,
504 0x1d,0x23,0x04,0x18,0x30,0x18,0x80,0x14,0x14,0x8c,0x16,0xbb,0xbe,0x70,0xa2,
505 0x28,0x89,0xa0,0x58,0xff,0x98,0xbd,0xa8,0x24,0x2b,0x8a,0xe9,0x9a,0x30,0x0d,
506 0x06,0x09,0x2a,0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,
507 0x81,0x00,0x8a,0x49,0xa9,0x86,0x5e,0xc9,0x33,0x7e,0xfd,0xab,0x64,0x1f,0x6d,
508 0x00,0xd7,0x9b,0xec,0xd1,0x5b,0x38,0xcc,0xd6,0xf3,0xf2,0xb4,0x75,0x70,0x00,
509 0x82,0x9d,0x37,0x58,0xe1,0xcd,0x2c,0x61,0xb3,0x28,0xe7,0x8a,0x00,0xbe,0x6e,
510 0xca,0xe8,0x55,0xd5,0xad,0x3a,0xea,0xaf,0x13,0x20,0x1c,0x44,0xfc,0xb4,0xf9,
511 0x29,0x2b,0xdc,0x8a,0x2d,0x1b,0x27,0x9e,0xb9,0x3b,0x4a,0x71,0x9d,0x47,0x7d,
512 0xf7,0x92,0x6b,0x21,0x7f,0xfa,0x88,0x79,0x94,0x33,0xf6,0xdd,0x92,0x04,0x92,
513 0xd6,0x5e,0x0a,0x74,0xf2,0x85,0xa6,0xd5,0x3c,0x28,0xc0,0x89,0x5d,0xda,0xf3,
514 0xa6,0x01,0xc2,0xe9,0xa3,0xc1,0xb7,0x21,0x08,0xba,0x18,0x07,0x45,0xeb,0x77,
515 0x7d,0xcd,0xc6,0xe7,0x2a,0x7b,0x46,0xd2,0x3d,0xb5 };
516 static const BYTE rootSignedCRL[] = {
517 0x30,0x82,0x01,0x1f,0x30,0x81,0x89,0x02,0x01,0x01,0x30,0x0d,0x06,0x09,0x2a,
518 0x86,0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x30,0x10,0x31,0x0e,0x30,
519 0x0c,0x06,0x03,0x55,0x04,0x03,0x13,0x05,0x43,0x65,0x72,0x74,0x31,0x17,0x0d,
520 0x30,0x37,0x30,0x39,0x30,0x31,0x30,0x30,0x30,0x30,0x30,0x30,0x5a,0x17,0x0d,
521 0x30,0x37,0x31,0x32,0x33,0x31,0x32,0x33,0x35,0x39,0x35,0x39,0x5a,0x30,0x14,
522 0x30,0x12,0x02,0x01,0x01,0x17,0x0d,0x30,0x37,0x30,0x39,0x30,0x31,0x30,0x30,
523 0x30,0x30,0x30,0x30,0x5a,0xa0,0x2f,0x30,0x2d,0x30,0x0a,0x06,0x03,0x55,0x1d,
524 0x14,0x04,0x03,0x02,0x01,0x01,0x30,0x1f,0x06,0x03,0x55,0x1d,0x23,0x04,0x18,
525 0x30,0x18,0x80,0x14,0x14,0x8c,0x16,0xbb,0xbe,0x70,0xa2,0x28,0x89,0xa0,0x58,
526 0xff,0x98,0xbd,0xa8,0x24,0x2b,0x8a,0xe9,0x9a,0x30,0x0d,0x06,0x09,0x2a,0x86,
527 0x48,0x86,0xf7,0x0d,0x01,0x01,0x05,0x05,0x00,0x03,0x81,0x81,0x00,0xa3,0xcf,
528 0x17,0x5d,0x7a,0x08,0xab,0x11,0x1a,0xbd,0x5c,0xde,0x9a,0x22,0x92,0x38,0xe6,
529 0x96,0xcc,0xb1,0xc5,0x42,0x86,0xa6,0xae,0xad,0xa3,0x1a,0x2b,0xa0,0xb0,0x65,
530 0xaa,0x9c,0xd7,0x2d,0x44,0x8c,0xae,0x61,0xc7,0x30,0x17,0x89,0x84,0x3b,0x4a,
531 0x8f,0x17,0x08,0x06,0x37,0x1c,0xf7,0x2d,0x4e,0x47,0x07,0x61,0x50,0xd9,0x06,
532 0xd1,0x46,0xed,0x0a,0xbb,0xc3,0x9b,0x36,0x0b,0xa7,0x27,0x2f,0x2b,0x55,0xce,
533 0x2a,0xa5,0x60,0xc6,0x53,0x28,0xe8,0xee,0xad,0x0e,0x2b,0xe8,0xd7,0x5f,0xc9,
534 0xa5,0xed,0xf9,0x77,0xb0,0x3c,0x81,0xcf,0xcc,0x49,0xb2,0x1a,0xc3,0xfd,0x34,
535 0xd5,0xbc,0xb0,0xd5,0xa5,0x9c,0x1b,0x72,0xc3,0x0f,0xa3,0xe3,0x3c,0xf0,0xc3,
536 0x91,0xe8,0x93,0x4f,0xd4,0x2f };
537
538 static BOOL (WINAPI *pCertVerifyRevocation)(DWORD, DWORD, DWORD, void **, DWORD,
539  PCERT_REVOCATION_PARA, PCERT_REVOCATION_STATUS);
540
541 /* Wednesday, Oct 1, 2007 */
542 static SYSTEMTIME oct2007 = { 2007, 10, 1, 1, 0, 0, 0, 0 };
543
544 static void test_verifyRevocation(void)
545 {
546     HMODULE hCryptNet = GetModuleHandleA("cryptnet.dll");
547     BOOL ret;
548     CERT_REVOCATION_STATUS status = { sizeof(status), 0 };
549     PCCERT_CONTEXT certs[2];
550     CERT_REVOCATION_PARA revPara = { sizeof(revPara), 0 };
551     FILETIME time;
552
553     pCertVerifyRevocation = (void *)GetProcAddress(hCryptNet,
554      "CertDllVerifyRevocation");
555     if (!pCertVerifyRevocation)
556     {
557         win_skip("no CertDllVerifyRevocation\n");
558         return;
559     }
560     if (0)
561     {
562         /* Crash */
563         ret = pCertVerifyRevocation(0, 0, 0, NULL, 0, NULL, NULL);
564     }
565     SetLastError(0xdeadbeef);
566     ret = pCertVerifyRevocation(0, 0, 0, NULL, 0, NULL, &status);
567     ok(!ret && GetLastError() == E_INVALIDARG,
568      "expected E_INVALIDARG, got %08x\n", GetLastError());
569     SetLastError(0xdeadbeef);
570     ret = pCertVerifyRevocation(X509_ASN_ENCODING, 0, 0, NULL, 0, NULL,
571      &status);
572     ok(!ret && GetLastError() == E_INVALIDARG,
573      "expected E_INVALIDARG, got %08x\n", GetLastError());
574     SetLastError(0xdeadbeef);
575     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE, 0, NULL, 0,
576      NULL, &status);
577     ok(!ret && GetLastError() == E_INVALIDARG,
578      "expected E_INVALIDARG, got %08x\n", GetLastError());
579     certs[0] = CertCreateCertificateContext(X509_ASN_ENCODING, bigCert,
580      sizeof(bigCert));
581     SetLastError(0xdeadbeef);
582     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
583      1, (void **)certs, 0, NULL, &status);
584     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
585      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
586     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
587      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
588     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
589     CertFreeCertificateContext(certs[0]);
590     certs[0] = CertCreateCertificateContext(X509_ASN_ENCODING,
591      rootWithKeySignAndCRLSign, sizeof(rootWithKeySignAndCRLSign));
592     certs[1] = CertCreateCertificateContext(X509_ASN_ENCODING,
593      eeCert, sizeof(eeCert));
594     /* The root cert itself can't be checked for revocation */
595     SetLastError(0xdeadbeef);
596     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
597      1, (void **)certs, 0, NULL, &status);
598     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
599      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
600     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
601      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
602     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
603     /* Neither can the end cert */
604     SetLastError(0xdeadbeef);
605     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
606      1, (void **)&certs[1], 0, NULL, &status);
607     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
608      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
609     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
610      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
611     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
612     /* Both certs together can't, either (they're not CRLs) */
613     SetLastError(0xdeadbeef);
614     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
615      2, (void **)certs, 0, NULL, &status);
616     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
617      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
618     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
619      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
620     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
621     /* Now add a CRL to the hCrlStore */
622     revPara.hCrlStore = CertOpenStore(CERT_STORE_PROV_MEMORY, 0, 0,
623      CERT_STORE_CREATE_NEW_FLAG, NULL);
624     CertAddEncodedCRLToStore(revPara.hCrlStore, X509_ASN_ENCODING,
625      rootSignedCRL, sizeof(rootSignedCRL), CERT_STORE_ADD_ALWAYS, NULL);
626     SetLastError(0xdeadbeef);
627     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
628      2, (void **)certs, 0, &revPara, &status);
629     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
630      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
631     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
632      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
633     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
634     /* Specifying CERT_VERIFY_REV_CHAIN_FLAG doesn't change things either */
635     SetLastError(0xdeadbeef);
636     ret = pCertVerifyRevocation(0, CERT_CONTEXT_REVOCATION_TYPE,
637      2, (void **)certs, CERT_VERIFY_REV_CHAIN_FLAG, &revPara, &status);
638     ok(!ret && GetLastError() == CRYPT_E_NO_REVOCATION_CHECK,
639      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
640     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK,
641      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
642     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
643     /* Again, specifying the issuer cert: no change */
644     revPara.pIssuerCert = certs[0];
645     SetLastError(0xdeadbeef);
646     ret = CertVerifyRevocation(X509_ASN_ENCODING, CERT_CONTEXT_REVOCATION_TYPE,
647      1, (void **)&certs[1], 0, &revPara, &status);
648     /* Win2k thinks the cert is revoked, and it is, except the CRL is out of
649      * date, hence the revocation status should be unknown.
650      */
651     ok(!ret && (GetLastError() == CRYPT_E_NO_REVOCATION_CHECK ||
652      broken(GetLastError() == CRYPT_E_REVOKED /* Win2k */)),
653      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
654     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK ||
655      broken(status.dwError == CRYPT_E_REVOKED /* Win2k */),
656      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
657     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
658     /* Specifying the time to check: still no change */
659     SystemTimeToFileTime(&oct2007, &time);
660     revPara.pftTimeToUse = &time;
661     ret = pCertVerifyRevocation(X509_ASN_ENCODING, CERT_CONTEXT_REVOCATION_TYPE,
662      1, (void **)&certs[1], 0, &revPara, &status);
663     ok(!ret, "Expected failure\n");
664     ok(GetLastError() == CRYPT_E_NO_REVOCATION_CHECK ||
665      broken(GetLastError() == CRYPT_E_REVOKED), /* W2K SP3/SP4 */
666      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", GetLastError());
667     ok(status.dwError == CRYPT_E_NO_REVOCATION_CHECK ||
668      broken(GetLastError() == CRYPT_E_REVOKED), /* W2K SP3/SP4 */
669      "expected CRYPT_E_NO_REVOCATION_CHECK, got %08x\n", status.dwError);
670     ok(status.dwIndex == 0, "expected index 0, got %d\n", status.dwIndex);
671     CertCloseStore(revPara.hCrlStore, 0);
672     CertFreeCertificateContext(certs[1]);
673     CertFreeCertificateContext(certs[0]);
674 }
675
676 START_TEST(cryptnet)
677 {
678     test_getObjectUrl();
679     test_retrieveObjectByUrl();
680     test_verifyRevocation();
681 }