diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-07 21:59:35 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-07 21:59:35 +0000 |
commit | 9f002b1289a101a0b41c775f065b0eeadf4010c6 (patch) | |
tree | ffd082e65c2a12b9e3f60c05d1b12ecb8254c5a1 /CHANGES | |
parent | 0436fbe226ca8ea71a751f4a86a228632e5cbc63 (diff) |
Neil Dunbar and subjectAltNames
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |