]> granicus.if.org Git - curl/commit
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
authorSteve Holme <steve_holme@hotmail.com>
Sat, 13 Apr 2019 20:47:56 +0000 (21:47 +0100)
committerSteve Holme <steve_holme@hotmail.com>
Tue, 23 Apr 2019 19:00:33 +0000 (20:00 +0100)
commitcd15acd0ecc19401af0002fb8128b53bdc99bb68
treed94f2729244ee70092c292bfa044f221cc46cf38
parent7794cacf7e1798b1d21ce77273ffe8ea20a40d53
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4

Just like we do for mbed TLS, use our local implementation of MD4 when
OpenSSL doesn't support it. This allows a type-3 message to include the
NT response.
lib/curl_md4.h
lib/curl_ntlm_core.c
lib/curl_ntlm_core.h
lib/md4.c