aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2008-04-14 15:26:34 +0000
committerDaniel Stenberg <daniel@haxx.se>2008-04-14 15:26:34 +0000
commit6a33a4456e58a9332ebb9135c93bfca9266bb6f7 (patch)
tree4c592e3db612ec308aacc3a2b3826960734ce419 /CHANGES
parente0c2a39ad4624f5c6ddae4ac535cdaa55dcb4ce1 (diff)
- 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.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc00b88dc..04c0a70e9 100644
--- a/CHANGES
+++ b/CHANGES
@@ -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.