diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-08-06 22:54:37 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-08-06 22:58:42 +0100 |
commit | 6c6983f477ff74b107f29b87a9b703f341528795 (patch) | |
tree | b2781369d6ae786148179dc4f4013a32444e5a44 /docs | |
parent | c399f6eeb22e94a092bc6b3ac92fbbd9e61ffa70 (diff) |
TODO: HTTP Digest via Windows SSPI
Diffstat (limited to 'docs')
-rw-r--r-- | docs/TODO | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -41,6 +41,7 @@ 5.3 Rearrange request header order 5.4 SPDY 5.5 auth= in URLs + 5.6 Digest via Windows SSPI 6. TELNET 6.1 ditch stdin @@ -303,6 +304,12 @@ support for Kerberos via Windows SSPI. Additionally this should be implemented for proxy base URLs as well. +5.6 Digest via Windows SSPI + + libcurl already supports HTTP Digest Authentication via native routines as well + as SASL Digest via both Windows SSPI and native routines. In addition to this + libcurl should also support HTTP Digest Authentication via Windows SSPI. + 6. TELNET 6.1 ditch stdin |