My look a the code seemed to indicate that NTLM authentication was only possible with OpenSSL.
I'm hopeing this was right cause thats what I told a user.
https://bugs.gentoo.org/show_bug.cgi?id=174885
If I'm wrong please tell me otherwise the attached patch enhances the FAQ documentation.
FAQ patch to cover NTLM library requirements
Logged In: YES
user_id=1110
Originator: NO
I've now applied and committed your update to the FAQ. Your description is accurate.
Note that there's really no technical reason why we couldn't implement the same functions (that are needed for NTLM) using the libgcrypt functions that are present when we build with GnuTLS, it is just one of those things that never have been done.
In fact, this little task is also mentioned in the docs/TODO file.