-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update all modules except aws-c-http
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
18 files
Submodule aws-c-io
updated
13 files
+30 −3 | .github/workflows/ci.yml | |
+0 −4 | CMakeLists.txt | |
+6 −0 | include/aws/io/private/tls_channel_handler_shared.h | |
+1 −0 | include/aws/io/socket.h | |
+2 −2 | source/channel.c | |
+123 −52 | source/darwin/secure_transport_tls_channel_handler.c | |
+1 −0 | source/posix/socket.c | |
+115 −53 | source/s2n/s2n_tls_channel_handler.c | |
+1 −2 | source/socket_channel_handler.c | |
+151 −86 | source/windows/secure_channel_tls_handler.c | |
+2 −0 | tests/CMakeLists.txt | |
+2 −2 | tests/socket_test.c | |
+341 −115 | tests/tls_handler_test.c |
Submodule aws-c-s3
updated
3 files
+1 −1 | .github/workflows/ci.yml | |
+12 −10 | include/aws/s3/s3_client.h | |
+1 −1 | tests/s3_tester.c |
Submodule aws-lc
updated
from 47333e to 057477
Submodule s2n
updated
from 073c7b to 79c0f1