diff options
author | Jay Satiro <raysatiro@yahoo.com> | 2016-04-28 16:48:38 -0400 |
---|---|---|
committer | Jay Satiro <raysatiro@yahoo.com> | 2016-04-28 16:48:38 -0400 |
commit | 7028ed6d31301ab8c8b50f2861fbad8e1b103f4f (patch) | |
tree | b8842e9f2512fa028b4c3bce4930d9b328ad2b83 /docs/libcurl/opts | |
parent | 9a42b061e76ffd43ffdcfe9976c652598951df0a (diff) |
CURLINFO_TLS_SSL_PTR.3: Clarify SSL pointer availability
Bug: https://curl.haxx.se/mail/lib-2016-04/0126.html
Reported-by: Bru Rom
Diffstat (limited to 'docs/libcurl/opts')
-rw-r--r-- | docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 b/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 index 5e58f6f81..decf0fca8 100644 --- a/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 +++ b/docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3 @@ -92,7 +92,8 @@ SSL * .RE If the \fIinternals\fP pointer is NULL then either the SSL backend is not -supported or an SSL session has not yet been established. +supported, an SSL session has not yet been established or the connection is no +longer associated with the easy handle (eg curl_easy_perform has returned). .SH LIMITATIONS \fBThis option has some limitations that could make it unsafe when it comes to the manual verification of certificates.\fP |