summaryrefslogtreecommitdiff
path: root/lib/md5.c
AgeCommit message (Expand)Author
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
2010-04-19Fix GnuTLS compilation problem in md5.cmonnerat
2010-04-19Implement SMTP authenticationmonnerat
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2009-02-12Added support for Digest and NTLM authentication using GnuTLS.Dan Fandrich
2008-08-17Adjust usage of conditional definition of USE_OPENSSLYang Tse
2008-08-17libcurl internal md5.h header file renamed to curl_md5.hYang Tse
2007-11-07if () => if()Daniel Stenberg
2005-05-02corrected copyright yearDaniel Stenberg
2005-04-26Cory Nelson's work on nuking compiler warnings when building on x64 withDaniel Stenberg
2004-12-15Add 'const' to immutable arrays.Dan Fandrich
2004-11-12Dan Fandrich added the --disable-crypto-auth option to configure to allowDaniel Stenberg
2004-02-20Convert functions to ANSI-style declaration to prevent compiler warningsDaniel Stenberg
2004-02-16removed usage of a silly macro instead of the actual functions memcpyDaniel Stenberg
2004-01-29Dan Fandrich's cleanup patch to make pedantic compiler options cause lessDaniel Stenberg
2004-01-07updated year in the copyright stringDaniel Stenberg
2003-09-07do not use 'long' to store 4 bytes, as 64bit architectures have 64bit longs.Daniel Stenberg
2003-06-26adjusted to use the same API as the OpenSSL version of the MD5 functionsDaniel Stenberg
2003-05-22Initial Digest support. At least partly working.Daniel Stenberg