diff options
author | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 21:08:55 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2007-10-25 21:08:55 +0000 |
commit | 6a17cae4f66fbf4b68b44cc95ae5ab772386ec54 (patch) | |
tree | f3053c75a614a2d7b5933e32b94016b849c2aa3f /CHANGES | |
parent | 1eac702c1a29bae42598de05cd7ae1a68ac1e62a (diff) |
Made libcurl built with NSS possible to ignore the peer verification.
Previously it would fail if the ca bundle wasn't present, even if the code
ignored the verification results.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -6,6 +6,11 @@ Changelog +Daniel S (25 October 2007) +- Made libcurl built with NSS possible to ignore the peer verification. + Previously it would fail if the ca bundle wasn't present, even if the code + ignored the verification results. + Patrick M (25 October 2007) - Fixed test server to allow null bytes in binary posts. _ Added tests 35, 544 & 545 to check binary data posts, both static (in place) |