[Bug 16420] Certificate chaining error trying to use Microsoft signcode tool

wine-bugs at winehq.org wine-bugs at winehq.org
Thu Jul 30 12:20:36 CDT 2009


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





--- Comment #26 from Juan Lang <juan_lang at 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 ;-)

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