summaryrefslogtreecommitdiff
path: root/tests/data/test1936
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix some tag matching issues in a number of testsDan Fandrich2021-05-121-1/+1
|
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-4/+4
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* http: improve AWS HTTP v4 Signature authDmitry Wagin2021-01-301-0/+69
- Add support services without region and service prefixes in the URL endpoint (ex. Min.IO, GCP, Yandex Cloud, Mail.Ru Cloud Solutions, etc) by providing region and service parameters via aws-sigv4 option. - Add [:region[:service]] suffix to aws-sigv4 option; - Fix memory allocation errors. - Refactor memory management. - Use Curl_http_method instead() STRING_CUSTOMREQUEST. - Refactor canonical headers generating. - Remove repeated sha256_to_hex() usage. - Add some docs fixes. - Add some codestyle fixes. - Add overloaded strndup() for debug - curl_dbg_strndup(). - Update tests. Closes #6524