Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / md5.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2014-04-18 Marc Hoerskenmd5.c: fix use of uninitialized variable
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-06 Nick Zitzmannmd5: remove use of CommonCrypto-to-OpenSSL macros for...
2013-07-31 Nick Zitzmannmd5 & metalink: use better build macros on Apple operat...
2013-01-08 Yang Tsebuild: fix circular header inclusion with other packages
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2013-01-03 Yang Tsebuild: rename 93 lib/*.c files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-11-17 Daniel Stenbergmem-include-scan: verify memory #includes
2012-10-30 Anas NashifImported Upstream version 7.21.3 upstream/7.21.3
2012-10-22 Nick Zitzmannmetalink/md5: Use CommonCrypto on Apple operating systems
2012-09-11 Marc Hoerskenwincrypt: Fixed cross-compilation issues caused by...
2012-09-11 Marc Hoerskenmd5.c: Added support for Microsoft Windows CryptoAPI
2012-05-22 Tatsuhiro TsujikawaFixed compile error with GNUTLS+NETTLE
2012-04-23 Daniel StenbergCurl_MD5_init: fix OOM memory leak
2012-03-31 Gökhan Şengünmd5: Add support for calculating the md5 sum of buffers...
2012-03-20 Yang Tsefix several compiler warnings
2011-11-19 Martin StorsjoAdd support for using nettle instead of gcrypt as gnutl...
2011-10-24 Daniel StenbergMerge pull request #25 from trtom/master
2011-07-26 Yang Tsestdio.h, stdlib.h, string.h, stdarg.h and ctype.h inclu...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2010-08-04 Yang Tsebuild: remove unneeded cast to (void *)
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 Daniel StenbergCurl_HMAC_MD5: fix the array init to not warn with...
2010-04-19 monneratFix GnuTLS compilation problem in md5.c
2010-04-19 monneratMerge branch 'master' of github.com:bagder/curl
2010-04-19 monneratImplement SMTP authentication
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-02-12 Dan FandrichAdded support for Digest and NTLM authentication using...
2008-08-17 Yang TseAdjust usage of conditional definition of USE_OPENSSL
2008-08-17 Yang Tselibcurl internal md5.h header file renamed to curl_md5.h
2007-11-07 Daniel Stenbergif () => if()
2005-05-02 Daniel Stenbergcorrected copyright year
2005-04-26 Daniel StenbergCory Nelson's work on nuking compiler warnings when...
2004-12-15 Dan FandrichAdd 'const' to immutable arrays.
2004-11-12 Daniel StenbergDan Fandrich added the --disable-crypto-auth option...
2004-02-20 Daniel StenbergConvert functions to ANSI-style declaration to prevent...
2004-02-16 Daniel Stenbergremoved usage of a silly macro instead of the actual...
2004-01-29 Daniel StenbergDan Fandrich's cleanup patch to make pedantic compiler...
2004-01-07 Daniel Stenbergupdated year in the copyright string
2003-09-07 Daniel Stenbergdo not use 'long' to store 4 bytes, as 64bit architectu...
2003-06-26 Daniel Stenbergadjusted to use the same API as the OpenSSL version...
2003-05-22 Daniel StenbergInitial Digest support. At least partly working.