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
/
curl_md4.h
Age
Commit message (
Expand
)
Author
2020-02-23
md4: Use const for the length input parameter
Steve Holme
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-04-23
ntlm: Missed pre-processor || (or) during rebase for cd15acd0
Steve Holme
2019-04-23
ntlm: Support the NT response in the type-3 when OpenSSL doesn't include MD4
Steve Holme
2017-04-21
mbedtls: enable NTLM (& SMB) even if MD4 support is unavailable
Dan Fandrich
2016-02-03
URLs: change all http:// URLs to https://
Daniel Stenberg
2014-12-06
curl_md4.h: Updated copyright year following recent edit
Steve Holme
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
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2010-06-30
http_ntlm: add support for NSS
Kamil Dudka