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: Tim Rühsen
Subject: Re: [Bug-wget] NTLM auth broken in 1.13.4
Date: Thu, 11 Jul 2013 18:05:41 +0200
User-agent: KMail/1.13.7 (Linux/3.9-1-amd64; KDE/4.8.4; x86_64; ; )

Am Mittwoch, 10. Juli 2013 schrieb Hrvoje Niksic:
> The NTLM code kindly donated by Daniel has always required OpenSSL.
> configure.ac says:
> 
>     dnl Enable NTLM if requested and if SSL is available.
>     if test x"$LIBSSL" != x || test "$ac_cv_lib_ssl32_SSL_connect" = yes
>     then
>       if test x"$ENABLE_NTLM" != xno
>       then
>         AC_DEFINE([ENABLE_NTLM], 1,
>          [Define if you want the NTLM authorization support compiled in.])
>         AC_LIBOBJ([http-ntlm])
>       fi
>     ...
> 
> Updating the code to also support GNU/TLS appears straightforward.

I just took a look at it.
GnuTLS doesn't seem to support MD4 nor DES ECB mode.

But since GnuTLS depends on libnettle, IMO that is the way to go...

Any complaints ?

Regards, Tim

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

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