http://bugs.winehq.org/show_bug.cgi?id=5639
------- Additional Comments From juan_lang@yahoo.com 2006-13-07 17:47 ------- A test case for this particular bug should be straightforward. Use a +crypt trace to find which cipher is being used, then add a test along the following lines:
result = CryptDecrypt(hKey, (HCRYPTHASH)NULL, TRUE, 0, NULL, &dwLen); ok(result, "%08lx\n", GetLastError()); ok(dwLen == <whatever you expect>, "Unexpected length %ld\n", dwLen);
Then submit the test case and the fix to wine-patches.