diff options
author | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 09:48:39 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2005-01-10 09:48:39 +0000 |
commit | 83bab78bdaeecc7fd5cae3c035d5239b0d38468f (patch) | |
tree | 1358f58d3d202c7cd4d5d6970a7df72f0160eaec /CHANGES | |
parent | 894ec46ef4e504e73e023740b67d151e782c9bce (diff) |
Hzhijun reported a memory leak in the SSL certificate code, that leaked the
remote certificate name when it didn't match the used host name.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (10 January 2005) +- Hzhijun reported a memory leak in the SSL certificate code, that leaked the + remote certificate name when it didn't match the used host name. + Gisle (8 January 2005) - Added Makefile.Watcom files (src/lib). Updated Makefile.dist. |