1 /* Unit test suite for wintrust crypt functions
3 * Copyright 2007 Paul Vriens
4 * Copyright 2008 Hans Leidekker for CodeWeavers
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.
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.
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
28 #include "wine/test.h"
30 static char selfname
[MAX_PATH
];
31 static CHAR CURR_DIR
[MAX_PATH
];
32 static CHAR catroot
[MAX_PATH
];
33 static CHAR catroot2
[MAX_PATH
];
35 static const WCHAR hashmeW
[] = {'h','a','s','h','m','e',0};
36 static const WCHAR attr1W
[] = {'a','t','t','r','1',0};
37 static const WCHAR attr2W
[] = {'a','t','t','r','2',0};
40 * Minimalistic catalog file. To reconstruct, save text below as winetest.cdf,
41 * convert to DOS line endings and run 'makecat /cat winetest.cdf'
48 PublicVersion=0x00000001
50 CATATTR1=0x10010001:attr1:value1
51 CATATTR2=0x10010001:attr2:value2
57 static const CHAR test_cdf
[] =
59 "Name=winetest.cat\r\n"
61 "PublicVersion=0x00000001\r\n"
63 "CATATTR1=0x10010001:attr1:value1\r\n"
64 "CATATTR2=0x10010001:attr2:value2\r\n"
67 "hashme=.\\winetest.cdf\r\n";
69 static const BYTE test_catalog
[] = {
70 0x30, 0x82, 0x01, 0xbc, 0x06, 0x09, 0x2a, 0x86, 0x48, 0x86, 0xf7, 0x0d, 0x01, 0x07, 0x02, 0xa0,
71 0x82, 0x01, 0xad, 0x30, 0x82, 0x01, 0xa9, 0x02, 0x01, 0x01, 0x31, 0x00, 0x30, 0x82, 0x01, 0x9e,
72 0x06, 0x09, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0a, 0x01, 0xa0, 0x82, 0x01, 0x8f, 0x30,
73 0x82, 0x01, 0x8b, 0x30, 0x0c, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0c, 0x01,
74 0x01, 0x04, 0x10, 0xfa, 0x55, 0x2c, 0xc2, 0xf6, 0xcc, 0xdd, 0x11, 0x2a, 0x9c, 0x00, 0x14, 0x22,
75 0xec, 0x8f, 0x3b, 0x17, 0x0d, 0x30, 0x38, 0x31, 0x32, 0x31, 0x38, 0x31, 0x31, 0x32, 0x36, 0x34,
76 0x38, 0x5a, 0x30, 0x0e, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0c, 0x01, 0x02,
77 0x05, 0x00, 0x30, 0x81, 0xdd, 0x30, 0x81, 0xda, 0x04, 0x0e, 0x68, 0x00, 0x61, 0x00, 0x73, 0x00,
78 0x68, 0x00, 0x6d, 0x00, 0x65, 0x00, 0x00, 0x00, 0x31, 0x81, 0xc7, 0x30, 0x61, 0x06, 0x0a, 0x2b,
79 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x04, 0x31, 0x53, 0x30, 0x51, 0x30, 0x2c, 0x06,
80 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x02, 0x01, 0x19, 0xa2, 0x1e, 0x80, 0x1c, 0x00,
81 0x3c, 0x00, 0x3c, 0x00, 0x3c, 0x00, 0x4f, 0x00, 0x62, 0x00, 0x73, 0x00, 0x6f, 0x00, 0x6c, 0x00,
82 0x65, 0x00, 0x74, 0x00, 0x65, 0x00, 0x3e, 0x00, 0x3e, 0x00, 0x3e, 0x30, 0x21, 0x30, 0x09, 0x06,
83 0x05, 0x2b, 0x0e, 0x03, 0x02, 0x1a, 0x05, 0x00, 0x04, 0x14, 0xed, 0xd6, 0x9c, 0x9c, 0xb2, 0xfc,
84 0xaa, 0x03, 0xe8, 0xd3, 0x20, 0xf6, 0xab, 0x28, 0xc3, 0xff, 0xbd, 0x07, 0x36, 0xf5, 0x30, 0x62,
85 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82, 0x37, 0x0c, 0x02, 0x02, 0x31, 0x54, 0x30, 0x52,
86 0x1e, 0x4c, 0x00, 0x7b, 0x00, 0x44, 0x00, 0x45, 0x00, 0x33, 0x00, 0x35, 0x00, 0x31, 0x00, 0x41,
87 0x00, 0x34, 0x00, 0x32, 0x00, 0x2d, 0x00, 0x38, 0x00, 0x45, 0x00, 0x35, 0x00, 0x39, 0x00, 0x2d,
88 0x00, 0x31, 0x00, 0x31, 0x00, 0x44, 0x00, 0x30, 0x00, 0x2d, 0x00, 0x38, 0x00, 0x43, 0x00, 0x34,
89 0x00, 0x37, 0x00, 0x2d, 0x00, 0x30, 0x00, 0x30, 0x00, 0x43, 0x00, 0x30, 0x00, 0x34, 0x00, 0x46,
90 0x00, 0x43, 0x00, 0x32, 0x00, 0x39, 0x00, 0x35, 0x00, 0x45, 0x00, 0x45, 0x00, 0x7d, 0x02, 0x02,
91 0x02, 0x00, 0xa0, 0x6a, 0x30, 0x68, 0x30, 0x32, 0x06, 0x0a, 0x2b, 0x06, 0x01, 0x04, 0x01, 0x82,
92 0x37, 0x0c, 0x02, 0x01, 0x04, 0x24, 0x30, 0x22, 0x1e, 0x0a, 0x00, 0x61, 0x00, 0x74, 0x00, 0x74,
93 0x00, 0x72, 0x00, 0x32, 0x02, 0x04, 0x10, 0x01, 0x00, 0x01, 0x04, 0x0e, 0x76, 0x00, 0x61, 0x00,
94 0x6c, 0x00, 0x75, 0x00, 0x65, 0x00, 0x32, 0x00, 0x00, 0x00, 0x30, 0x32, 0x06, 0x0a, 0x2b, 0x06,
95 0x01, 0x04, 0x01, 0x82, 0x37, 0x0c, 0x02, 0x01, 0x04, 0x24, 0x30, 0x22, 0x1e, 0x0a, 0x00, 0x61,
96 0x00, 0x74, 0x00, 0x74, 0x00, 0x72, 0x00, 0x31, 0x02, 0x04, 0x10, 0x01, 0x00, 0x01, 0x04, 0x0e,
97 0x76, 0x00, 0x61, 0x00, 0x6c, 0x00, 0x75, 0x00, 0x65, 0x00, 0x31, 0x00, 0x00, 0x00, 0x31, 0x00,
100 static BOOL (WINAPI
* pCryptCATAdminAcquireContext
)(HCATADMIN
*, const GUID
*, DWORD
);
101 static BOOL (WINAPI
* pCryptCATAdminReleaseContext
)(HCATADMIN
, DWORD
);
102 static BOOL (WINAPI
* pCryptCATAdminCalcHashFromFileHandle
)(HANDLE hFile
, DWORD
*, BYTE
*, DWORD
);
103 static HCATINFO (WINAPI
* pCryptCATAdminAddCatalog
)(HCATADMIN
, PWSTR
, PWSTR
, DWORD
);
104 static BOOL (WINAPI
* pCryptCATAdminRemoveCatalog
)(HCATADMIN
, LPCWSTR
, DWORD
);
105 static BOOL (WINAPI
* pCryptCATAdminReleaseCatalogContext
)(HCATADMIN
, HCATINFO
, DWORD
);
106 static HANDLE (WINAPI
* pCryptCATOpen
)(LPWSTR
, DWORD
, HCRYPTPROV
, DWORD
, DWORD
);
107 static BOOL (WINAPI
* pCryptCATCatalogInfoFromContext
)(HCATINFO
, CATALOG_INFO
*, DWORD
);
108 static BOOL (WINAPI
* pCryptCATCDFClose
)(CRYPTCATCDF
*);
109 static CRYPTCATATTRIBUTE
* (WINAPI
* pCryptCATCDFEnumCatAttributes
)(CRYPTCATCDF
*, CRYPTCATATTRIBUTE
*,
110 PFN_CDF_PARSE_ERROR_CALLBACK
);
111 static LPWSTR (WINAPI
* pCryptCATCDFEnumMembersByCDFTagEx
)(CRYPTCATCDF
*, LPWSTR
, PFN_CDF_PARSE_ERROR_CALLBACK
,
112 CRYPTCATMEMBER
**, BOOL
, LPVOID
);
113 static CRYPTCATCDF
* (WINAPI
* pCryptCATCDFOpen
)(LPWSTR
, PFN_CDF_PARSE_ERROR_CALLBACK
);
114 static CRYPTCATATTRIBUTE
* (WINAPI
* pCryptCATEnumerateCatAttr
)(HANDLE
, CRYPTCATATTRIBUTE
*);
115 static CRYPTCATMEMBER
* (WINAPI
* pCryptCATEnumerateMember
)(HANDLE
, CRYPTCATMEMBER
*);
116 static CRYPTCATATTRIBUTE
* (WINAPI
* pCryptCATEnumerateAttr
)(HANDLE
, CRYPTCATMEMBER
*, CRYPTCATATTRIBUTE
*);
117 static BOOL (WINAPI
* pCryptCATClose
)(HANDLE
);
118 static pCryptSIPGetSignedDataMsg pGetSignedDataMsg
;
119 static pCryptSIPPutSignedDataMsg pPutSignedDataMsg
;
121 static void InitFunctionPtrs(void)
123 HMODULE hWintrust
= GetModuleHandleA("wintrust.dll");
125 #define WINTRUST_GET_PROC(func) \
126 p ## func = (void*)GetProcAddress(hWintrust, #func); \
128 trace("GetProcAddress(%s) failed\n", #func); \
131 WINTRUST_GET_PROC(CryptCATAdminAcquireContext
)
132 WINTRUST_GET_PROC(CryptCATAdminReleaseContext
)
133 WINTRUST_GET_PROC(CryptCATAdminCalcHashFromFileHandle
)
134 WINTRUST_GET_PROC(CryptCATAdminAddCatalog
)
135 WINTRUST_GET_PROC(CryptCATAdminRemoveCatalog
)
136 WINTRUST_GET_PROC(CryptCATAdminReleaseCatalogContext
)
137 WINTRUST_GET_PROC(CryptCATOpen
)
138 WINTRUST_GET_PROC(CryptCATCatalogInfoFromContext
)
139 WINTRUST_GET_PROC(CryptCATCDFClose
)
140 WINTRUST_GET_PROC(CryptCATCDFEnumCatAttributes
)
141 WINTRUST_GET_PROC(CryptCATCDFEnumMembersByCDFTagEx
)
142 WINTRUST_GET_PROC(CryptCATCDFOpen
)
143 WINTRUST_GET_PROC(CryptCATEnumerateCatAttr
)
144 WINTRUST_GET_PROC(CryptCATEnumerateMember
)
145 WINTRUST_GET_PROC(CryptCATEnumerateAttr
)
146 WINTRUST_GET_PROC(CryptCATClose
)
148 #undef WINTRUST_GET_PROC
150 pGetSignedDataMsg
= (void*)GetProcAddress(hWintrust
, "CryptSIPGetSignedDataMsg");
151 if(!pGetSignedDataMsg
)
152 trace("GetProcAddress(CryptSIPGetSignedDataMsg) failed\n");
154 pPutSignedDataMsg
= (void*)GetProcAddress(hWintrust
, "CryptSIPPutSignedDataMsg");
155 if(!pPutSignedDataMsg
)
156 trace("GetProcAddress(CryptSIPPutSignedDataMsg) failed\n");
159 static GUID dummy
= {0xdeadbeef,0xdead,0xbeef,{0xde,0xad,0xbe,0xef,0xde,0xad,0xbe,0xef}};
161 static void test_context(void)
165 static GUID unknown
= { 0xC689AABA, 0x8E78, 0x11D0, { 0x8C,0x47,0x00,0xC0,0x4F,0xC2,0x95,0xEE }}; /* WINTRUST.DLL */
166 CHAR dummydir
[MAX_PATH
];
169 /* When CryptCATAdminAcquireContext is successful it will create
170 * several directories if they don't exist:
172 * ...\system32\CatRoot\{GUID}, this directory holds the .cat files
173 * ...\system32\CatRoot2\{GUID} (WinXP and up), here we find the catalog database for that GUID
175 * Windows Vista uses lowercase catroot and catroot2.
177 * When passed a NULL GUID it will create the following directories although on
178 * WinXP and up these directories are already present when Windows is installed:
180 * ...\system32\CatRoot\{127D0A1D-4EF2-11D1-8608-00C04FC295EE}
181 * ...\system32\CatRoot2\{127D0A1D-4EF2-11D1-8608-00C04FC295EE} (WinXP up)
183 * TODO: Find out what this GUID is/does.
185 * On WinXP and up there is also a TimeStamp file in some of directories that
186 * seem to indicate the last change to the catalog database for that GUID.
188 * On Windows 2000 some files are created/updated:
190 * ...\system32\CatRoot\SYSMAST.cbk
191 * ...\system32\CatRoot\SYSMAST.cbd
192 * ...\system32\CatRoot\{GUID}\CATMAST.cbk
193 * ...\system32\CatRoot\{GUID}\CATMAST.cbd
198 SetLastError(0xdeadbeef);
199 ret
= pCryptCATAdminAcquireContext(NULL
, NULL
, 0);
200 ok(!ret
, "Expected failure\n");
201 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
202 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
205 ret
= pCryptCATAdminAcquireContext(&hca
, NULL
, 0);
206 ok(ret
, "Expected success\n");
207 ok(hca
!= NULL
, "Expected a context handle, got NULL\n");
210 SetLastError(0xdeadbeef);
211 ret
= pCryptCATAdminReleaseContext(NULL
, 0);
212 ok(!ret
, "Expected failure\n");
213 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
214 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
217 SetLastError(0xdeadbeef);
218 ret
= pCryptCATAdminReleaseContext(hca
, 0);
219 ok(ret
, "Expected success, got FALSE with %d\n", GetLastError());
221 /* Try to release a second time */
222 SetLastError(0xdeadbeef);
223 ret
= pCryptCATAdminReleaseContext(hca
, 0);
224 ok(!ret
, "Expected failure\n");
225 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
226 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
228 /* NULL context handle and dummy GUID */
229 SetLastError(0xdeadbeef);
230 ret
= pCryptCATAdminAcquireContext(NULL
, &dummy
, 0);
231 ok(!ret
, "Expected failure\n");
232 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
233 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
235 /* Correct context handle and dummy GUID
237 * The tests run in the past unfortunately made sure that some directories were created.
240 * We don't want to mess too much with these for now so we should delete only the ones
241 * that shouldn't be there like the deadbeef ones. We first have to figure out if it's
242 * save to remove files and directories from CatRoot/CatRoot2.
245 ret
= pCryptCATAdminAcquireContext(&hca
, &dummy
, 0);
246 ok(ret
|| GetLastError() == ERROR_ACCESS_DENIED
, "CryptCATAdminAcquireContext failed %u\n", GetLastError());
247 if (!ret
&& GetLastError() == ERROR_ACCESS_DENIED
)
249 win_skip("Not running as administrator\n");
252 ok(hca
!= NULL
, "Expected a context handle, got NULL\n");
254 attrs
= GetFileAttributes(catroot
);
255 ok(attrs
!= INVALID_FILE_ATTRIBUTES
, "Expected the CatRoot directory to exist\n");
257 /* Windows creates the GUID directory in capitals */
258 lstrcpyA(dummydir
, catroot
);
259 lstrcatA(dummydir
, "\\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF}");
260 attrs
= GetFileAttributes(dummydir
);
261 ok(attrs
!= INVALID_FILE_ATTRIBUTES
,
262 "Expected CatRoot\\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF} directory to exist\n");
264 /* Only present on XP or higher. */
265 attrs
= GetFileAttributes(catroot2
);
266 if (attrs
!= INVALID_FILE_ATTRIBUTES
)
268 lstrcpyA(dummydir
, catroot2
);
269 lstrcatA(dummydir
, "\\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF}");
270 attrs
= GetFileAttributes(dummydir
);
271 ok(attrs
!= INVALID_FILE_ATTRIBUTES
,
272 "Expected CatRoot2\\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF} directory to exist\n");
275 ret
= pCryptCATAdminReleaseContext(hca
, 0);
276 ok(ret
, "Expected success\n");
278 /* Correct context handle and GUID */
279 ret
= pCryptCATAdminAcquireContext(&hca
, &unknown
, 0);
280 ok(ret
, "Expected success\n");
281 ok(hca
!= NULL
, "Expected a context handle, got NULL\n");
283 ret
= pCryptCATAdminReleaseContext(hca
, 0);
284 ok(ret
, "Expected success\n");
286 /* Flags not equal to 0 */
287 ret
= pCryptCATAdminAcquireContext(&hca
, &unknown
, 1);
288 ok(ret
, "Expected success\n");
289 ok(hca
!= NULL
, "Expected a context handle, got NULL\n");
291 ret
= pCryptCATAdminReleaseContext(hca
, 0);
292 ok(ret
, "Expected success\n");
295 /* TODO: Check whether SHA-1 is the algorithm that's always used */
296 static void test_calchash(void)
302 BYTE expectedhash
[20] = {0x3a,0xa1,0x19,0x08,0xec,0xa6,0x0d,0x2e,0x7e,0xcc,0x7a,0xca,0xf5,0xb8,0x2e,0x62,0x6a,0xda,0xf0,0x19};
307 SetLastError(0xdeadbeef);
308 ret
= pCryptCATAdminCalcHashFromFileHandle(NULL
, NULL
, NULL
, 0);
309 ok(!ret
, "Expected failure\n");
310 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
311 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
313 /* NULL filehandle, rest is legal */
314 SetLastError(0xdeadbeef);
315 ret
= pCryptCATAdminCalcHashFromFileHandle(NULL
, &hashsize
, NULL
, 0);
316 ok(!ret
, "Expected failure\n");
317 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
318 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
320 /* Correct filehandle, rest is NULL */
321 file
= CreateFileA(selfname
, GENERIC_READ
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
322 SetLastError(0xdeadbeef);
323 ret
= pCryptCATAdminCalcHashFromFileHandle(file
, NULL
, NULL
, 0);
324 ok(!ret
, "Expected failure\n");
325 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
326 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
329 /* All OK, but dwFlags set to 1 */
330 file
= CreateFileA(selfname
, GENERIC_READ
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
331 SetLastError(0xdeadbeef);
332 ret
= pCryptCATAdminCalcHashFromFileHandle(file
, &hashsize
, NULL
, 1);
333 ok(!ret
, "Expected failure\n");
334 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
335 "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
338 /* All OK, requesting the size of the hash */
339 file
= CreateFileA(selfname
, GENERIC_READ
, FILE_SHARE_READ
, NULL
, OPEN_EXISTING
, 0, NULL
);
340 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFile failed %u\n", GetLastError());
341 SetLastError(0xdeadbeef);
342 ret
= pCryptCATAdminCalcHashFromFileHandle(file
, &hashsize
, NULL
, 0);
343 ok(ret
, "Expected success %u\n", GetLastError());
344 ok(hashsize
== 20," Expected a hash size of 20, got %d\n", hashsize
);
345 ok(GetLastError() == ERROR_INSUFFICIENT_BUFFER
,
346 "Expected ERROR_INSUFFICIENT_BUFFER, got %d\n", GetLastError());
349 /* All OK, retrieve the hash
350 * Double the hash buffer to see what happens to the size parameter
352 file
= CreateFileA(selfname
, GENERIC_READ
, FILE_SHARE_READ
, NULL
, OPEN_EXISTING
, 0, NULL
);
354 hash
= HeapAlloc(GetProcessHeap(), 0, hashsize
);
355 SetLastError(0xdeadbeef);
356 ret
= pCryptCATAdminCalcHashFromFileHandle(file
, &hashsize
, hash
, 0);
357 ok(ret
, "Expected success %u\n", GetLastError());
358 ok(hashsize
== 20," Expected a hash size of 20, got %d\n", hashsize
);
359 ok(GetLastError() == ERROR_SUCCESS
,
360 "Expected ERROR_SUCCESS, got %d\n", GetLastError());
362 HeapFree(GetProcessHeap(), 0, hash
);
364 /* Do the same test with a file created and filled by ourselves (and we thus
365 * have a known hash for).
367 GetTempFileNameA(CURR_DIR
, "hsh", 0, temp
);
368 file
= CreateFileA(temp
, GENERIC_WRITE
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
369 WriteFile(file
, "Text in this file is needed to create a know hash", 49, &written
, NULL
);
372 /* All OK, first request the size and then retrieve the hash */
373 file
= CreateFileA(temp
, GENERIC_READ
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
375 pCryptCATAdminCalcHashFromFileHandle(file
, &hashsize
, NULL
, 0);
376 hash
= HeapAlloc(GetProcessHeap(), 0, hashsize
);
377 SetLastError(0xdeadbeef);
378 ret
= pCryptCATAdminCalcHashFromFileHandle(file
, &hashsize
, hash
, 0);
379 ok(ret
, "Expected success\n");
380 ok(GetLastError() == ERROR_SUCCESS
,
381 "Expected ERROR_SUCCESS, got %d\n", GetLastError());
382 ok(hashsize
== sizeof(expectedhash
) &&
383 !memcmp(hash
, expectedhash
, sizeof(expectedhash
)),
384 "Hashes didn't match\n");
387 HeapFree(GetProcessHeap(), 0, hash
);
391 static void test_CryptCATOpen(void)
394 char empty
[MAX_PATH
];
395 WCHAR emptyW
[MAX_PATH
];
399 SetLastError(0xdeadbeef);
400 hcat
= pCryptCATOpen(NULL
, 0, 0, 0, 0);
401 ok(hcat
== INVALID_HANDLE_VALUE
, "CryptCATOpen succeeded\n");
402 ok(GetLastError() == ERROR_INVALID_PARAMETER
,
403 "Expected ERROR_INVALID_PARAMETER, got %08x\n", GetLastError());
405 if (!GetTempFileNameA(CURR_DIR
, "cat", 0, empty
)) return;
407 file
= CreateFileA(empty
, GENERIC_WRITE
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
408 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
410 MultiByteToWideChar(CP_ACP
, 0, empty
, -1, emptyW
, MAX_PATH
);
412 hcat
= pCryptCATOpen(emptyW
, 0, 0, 0, 0);
414 ok(hcat
!= INVALID_HANDLE_VALUE
, "Expected a correct handle\n");
416 ret
= pCryptCATClose(hcat
);
418 ok(ret
, "CryptCATClose failed\n");
422 static DWORD error_area
;
423 static DWORD local_error
;
425 static void WINAPI
cdf_callback(DWORD area
, DWORD error
, WCHAR
* line
)
427 ok(error_area
!= -2, "Didn't expect cdf_callback() to be called (%08x, %08x)\n",
434 static void test_CryptCATCDF_params(void)
436 static WCHAR nonexistent
[] = {'d','e','a','d','b','e','e','f','.','c','d','f',0};
440 if (!pCryptCATCDFOpen
)
442 win_skip("CryptCATCDFOpen is not available\n");
446 SetLastError(0xdeadbeef);
447 catcdf
= pCryptCATCDFOpen(NULL
, NULL
);
448 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
450 ok(GetLastError() == ERROR_INVALID_PARAMETER
, "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
452 SetLastError(0xdeadbeef);
453 catcdf
= pCryptCATCDFOpen(NULL
, cdf_callback
);
454 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
456 ok(GetLastError() == ERROR_INVALID_PARAMETER
, "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
458 /* File doesn't exist */
459 SetLastError(0xdeadbeef);
460 catcdf
= pCryptCATCDFOpen(nonexistent
, cdf_callback
);
461 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
463 ok(GetLastError() == ERROR_FILE_NOT_FOUND
, "Expected ERROR_FILE_NOT_FOUND, got %d\n", GetLastError());
465 SetLastError(0xdeadbeef);
466 ret
= pCryptCATCDFClose(NULL
);
467 ok(!ret
, "Expected failure\n");
469 ok(GetLastError() == ERROR_INVALID_PARAMETER
, "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
472 SetLastError(0xdeadbeef);
473 ret
= pCryptCATCDFClose(catcdf
);
474 ok(!ret
, "Expected failure\n");
476 ok(GetLastError() == ERROR_INVALID_PARAMETER
, "Expected ERROR_INVALID_PARAMETER, got %d\n", GetLastError());
479 /* FIXME: Once Wine can create catalog files we should use the created catalog file in this test */
480 static void test_CryptCATAdminAddRemoveCatalog(void)
482 static WCHAR basenameW
[] = {'w','i','n','e','t','e','s','t','.','c','a','t',0};
483 static CHAR basename
[] = "winetest.cat";
487 WCHAR tmpfileW
[MAX_PATH
];
488 char tmpfile
[MAX_PATH
];
489 char catfile
[MAX_PATH
], catfilepath
[MAX_PATH
], *p
;
490 WCHAR catfileW
[MAX_PATH
];
492 DWORD error
, written
;
496 if (!pCryptCATAdminRemoveCatalog
)
498 /* NT4 and W2K do have CryptCATAdminAddCatalog !! */
499 win_skip("CryptCATAdminRemoveCatalog is not available\n");
503 if (!GetTempFileNameA(CURR_DIR
, "cat", 0, tmpfile
)) return;
504 DeleteFileA(tmpfile
);
505 file
= CreateFileA(tmpfile
, GENERIC_WRITE
, 0, NULL
, CREATE_NEW
, 0, NULL
);
506 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
509 ret
= pCryptCATAdminAcquireContext(&hcatadmin
, &dummy
, 0);
510 ok(ret
|| GetLastError() == ERROR_ACCESS_DENIED
, "CryptCATAdminAcquireContext failed %u\n", GetLastError());
511 if (!ret
&& GetLastError() == ERROR_ACCESS_DENIED
)
513 win_skip("Not running as administrator\n");
517 SetLastError(0xdeadbeef);
518 hcatinfo
= pCryptCATAdminAddCatalog(NULL
, NULL
, NULL
, 0);
519 error
= GetLastError();
520 ok(hcatinfo
== NULL
, "CryptCATAdminAddCatalog succeeded\n");
521 ok(error
== ERROR_INVALID_PARAMETER
, "got %u expected ERROR_INVALID_PARAMETER\n", GetLastError());
523 SetLastError(0xdeadbeef);
524 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, NULL
, NULL
, 0);
525 error
= GetLastError();
526 ok(hcatinfo
== NULL
, "CryptCATAdminAddCatalog succeeded\n");
527 ok(error
== ERROR_INVALID_PARAMETER
, "got %u expected ERROR_INVALID_PARAMETER\n", GetLastError());
529 MultiByteToWideChar(0, 0, tmpfile
, -1, tmpfileW
, MAX_PATH
);
531 SetLastError(0xdeadbeef);
532 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, tmpfileW
, basenameW
, 0);
533 error
= GetLastError();
535 ok(hcatinfo
== NULL
, "CryptCATAdminAddCatalog succeeded\n");
536 ok(error
== ERROR_BAD_FORMAT
, "got %u expected ERROR_BAD_FORMAT\n", GetLastError());
538 if (hcatinfo
!= NULL
)
539 pCryptCATAdminReleaseCatalogContext(hcatadmin
, hcatinfo
, 0);
541 SetLastError(0xdeadbeef);
542 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, tmpfileW
, basenameW
, 1);
543 error
= GetLastError();
544 ok(hcatinfo
== NULL
, "CryptCATAdminAddCatalog succeeded\n");
545 ok(error
== ERROR_INVALID_PARAMETER
, "got %u expected ERROR_INVALID_PARAMETER\n", GetLastError());
547 SetLastError(0xdeadbeef);
548 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, tmpfileW
, NULL
, 0);
549 error
= GetLastError();
550 ok(hcatinfo
== NULL
, "CryptCATAdminAddCatalog succeeded\n");
551 todo_wine
ok(error
== ERROR_BAD_FORMAT
, "got %u expected ERROR_BAD_FORMAT\n", GetLastError());
553 DeleteFileA(tmpfile
);
554 file
= CreateFileA(tmpfile
, GENERIC_WRITE
, 0, NULL
, CREATE_NEW
, 0, NULL
);
555 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
556 WriteFile(file
, test_catalog
, sizeof(test_catalog
), &written
, NULL
);
559 /* Unique name will be created */
560 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, tmpfileW
, NULL
, 0);
561 todo_wine
ok(hcatinfo
!= NULL
, "CryptCATAdminAddCatalog failed %u\n", GetLastError());
563 info
.cbStruct
= sizeof(info
);
564 info
.wszCatalogFile
[0] = 0;
565 ret
= pCryptCATCatalogInfoFromContext(hcatinfo
, &info
, 0);
568 ok(ret
, "CryptCATCatalogInfoFromContext failed %u\n", GetLastError());
569 ok(info
.wszCatalogFile
[0] != 0, "Expected a filename\n");
571 WideCharToMultiByte(CP_ACP
, 0, info
.wszCatalogFile
, -1, catfile
, MAX_PATH
, 0, 0);
572 if ((p
= strrchr(catfile
, '\\'))) p
++;
573 memset(catfileW
, 0, sizeof(catfileW
));
574 MultiByteToWideChar(0, 0, p
, -1, catfileW
, MAX_PATH
);
576 /* Set the file attributes so we can check what happens with them during the 'copy' */
577 attrs
= FILE_ATTRIBUTE_READONLY
;
578 ret
= SetFileAttributesA(tmpfile
, attrs
);
579 ok(ret
, "SetFileAttributesA failed : %u\n", GetLastError());
581 /* winetest.cat will be created */
582 hcatinfo
= pCryptCATAdminAddCatalog(hcatadmin
, tmpfileW
, basenameW
, 0);
583 ok(hcatinfo
!= NULL
, "CryptCATAdminAddCatalog failed %u\n", GetLastError());
585 lstrcpyA(catfilepath
, catroot
);
586 lstrcatA(catfilepath
, "\\{DEADBEEF-DEAD-BEEF-DEAD-BEEFDEADBEEF}\\winetest.cat");
587 attrs
= GetFileAttributes(catfilepath
);
588 ok(attrs
!= INVALID_FILE_ATTRIBUTES
, "Expected %s to exist\n", catfilepath
);
590 ok(attrs
== FILE_ATTRIBUTE_SYSTEM
||
591 attrs
== (FILE_ATTRIBUTE_NOT_CONTENT_INDEXED
| FILE_ATTRIBUTE_SYSTEM
), /* Vista */
592 "File has wrong attributes : %08x\n", attrs
);
594 info
.cbStruct
= sizeof(info
);
595 info
.wszCatalogFile
[0] = 0;
596 ret
= pCryptCATCatalogInfoFromContext(hcatinfo
, &info
, 0);
597 ok(ret
, "CryptCATCatalogInfoFromContext failed %u\n", GetLastError());
598 ok(info
.wszCatalogFile
[0] != 0, "Expected a filename\n");
599 WideCharToMultiByte(CP_ACP
, 0, info
.wszCatalogFile
, -1, catfile
, MAX_PATH
, 0, 0);
600 if ((p
= strrchr(catfile
, '\\'))) p
++;
601 ok(!lstrcmpA(basename
, p
), "Expected %s, got %s\n", basename
, p
);
603 ret
= pCryptCATAdminReleaseCatalogContext(hcatadmin
, hcatinfo
, 0);
604 ok(ret
, "CryptCATAdminReleaseCatalogContext failed %u\n", GetLastError());
606 /* Remove the catalog file with the unique name */
607 ret
= pCryptCATAdminRemoveCatalog(hcatadmin
, catfileW
, 0);
608 ok(ret
, "CryptCATAdminRemoveCatalog failed %u\n", GetLastError());
610 /* Remove the winetest.cat catalog file, first with the full path. This should not succeed
611 * according to MSDN */
612 ret
= pCryptCATAdminRemoveCatalog(hcatadmin
, info
.wszCatalogFile
, 0);
613 ok(ret
, "CryptCATAdminRemoveCatalog failed %u\n", GetLastError());
614 /* The call succeeded with the full path but the file is not removed */
615 attrs
= GetFileAttributes(catfilepath
);
616 ok(attrs
!= INVALID_FILE_ATTRIBUTES
, "Expected %s to exist\n", catfilepath
);
617 /* Given only the filename the file is removed */
618 ret
= pCryptCATAdminRemoveCatalog(hcatadmin
, basenameW
, 0);
619 ok(ret
, "CryptCATAdminRemoveCatalog failed %u\n", GetLastError());
620 attrs
= GetFileAttributes(catfilepath
);
621 ok(attrs
== INVALID_FILE_ATTRIBUTES
, "Expected %s to be removed\n", catfilepath
);
623 ret
= pCryptCATAdminReleaseContext(hcatadmin
, 0);
624 ok(ret
, "CryptCATAdminReleaseContext failed %u\n", GetLastError());
626 /* Set the attributes so we can delete the file */
627 attrs
= FILE_ATTRIBUTE_NORMAL
;
628 ret
= SetFileAttributesA(tmpfile
, attrs
);
629 ok(ret
, "SetFileAttributesA failed %u\n", GetLastError());
630 DeleteFileA(tmpfile
);
633 static void test_catalog_properties(CHAR
*catfile
, int attributes
, int members
)
635 static const GUID subject
= {0xde351a42,0x8e59,0x11d0,{0x8c,0x47,0x00,0xc0,0x4f,0xc2,0x95,0xee}};
639 CRYPTCATATTRIBUTE
*attr
;
640 char catalog
[MAX_PATH
];
641 WCHAR catalogW
[MAX_PATH
];
644 int attrcount
= 0, membercount
= 0;
646 /* FIXME: Wine can't create catalog files out of catalog definition files yet. Remove this piece
649 attrs
= GetFileAttributesA(catfile
);
650 if (attrs
== INVALID_FILE_ATTRIBUTES
)
655 trace("Creating the catalog file\n");
656 if (!GetTempFileNameA(CURR_DIR
, "cat", 0, catalog
)) return;
657 file
= CreateFileA(catalog
, GENERIC_WRITE
, 0, NULL
, OPEN_EXISTING
, 0, NULL
);
658 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
659 WriteFile(file
, test_catalog
, sizeof(test_catalog
), &written
, NULL
);
664 MultiByteToWideChar(CP_ACP
, 0, catalog
, -1, catalogW
, MAX_PATH
);
668 MultiByteToWideChar(CP_ACP
, 0, catfile
, -1, catalogW
, MAX_PATH
);
672 hcat
= pCryptCATOpen(catalogW
, 0, 0, 0, 0);
673 if (hcat
== INVALID_HANDLE_VALUE
&& members
== 0)
675 win_skip("CryptCATOpen on W2K can't handle catalog files with no members\n");
678 ok(hcat
!= INVALID_HANDLE_VALUE
, "CryptCATOpen failed %u\n", GetLastError());
680 m
= pCryptCATEnumerateMember(NULL
, NULL
);
681 ok(m
== NULL
, "CryptCATEnumerateMember succeeded\n");
684 while ((m
= pCryptCATEnumerateMember(hcat
, m
)))
686 ok(m
->cbStruct
== sizeof(CRYPTCATMEMBER
), "unexpected size %u\n", m
->cbStruct
);
687 todo_wine
ok(!lstrcmpW(m
->pwszReferenceTag
, hashmeW
), "unexpected tag\n");
688 ok(!memcmp(&m
->gSubjectType
, &subject
, sizeof(subject
)), "guid differs\n");
689 ok(!m
->fdwMemberFlags
, "got %x expected 0\n", m
->fdwMemberFlags
);
690 ok(m
->dwCertVersion
== 0x200, "got %x expected 0x200\n", m
->dwCertVersion
);
691 ok(!m
->dwReserved
, "got %x expected 0\n", m
->dwReserved
);
692 ok(m
->hReserved
== NULL
, "got %p expected NULL\n", m
->hReserved
);
694 attr
= pCryptCATEnumerateAttr(hcat
, m
, NULL
);
695 ok(attr
== NULL
, "CryptCATEnumerateAttr succeeded\n");
699 ok(membercount
== members
, "Expected %d members, got %d\n", members
, membercount
);
701 attr
= pCryptCATEnumerateAttr(NULL
, NULL
, NULL
);
702 ok(attr
== NULL
, "CryptCATEnumerateAttr succeeded\n");
704 attr
= pCryptCATEnumerateAttr(hcat
, NULL
, NULL
);
705 ok(attr
== NULL
, "CryptCATEnumerateAttr succeeded\n");
708 while ((attr
= pCryptCATEnumerateCatAttr(hcat
, attr
)))
710 ok(!lstrcmpW(attr
->pwszReferenceTag
, attr1W
) ||
711 !lstrcmpW(attr
->pwszReferenceTag
, attr2W
),
712 "Expected 'attr1' or 'attr2'\n");
717 ok(attrcount
== attributes
, "Expected %d catalog attributes, got %d\n", attributes
, attrcount
);
719 ret
= pCryptCATClose(hcat
);
720 ok(ret
, "CryptCATClose failed\n");
721 if (catalog
[0]) DeleteFileA( catalog
);
724 static void test_create_catalog_file(void)
726 static CHAR catfileA
[] = "winetest.cat";
727 static CHAR cdffileA
[] = "winetest.cdf";
728 static WCHAR cdffileW
[] = {'w','i','n','e','t','e','s','t','.','c','d','f',0};
730 CRYPTCATATTRIBUTE
*catattr
;
731 CRYPTCATMEMBER
*catmember
;
733 DWORD written
, attrs
;
736 int attrcount
, membercount
;
738 if (!pCryptCATCDFOpen
)
740 win_skip("CryptCATCDFOpen is not available\n");
744 /* Create the cdf file */
745 file
= CreateFileA(cdffileA
, GENERIC_WRITE
, 0, NULL
, CREATE_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
746 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
747 WriteFile(file
, test_cdf
, sizeof(test_cdf
) - 1, &written
, NULL
);
750 /* Don't enumerate attributes and members */
751 trace("No attribs and members\n");
752 SetLastError(0xdeadbeef);
753 catcdf
= pCryptCATCDFOpen(cdffileW
, NULL
);
756 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
757 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
760 ret
= pCryptCATCDFClose(catcdf
);
763 ok(ret
, "Expected success\n");
764 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
767 attrs
= GetFileAttributesA(catfileA
);
769 ok(attrs
!= INVALID_FILE_ATTRIBUTES
, "Expected the catalog file to exist\n");
771 test_catalog_properties(catfileA
, 0, 0);
772 DeleteFileA(catfileA
);
774 /* Only enumerate the attributes */
775 trace("Only attributes\n");
776 attrcount
= membercount
= 0;
777 catcdf
= pCryptCATCDFOpen(cdffileW
, NULL
);
780 while ((catattr
= pCryptCATCDFEnumCatAttributes(catcdf
, catattr
, NULL
)))
782 ok(!lstrcmpW(catattr
->pwszReferenceTag
, attr1W
) ||
783 !lstrcmpW(catattr
->pwszReferenceTag
, attr2W
),
784 "Expected 'attr1' or 'attr2'\n");
789 ok(attrcount
== 2, "Expected 2 attributes, got %d\n", attrcount
);
791 pCryptCATCDFClose(catcdf
);
792 /* Even though the resulting catalog file shows the attributes, they will not be enumerated */
793 test_catalog_properties(catfileA
, 0, 0);
794 DeleteFileA(catfileA
);
796 /* Only enumerate the members */
797 trace("Only members\n");
799 catcdf
= pCryptCATCDFOpen(cdffileW
, NULL
);
803 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, NULL
, &catmember
, FALSE
, NULL
)))
805 ok(!lstrcmpW(catmembertag
, hashmeW
), "Expected 'hashme'\n");
809 ok(membercount
== 1, "Expected 1 member, got %d\n", membercount
);
811 pCryptCATCDFClose(catcdf
);
812 test_catalog_properties(catfileA
, 0, 1);
813 DeleteFileA(catfileA
);
815 /* Enumerate members and attributes */
816 trace("Attributes and members\n");
817 attrcount
= membercount
= 0;
818 catcdf
= pCryptCATCDFOpen(cdffileW
, NULL
);
821 while ((catattr
= pCryptCATCDFEnumCatAttributes(catcdf
, catattr
, NULL
)))
824 ok(attrcount
== 2, "Expected 2 attributes, got %d\n", attrcount
);
828 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, NULL
, &catmember
, FALSE
, NULL
)))
831 ok(membercount
== 1, "Expected 1 member, got %d\n", membercount
);
833 pCryptCATCDFClose(catcdf
);
834 test_catalog_properties(catfileA
, 2, 1);
835 DeleteFileA(catfileA
);
837 DeleteFileA(cdffileA
);
840 static void create_cdf_file(const CHAR
*filename
, const CHAR
*contents
)
845 file
= CreateFileA(filename
, GENERIC_WRITE
, 0, NULL
, CREATE_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
846 ok(file
!= INVALID_HANDLE_VALUE
, "CreateFileA failed %u\n", GetLastError());
847 WriteFile(file
, contents
, lstrlenA(contents
), &written
, NULL
);
851 #define CHECK_EXPECT(a, b) \
853 ok(a == error_area, "Expected %08x, got %08x\n", a, error_area); \
854 ok(b == local_error, "Expected %08x, got %08x\n", b, local_error); \
857 /* Clear the variables (can't use 0) */
858 #define CLEAR_EXPECT \
859 error_area = local_error = -1
861 /* Set both variables so the callback routine can check if a call to it was unexpected */
862 #define SET_UNEXPECTED \
863 error_area = local_error = -2
865 static void test_cdf_parsing(void)
867 static CHAR catfileA
[] = "tempfile.cat";
868 static CHAR cdffileA
[] = "tempfile.cdf";
869 static WCHAR cdffileW
[] = {'t','e','m','p','f','i','l','e','.','c','d','f',0};
870 CHAR cdf_contents
[4096];
872 CRYPTCATATTRIBUTE
*catattr
;
873 CRYPTCATMEMBER
*catmember
;
876 if (!pCryptCATCDFOpen
)
878 win_skip("CryptCATCDFOpen is not available\n");
883 DeleteFileA(cdffileA
);
884 create_cdf_file(cdffileA
, "");
887 SetLastError(0xdeadbeef);
888 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
890 CHECK_EXPECT(CRYPTCAT_E_AREA_HEADER
, CRYPTCAT_E_CDF_TAGNOTFOUND
);
891 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
893 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
894 DeleteFileA(cdffileA
);
895 ok(!DeleteFileA(catfileA
), "Didn't expect a catalog file to be created\n");
897 /* Just the header */
898 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
899 create_cdf_file(cdffileA
, cdf_contents
);
902 SetLastError(0xdeadbeef);
903 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
904 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
906 ok(GetLastError() == ERROR_SHARING_VIOLATION
,
907 "Expected ERROR_SHARING_VIOLATION, got %d\n", GetLastError());
908 DeleteFileA(cdffileA
);
910 /* Header and member only */
911 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
912 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
913 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r\n");
914 create_cdf_file(cdffileA
, cdf_contents
);
917 SetLastError(0xdeadbeef);
918 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
919 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
921 ok(GetLastError() == ERROR_SHARING_VIOLATION
,
922 "Expected ERROR_SHARING_VIOLATION, got %d\n", GetLastError());
923 DeleteFileA(cdffileA
);
924 ok(!DeleteFileA(catfileA
), "Didn't expect a catalog file to be created\n");
926 /* Header and Name (no value) */
927 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
928 lstrcatA(cdf_contents
, "Name=\r\n");
929 create_cdf_file(cdffileA
, cdf_contents
);
932 SetLastError(0xdeadbeef);
933 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
934 ok(catcdf
== NULL
, "CryptCATCDFOpen succeeded\n");
936 ok(GetLastError() == ERROR_SHARING_VIOLATION
,
937 "Expected ERROR_SHARING_VIOLATION, got %d\n", GetLastError());
938 DeleteFileA(cdffileA
);
939 ok(!DeleteFileA(catfileA
), "Didn't expect a catalog file to be created\n");
941 /* Header and Name */
942 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
943 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
944 create_cdf_file(cdffileA
, cdf_contents
);
947 SetLastError(0xdeadbeef);
948 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
951 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
952 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
954 pCryptCATCDFClose(catcdf
);
955 DeleteFileA(cdffileA
);
957 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
959 /* Header and nonexistent member */
960 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
961 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
962 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
963 lstrcatA(cdf_contents
, "hashme=.\\deadbeef.cdf\r\n");
964 create_cdf_file(cdffileA
, cdf_contents
);
967 SetLastError(0xdeadbeef);
968 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
971 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
972 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
974 /* Loop through the members */
978 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, cdf_callback
, &catmember
, FALSE
, NULL
))) ;
980 CHECK_EXPECT(CRYPTCAT_E_AREA_MEMBER
, CRYPTCAT_E_CDF_MEMBER_FILENOTFOUND
);
981 pCryptCATCDFClose(catcdf
);
982 DeleteFileA(cdffileA
);
984 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
986 /* Header, correct member but no explicit newline */
987 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
988 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
989 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
990 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r");
991 create_cdf_file(cdffileA
, cdf_contents
);
994 SetLastError(0xdeadbeef);
995 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
998 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
999 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
1001 /* Loop through the members */
1004 catmembertag
= NULL
;
1005 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, cdf_callback
, &catmember
, FALSE
, NULL
))) ;
1007 CHECK_EXPECT(CRYPTCAT_E_AREA_MEMBER
, CRYPTCAT_E_CDF_MEMBER_FILE_PATH
);
1008 pCryptCATCDFClose(catcdf
);
1009 DeleteFileA(cdffileA
);
1011 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
1013 /* Header and 2 duplicate members */
1014 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
1015 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
1016 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
1017 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r\n");
1018 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r\n");
1019 create_cdf_file(cdffileA
, cdf_contents
);
1022 SetLastError(0xdeadbeef);
1023 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
1026 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
1027 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
1029 /* Loop through the members */
1032 catmembertag
= NULL
;
1033 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, cdf_callback
, &catmember
, FALSE
, NULL
))) ;
1034 pCryptCATCDFClose(catcdf
);
1035 test_catalog_properties(catfileA
, 0, 1);
1036 DeleteFileA(cdffileA
);
1038 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
1040 /* Wrong attribute */
1041 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
1042 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
1043 lstrcatA(cdf_contents
, "CATATTR1=0x10010001:attr1\r\n");
1044 create_cdf_file(cdffileA
, cdf_contents
);
1047 SetLastError(0xdeadbeef);
1048 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
1051 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
1052 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
1054 /* Loop through the attributes */
1057 while ((catattr
= pCryptCATCDFEnumCatAttributes(catcdf
, catattr
, cdf_callback
))) ;
1059 CHECK_EXPECT(CRYPTCAT_E_AREA_ATTRIBUTE
, CRYPTCAT_E_CDF_ATTR_TOOFEWVALUES
);
1060 pCryptCATCDFClose(catcdf
);
1061 DeleteFileA(cdffileA
);
1063 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
1065 /* Two identical attributes */
1066 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
1067 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
1068 lstrcatA(cdf_contents
, "CATATTR1=0x10010001:attr1:value1\r\n");
1069 lstrcatA(cdf_contents
, "CATATTR1=0x10010001:attr1:value1\r\n");
1070 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
1071 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r\n");
1072 create_cdf_file(cdffileA
, cdf_contents
);
1075 SetLastError(0xdeadbeef);
1076 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
1079 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
1080 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
1082 /* Loop through the members */
1085 catmembertag
= NULL
;
1086 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, cdf_callback
, &catmember
, FALSE
, NULL
))) ;
1087 /* Loop through the attributes */
1090 while ((catattr
= pCryptCATCDFEnumCatAttributes(catcdf
, catattr
, cdf_callback
))) ;
1091 pCryptCATCDFClose(catcdf
);
1092 test_catalog_properties(catfileA
, 1, 1);
1093 DeleteFileA(cdffileA
);
1095 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
1097 /* Two different attribute values with the same tag */
1098 lstrcpyA(cdf_contents
, "[CatalogHeader]\r\n");
1099 lstrcatA(cdf_contents
, "Name=tempfile.cat\r\n");
1100 lstrcatA(cdf_contents
, "CATATTR1=0x10010001:attr1:value1\r\n");
1101 lstrcatA(cdf_contents
, "CATATTR1=0x10010001:attr2:value2\r\n");
1102 lstrcatA(cdf_contents
, "[CatalogFiles]\r\n");
1103 lstrcatA(cdf_contents
, "hashme=.\\tempfile.cdf\r\n");
1104 create_cdf_file(cdffileA
, cdf_contents
);
1107 SetLastError(0xdeadbeef);
1108 catcdf
= pCryptCATCDFOpen(cdffileW
, cdf_callback
);
1111 ok(catcdf
!= NULL
, "CryptCATCDFOpen failed\n");
1112 ok(GetLastError() == ERROR_SUCCESS
, "Expected ERROR_SUCCESS, got %d\n", GetLastError());
1114 /* Loop through the members */
1117 catmembertag
= NULL
;
1118 while ((catmembertag
= pCryptCATCDFEnumMembersByCDFTagEx(catcdf
, catmembertag
, cdf_callback
, &catmember
, FALSE
, NULL
))) ;
1119 /* Loop through the attributes */
1122 while ((catattr
= pCryptCATCDFEnumCatAttributes(catcdf
, catattr
, cdf_callback
))) ;
1123 pCryptCATCDFClose(catcdf
);
1124 test_catalog_properties(catfileA
, 1, 1);
1125 DeleteFileA(cdffileA
);
1127 ok(DeleteFileA(catfileA
), "Expected a catalog file to be created\n");
1132 WORD e_magic
; /* 00: MZ Header signature */
1134 DWORD e_lfanew
; /* 3c: Offset to extended header */
1137 IMAGE_DOS_SIGNATURE
, { 0 }, sizeof(dos_header
)
1140 static IMAGE_NT_HEADERS nt_header
=
1142 IMAGE_NT_SIGNATURE
, /* Signature */
1144 IMAGE_FILE_MACHINE_I386
, /* Machine */
1145 1, /* NumberOfSections */
1146 0, /* TimeDateStamp */
1147 0, /* PointerToSymbolTable */
1148 0, /* NumberOfSymbols */
1149 sizeof(IMAGE_OPTIONAL_HEADER
), /* SizeOfOptionalHeader */
1150 IMAGE_FILE_EXECUTABLE_IMAGE
/* Characteristics */
1153 IMAGE_NT_OPTIONAL_HDR_MAGIC
, /* Magic */
1154 2, /* MajorLinkerVersion */
1155 15, /* MinorLinkerVersion */
1157 0, /* SizeOfInitializedData */
1158 0, /* SizeOfUninitializedData */
1159 0, /* AddressOfEntryPoint */
1160 0x10, /* BaseOfCode, also serves as e_lfanew in the truncated MZ header */
1164 0x10000000, /* ImageBase */
1165 0, /* SectionAlignment */
1166 0, /* FileAlignment */
1167 4, /* MajorOperatingSystemVersion */
1168 0, /* MinorOperatingSystemVersion */
1169 1, /* MajorImageVersion */
1170 0, /* MinorImageVersion */
1171 4, /* MajorSubsystemVersion */
1172 0, /* MinorSubsystemVersion */
1173 0, /* Win32VersionValue */
1174 0x200, /* SizeOfImage */
1175 sizeof(dos_header
) + sizeof(nt_header
), /* SizeOfHeaders */
1177 IMAGE_SUBSYSTEM_WINDOWS_CUI
, /* Subsystem */
1178 0, /* DllCharacteristics */
1179 0, /* SizeOfStackReserve */
1180 0, /* SizeOfStackCommit */
1181 0, /* SizeOfHeapReserve */
1182 3, /* SizeOfHeapCommit */
1183 2, /* LoaderFlags */
1184 1, /* NumberOfRvaAndSizes */
1185 { { 0 } } /* DataDirectory[IMAGE_NUMBEROF_DIRECTORY_ENTRIES] */
1189 static void test_sip(void)
1191 static WCHAR nameW
[] = {'t','e','s','t','.','e','x','e',0};
1192 SIP_SUBJECTINFO info
;
1193 DWORD index
, encoding
, size
;
1199 file
= CreateFileW(nameW
, GENERIC_WRITE
, 0, NULL
, CREATE_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
1200 ok(file
!= INVALID_HANDLE_VALUE
, "can't create file\n");
1201 if(file
== INVALID_HANDLE_VALUE
)
1203 WriteFile(file
, &dos_header
, sizeof(dos_header
), &size
, NULL
);
1204 WriteFile(file
, &nt_header
, sizeof(nt_header
), &size
, NULL
);
1205 memset(buf
, 0, sizeof(buf
));
1206 WriteFile(file
, buf
, 0x200 - sizeof(dos_header
) - sizeof(nt_header
), &size
, NULL
);
1209 file
= CreateFileW(nameW
, GENERIC_READ
, FILE_SHARE_READ
, NULL
, OPEN_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
1210 ok(file
!= INVALID_HANDLE_VALUE
, "can't open file\n");
1212 memset(&info
, 0, sizeof(SIP_SUBJECTINFO
));
1213 info
.cbSize
= sizeof(SIP_SUBJECTINFO
);
1214 info
.pgSubjectType
= &guid
;
1215 ret
= CryptSIPRetrieveSubjectGuid(NULL
, file
, info
.pgSubjectType
);
1216 ok(ret
, "CryptSIPRetrieveSubjectGuid failed (%x)\n", GetLastError());
1218 ret
= pPutSignedDataMsg(&info
, X509_ASN_ENCODING
, &index
, 4, (BYTE
*)"test");
1219 ok(!ret
, "CryptSIPPutSignedDataMsg succeedded\n");
1220 index
= GetLastError();
1221 ok(index
== ERROR_PATH_NOT_FOUND
, "GetLastError returned %x\n", index
);
1224 info
.pwsFileName
= nameW
;
1225 ret
= pPutSignedDataMsg(&info
, X509_ASN_ENCODING
, &index
, 4, (BYTE
*)"test");
1226 ok(!ret
, "CryptSIPPutSignedDataMsg succeedded\n");
1227 index
= GetLastError();
1228 todo_wine
ok(index
== ERROR_INVALID_PARAMETER
, "GetLastError returned %x\n", index
);
1230 info
.hFile
= INVALID_HANDLE_VALUE
;
1231 info
.pwsFileName
= nameW
;
1232 ret
= pPutSignedDataMsg(&info
, X509_ASN_ENCODING
, &index
, 4, (BYTE
*)"test");
1233 ok(!ret
, "CryptSIPPutSignedDataMsg succeedded\n");
1234 index
= GetLastError();
1235 ok(index
== ERROR_SHARING_VIOLATION
, "GetLastError returned %x\n", index
);
1238 file
= CreateFileW(nameW
, GENERIC_READ
|GENERIC_WRITE
, FILE_SHARE_READ
|FILE_SHARE_WRITE
, NULL
, OPEN_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
1241 info
.pwsFileName
= (void*)0xdeadbeef;
1242 ret
= pPutSignedDataMsg(&info
, X509_ASN_ENCODING
, &index
, 4, (BYTE
*)"test");
1243 ok(ret
, "CryptSIPPutSignedDataMsg failed (%x)\n", GetLastError());
1244 ok(index
== 0, "index = %x\n", index
);
1247 file
= CreateFileW(nameW
, GENERIC_READ
, FILE_SHARE_READ
|FILE_SHARE_WRITE
, NULL
, OPEN_ALWAYS
, FILE_ATTRIBUTE_NORMAL
, NULL
);
1249 info
.hFile
= INVALID_HANDLE_VALUE
;
1250 info
.pwsFileName
= nameW
;
1251 ret
= pPutSignedDataMsg(&info
, X509_ASN_ENCODING
, &index
, 14, (BYTE
*)"longer message");
1252 ok(ret
, "CryptSIPPutSignedDataMsg failed (%x)\n", GetLastError());
1253 ok(index
== 1, "index = %x\n", index
);
1256 encoding
= 0xdeadbeef;
1257 ret
= pGetSignedDataMsg(&info
, &encoding
, 0, &size
, NULL
);
1258 ok(ret
, "CryptSIPGetSignedDataMsg failed (%x)\n", GetLastError());
1259 ok(encoding
== 0xdeadbeef, "encoding = %x\n", encoding
);
1260 ok(size
== 16, "size = %d\n", size
);
1262 ret
= pGetSignedDataMsg(&info
, &encoding
, 0, &size
, (BYTE
*)buf
);
1263 ok(ret
, "CryptSIPGetSignedDataMsg failed (%x)\n", GetLastError());
1264 ok(encoding
== (X509_ASN_ENCODING
|PKCS_7_ASN_ENCODING
), "encoding = %x\n", encoding
);
1265 ok(size
== 8, "size = %d\n", size
);
1266 ok(!memcmp(buf
, "test\0\0\0\0", 8), "buf = %s\n", buf
);
1269 encoding
= 0xdeadbeef;
1270 ret
= pGetSignedDataMsg(&info
, &encoding
, 1, &size
, NULL
);
1271 ok(ret
, "CryptSIPGetSignedDataMsg failed (%x)\n", GetLastError());
1272 ok(encoding
== 0xdeadbeef, "encoding = %x\n", encoding
);
1273 ok(size
== 24, "size = %d\n", size
);
1275 ret
= pGetSignedDataMsg(&info
, &encoding
, 1, &size
, (BYTE
*)buf
);
1276 ok(ret
, "CryptSIPGetSignedDataMsg failed (%x)\n", GetLastError());
1277 ok(encoding
== (X509_ASN_ENCODING
|PKCS_7_ASN_ENCODING
), "encoding = %x\n", encoding
);
1278 ok(size
== 16, "size = %d\n", size
);
1279 ok(!strcmp(buf
, "longer message"), "buf = %s\n", buf
);
1281 CryptReleaseContext(info
.hProv
, 0);
1289 char sysdir
[MAX_PATH
];
1293 if (!pCryptCATAdminAcquireContext
)
1295 win_skip("CryptCATAdmin functions are not available\n");
1299 GetSystemDirectoryA(sysdir
, MAX_PATH
);
1300 lstrcpyA(catroot
, sysdir
);
1301 lstrcatA(catroot
, "\\CatRoot");
1302 lstrcpyA(catroot2
, sysdir
);
1303 lstrcatA(catroot2
, "\\CatRoot2");
1305 winetest_get_mainargs(&myARGV
);
1306 strcpy(selfname
, myARGV
[0]);
1308 GetCurrentDirectoryA(MAX_PATH
, CURR_DIR
);
1312 test_CryptCATOpen();
1313 /* Parameter checking only */
1314 test_CryptCATCDF_params();
1315 /* Test the parsing of a cdf file */
1317 /* Create a catalog file out of our own catalog definition file */
1318 test_create_catalog_file();
1319 test_CryptCATAdminAddRemoveCatalog();