diff options
author | Abhinav Singh <theawless@gmail.com> | 2021-10-12 15:32:27 +0530 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-10-15 08:46:23 +0200 |
commit | 8c6f126279f8abddf76661d0b404162c15bcc2c2 (patch) | |
tree | 5ae50a767c175c616570203d59108b325af8cc5f /.mailmap | |
parent | 7759552b80c1b818454f8888b81eee23846294c9 (diff) | |
download | curl-8c6f126279f8abddf76661d0b404162c15bcc2c2.tar.gz |
aws-sigv4: make signature work when post data is binary
User sets the post fields size for binary data. Hence, we should not be
using strlen on it.
Added test 1937 and 1938 to verify.
Closes #7844
Diffstat (limited to '.mailmap')
-rw-r--r-- | .mailmap | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -80,3 +80,4 @@ MichaĆ Antoniak <47522782+MAntoniak@users.noreply.github.com> Gleb Ivanovsky <gl.ivanovsky@gmail.com> Max Dymond <max.dymond@microsoft.com> <max.dymond@metaswitch.com> Max Dymond <max.dymond@microsoft.com> <cmeister2@gmail.com> +Abhinav Singh <theawless@gmail.com> |