http://bugs.winehq.org/show_bug.cgi?id=16420
--- Comment #26 from Juan Lang juan_lang@yahoo.com 2009-07-30 12:20:29 --- (In reply to comment #25)
(In reply to comment #24)
This is now a wintrust bug, as the first two crypt32 problems are fixed as of 1.1.11, and now it's getting stuck because wintrust:CryptSIPCreateIndirectData is unimplemented.
Still present. It's implemented in crypt32. Could the function be forwarded, or the code copied?
No. crypt32's implementation actually calls the wintrust one, or whichever one is registered for the desired SIP.
wintrust:CryptSIPCreateIndirectData needs to create a hash of its input, which is usually a file. This needs some tests to implement. It also probably depends on a decent implementation of ImageGetDigestStream, see bug 17084. See the "depends on" link ;-)