[Bug 6698] Microsoft Money 2001 can't open saved files

wine-bugs at winehq.org wine-bugs at winehq.org
Sat Nov 7 05:22:37 CST 2009


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





--- Comment #11 from Andrew Nguyen <arethusa26 at gmail.com>  2009-11-07 05:22:36 ---
I suspect this may be a crypt32 bug. From +relay,+seh log:

0009:Call advapi32.CryptSetKeyParam(050445a0,00000002,0032be5c,00000000)
ret=298fdf8f
0009:Call rsaenh.CPSetKeyParam(00000002,00000004,00000002,0032be5c,00000000)
ret=7ec204cd
0009:Ret  rsaenh.CPSetKeyParam() retval=00000000 ret=7ec204cd
0009:Ret  advapi32.CryptSetKeyParam() retval=00000000 ret=298fdf8f
0009:Call KERNEL32.GetLastError() ret=298fdf99
0009:Ret  KERNEL32.GetLastError() retval=8009000a ret=298fdf99

At a certain point in the file loading process, Microsoft Money 2001 seems to
do cryptographic operations and calls CryptSetKeyParam with KP_SALT value,
which is not implemented in rsaenh's CPSetKeyParam. The bug component should
probably be revised accordingly.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list