]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
disable-eprt, fixed CA cert verfication
authorDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2003 06:12:39 +0000 (06:12 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 24 Oct 2003 06:12:39 +0000 (06:12 +0000)
CHANGES
RELEASE-NOTES

diff --git a/CHANGES b/CHANGES
index 5c5017b62cfa2e193b7f72b001cda9b5c15c7521..788c16e56c1b149819ec44c515f7acc4373c3c43 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -7,6 +7,12 @@
                                   Changelog
 
 
+Daniel (23 October)
+- Georg Horn fixed how the CA verification is made. Verifications can now be
+  made while at the same time the result of it can be ignored. This also
+  affects the curl tool as -k can now be used together with --cacert or
+  --capath.
+
 Daniel (22 October)
 - Gisle Vanem found out --disable-eprt didn't work and patched it.
 
index 21416379f416c3d9285ab003e0d16f00e0cecdee..4d84492f31c51371ecfb0ae0d371dd1a8a7482fa 100644 (file)
@@ -22,6 +22,8 @@ This release includes the following changes:
 
 This release includes the following bugfixes:
 
+ o --disable-eprt works now
+ o improved CA cert verification
  o --anyauth could bug when the first response had no body contents
  o double password prompting when doing NTLM fixed
  o improved performance when used multi-threaded on windows