http://bugs.winehq.org/show_bug.cgi?id=12718
--- Comment #12 from Anastasius Focht focht@gmx.net 2008-07-14 17:46:08 --- Hello,
--- quote --- The patch was committed today. Can someone retry? --- quote ---
Yes, that specific issue is fixed with "builtin" M$ root certificates. That client dll is verified as "signed" and loaded. Comparing both trace files (after enabling trace via registry):
--- snip wine trace --- <8, 9>: Passed WinVerifyTrustEx : C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll. @util.cpp_807 <8, 9>: Verify certificate against microsoft root : C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll. @util.cpp_808 <8, 9>: +GetFileVersion. szFile=%s(C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll)@clientconfig.cpp_2117 <8, 9>: -GetFileVersion. szFile=%s=0x0 --- snip wine trace ---
--- snip windows trace --- <3776, 3780>: Passed WinVerifyTrustEx : C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll. @util.cpp_807 <3776, 3780>: Verify certificate against microsoft root : C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll. @util.cpp_808 <3776, 3780>: +GetFileVersion. szFile=%s(C:\windows\profiles\All Users\Application Data\microsoft\IdentityCRL\ppcrlconfig.dll)@clientconfig.cpp_2117 <3776, 3780>: -GetFileVersion. szFile=%s=0x0 --- snip windows trace ---
There seems to be another wintrust bug unearthed before, though not that harmful.. I opened bug 14483 for that.
Regards