[Bug 20622] chromium's net_unittests.exe hangs in SSLClientSocketTest.Read

wine-bugs at winehq.org wine-bugs at winehq.org
Mon Nov 9 11:42:45 CST 2009


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





--- Comment #2 from Juan Lang <juan_lang at 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?

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