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

Wine Bugs wine-bugs at winehq.org
Mon Jul 10 11:39:26 CDT 2006


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

           Summary: EVE Online Unicode build 4539 fails to login
                    (CryptDecrypt function)
           Product: Wine
           Version: CVS
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-misc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: kelfe at gmx.de


The new Unicode client fails to login.

A check with the logserver shows that the CryptoAPI is returning the error:
ERROR_MORE_DATA

This seems to be caused by the check in dlls/rsaenh/rsaenh.c function
RSAENH_CPEncrypt

there is a check that compares *pdwDataLen > dwBufLen and returns the error

MSDN says if pbData is NULL (which is the case here) the function should
calculate the correct buffer size and return that via pdwDataLen

-- 
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