summaryrefslogtreecommitdiff
path: root/lib/md4.c
Commit message (Expand)AuthorAgeFilesLines
* md4: Use const for the length input parameterSteve Holme2020-02-231-1/+3
* md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme2020-02-221-4/+7
* misc: Copyright year out of date, should be 2020Daniel Stenberg2020-01-121-1/+1
* cmake: Enable SMB for Windows buildsMarc Aldorasi2020-01-111-1/+1
* md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme2019-08-041-30/+9
* md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme2019-08-041-7/+46
* md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme2019-08-041-3/+51
* md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme2019-08-041-2/+46
* md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme2019-08-041-9/+9
* md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme2019-08-041-3/+33
* md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme2019-08-041-18/+74
* md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg2019-05-231-0/+3
* md4: build correctly with openssl without MD4Daniel Stenberg2019-05-231-0/+4
* lib: reduce variable scopesMarcel Raad2019-05-201-3/+4
* ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme2019-04-231-2/+6
* md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme2019-04-141-49/+49
* checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson2018-12-031-0/+1
* secure Openwall URLsViktor Szakats2018-09-141-1/+1
* MD(4|5): silence cast-align clang warningMarcel Raad2017-06-021-1/+1
* mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich2017-04-211-4/+6
* checksrc: warn for assignments within if() expressionsDaniel Stenberg2016-12-141-1/+2
* MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg2015-02-061-6/+6
* MD4: fix compiler warnings and code style nitsDaniel Stenberg2015-02-041-53/+53
* MD4: replace implementationDaniel Stenberg2015-02-041-233/+255
* 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-0/+282
* build: rename 93 lib/*.c filesYang Tse2013-01-031-282/+0
* build: make use of 76 lib/*.h renamed filesYang Tse2012-12-281-2/+2
* fix several compiler warningsYang Tse2012-03-201-1/+2
* stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse2011-07-261-1/+0
* source cleanup: unify look, style and indent levelsDaniel Stenberg2011-04-271-7/+8
* build: remove unneeded cast to (void *)Yang Tse2010-08-041-2/+2
* md4: replace bcopy usage with memcpyYang Tse2010-08-031-2/+2
* http_ntlm: add support for NSSKamil Dudka2010-06-301-0/+281