Neil Dunbar and subjectAltNames

This commit is contained in:
Daniel Stenberg
2003-10-07 21:59:35 +00:00
parent 0436fbe226
commit 9f002b1289
2 changed files with 8 additions and 1 deletions

View File

@@ -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.