diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 23:47:18 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-06 23:44:11 +0000 |
commit | 338b64137093f366aaeec40f4058a2b493e6c8f1 (patch) | |
tree | 3dad9b782813c496c8769bfcd06f7ddc7629587e /docs/libcurl | |
parent | 0a925d78341cebf6d6a785bb0b91da839e002a86 (diff) |
docs: Updated following the addition of SSPI based HTTP digest auth
Diffstat (limited to 'docs/libcurl')
-rw-r--r-- | docs/libcurl/curl_version_info.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libcurl/curl_version_info.3 b/docs/libcurl/curl_version_info.3 index 8a4c2322b..681d1a611 100644 --- a/docs/libcurl/curl_version_info.3 +++ b/docs/libcurl/curl_version_info.3 @@ -125,7 +125,7 @@ letters. (Added in 7.12.0) .IP CURL_VERSION_SSPI libcurl was built with support for SSPI. This is only available on Windows and makes libcurl use Windows-provided functions for Kerberos, NTLM, SPNEGO and -SASL DIGEST-MD5 authentication. It also allows libcurl to use the current user +Digest authentication. It also allows libcurl to use the current user credentials without the app having to pass them on. (Added in 7.13.2) .IP CURL_VERSION_GSSAPI libcurl was built with support for GSS-API. This makes libcurl use provided |