-
Notifications
You must be signed in to change notification settings - Fork 180
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases (#601)
Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
17 files
+2 −3 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+4 −1 | .github/workflows/stale_issue.yml | |
+1 −8 | CMakeLists.txt | |
+1 −0 | include/aws/auth/auth.h | |
+26 −1 | include/aws/auth/credentials.h | |
+2 −0 | include/aws/auth/private/credentials_utils.h | |
+3 −1 | source/auth.c | |
+123 −56 | source/aws_imds_client.c | |
+31 −18 | source/credentials_provider_sts_web_identity.c | |
+1 −0 | source/credentials_utils.c | |
+2 −1 | source/signable_http_request.c | |
+3 −0 | tests/CMakeLists.txt | |
+136 −22 | tests/aws_imds_client_test.c | |
+16 −18 | tests/credentials_provider_imds_tests.c | |
+43 −0 | tests/credentials_provider_sts_web_identity_tests.c | |
+3 −1 | tests/sigv4_signing_tests.c |
Submodule aws-c-cal
updated
28 files
+24 −2 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+1 −0 | CMakeLists.txt | |
+5 −2 | builder.json | |
+12 −15 | cmake/aws-c-cal-config.cmake | |
+4 −0 | include/aws/cal/cal.h | |
+5 −0 | include/aws/cal/ecc.h | |
+19 −2 | include/aws/cal/private/der.h | |
+22 −0 | include/aws/cal/private/opensslcrypto_common.h | |
+118 −0 | include/aws/cal/private/rsa.h | |
+165 −0 | include/aws/cal/rsa.h | |
+1 −1 | include/aws/cal/symmetric_cipher.h | |
+11 −4 | source/cal.c | |
+46 −17 | source/darwin/commoncrypto_aes.c | |
+62 −9 | source/darwin/securityframework_ecc.c | |
+491 −0 | source/darwin/securityframework_rsa.c | |
+28 −7 | source/der.c | |
+282 −0 | source/rsa.c | |
+1 −0 | source/unix/openssl_aes.c | |
+7 −0 | source/unix/openssl_platform_init.c | |
+450 −0 | source/unix/openssl_rsa.c | |
+1 −0 | source/unix/opensslcrypto_ecc.c | |
+4 −4 | source/windows/bcrypt_ecc.c | |
+422 −0 | source/windows/bcrypt_rsa.c | |
+23 −0 | tests/CMakeLists.txt | |
+139 −3 | tests/der_test.c | |
+82 −0 | tests/ecc_test.c | |
+747 −0 | tests/rsa_test.c |
Submodule aws-c-common
updated
43 files
Submodule aws-c-http
updated
18 files
+9 −0 | include/aws/http/connection.h | |
+1 −0 | include/aws/http/http.h | |
+5 −4 | include/aws/http/private/connection_impl.h | |
+10 −18 | include/aws/http/private/connection_manager_system_vtable.h | |
+5 −1 | include/aws/http/private/proxy_impl.h | |
+5 −0 | include/aws/http/private/request_response_impl.h | |
+10 −0 | include/aws/http/request_response.h | |
+5 −2 | source/connection.c | |
+22 −21 | source/connection_manager.c | |
+102 −17 | source/h1_connection.c | |
+1 −0 | source/h1_stream.c | |
+3 −0 | source/http.c | |
+2 −2 | source/proxy_connection.c | |
+2 −0 | tests/CMakeLists.txt | |
+18 −18 | tests/test_connection_manager.c | |
+111 −1 | tests/test_h1_client.c | |
+2 −2 | tests/test_proxy.c | |
+2 −2 | tests/test_stream_manager.c |
Submodule aws-c-io
updated
27 files
+5 −0 | .gitattributes | |
+8 −8 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+3 −2 | .github/workflows/proof-alarm.yml | |
+1 −0 | .gitignore | |
+1 −1 | README.md | |
+2 −0 | include/aws/io/io.h | |
+1 −0 | include/aws/io/logging.h | |
+99 −0 | include/aws/io/pem.h | |
+0 −30 | include/aws/io/private/pki_utils.h | |
+22 −0 | include/aws/io/private/tracing.h | |
+15 −11 | source/channel_bootstrap.c | |
+24 −32 | source/darwin/darwin_pki_utils.c | |
+4 −1 | source/io.c | |
+8 −0 | source/linux/epoll_event_loop.c | |
+436 −0 | source/pem.c | |
+0 −98 | source/pem_utils.c | |
+0 −224 | source/pki_utils.c | |
+5 −5 | source/posix/socket.c | |
+3 −0 | source/stream.c | |
+20 −0 | source/tracing.c | |
+8 −8 | source/windows/iocp/socket.c | |
+20 −34 | source/windows/windows_pki_utils.c | |
+1 −0 | tests/CMakeLists.txt | |
+432 −220 | tests/pem_test.c | |
+0 −145 | tests/pem_utils_test.c | |
+23 −0 | tests/resources/testparse_crlf.crt |
Submodule aws-c-s3
updated
35 files
Submodule aws-lc
updated
from aa90e5 to 69f126