Skip to content

Commit

Permalink
apply the change from aws-c-auth
Browse files Browse the repository at this point in the history
  • Loading branch information
TingDaoK committed Aug 30, 2024
1 parent 5a1f499 commit 69a154b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crt/aws-c-auth
Submodule aws-c-auth updated 28 files
+11 −6 source/aws_signing.c
+3 −1 source/credentials_provider_cached.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
+6 −7 tests/credentials_provider_sts_tests.c
+23 −0 tests/sigv4_signing_tests.c
1 change: 0 additions & 1 deletion test/test_websocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,6 @@ def test_send_receive_data(self):
self.assertIsNone(handler.exception)

def test_send_frame_exceptions(self):
init_logging(LogLevel.Trace, 'stderr')
with WebSocketServer(self.host, self.port) as server:
handler = ClientHandler()
handler.connect_sync(self.host, self.port)
Expand Down

0 comments on commit 69a154b

Please sign in to comment.