diff options
author | Steve Holme <steve_holme@hotmail.com> | 2013-02-06 00:36:54 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2013-02-06 00:36:54 +0000 |
commit | 12f4ea50f74df7c165222c4f4621a5f26c83ded5 (patch) | |
tree | 7bb66c6705be0f07283111e2d1b57fe40388f1ae /docs/FEATURES | |
parent | ae6b5f1772f1f3df9e68c1857b216552b67b086e (diff) |
FEATURES: Added SSPI to list of NTLM libraries
Diffstat (limited to 'docs/FEATURES')
-rw-r--r-- | docs/FEATURES | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/FEATURES b/docs/FEATURES index 09788d102..4eb343a30 100644 --- a/docs/FEATURES +++ b/docs/FEATURES @@ -43,7 +43,7 @@ HTTP - POST - Pipelining - multipart formpost (RFC1867-style) - - authentication: Basic, Digest, NTLM(*9), GSS-Negotiate/Negotiate(*3) and + - authentication: Basic, Digest, NTLM (*9), GSS-Negotiate/Negotiate (*3) and SPNEGO (*4) to server and proxy - resume (both GET and PUT) - follow redirects @@ -175,4 +175,4 @@ FOOTNOTES *6 = requires c-ares *7 = requires OpenSSL or NSS, as GnuTLS only supports SSLv3 and TLSv1 *8 = requires libssh2 - *9 = requires OpenSSL, GnuTLS, NSS or yassl + *9 = requires OpenSSL, GnuTLS, NSS, yassl or SSPI (native Windows) |