index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
md4.c
Age
Commit message (
Expand
)
Author
2020-03-17
windows: suppress UI in all CryptAcquireContext() calls
Viktor Szakats
2020-03-02
md4: use init/update/final functions in Secure Transport
Nick Zitzmann
2020-02-29
md4: Use non-deprecated functions in mbedTLS >= 2.7.0
Steve Holme
2020-02-23
md4: Use const for the length input parameter
Steve Holme
2020-02-22
md4: Fixed compilation issues when using GNU TLS gcrypt
Steve Holme
2020-01-12
misc: Copyright year out of date, should be 2020
Daniel Stenberg
2020-01-11
cmake: Enable SMB for Windows builds
Marc Aldorasi
2019-08-04
md4: Use our own MD4 implementation when no crypto libraries are available
Steve Holme
2019-08-04
md4: Move the mbed TLS MD4 implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the WinCrypt implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the SecureTransport implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Use the Curl_md4it() function for OpenSSL based NTLM
Steve Holme
2019-08-04
md4: Move the GNU TLS gcrypt MD4 implementation out of the NTLM code
Steve Holme
2019-08-04
md4: Move the GNU TLS Nettle MD4 implementation out of the NTLM code
Steve Holme
2019-05-23
md4: include the mbedtls config.h to get the MD4 info
Daniel Stenberg
2019-05-23
md4: build correctly with openssl without MD4
Daniel Stenberg
2019-05-20
lib: reduce variable scopes
Marcel Raad
2019-04-23
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
Steve Holme
2019-04-14
md(4|5): Fixed indentation oddities with the importation of replacement code
Steve Holme
2018-12-03
checksrc: add COPYRIGHTYEAR check
Daniel Gustafsson
2018-09-14
secure Openwall URLs
Viktor Szakats
2017-06-02
MD(4|5): silence cast-align clang warning
Marcel Raad
2017-04-21
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
Dan Fandrich
2016-12-14
checksrc: warn for assignments within if() expressions
Daniel Stenberg
2015-02-06
MD(4|5): make the MD4_* and MD5_* functions static
Daniel Stenberg
2015-02-04
MD4: fix compiler warnings and code style nits
Daniel Stenberg
2015-02-04
MD4: replace implementation
Daniel Stenberg
2014-12-05
OS400: enable NTLM authentication
Patrick Monnerat
2013-01-09
build: fix circular header inclusion with other packages
Yang Tse
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2013-01-03
build: rename 93 lib/*.c files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-03-20
fix several compiler warnings
Yang Tse
2011-07-26
stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.h
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2010-08-04
build: remove unneeded cast to (void *)
Yang Tse
2010-08-03
md4: replace bcopy usage with memcpy
Yang Tse
2010-06-30
http_ntlm: add support for NSS
Kamil Dudka