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 /RELEASE-NOTES | |
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 'RELEASE-NOTES')
-rw-r--r-- | RELEASE-NOTES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 962bff7d7..69cac11bd 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -45,6 +45,8 @@ This release includes the following bugfixes: over a HTTP proxy o embed the manifest in VC8 builds o use valgrind in the tests even when the lib is built shared with libtool + o libcurl built with NSS can now ignore the peer verification even whjen the + ca cert bundle is absent This release includes the following known bugs: |