aboutsummaryrefslogtreecommitdiff
path: root/lib/hmac.c
AgeCommit message (Expand)Author
2020-05-15source cleanup: remove all custom typedef structsDaniel Stenberg
2020-02-24ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme
2018-05-21checksrc: make sure sizeof() is used *with* parenthesesDaniel Stenberg
2016-11-24checksrc: code style: use 'char *name' styleDaniel Stenberg
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-03mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg
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
2011-04-27source cleanup: unify look, style and indent levelsDaniel Stenberg
2010-11-08fix compiler warningYang Tse
2010-06-02include libcurl standard internal headersYang Tse
2010-05-20Fix build warnings.Ben Greear
2010-04-20hmac.c related compilation adjustmentYang Tse
2010-04-19Implement SMTP authenticationmonnerat