-
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.
Updates the python CRT against the AuthRevamp branch of aws-c-auth Co-authored-by: Bret Ambrose <[email protected]>
- Loading branch information
1 parent
e18f041
commit 9e60439
Showing
23 changed files
with
11,469 additions
and
286 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
47 files
Submodule aws-c-common
updated
71 files
Submodule aws-c-http
updated
41 files
Submodule aws-c-io
updated
12 files
+1 −1 | .github/workflows/ci.yml | |
+7 −0 | include/aws/io/tls_channel_handler.h | |
+31 −35 | include/aws/testing/io_testing_channel.h | |
+98 −98 | source/host_resolver.c | |
+1 −1 | source/pki_utils.c | |
+8 −4 | source/posix/socket.c | |
+6 −0 | source/tls_channel_handler.c | |
+3 −3 | source/uri.c | |
+12 −3 | source/windows/iocp/socket.c | |
+1 −0 | tests/CMakeLists.txt | |
+29 −2 | tests/socket_test.c | |
+2 −1 | tests/tls_handler_test.c |
Submodule aws-c-mqtt
updated
5 files
+0 −1 | builder.json | |
+5 −1 | include/aws/mqtt/private/client_impl.h | |
+26 −6 | source/client.c | |
+19 −4 | source/client_channel_handler.c | |
+1 −1 | source/fixed_header.c |
Submodule s2n
updated
from bffd9b to f08b70
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.