http://bugs.winehq.org/show_bug.cgi?id=20622
--- Comment #2 from Juan Lang juan_lang@yahoo.com 2009-11-09 11:42:44 --- At first glance, this doesn't appear to have anything to do with crypto. secur32 doesn't really appear in the log. The crypt fixme appears when the app is reading the root stores, basically at startup. A winsock log might be a little more informative.
The test creates a socket to localhost:9443, then should be using schannel to create buffers to be sent and received. It never gets there, though. So I expect the error has more to do with either winsock, or with synchronization functions in general.
A more basic question: where does the server come from? I see a bunch of client code in the tests, but I don't see any code for the server. Is this expected to be started externally?