-
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.
Submodule update to add support for ephemeral key usage on Windows (#309
- Loading branch information
1 parent
1ae87c2
commit e7e8046
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-c-io
updated
14 files
+33 −65 | .github/workflows/ci.yml | |
+17 −6 | include/aws/io/private/pki_utils.h | |
+3 −0 | include/aws/io/uri.h | |
+1 −1 | source/darwin/darwin_pki_utils.c | |
+1 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+1 −1 | source/pki_utils.c | |
+1 −1 | source/s2n/s2n_tls_channel_handler.c | |
+25 −2 | source/uri.c | |
+33 −20 | source/windows/secure_channel_tls_handler.c | |
+119 −67 | source/windows/windows_pki_utils.c | |
+2 −0 | tests/CMakeLists.txt | |
+1 −1 | tests/pki_utils_test.c | |
+2 −0 | tests/socket_test.c | |
+89 −3 | tests/uri_test.c |