aboutsummaryrefslogtreecommitdiff
path: root/docs/libcurl/curl_version_info.3
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2011-09-12 14:45:22 -0700
committerDan Fandrich <dan@coneharvesters.com>2011-09-12 14:45:37 -0700
commit9dfd7a3d132e554c90b45d14d5cef0c96dfad7a0 (patch)
tree6ebdc7cac3ac9e1f2c402eebe19bb051661476d4 /docs/libcurl/curl_version_info.3
parentdeb3321092c6075a322309bd3357499d2dbab7d2 (diff)
Document NTLM winbind options (and caveats)
Diffstat (limited to 'docs/libcurl/curl_version_info.3')
-rw-r--r--docs/libcurl/curl_version_info.35
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3
index 4481830a3..ccb202834 100644
--- a/docs/libcurl/curl_version_info.3
+++ b/docs/libcurl/curl_version_info.3
@@ -128,6 +128,11 @@ the app having to pass them on. (Added in 7.13.2)
.IP CURL_VERSION_CONV
libcurl was built with support for character conversions, as provided by the
CURLOPT_CONV_* callbacks. (Added in 7.15.4)
+.IP CURL_VERSION_TLSAUTH_SRP
+libcurl was built with support for TLS-SRP. (Added in 7.21.4)
+.IP CURL_VERSION_NTLM_WB
+libcurl was built with support for NTLM delegation to a winbind helper.
+(Added in 7.22.0)
.RE
\fIssl_version\fP is an ASCII string for the OpenSSL version used. If libcurl
has no SSL support, this is NULL.