diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-05-22 19:51:44 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-05-22 19:51:44 +0000 |
commit | a9d49769ff1a27ab5e347d0d87100e6ed0d6796b (patch) | |
tree | 49c9aab922bc98f1ee5e9209b29b53bba6edee58 /RELEASE-NOTES | |
parent | d7616d8a0a804530e5bb1bb04b24de46d9258e3e (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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0bb7221c3..9c18d9fdf 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,7 @@ This release includes the following bugfixes: o SFTP quote commands chmod, chown, chgrp can now set a value of 0 o TFTP connect timouts less than 5 seconds o improved curl -w for TFTP transfers + o memory leak when failed OpenSSL certificate CN field checking This release includes the following known bugs: @@ -69,6 +70,7 @@ advice from friends like these: Song Ma, Dan Fandrich, Yang Tse, Jay Austin, Robert Iakobashvil, James Housley, Daniel Black, Steve Little, Sonia Subramanian, Peter O'Gorman, Frank Hempel, Michael Wallner, Jeff Pohlmeyer, Tobias Rundström, - Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu + Anders Gustafsson, James Bursa, Kristian Gunstone, Feng Tu, + Andre Guibert de Bruet Thanks! (and sorry if I forgot to mention someone) |