-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
aws-c-auth -> v0.4.4 aws-c-cal -> v0.3.3 aws-c-mqtt -> v0.5.1
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
3 files
+5 −3 | include/aws/auth/signing_config.h | |
+128 −150 | source/aws_signing.c | |
+66 −22 | tests/sigv4_tests.c |
Submodule aws-c-cal
updated
5 files
+11 −0 | include/aws/cal/ecc.h | |
+42 −0 | source/ecc.c | |
+19 −2 | source/windows/bcrypt_ecc.c | |
+1 −0 | tests/CMakeLists.txt | |
+82 −0 | tests/ecc_test.c |
Submodule aws-c-mqtt
updated
5 files
+0 −2 | CMakeLists.txt | |
+44 −26 | source/client.c | |
+30 −27 | source/client_channel_handler.c | |
+1 −0 | tests/CMakeLists.txt | |
+39 −0 | tests/connection_state_test.c |