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