curl-library
Re: Curl and NTLM support
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Thu, 3 Sep 2009 22:49:34 +0200 (CEST)
Date: Thu, 3 Sep 2009 22:49:34 +0200 (CEST)
On Thu, 3 Sep 2009, Joe Droider wrote:
> curl 7.18.2 (i386-redhat-linux-gnu) libcurl/7.18.2 NSS/3.12.2.0 zlib/1.2.3
> libidn/0.6.14 libssh2/0.18
> Protocols: tftp ftp telnet dict http file https ftps scp sftp
> Features: GSS-Negotiate IDN IPv6 Largefile SSL libz
>
> I don't see NTLM listed under features.
This is because you built curl (and libcurl) to use NSS for the SSL/crypto
stuff, and the NTLM code has unfortunately not yet been ported to use the NSS
functions. It currently only builds with OpenSSL or GnuTLS enabled (and in the
latter case is then uses the underlying gcrypt library).
> Since what version of curl NTLM support was added?
Version 7.10.6 (28 July 2003)
-- / daniel.haxx.seReceived on 2009-09-03