]> granicus.if.org Git - curl/commitdiff
CURLINFO_TLS_SSL_PTR.3: Clarify SSL pointer availability
authorJay Satiro <raysatiro@yahoo.com>
Thu, 28 Apr 2016 20:48:38 +0000 (16:48 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Thu, 28 Apr 2016 20:48:38 +0000 (16:48 -0400)
Bug: https://curl.haxx.se/mail/lib-2016-04/0126.html
Reported-by: Bru Rom
docs/libcurl/opts/CURLINFO_TLS_SSL_PTR.3

index 5e58f6f818b8b8177d4130c2060d611b676b2906..decf0fca85c826b85ec5d45d5c0b8c57f056d1c1 100644 (file)
@@ -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