summaryrefslogtreecommitdiff
path: root/lib/curl_md5.h
Commit message (Collapse)AuthorAgeFilesLines
* md5: Update the function signature following d84da52dSteve Holme2019-04-161-5/+5
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* Fixed compile error with GNUTLS+NETTLETatsuhiro Tsujikawa2012-05-221-3/+3
| | | | | | | | | | | | In nettle/md5.h, md5_init and md5_update are defined as macros to nettle_md5_init and nettle_md5_update respectively. This causes error when using MD5_params.md5_init and md5_update. This patch renames these members as md5_init_func and md5_update_func to avoid name conflict. For completeness, MD5_params.md5_final was also renamed as md5_final_func. The changes in curl_ntlm_core.c is conversion error and fixed by casting to proper type.
* md5: Add support for calculating the md5 sum of buffers incrementallyGökhan Şengün2012-03-311-0/+29
| | | | | | 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.
* Fix compilation problem: declare Curl_HMAC_MD5 as extern in include file.monnerat2010-04-191-1/+1
|
* Implement SMTP authenticationmonnerat2010-04-191-0/+6
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* removed trailing whitespaceYang Tse2010-02-141-9/+9
|
* libcurl internal md5.h header file renamed to curl_md5.hYang Tse2008-08-171-0/+29