]> granicus.if.org Git - curl/commitdiff
curl_easy_getinfo.3: added missing mention of CURLINFO_TLS_SESSION
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 14:26:42 +0000 (16:26 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2016 14:26:42 +0000 (16:26 +0200)
... although it is deprecated.

docs/libcurl/curl_easy_getinfo.3

index 6ca712f48b398912fa24069a67ab05bcd0cacfa1..4b1b80f5d01c1d83f6e6e3ee035d1d52e0a90da7 100644 (file)
@@ -5,7 +5,7 @@
 .\" *                            | (__| |_| |  _ <| |___
 .\" *                             \___|\___/|_| \_\_____|
 .\" *
-.\" * Copyright (C) 1998 - 2015, Daniel Stenberg, <daniel@haxx.se>, et al.
+.\" * Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
 .\" *
 .\" * This software is licensed as described in the file COPYING, which
 .\" * you should have received as part of this distribution. The terms
@@ -198,6 +198,11 @@ See \fICURLINFO_CERTINFO(3)\fP
 TLS session info that can be used for further processing.
 See \fICURLINFO_TLS_SSL_PTR(3)\fP
 
+.IP CURLINFO_TLS_SESSION
+TLS session info that can be used for further processing.  See
+\fICURLINFO_TLS_SESSION(3)\fP. Deprecated option, use
+\fICURLINFO_TLS_SSL_PTR(3)\fP instead!
+
 .IP CURLINFO_CONDITION_UNMET
 Whether or not a time conditional was met.
 See \fICURLINFO_CONDITION_UNMET(3)\fP