curl / Mailing Lists / curl-library / Single Mail

curl-library

Re: mbed TLS and curl-config and NTLM

From: Dan Fandrich <dan_at_coneharvesters.com>
Date: Fri, 21 Apr 2017 22:44:55 +0200

On Tue, Apr 18, 2017 at 08:53:33PM +0300, Isaac Boukris via curl-library wrote:
> On Tue, Apr 18, 2017 at 2:06 AM, Dan Fandrich <dan_at_coneharvesters.com> wrote:
> > Tests 1013 and 1014 for my mbed TLS autobuilds are failing, due to invalid
> > output of curl-config --features and --protocols. The problem is that the
> > configure check that determines if SMB and NTLM support is available is
> > incomplete compared to the compile-time check. These are only available if mbed
> > TLS enables MD4 support which it doesn't by default as its comment explains:
> > "Uncomment to enable support for (rare) MD4-signed X.509 certs". The configure
> > check, however, only looks to see that mbed TLS is enabled at all.
>
> I noticed we have lib/md4.c file which seem to provide an alternative
> implementation, maybe we could plug it in.

Excellent idea! That's just what I did.

>>> Dan
-------------------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library
Etiquette: https://curl.haxx.se/mail/etiquette.html
Received on 2017-04-21