diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2004-12-13 20:14:04 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2004-12-13 20:14:04 +0000 |
commit | 5c14b3be6dc7fe44ee33642c4e32541e01a6a260 (patch) | |
tree | 7af625e95c501f5d451c3de3c2044c42afcb8326 /docs/libcurl/curl_easy_getinfo.3 | |
parent | 1dc15ec1bc034864cb11156af6f2ba9714ca95a1 (diff) |
Document CURLINFO_SSL_ENGINES and "--engine".
Diffstat (limited to 'docs/libcurl/curl_easy_getinfo.3')
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index ce6bab9b2..89c4895c9 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -89,6 +89,11 @@ than one request if FOLLOWLOCATION is true. Pass a pointer to a long to receive the result of the certification verification that was requested (using the CURLOPT_SSL_VERIFYPEER option to \fIcurl_easy_setopt(3)\fP). +.IP CURLINFO_SSL_ENGINES +Pass the address of a 'struct curl_slist *' to receive a linked-list of +OpenSSL crypto-engines supported. Note that engines are normally implemented +in separate dynamic libraries. Hence not all the returned engines may be +available at run-time. .IP CURLINFO_CONTENT_LENGTH_DOWNLOAD Pass a pointer to a double to receive the content-length of the download. This is the value read from the Content-Length: field. |