mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 16:18:48 -05:00
4c9768565e
enabling this feature with CURLOPT_CERTINFO for a request using SSL (HTTPS or FTPS), libcurl will gather lots of server certificate info and that info can then get extracted by a client after the request has completed with curl_easy_getinfo()'s CURLINFO_CERTINFO option. Linus Nielsen Feltzing helped me test and smoothen out this feature. Unfortunately, this feature currently only works with libcurl built to use OpenSSL. This feature was sponsored by networking4all.com - thanks!
35 lines
1.1 KiB
Plaintext
35 lines
1.1 KiB
Plaintext
To be addressed before 7.19.1 (planned release: October/November 2008)
|
|
=============================
|
|
|
|
158 - Martin Drasar's CURLOPT_POSTREDIR work:
|
|
http://curl.haxx.se/mail/lib-2008-08/0170.html
|
|
|
|
162 - Craig Perras' note "http upload: how to stop on error"
|
|
http://curl.haxx.se/mail/archive-2008-08/0138.html
|
|
|
|
163 - Detecting illegal attempts at chunked transfers on HTTP 1.0
|
|
(tests 1069, 1072, 1073)
|
|
http://curl.haxx.se/mail/archive-2008-08/0435.html
|
|
|
|
164 - Automatic downgrading to HTTP 1.0 (tests 1071 through 1074)
|
|
|
|
165 - "Problem with CURLOPT_RESUME_FROM and CURLOPT_APPEND" by Daniele Pinau,
|
|
recipe: http://curl.haxx.se/mail/lib-2008-08/0439.html
|
|
|
|
166 - Cookies with bad expiry date treated as session cookies (and thus wrongly
|
|
matches and get sent)
|
|
|
|
167 - pipelining with proxy hangs
|
|
|
|
168 - curl_easy_pause bugs
|
|
|
|
169 - curl crash when using sftp with socks. We need a Curl_plain_read() to
|
|
use for the SOCKS code in the same style I made the Curl_plain_write()
|
|
before.
|
|
|
|
170 - Two small items of interest for the webpage
|
|
two mistakes in the curl.1 man page
|
|
|
|
171 -
|
|
|