Skip to content

Commit

Permalink
use latest aws-c-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Sep 3, 2024
1 parent 530d51b commit f52c214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crt/aws-c-auth
Submodule aws-c-auth updated 27 files
+1 −1 .github/workflows/ci.yml
+11 −6 source/aws_signing.c
+2 −0 tests/CMakeLists.txt
+13 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/context.json
+10 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/header-canonical-request.txt
+1 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/header-signature.txt
+8 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/header-signed-request.txt
+4 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/header-string-to-sign.txt
+9 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/query-canonical-request.txt
+1 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/query-signature.txt
+6 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/query-signed-request.txt
+4 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/query-string-to-sign.txt
+5 −0 tests/aws-signing-test-suite/v4/post-unsigned-payload/request.txt
+1 −1 tests/aws-signing-test-suite/v4/post-vanilla/context.json
+1 −1 tests/aws-signing-test-suite/v4/post-x-www-form-urlencoded/context.json
+13 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/context.json
+11 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/header-canonical-request.txt
+1 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/header-signature.txt
+9 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/header-signed-request.txt
+4 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/header-string-to-sign.txt
+4 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/public-key.json
+9 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/query-canonical-request.txt
+1 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/query-signature.txt
+6 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/query-signed-request.txt
+4 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/query-string-to-sign.txt
+5 −0 tests/aws-signing-test-suite/v4a/post-unsigned-payload/request.txt
+23 −0 tests/sigv4_signing_tests.c

0 comments on commit f52c214

Please sign in to comment.