diff options
author | Michael Wallner <mike@php.net> | 2014-07-30 11:00:47 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2014-07-30 11:11:29 +0200 |
commit | df52f3500cf2215f91fb332081924e09af886824 (patch) | |
tree | 841be00f2d1d791b1990121774d8f41197cabd83 | |
parent | f0369223cdbc8f238b763e59b2a398608d905ada (diff) |
curl_tlsinfo -> curl_tlssessioninfo
-rw-r--r-- | docs/libcurl/curl_easy_getinfo.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/libcurl/curl_easy_getinfo.3 b/docs/libcurl/curl_easy_getinfo.3 index 7b7aee6e7..35e945854 100644 --- a/docs/libcurl/curl_easy_getinfo.3 +++ b/docs/libcurl/curl_easy_getinfo.3 @@ -225,10 +225,10 @@ content is for the specific named data. See also the certinfo.c example. NOTE: this option is only available in libcurl built with OpenSSL, NSS, GSKit or QsoSSL support. (Added in 7.19.1) .IP CURLINFO_TLS_SESSION -Pass a pointer to a 'struct curl_tlsinfo *'. The pointer will be initialized -to refer to a 'struct curl_tlsinfo *' that will contain an enum indicating the -SSL library used for the handshake and the respective internal TLS session -structure of this underlying SSL library. +Pass a pointer to a 'struct curl_tlssessioninfo *'. The pointer will be +initialized to refer to a 'struct curl_tlssessioninfo *' that will contain an +enum indicating the SSL library used for the handshake and the respective +internal TLS session structure of this underlying SSL library. This may then be used to extract certificate information in a format convenient for further processing, such as manual validation. NOTE: this |