summaryrefslogtreecommitdiff
path: root/lib/curl_md4.h
Commit message (Expand)AuthorAgeFilesLines
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* md4: Use const for the length input parameterSteve Holme2020-02-231-2/+3
* md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme2019-08-041-8/+2
* md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme2019-08-041-6/+4
* md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme2019-08-041-3/+5
* md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme2019-08-041-2/+4
* md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme2019-08-041-5/+3
* md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme2019-08-041-2/+4
* md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme2019-08-041-2/+4
* ntlm: Missed pre-processor || (or) during rebase for cd15acd0Steve Holme2019-04-231-1/+1
* ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme2019-04-231-1/+3
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-211-4/+4
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* curl_md4.h: Updated copyright year following recent editSteve Holme2014-12-061-1/+3
* OS400: enable NTLM authenticationPatrick Monnerat2014-12-051-4/+4
* build: fix circular header inclusion with other packagesYang Tse2013-01-091-1/+1
* Revert changes relative to lib/*.[ch] recent renamingYang Tse2013-01-061-1/+1
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-1/+1
* http_ntlm: add support for NSSKamil Dudka2010-06-301-0/+33