- Stefan Krause reported a case where the OpenSSL handshake phase wasn't

properly acknowledging the timeout values, like if you pulled the network
  plug in the midst of it.
This commit is contained in:
Daniel Stenberg
2008-04-14 15:26:34 +00:00
parent e0c2a39ad4
commit 6a33a4456e
3 changed files with 24 additions and 13 deletions

View File

@@ -8,6 +8,10 @@
Daniel Stenberg (14 Apr 2008)
- Stefan Krause reported a case where the OpenSSL handshake phase wasn't
properly acknowledging the timeout values, like if you pulled the network
plug in the midst of it.
- Andre Guibert de Bruet fixed a second case of not checking the malloc()
return code in the Negotiate code.