diff options
author | Daniel Stenberg <daniel@haxx.se> | 2008-06-06 18:40:21 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2008-06-06 18:40:21 +0000 |
commit | 3fe8251dfbb533803e25cc38365114b28c5a1c85 (patch) | |
tree | f6023109232d4fd990d5c2a4bcc4479e55367ee3 /CHANGES | |
parent | 930a45e7a93c964ec224bdddb59f97479b7e4a5d (diff) |
- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for
OpenSSL, NSS and GnuTLS-built libcurls.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -8,6 +8,9 @@ Daniel Stenberg (6 Jun 2008) +- Axel Tillequin and Arnaud Ebalard added support for CURLOPT_CRLFILE, for + OpenSSL, NSS and GnuTLS-built libcurls. + - Added CURLINFO_PRIMARY_IP as a new information retrievable with curl_easy_getinfo. It returns a pointer to a string with the most recently used IP address. Modified test case 500 to also verify this feature. The |