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.
This commit is contained in:
Daniel Stenberg
2007-10-25 21:08:55 +00:00
parent 1eac702c1a
commit 6a17cae4f6
3 changed files with 17 additions and 7 deletions

View File

@@ -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: