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 /tests/data/Makefile.inc | |
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 'tests/data/Makefile.inc')
-rw-r--r-- | tests/data/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.inc b/tests/data/Makefile.inc index ffdabb4c8..79e720fa5 100644 --- a/tests/data/Makefile.inc +++ b/tests/data/Makefile.inc @@ -215,7 +215,7 @@ test1800 test1801 \ test1908 test1909 test1910 test1911 test1912 test1913 test1914 test1915 \ test1916 test1917 test1918 \ \ -test1933 test1934 test1935 test1936 \ +test1933 test1934 test1935 test1936 test1937 test1938 \ \ test2000 test2001 test2002 test2003 test2004 \ \ |