]> git.ipfire.org Git - thirdparty/curl.git/commit
http_aws_sigv4: canonicalize the query
authorDaniel Stenberg <daniel@haxx.se>
Wed, 6 Sep 2023 08:14:44 +0000 (10:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 7 Sep 2023 15:50:13 +0000 (17:50 +0200)
commitfc76a24c53b08cdf6eec8ba787d8eac64651d56e
tree9de7b62041309af030ca2e6f9fbe183cce5ec590
parente92edfbef64448ef461117769881f3ed776dec4e
http_aws_sigv4: canonicalize the query

Percent encoding needs to be done using uppercase, and most
non-alphanumerical must be percent-encoded.

Fixes #11794
Reported-by: John Walker
Closes #11806
lib/http_aws_sigv4.c