[Bug 5639] EVE Online Unicode build 4539 fails to login (CryptDecrypt function)

Wine Bugs wine-bugs at winehq.org
Thu Jul 13 17:47:45 CDT 2006


http://bugs.winehq.org/show_bug.cgi?id=5639





------- Additional Comments From juan_lang at 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.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list