summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorKamil Dudka <kdudka@redhat.com>2010-04-24 23:21:13 +0200
committerKamil Dudka <kdudka@redhat.com>2010-04-24 23:23:01 +0200
commit82e9b78a388ab539c8784cd853adf6e4a97d52c5 (patch)
treeffe5fbdf5c75b2de0ebd34ec01854fd2bd6e045e /CHANGES
parent07f45946b57cda244e80cfc185227bc2cadeff9c (diff)
downloadcurl-82e9b78a388ab539c8784cd853adf6e4a97d52c5.tar.gz
nss: fix SSL handshake timeout underflow
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 3e2869c20..01856fe6a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,6 +14,9 @@ Kamil Dudka (24 Apr 2010)
- Fixed test536 in order to not fail with threaded DNS resolver and tweaked
comments in certain examples using curl_multi_fdset().
+- Fixed SSL handshake timeout underflow in libcurl-NSS, which caused test405
+ to hang on a slow machine.
+
Daniel Stenberg (21 Apr 2010)
- The -O option caused curl to crash on windows and DOS due to the tool
writing out of boundary memory.