diff options
author | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:29:52 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2009-10-21 12:29:52 +0000 |
commit | 051ab439a99980e4938c4c61bf2e0f22b04d388e (patch) | |
tree | 9185f7b1fe2fa2060365ed1950cdaa4b0c063829 /CHANGES | |
parent | 12e60c6d4e0c671b8a802c840865b0abf2c9fe26 (diff) |
- A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177)
by user 'koresh' introduced the --crlfile option to curl, which makes curl
tell libcurl about a file with CRL (certificate revocation list) data to
read.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -6,6 +6,12 @@ Changelog +Daniel Stenberg (21 Oct 2009) +- A patch in bug report #2883177 (http://curl.haxx.se/bug/view.cgi?id=2883177) + by user 'koresh' introduced the --crlfile option to curl, which makes curl + tell libcurl about a file with CRL (certificate revocation list) data to + read. + Daniel Stenberg (18 Oct 2009) - Ray Dassen provided a patch in Debian's bug tracker (bug number #551461) that now makes curl_getdate(3) actually handles RFC 822 formatted dates that |