http://bugs.winehq.org/show_bug.cgi?id=9765
Juan Lang juan_lang@yahoo.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Component|wine-crypt32 |wine-misc
--- Comment #9 from Juan Lang juan_lang@yahoo.com 2007-10-22 13:36:44 --- I'm back to thinking this isn't a crypt32 problem. I've implemented certificate revocation checking, which I'll merge in over the next couple days. The certificate being checked is not revoked, so that isn't the problem. With revocation checking implemented and the stub for the ssl policy attached here applied, I still get the error.
I also get the RtlNtStatusToDosErrorNoTeb fixme with my builtin cryptnet, but I think that's a red herring: a relay log shows it's near a bunch of thread detach calls to ole32.dll, user32.dll, iPodServiceLocalized.dll. So iTunes appears to be in the process of giving up on connecting to the iTMS when this fixme appears.
Looking at a wireshark capture, I see that iTunes connects to phobos.apple.com, and is redirected to ax.phobos.apple.com.edgesuite.net, an akamai server. It connects to that and downloads some xml content or other successfully.
So, I have no idea what the problem is.