[Bug 26527] The Witcher registration doesn't work

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Apr 4 10:55:51 CDT 2011


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

--- Comment #6 from Juan Lang <juan_lang at yahoo.com> 2011-04-04 10:55:51 CDT ---
(In reply to comment #5)
> For some reason there are no chain traces with native wininet although
> WINEDEBUG=+crypt,+chain was set. I don't know if I messed up something

You didn't mess anything up.  It succeeds without anything in the chain log
because it doesn't call crypt32 directly.  Instead it calls:

fixme:wintrust:HTTPSCertificateTrust (0x14adc0)

but that's a stub which returns S_OK.  In other words, it always accepts any
certificate.  (It probably shouldn't.)

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