bug-wget
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-wget] NTLM auth broken in 1.13.4


From: Giuseppe Scrivano
Subject: Re: [Bug-wget] NTLM auth broken in 1.13.4
Date: Wed, 10 Jul 2013 00:20:23 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Tom Merriam <address@hidden> writes:

> I tried with 1.14 built from source and it has the same problem. It was
> built with gnutls.
>
> Unfortunately, this server is not publicly available for testing.

thanks for the quick feedback and the additional info.  Could it be
possible to you to build wget using OpenSSL instead of GNU TLS?

Looking more carefully at the code, I see this in http-ntlm.c:

#include <openssl/des.h>
#include <openssl/md4.h>
#include <openssl/opensslv.h>

I am afraid this is wrong when GNU TLS is used.

-- 
Giuseppe



reply via email to

[Prev in Thread] Current Thread [Next in Thread]