diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 13:32:43 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-10-08 13:32:43 +0000 |
commit | 5c52cacc98b838a891d0b0bb62c8d96a3377d60c (patch) | |
tree | b38a5b5ff78c7c33d25e69e6cd8e70730ff650f7 /CHANGES | |
parent | e612f73374d25ba290e3fe27758bb6084851450f (diff) |
- Frank Ticheler provided a patch that fixes how libcurl connects to multiple
addresses, if one of them fails (ipv4-code).
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,6 +7,10 @@ Changelog +Daniel (8 October) +- Frank Ticheler provided a patch that fixes how libcurl connects to multiple + addresses, if one of them fails (ipv4-code). + Daniel (7 October) - Neil Dunbar provided a patch that now makes libcurl check SSL subjectAltNames when matching certs. This is apparently detailed in RFC2818 |