aboutsummaryrefslogtreecommitdiff
path: root/lib/curl_md5.h
AgeCommit message (Collapse)Author
2012-03-31md5: Add support for calculating the md5 sum of buffers incrementallyGökhan Şengün
It is now possible to calculate the md5 sum as the stream of buffers becomes known where as previously it was only possible to calculate the md5 sum of a pre-prepared buffer.
2010-04-19Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.monnerat
2010-04-19Implement SMTP authenticationmonnerat
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-02-14removed trailing whitespaceYang Tse
2008-08-17libcurl internal md5.h header file renamed to curl_md5.hYang Tse