aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-04-26 15:17:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2016-04-26 15:17:07 +0200
commite24e1c9cc62517f41621391399327ec540c13835 (patch)
treea6d7bec2dc326af0a7f47e33c566ca67d715c68c /docs
parent05492fe790eee6322651aee16b222bdea2372719 (diff)
CURLINFO_TLS_SESSION.3: clarify TLS library support before 7.48.0
Diffstat (limited to 'docs')
-rw-r--r--docs/libcurl/opts/CURLINFO_TLS_SESSION.33
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/libcurl/opts/CURLINFO_TLS_SESSION.3 b/docs/libcurl/opts/CURLINFO_TLS_SESSION.3
index 7c86bedfe..3cc3b655c 100644
--- a/docs/libcurl/opts/CURLINFO_TLS_SESSION.3
+++ b/docs/libcurl/opts/CURLINFO_TLS_SESSION.3
@@ -51,7 +51,8 @@ All TLS-based
.SH EXAMPLE
TODO
.SH AVAILABILITY
-Added in 7.34.0
+Added in 7.34.0, and supported OpenSSL, GnuTLS, NSS and gskit only up until
+7.48.0 was released.
.SH RETURN VALUE
Returns CURLE_OK if the option is supported, and CURLE_UNKNOWN_OPTION if not.
.SH "SEE ALSO"