aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-24 06:12:39 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-24 06:12:39 +0000
commit4799d39be6d6d1ab30b9f6a99d3e2b6ccc4c1e6f (patch)
treefb9f2a82d9f61231ef5a2ac35f0fabcd34fdba39 /CHANGES
parentf32d011d907175c158ecd7ec02eb4dbed73ed29e (diff)
disable-eprt, fixed CA cert verfication
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 5c5017b62..788c16e56 100644
--- 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.