http://bugs.winehq.org/show_bug.cgi?id=10803
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |juan_lang@yahoo.com Component|-unknown |crypt32
--- Comment #4 from Juan Lang juan_lang@yahoo.com 2008-01-07 17:28:41 --- I think Aric's patch is correct, but it causes a bug in wintrust, which depended on the old behavior: http://source.winehq.org/source/dlls/wintrust/crypt.c#L223
Notice that CryptSIPGetSignedDataMsg returns if ImageGetCertificateData fails with NULL passed as the certificate pointer. However, since Aric's patch, ImageGetCertificateData fails when NULL is passed.