Receiving WSAEWOULDBLOCK on Windows NT only

2000-10-23 Thread Paul Kudlawiec
[sha1dgst.c:171] SHA1Update [sha1dgst.c:140] SHA1Final [sha1dgst.c:461] I tried the 0.9.6 version of openSSL, but I still have the same problem. Does anyone have any suggestions about how I can fix this? Paul K

RE: Receiving WSAEWOULDBLOCK on Windows NT only

2000-10-23 Thread Paul Kudlawiec
only > > > On Mon, Oct 23, 2000 at 10:40:56AM -0400, Paul Kudlawiec wrote: > > [...] > > While using SSL_write, it returns a -1 for the number of > bytes written. I > > tracked down the line generating the error; it occurs during the > > get_server

FW: Receiving WSAEWOULDBLOCK on Windows NT only

2000-10-26 Thread Paul Kudlawiec
> > The problem is the socket should be blocking, but for some reason, it has > > become non-blocking. Using Observer and stepping through the code, I > > verified > Are you using WSAEventSelect or WSAAsyncSelect functions? They put socket > into non-blocking mode. > Arne None of our code conta

Still having recv socket problems on NT, but not Unix

2000-10-26 Thread Paul Kudlawiec
is sending the correct data for the server_hello). This is not a problem for us on Unix. Paul Kudlawiec Software Engineer Transnexus [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org

stdout problem on NT only

2000-11-01 Thread Paul Kudlawiec
We discovered a problem running openssl with our application on WinNT4.0 and using Visual C++ 6.0. When we run our application, it makes a call to SSL_write, then an access violation occurs executing fwrite within the function file_write of openSSL. Upon closer inspection, we found the culprit t

stdout problem on NT only - our fix

2000-11-10 Thread Paul Kudlawiec
uot;: SSLGetSSLstdout If we are missing something, please let us know. Thanks! Paul Kudlawiec Software Engineer [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl

Receiving WSAEWOULDBLOCK on Windows NT only - our fix

2000-11-10 Thread Paul Kudlawiec
is what we had to do to make our application work. Paul Kudlawiec Software Engineer [EMAIL PROTECTED] __ OpenSSL Project http://www.openssl.org Development Mailing List [EMAIL P

Re: Receiving WSAEWOULDBLOCK on Windows NT only - our fix

2000-11-29 Thread Paul Kudlawiec
haking (server hello, client hello, etc). It kind of has the effect of "resetting things". The code addition is a way to retry the socket without having to go through all the handshaking again. We do not consider our code addition a perman