Welcome Austin Moore as #curl commit author 1292: github.com/curl/curl/pull/1437…
aws_sigv4: Fix ordering for headers with same prefix in the canonical request by austinmoore- · Pull Request #14370 · curl/curl
Problem AWS SigV4 signing requires headers to be lexicographically ordered by name. The current implementation uses strcmp on the full header, leading to incorrect ordering when header names have i...GitHub