aboutsummaryrefslogtreecommitdiff
path: root/lib/md4.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-03-26openssl: adapt to functions marked as deprecated since version 3Daniel Stenberg
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-03-02md4: use init/update/final functions in Secure TransportNick Zitzmann
2020-02-29md4: Use non-deprecated functions in mbedTLS >= 2.7.0Steve Holme
2020-02-23md4: Use const for the length input parameterSteve Holme
2020-02-22md4: Fixed compilation issues when using GNU TLS gcryptSteve Holme
2020-01-12misc: Copyright year out of date, should be 2020Daniel Stenberg
2020-01-11cmake: Enable SMB for Windows buildsMarc Aldorasi
2019-08-04md4: Use our own MD4 implementation when no crypto libraries are availableSteve Holme
2019-08-04md4: Move the mbed TLS MD4 implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the WinCrypt implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the SecureTransport implementation out of the NTLM codeSteve Holme
2019-08-04md4: Use the Curl_md4it() function for OpenSSL based NTLMSteve Holme
2019-08-04md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM codeSteve Holme
2019-08-04md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM codeSteve Holme
2019-05-23md4: include the mbedtls config.h to get the MD4 infoDaniel Stenberg
2019-05-23md4: build correctly with openssl without MD4Daniel Stenberg
2019-05-20lib: reduce variable scopesMarcel Raad
2019-04-23ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4Steve Holme
2019-04-14md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme
2018-12-03checksrc: add COPYRIGHTYEAR checkDaniel Gustafsson
2018-09-14secure Openwall URLsViktor Szakats
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2017-04-21mbedtls: enable NTLM (& SMB) even if MD4 support is unavailableDan Fandrich
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2015-02-06MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg
2015-02-04MD4: fix compiler warnings and code style nitsDaniel Stenberg
2015-02-04MD4: replace implementationDaniel Stenberg
2014-12-05OS400: enable NTLM authenticationPatrick Monnerat
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-03-20fix several compiler warningsYang Tse
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-08-04build: remove unneeded cast to (void *)Yang Tse
2010-08-03md4: replace bcopy usage with memcpyYang Tse
2010-06-30http_ntlm: add support for NSSKamil Dudka