aboutsummaryrefslogtreecommitdiff
path: root/lib/md5.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-03-17windows: suppress UI in all CryptAcquireContext() callsViktor Szakats
2020-02-29md5: Added implementation for mbedTLSSteve Holme
2020-02-29md5: Use pointer notation for array parameters in GnuTLS implementationSteve Holme
2020-02-23md5/sha256: Updated the functions to allow non-string data to be hashedSteve Holme
2020-02-20win32: USE_WIN32_CRYPTO to enable Win32 based MD4, MD5 and SHA256 functionsSteve Holme
2019-05-20lib: reduce variable scopesMarcel Raad
2019-04-15md5: Forgot to update the code alignment in d84da52dSteve Holme
2019-04-15md5: Return CURLcode from the internally accessible functionsSteve Holme
2019-04-14md(4|5): Fixed indentation oddities with the importation of replacement codeSteve Holme
2019-04-14md5: Code style to return CURLE_OK rather than numeric 0Steve Holme
2019-04-14md5: Corrected code style for some pointer argumentsSteve Holme
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
2019-03-15configure: add --with-amisslChris Young
2018-11-01axtls: removedDaniel Stenberg
2018-09-14secure Openwall URLsViktor Szakats
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2018-05-14gcc: disable picky gcc-8 function pointer warnings in two placesDaniel Stenberg
2017-06-02MD(4|5): silence cast-align clang warningMarcel Raad
2016-12-14checksrc: warn for assignments within if() expressionsDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
2016-08-21win: Basic support for Universal Windows Platform appsMarco Deckel
2016-04-01memdebug: Ensure curl/curl.h is included before curl_memory.hSteve Holme
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-03-24curl_memory: make curl_memory.h the second-last header file loadedDan Fandrich
2015-03-19axtls: version 1.5.2 now requires that config.h be manually includedDan Fandrich
2015-03-05openssl: remove all uses of USE_SSLEAYDaniel Stenberg
2015-02-06md5: use axTLS's own MD5 functions when availableDaniel Stenberg
2015-02-06MD(4|5): make the MD4_* and MD5_* functions staticDaniel Stenberg
2015-02-04MD5: fix compiler warnings and code style nitsDaniel Stenberg
2015-02-04MD5: replace implementationDaniel Stenberg
2015-02-03unit1601: MD5 unit testsDaniel Stenberg
2014-04-18md5.c: fix use of uninitialized variableMarc Hoersken
2013-08-05md5: remove use of CommonCrypto-to-OpenSSL macros for the benefit of LeopardNick Zitzmann
2013-07-30md5 & metalink: use better build macros on Apple operating systemsNick Zitzmann
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-11-17mem-include-scan: verify memory #includesDaniel Stenberg
2012-10-22metalink/md5: Use CommonCrypto on Apple operating systemsNick Zitzmann
2012-09-11wincrypt: Fixed cross-compilation issues caused by include nameMarc Hoersken
2012-09-11md5.c: Added support for Microsoft Windows CryptoAPIMarc Hoersken
2012-05-22Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa
2012-04-23Curl_MD5_init: fix OOM memory leakDaniel Stenberg
2012-03-31md5: Add support for calculating the md5 sum of buffers incrementallyGökhan Şengün
2012-03-20fix several compiler warningsYang Tse
2011-11-19Add support for using nettle instead of gcrypt as gnutls backendMartin Storsjo
2011-07-26stdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclusion done in setup_once.hYang Tse