-
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.
Co-authored-by: Michael Graeb <[email protected]>
- Loading branch information
Showing
11 changed files
with
11 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
18 files
Submodule aws-c-cal
updated
13 files
+24 −6 | .github/workflows/ci.yml | |
+5 −1 | CMakeLists.txt | |
+17 −1 | builder.json | |
+47 −0 | source/unix/openssl_platform_init.c | |
+50 −0 | tests/aes256_test.c | |
+46 −0 | tests/der_test.c | |
+20 −13 | tests/ecc_test.c | |
+5 −5 | tests/md5_test.c | |
+16 −14 | tests/rsa_test.c | |
+8 −8 | tests/sha1_test.c | |
+5 −5 | tests/sha256_hmac_test.c | |
+8 −8 | tests/sha256_test.c | |
+35 −2 | tests/test_case_helper.h |
Submodule aws-c-common
updated
13 files
+17 −8 | .github/workflows/ci.yml | |
+2 −2 | .github/workflows/proof_ci_resources/config.yaml | |
+2 −1 | README.md | |
+19 −4 | cmake/AwsCheckHeaders.cmake | |
+73 −0 | cmake/AwsPrebuildDependency.cmake | |
+6 −4 | cmake/AwsSanitizers.cmake | |
+1 −1 | include/aws/common/array_list.inl | |
+68 −1 | include/aws/common/json.h | |
+8 −1 | include/aws/common/math.inl | |
+50 −41 | source/json.c | |
+19 −0 | source/posix/thread.c | |
+2 −18 | source/windows/device_random.c | |
+12 −7 | tests/json_test.c |
Submodule aws-c-event-stream
updated
6 files
+12 −3 | .github/workflows/ci.yml | |
+4 −8 | .github/workflows/clang-format.yml | |
+7 −4 | .github/workflows/stale_issue.yml | |
+47 −0 | format-check.py | |
+0 −24 | format-check.sh | |
+4 −2 | include/aws/event-stream/event_stream.h |
Submodule aws-c-http
updated
15 files
+15 −5 | .github/workflows/ci.yml | |
+3 −0 | .github/workflows/stale_issue.yml | |
+14 −0 | include/aws/http/connection_manager.h | |
+2 −0 | include/aws/http/http.h | |
+14 −2 | include/aws/http/private/h1_connection.h | |
+155 −47 | source/connection_manager.c | |
+123 −23 | source/h1_connection.c | |
+6 −0 | source/http.c | |
+61 −59 | source/websocket.c | |
+8 −0 | tests/CMakeLists.txt | |
+0 −3 | tests/test_connection.c | |
+82 −2 | tests/test_connection_manager.c | |
+214 −0 | tests/test_h1_client.c | |
+135 −36 | tests/test_tls.c | |
+32 −0 | tests/test_websocket_handler.c |
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-c-sdkutils
updated
15 files
Submodule aws-lc
updated
from 47333e to 057477
Submodule s2n
updated
from 073c7b to 79c0f1
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