From 0051d5ac8880e3fc2f59e18d7ae90e71b46ee249 Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Tue, 22 Jun 2004 08:54:42 +0000
Subject: [PATCH] Gisle Vanem improved the certificate wildcard checks

---
 CHANGES      | 5 +++++
 TODO-RELEASE | 4 ----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/CHANGES b/CHANGES
index 6fe2af5a9a..73bf192d23 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Daniel (22 June 2004)
+- Gisle Vanem fixed the certificate wildcard checks to support a '*'-letter
+  anywhere in the wildcard string, support multiple '*'-letters in the
+  wildcard and to allow the '*'-letter to match a string that includes a dot.
+
 Daniel (21 June 2004)
 - testcurl.sh is now removed completely, tests/testcurl.pl is the script to
   use when autobuilding curl!
diff --git a/TODO-RELEASE b/TODO-RELEASE
index 9a78fa074a..cdbea5480f 100644
--- a/TODO-RELEASE
+++ b/TODO-RELEASE
@@ -4,10 +4,6 @@ Issues not sorted in any particular order.
 To get fixed in 7.12.1 (planned release: August 2004)
 ======================
 
-34 - Fix certificate wildcard checks:
-     http://curl.haxx.se/mail/lib-2004-06/0219.html
-     Gisle works on this.
-
 35 - Fix multi interface when connecting to host with multiple IP addresses:
      http://curl.haxx.se/mail/lib-2004-06/0163.html and
      http://curl.haxx.se/mail/lib-2004-06/0167.html
-- 
GitLab