summaryrefslogtreecommitdiff
path: root/lib/md5.c
AgeCommit message (Expand)Author
2019-04-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-03-15configure: add --with-amisslChris Young
2019-01-12Merge tag 'curl-7_63_0'ng0
2018-11-10Merge tag 'curl-7_62_0'Nils Gillmann
2018-11-01axtls: removedDaniel Stenberg
2018-09-14secure Openwall URLsViktor Szakats
2018-09-11Merge tag 'curl-7_61_1'Nils Gillmann
2018-08-11GCC: silence -Wcast-function-type uniformlyMarcel Raad
2018-08-05Merge tag 'curl-7_61_0'Nils Gillmann
2018-05-23Merge tag 'curl-7_60_0' (with fixes)Nils Gillmann
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-08-22Patchset for gnURL microfork:gnurl-7_55_1-1Christian Grothoff
2017-08-22MD(4|5): silence cast-align clang warningMarcel Raad
2017-08-22checksrc: warn for assignments within if() expressionsDaniel Stenberg
2017-08-22checksrc: code style: use 'char *name' styleDaniel 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
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-08-04build: remove unneeded cast to (void *)Yang Tse
2010-04-19Curl_HMAC_MD5: fix the array init to not warn with picky compilersDaniel Stenberg