File tree
11 files changed
+11
-11
lines changed- crt
11 files changed
+11
-11
lines changedSubmodule aws-c-auth updated 33 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+70-24
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+8-27
- README.md+2-2
- include/aws/auth/credentials.h+47-1
- include/aws/auth/private/credentials_utils.h+18-3
- include/aws/auth/signing_config.h+1-1
- source/aws_imds_client.c+1-1
- source/aws_profile.c+11-2
- source/aws_signing.c+18-5
- source/credentials.c+48-8
- source/credentials_provider_cached.c+1-1
- source/credentials_provider_ecs.c+142-25
- source/credentials_provider_environment.c+12-2
- source/credentials_provider_process.c+1
- source/credentials_provider_sso.c+28-6
- source/credentials_provider_static.c+8-3
- source/credentials_provider_sts.c+92-34
- source/credentials_provider_sts_web_identity.c+44-13
- source/credentials_utils.c+155-39
- source/token_provider_sso_session.c+1-1
- tests/CMakeLists.txt+7
- tests/credentials_provider_ecs_tests.c+66-6
- tests/credentials_provider_process_tests.c+103-17
- tests/credentials_provider_sso_tests.c+3
- tests/credentials_provider_sts_tests.c+6-3
- tests/credentials_provider_sts_web_identity_tests.c+4-1
- tests/credentials_tests.c+104-12
- tests/credentials_utils_tests.c+117-8
- tests/key_derivation_tests.c-3
- tests/sigv4_signing_tests.c+27
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+197-78
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+48-38
- README.md+1-1
- bin/produce_x_platform_fuzz_corpus/CMakeLists.txt-2
- bin/run_x_platform_fuzz_corpus/CMakeLists.txt-2
- bin/sha256_profile/CMakeLists.txt-2
- builder.json+35
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/private/opensslcrypto_common.h+4
- include/aws/cal/rsa.h+1
- source/cal.c+1
- source/darwin/commoncrypto_platform_init.c+19-2
- source/darwin/securityframework_rsa.c+3
- source/ed25519.c+147
- source/rsa.c+2-1
- source/shared/ed25519.c+388
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+55-97
- source/windows/bcrypt_platform_init.c+25-2
- source/windows/bcrypt_rsa.c+9-2
- tests/CMakeLists.txt+13
- tests/ed25519_test.c+83
- tests/rsa_test.c+119-1
Submodule aws-c-common updated 50 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/PULL_REQUEST_TEMPLATE.md+1-1
- .github/workflows/ci.yml+144-58
- .github/workflows/clang-tidy.yml+1-1
- .github/workflows/codecov.yml+13-7
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof_ci.yaml+1-1
- .github/workflows/proof_ci_resources/config.yaml+4-4
- .gitignore+3
- AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt+1-1
- CMakeLists.txt+9-15
- bin/system_info/CMakeLists.txt-2
- bin/system_info/print_system_info.c+6
- bin/system_info/test-print-system-info.py+159
- builder.json+5-1
- cmake/AwsCFlags.cmake+19-20
- cmake/AwsPrebuildDependency.cmake+84-7
- cmake/AwsSharedLibSetup.cmake+6-20
- cmake/AwsTestHarness.cmake+6-3
- cmake/CPackConfig.cmake+1-1
- cmake/aws-c-common-config.cmake+3
- include/aws/common/cbor.h+2-2
- include/aws/common/encoding.h+2-2
- include/aws/common/environment.h+16
- include/aws/common/private/xml_parser_impl.h+1
- include/aws/common/ref_count.h+1-7
- include/aws/common/shutdown_types.h+34
- include/aws/common/string.h+1
- source/arch/intel/asm/cpuid.c+11
- source/arch/intel/cpuid.c+71-102
- source/arch/intel/msvc/cpuid.c+5
- source/common.c+23-17
- source/encoding.c+27-26
- source/host_utils.c+29-16
- source/posix/clock.c+3-1
- source/posix/cross_process_lock.c-1
- source/posix/environment.c+20
- source/string.c+6-1
- source/uri.c+3-2
- source/windows/environment.c+34
- source/xml_parser.c+10
- tests/CMakeLists.txt+3
- tests/encoding_test.c+87-139
- tests/environment_test.c+40
- tests/fuzz/hex_encoding_transitive.c-1
- tests/hash_table_test.c+55-15
- tests/host_util_test.c+23-2
- tests/memtrace_test.c+5-6
- tests/uri_test.c+12
- tests/xml_parser_test.c+36
Submodule aws-c-http updated 28 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+134-51
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+8-26
- README.md+1-1
- bin/elasticurl/CMakeLists.txt+1-3
- builder.json+1-1
- include/aws/http/connection_manager.h+8
- include/aws/http/private/h1_encoder.h+7-4
- include/aws/http/private/h1_stream.h+17-15
- include/aws/http/private/hpack.h+8-5
- include/aws/http/request_response.h+2-1
- source/connection_manager.c+4
- source/h1_connection.c+18-18
- source/h1_encoder.c+140-15
- source/h1_stream.c+26-22
- tests/CMakeLists.txt+102-99
- tests/test_connection.c+1-3
- tests/test_connection_manager.c+30-37
- tests/test_connection_monitor.c+17-19
- tests/test_h1_client.c+396-2
- tests/test_h1_decoder.c+37-37
- tests/test_h1_encoder.c+90-173
- tests/test_localhost_integ.c+1-3
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+1-1
- tests/test_tls.c+1-1
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+172-73
- .github/workflows/issue-regression-labeler.yml+32
- .github/workflows/proof-alarm.yml+3-3
- CMakeLists.txt+33-38
- README.md+1-1
- include/aws/io/event_loop.h+108-323
- include/aws/io/private/event_loop_impl.h+316
- include/aws/io/private/socket_impl.h+72
- include/aws/io/retry_strategy.h+22-4
- include/aws/io/socket.h+31-15
- include/aws/io/tls_channel_handler.h+8-5
- include/aws/testing/io_testing_channel.h+31-29
- source/bsd/kqueue_event_loop.c+5-3
- source/channel.c+1
- source/darwin/secure_transport_tls_channel_handler.c+1-1
- source/event_loop.c+251-89
- source/exponential_backoff_retry_strategy.c+3-2
- source/future.c+13-54
- source/linux/epoll_event_loop.c+4-5
- source/no_retry_strategy.c+85
- source/posix/pipe.c+1
- source/posix/socket.c+76-44
- source/s2n/s2n_tls_channel_handler.c+17-7
- source/socket.c+258
- source/windows/host_resolver.c+1
- source/windows/iocp/iocp_event_loop.c+2-1
- source/windows/iocp/pipe.c+1
- source/windows/iocp/socket.c+109-81
- source/windows/winsock_init.c+1
- tests/CMakeLists.txt+7
- tests/alpn_handler_test.c+1
- tests/byo_crypto_test.c+5-1
- tests/channel_test.c+5-1
- tests/default_host_resolver_test.c+48-12
- tests/event_loop_test.c+98-12
- tests/exponential_backoff_retry_test.c+20-5
- tests/future_test.c+1
- tests/no_retry_strategy_test.c+27
- tests/pipe_test.c+1
- tests/pkcs11_test.c+4-2
- tests/socket_handler_test.c+13-4
- tests/socket_test.c+61-3
- tests/standard_retry_test.c+7-1
- tests/tls_handler_test.c+16-5
- tests/vcc/Makefile+2-2
- tests/vcc/new_destroy.c+3-3
- tests/vcc/preamble.h+1-1
Submodule aws-c-mqtt updated 18 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+79-30
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+12-30
- README.md+3-3
- bin/elastipubsub/CMakeLists.txt+1-3
- bin/elastipubsub5/CMakeLists.txt+1-3
- bin/elastishadow/CMakeLists.txt+1-3
- bin/elastishadow/main.c+5-1
- bin/mqtt5canary/CMakeLists.txt+1-3
- include/aws/mqtt/request-response/request_response_client.h+4-1
- source/client.c+36-3
- source/request-response/request_response_client.c+1-1
- source/v5/mqtt5_options_storage.c+2-2
- tests/CMakeLists.txt+2
- tests/request-response/request_response_client_tests.c+133-45
- tests/v3/connection_state_test.c+42
Submodule aws-c-sdkutils updated 12 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+80-30
- .github/workflows/codecov.yml+18-12
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+9-28
- README.md+2-2
- include/aws/sdkutils/aws_profile.h+1
- include/aws/sdkutils/private/endpoints_util.h+1-1
- source/aws_profile.c+47-29
- tests/CMakeLists.txt+3-2
- tests/aws_profile_tests.c+297-299
- tests/endpoints_regex_tests.c+2-2
Submodule aws-checksums updated 12 files
- .github/ISSUE_TEMPLATE/bug-report.yml+8
- .github/workflows/ci.yml+177-74
- .github/workflows/issue-regression-labeler.yml+32
- CMakeLists.txt+10-29
- bin/benchmark/CMakeLists.txt+1-3
- builder.json+11-1
- cmake/AwsSharedLibSetup.cmake-53
- include/aws/checksums/private/crc_util.h+41
- source/crc64_sw.c+576-12
- source/crc_sw.c+8-7
- tests/crc64_test.c+4-1
- tests/crc_test.c+3-2
Submodule aws-lc updated 4494 files
0 commit comments