summaryrefslogtreecommitdiff
path: root/lib/http_aws_sigv4.c
Commit message (Expand)AuthorAgeFilesLines
* aws_sigv4: fix typos in aws_sigv4.cBaitinq on github2022-12-011-3/+3
* aws_sigv4: consult x-%s-content-sha256 for payload hashCasey Bodley2022-11-251-12/+54
* misc: remove duplicated include filesDaniel Stenberg2022-10-261-2/+0
* http_aws_sigv4: fix strlen() checkDaniel Stenberg2022-10-131-3/+4
* aws_sigv4: fix header computationMatthias Gatto2022-10-111-209/+328
* http_aws_sigv4.c: remove two unusued includesDaniel Stenberg2022-07-011-2/+0
* copyright: make repository REUSE compliantmax.mehl2022-06-131-0/+2
* aws-sigv4: fix potentional NULL pointer arithmeticDaniel Gustafsson2022-05-111-4/+4
* misc: remove strlen for Curl_checkheaders + Curl_checkProxyheadersHenrikHolst2022-02-101-3/+3
* sha256/md5: return errors when init failsx20182021-12-131-4/+10
* aws-sigv4: make signature work when post data is binaryAbhinav Singh2021-10-151-1/+6
* misc: fix typos in docs and commentsa13460542021-09-231-1/+1
* infof: remove newline from format strings, always append itDaniel Stenberg2021-07-071-6/+6
* http: use credentials from transfer, not connectionDaniel Stenberg2021-02-131-2/+2
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-210/+270
* lib: remove conn->data usesPatrick Monnerat2021-01-241-2/+1
* lib: pass in 'struct Curl_easy *' to most functionsDaniel Stenberg2021-01-171-3/+3
* misc: fix "warning: empty expression statement has no effect"Daniel Stenberg2020-12-261-7/+9
* http: introduce AWS HTTP v4 SignatureMatthias Gatto2020-12-211-0/+333