aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2007-05-22 19:51:44 +0000
committerDaniel Stenberg <daniel@haxx.se>2007-05-22 19:51:44 +0000
commita9d49769ff1a27ab5e347d0d87100e6ed0d6796b (patch)
tree49c9aab922bc98f1ee5e9209b29b53bba6edee58 /CHANGES
parentd7616d8a0a804530e5bb1bb04b24de46d9258e3e (diff)
Andre Guibert de Bruet fixed a memory leak in the function that verifies the
peer's name in the SSL certificate when built for OpenSSL. The leak happens for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN name from UTF8.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 10 insertions, 4 deletions
diff --git a/CHANGES b/CHANGES
index af7271c0e..00d8543a6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,11 +5,17 @@
\___|\___/|_| \_\_____|
Changelog
+Daniel S (22 May 2007)
+- Andre Guibert de Bruet fixed a memory leak in the function that verifies the
+ peer's name in the SSL certificate when built for OpenSSL. The leak happens
+ for libcurls with CURL_DOES_CONVERSIONS enabled that fail to convert the CN
+ name from UTF8.
+
Daniel S (18 May 2007)
-- Feng Tu reported that curl -w did wrong on TFTP transfers in
- bug report #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the
- transfer-related info "variables" were indeed overwritten with zeroes wrongly
- and have now been adjusted. The upload size still isn't accurate.
+- Feng Tu reported that curl -w did wrong on TFTP transfers in bug report
+ #1715394 (http://curl.haxx.se/bug/view.cgi?id=1715394), and the
+ transfer-related info "variables" were indeed overwritten with zeroes
+ wrongly and have now been adjusted. The upload size still isn't accurate.
Daniel S (17 May 2007)
- Feng Tu pointed out a division by zero error in the TFTP connect timeout