-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating submodules to latest releases (#102)
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
13 files
+90 −0 | .github/workflows/ci.yml | |
+0 −23 | .github/workflows/mac-osx-ci.yml | |
+3 −0 | builder.json | |
+36 −10 | include/aws/auth/credentials.h | |
+10 −32 | source/credentials.c | |
+47 −13 | source/credentials_provider_cached.c | |
+3 −3 | source/credentials_provider_profile.c | |
+17 −0 | source/credentials_provider_sts.c | |
+1 −0 | tests/CMakeLists.txt | |
+170 −130 | tests/credentials_provider_sts_tests.c | |
+36 −11 | tests/credentials_provider_utils.c | |
+6 −3 | tests/credentials_provider_utils.h | |
+14 −10 | tests/credentials_tests.c |
Submodule aws-c-cal
updated
7 files
+12 −5 | include/aws/cal/ecc.h | |
+2 −0 | source/darwin/securityframework_ecc.c | |
+13 −1 | source/ecc.c | |
+4 −0 | source/unix/opensslcrypto_ecc.c | |
+2 −0 | source/windows/bcrypt_ecc.c | |
+5 −0 | tests/CMakeLists.txt | |
+138 −12 | tests/ecc_test.c |
Submodule aws-c-common
updated
6 files
+2 −1 | CMakeLists.txt | |
+129 −0 | include/aws/common/bigint.h | |
+485 −0 | source/bigint.c | |
+9 −5 | tests/CMakeLists.txt | |
+0 −43 | tests/atomics_test.c | |
+602 −0 | tests/bigint_test.c |
Submodule aws-c-io
updated
12 files
+2 −0 | source/posix/socket.c | |
+4 −4 | source/s2n/s2n_tls_channel_handler.c | |
+2 −0 | source/windows/iocp/socket.c | |
+2 −0 | tests/CMakeLists.txt | |
+19 −7 | tests/alpn_handler_test.c | |
+46 −41 | tests/channel_test.c | |
+1 −0 | tests/event_loop_test.c | |
+0 −11 | tests/read_write_test_handler.c | |
+0 −2 | tests/read_write_test_handler.h | |
+2 −3 | tests/socket_handler_test.c | |
+67 −21 | tests/socket_test.c | |
+66 −19 | tests/tls_handler_test.c |