diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:48:09 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-12-03 11:48:09 +0000 |
commit | 5c447f2499ed04bf29b6f1a82407aa53c975a58a (patch) | |
tree | 7e7388fd9432208118b67282c546914aa5867d22 /CHANGES | |
parent | 9d0ffb9cc6e3da1e9952c324a625b8f2b5759257 (diff) |
Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified
a problem with SSL session caching that prevent it from working, and the
associated fix!
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,10 @@ Daniel S (3 Dec 2007) +- Bug report #1842029 (http://curl.haxx.se/bug/view.cgi?id=1842029) identified + a problem with SSL session caching that prevent it from working, and the + associated fix! + - Now libcurl (built with OpenSSL) doesn't return error anymore if the remote SSL-based server doesn't present a certificate when the request is told to ignore certificate verification anyway. |