summaryrefslogtreecommitdiff
path: root/lib/md5.c
AgeCommit message (Expand)Author
2019-05-22Merge tag 'curl-7_65_0' of https://github.com/curl/curlng0
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-12Merge tag 'curl-7_64_1' of https://github.com/curl/curlng0
2019-04-11build: fix Codacy/CppCheck warningsMarcel Raad
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