aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-05-19 11:10:36 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-05-19 11:10:36 +0000
commit0fbcea45d6963b3e0ef8fd56f487162657c71a08 (patch)
treece9a4a8df41ea949370e2e9ff8353aa88ecfd636 /CHANGES
parentca6d430561b2ec3e7a9fb51419b843a501ca65cb (diff)
cert verify
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES14
1 files changed, 13 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index ad260c3f8..b1a54fcf7 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,8 +6,20 @@
Changelog
+Daniel (19 May 2004)
+- David Byron added test case 170 - this used to crash the previous version of
+ curl.
+
Daniel (17 May 2004)
-- All 191 test cases run through the torture test OK!
+- Peter Sylvester's patch that addresses two flaws in the peer certificate
+ name verification:
+ o when multiple common names are used (as in the curl tests), the last name
+ needs to be selected.
+ o allow comparing with encoded values, at least with BMP and ISO latin1
+ encoded T61strings.
+
+- All 191 test cases run through the torture test OK! 'make test-torture' is
+ now available in the root makefile (on configure-based environments).
Daniel (14 May 2004)
- With a slightly modified ftpserver.pl I've now run almost all tests through