diff options
author | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 21:59:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2010-03-01 21:59:07 +0000 |
commit | 496002ea1cd76af7fff27166e8a310ed64a434ba (patch) | |
tree | 21e5a5c8d219cfe0ac45cf7d98932eaaf0c39ebc /CHANGES | |
parent | 1a1ffb10d00826d158e47d65fc3950c095c1a9ad (diff) | |
download | curl-496002ea1cd76af7fff27166e8a310ed64a434ba.tar.gz |
- Wesley Miaw reported bug #2958179 which identified a case of looping during
OpenSSL based SSL handshaking even though the multi interface was used and
there was no good reason for it.
http://curl.haxx.se/bug/view.cgi?id=2958179
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -6,6 +6,13 @@ Changelog +Daniel Stenberg (1 Mar 2010) +- Wesley Miaw reported bug #2958179 which identified a case of looping during + OpenSSL based SSL handshaking even though the multi interface was used and + there was no good reason for it. + + http://curl.haxx.se/bug/view.cgi?id=2958179 + Daniel Stenberg (26 Feb 2010) - Pat Ray in bug #2958474 pointed out an off-by-one case when receiving a chunked-encoding trailer. |