aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-10-07 21:59:35 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-10-07 21:59:35 +0000
commit9f002b1289a101a0b41c775f065b0eeadf4010c6 (patch)
treeffd082e65c2a12b9e3f60c05d1b12ecb8254c5a1
parent0436fbe226ca8ea71a751f4a86a228632e5cbc63 (diff)
Neil Dunbar and subjectAltNames
-rw-r--r--CHANGES6
-rw-r--r--RELEASE-NOTES3
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 9d9198f7f..38a4cd400 100644
--- a/CHANGES
+++ b/CHANGES
@@ -8,6 +8,12 @@
Daniel (7 October)
+- Neil Dunbar provided a patch that now makes libcurl check SSL
+ subjectAltNames when matching certs. This is apparently detailed in RFC2818
+ as the right thing to do. I had to add configure checks for inet_pton() and
+ our own (strictly speaking, code from BIND written by Paul Vixie) provided
+ code for the function for platforms that miss it.
+
- HTTP POST using the read callback didn't work, as Florian Schoppmann
reported.
diff --git a/RELEASE-NOTES b/RELEASE-NOTES
index 5460aef31..4aecc490e 100644
--- a/RELEASE-NOTES
+++ b/RELEASE-NOTES
@@ -19,6 +19,7 @@ This release includes the following changes:
This release includes the following bugfixes:
+ o libcurl checks subjectAltNames when matching certs
o HTTP POST using read callback works again
o builds fine on BeOS now
o CURLOPT_COOKIE set to NULL no longer sends the previously set cookie
@@ -63,6 +64,6 @@ advice from friends like these:
Early Ehlinger, Kevin Fisk, Jurij Smakov, Bjorn Reese, Tim Bartley, David
Kimdon, Dominick Meglio, Markus Moeller, Giuseppe Attardi, James MacMillan,
Neil Spring, Siddhartha Prakash Jain, Jon Turner, Vincent Bronner, Shard,
- Jeremy Friesner, Florian Schoppmann
+ Jeremy Friesner, Florian Schoppmann, Neil Dunbar
Thanks! (and sorry if I forgot to mention someone)