-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pick up aws-c-common fix for dlopen usage from mac aws-c-cal v0.5.17 -> v0.5.18 aws-c-common v0.7.5 -> v0.8.0 aws-c-event-stream v0.2.12 -> v0.2.13 aws-c-io v0.12.0 -> v0.13.0
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule aws-c-cal
updated
6 files
+2 −3 | .github/workflows/ci.yml | |
+9 −0 | bin/run_x_platform_fuzz_corpus/main.c | |
+11 −3 | builder.json | |
+6 −6 | source/darwin/securityframework_ecc.c | |
+12 −12 | source/windows/bcrypt_ecc.c | |
+14 −14 | tests/test_case_helper.h |
Submodule aws-c-common
updated
3 files
+1 −1 | format-check.sh | |
+2 −2 | source/common.c | |
+4 −1 | source/posix/system_info.c |
Submodule aws-c-event-stream
updated
3 files
+14 −2 | include/aws/event-stream/event_stream_rpc_client.h | |
+4 −0 | source/event_stream_rpc_client.c | |
+17 −8 | source/event_stream_rpc_server.c |
Submodule aws-c-io
updated
8 files
+4 −0 | CMakeLists.txt | |
+198 −10 | include/aws/io/tls_channel_handler.h | |
+1 −24 | source/pkcs11_lib.c | |
+14 −24 | source/pkcs11_private.h | |
+221 −0 | source/pkcs11_tls_op_handler.c | |
+12 −8 | source/retry_strategy.c | |
+216 −188 | source/s2n/s2n_tls_channel_handler.c | |
+188 −57 | source/tls_channel_handler.c |