-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support presigned URL signature "UNSIGNED-PAYLOAD" and expose EncodeU…
…RI (#89) * Support for Presigned URLs * encodeURI exposed to outside world * Uncrustify: triggered by comment. * moved #include <stdbool.h> to header to support SigV4_EncodeURI * writeCanonicalQueryParameters() added argument doubleEncodeEqualsInParmsValues * added unit test * updated size_table.md * updated test cbmc stubs * updated test cbmc stubs - SigV4_EncodeURI() * rework to minimise changes to not upset CI * rework to minimise changes to not upset CI * fix for CBMC proof --------- Co-authored-by: GitHub Action <[email protected]> Co-authored-by: Giuseppe Penone <[email protected]>
- Loading branch information
1 parent
9d9f95a
commit e828353
Showing
7 changed files
with
92 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters