On Tue, Apr 18, 2017 at 2:06 AM, Dan Fandrich <[email protected]> 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. ------------------------------------------------------------------- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
