summaryrefslogtreecommitdiff
path: root/lib/curl_hmac.h
Commit message (Collapse)AuthorAgeFilesLines
* source cleanup: remove all custom typedef structsDaniel Stenberg2020-05-151-15/+13
| | | | | | | | | | | - Stick to a single unified way to use structs - Make checksrc complain on 'typedef struct {' - Allow them in tests, public headers and examples - Let MD4_CTX, MD5_CTX, and SHA256_CTX typedefs remain as they actually typedef different types/structs depending on build conditions. Closes #5338
* ntlm: Moved the HMAC MD5 function into the HMAC module as a generic functionSteve Holme2020-02-241-1/+8
|
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-13/+13
|
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* include libcurl standard internal headersYang Tse2010-06-021-1/+1
|
* Implement SMTP authenticationmonnerat2010-04-191-0/+67