File tree
11 files changed
+11
-11
lines changed- crt
11 files changed
+11
-11
lines changedSubmodule aws-c-auth updated 32 files
- .github/workflows/ci.yml+15-3
- .github/workflows/clang-format.yml+4-6
- .gitignore+1
- format-check.py+47
- format-check.sh-24
- include/aws/auth/auth.h+2
- include/aws/auth/credentials.h+101-18
- include/aws/auth/private/credentials_utils.h+28-8
- source/auth.c+8-2
- source/aws_signing.c+25
- source/credentials_provider_cached.c+3-1
- source/credentials_provider_cognito.c+1-1
- source/credentials_provider_default_chain.c+26-89
- source/credentials_provider_ecs.c+266-14
- source/credentials_provider_environment.c+11
- source/credentials_provider_imds.c+25
- source/credentials_provider_process.c+17-2
- source/credentials_provider_profile.c+78-6
- source/credentials_provider_sso.c+7-40
- source/credentials_provider_sts.c+140-41
- source/credentials_provider_sts_web_identity.c+33-59
- source/credentials_utils.c+107
- tests/CMakeLists.txt+22-8
- tests/aws-signing-test-suite/v4/get-vanilla-query-order-key/context.json-12
- tests/aws-signing-test-suite/v4/get-vanilla-query-order-key/request.txt-2
- tests/aws-signing-test-suite/v4/get-vanilla-query-order-value/context.json-12
- tests/aws-signing-test-suite/v4/get-vanilla-query-order-value/request.txt-2
- tests/credentials_provider_ecs_tests.c+476-47
- tests/credentials_provider_process_tests.c+75-26
- tests/credentials_provider_sts_tests.c+778-146
- tests/credentials_provider_sts_web_identity_tests.c+42
- tests/credentials_utils_tests.c+58
- .github/workflows/ci.yml+33-6
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+12-2
- builder.json+22-1
- format-check.py+47
- format-check.sh-25
- include/aws/cal/private/symmetric_cipher_priv.h+9
- include/aws/cal/symmetric_cipher.h+43-26
- source/cal.c+1-1
- source/darwin/commoncrypto_aes.c+30-29
- source/darwin/securityframework_ecc.c+1
- source/ecc.c+8-10
- source/rsa.c+9-4
- source/symmetric_cipher.c+30-16
- source/unix/openssl_aes.c+66-50
- source/unix/openssl_platform_init.c+145-32
- source/windows/bcrypt_aes.c+166-140
- tests/CMakeLists.txt+4
- tests/aes256_test.c+322-12
- tests/der_test.c+46
- tests/ecc_test.c+20-13
- tests/md5_test.c+5-5
- tests/rsa_test.c+16-14
- tests/sha1_test.c+8-8
- tests/sha256_hmac_test.c+5-5
- tests/sha256_test.c+8-8
- tests/test_case_helper.h+35-2
Submodule aws-c-common updated 144 files
Submodule aws-c-http updated 30 files
- .github/workflows/ci.yml+15-5
- .github/workflows/clang-format.yml+4-6
- .github/workflows/stale_issue.yml+3
- format-check.py+47
- format-check.sh-24
- include/aws/http/connection.h+4-1
- include/aws/http/connection_manager.h+29
- include/aws/http/http.h+2
- include/aws/http/private/h1_connection.h+14-2
- include/aws/http/private/h2_frames.h+3-1
- include/aws/http/proxy.h+7-7
- include/aws/http/request_response.h+3-1
- include/aws/http/server.h+9-4
- integration-testing/http_client_test.py+1-1
- source/connection_manager.c+217-48
- source/h1_connection.c+125-25
- source/http.c+8-2
- source/websocket.c+61-59
- tests/CMakeLists.txt+15-4
- tests/test_connection.c-3
- tests/test_connection_manager.c+179-2
- tests/test_h1_client.c+260-6
- tests/test_h2_client.c+4-1
- tests/test_h2_encoder.c+2-1
- tests/test_h2_headers.c+2-1
- tests/test_localhost_integ.c+4-1
- tests/test_message.c+4-1
- tests/test_stream_manager.c+4-1
- tests/test_tls.c+135-36
- tests/test_websocket_handler.c+35-1
- .github/workflows/ci.yml+40-5
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+15-8
- format-check.py+47
- format-check.sh-24
- include/aws/io/channel.h+2-2
- include/aws/io/channel_bootstrap.h+3-4
- include/aws/io/event_loop.h+3-4
- include/aws/io/private/tls_channel_handler_shared.h+6
- include/aws/io/socket.h+18
- include/aws/io/tls_channel_handler.h+6-6
- source/channel.c+13-20
- source/darwin/secure_transport_tls_channel_handler.c+126-60
- source/future.c+4-1
- source/io.c+1-1
- source/message_pool.c+2-5
- source/posix/socket.c+118-16
- source/s2n/s2n_tls_channel_handler.c+154-61
- source/socket_channel_handler.c+40-27
- source/windows/iocp/iocp_event_loop.c+1-1
- source/windows/iocp/socket.c+27-1
- source/windows/secure_channel_tls_handler.c+275-206
- source/windows/windows_pki_utils.c+24
- tests/CMakeLists.txt+35-5
- tests/default_host_resolver_test.c+97
- tests/future_test.c+23
- tests/read_write_test_handler.c+34-16
- tests/read_write_test_handler.h+7
- tests/resources/ca_root.crt+15-15
- tests/resources/ec_unittests.crt+4-4
- tests/resources/ec_unittests.p12
- tests/resources/server.crt+15-15
- tests/resources/server.key+25-25
- tests/resources/server_chain.crt+30-30
- tests/resources/unittests.crt+8-8
- tests/resources/unittests.p12
- tests/socket_handler_test.c+314-93
- tests/socket_test.c+97-6
- tests/tls_handler_test.c+404-128
Submodule aws-c-mqtt updated 48 files
- .github/workflows/ci.yml+12-3
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+18-10
- bin/elastishadow/CMakeLists.txt+29
- bin/elastishadow/main.c+1.3k
- format-check.py+47
- format-check.sh-24
- include/aws/mqtt/mqtt.h+12
- include/aws/mqtt/private/client_impl.h+54
- include/aws/mqtt/private/client_impl_shared.h+24
- include/aws/mqtt/private/mqtt311_listener.h+204
- include/aws/mqtt/private/request-response/protocol_adapter.h+220
- include/aws/mqtt/private/request-response/request_response_client.h+23
- include/aws/mqtt/private/request-response/subscription_manager.h+264
- include/aws/mqtt/private/shared.h+2
- include/aws/mqtt/private/v5/mqtt5_options_storage.h-4
- include/aws/mqtt/request-response/request_response_client.h+274
- include/aws/mqtt/v5/mqtt5_client.h+3
- source/client.c+176-58
- source/client_channel_handler.c+6
- source/client_impl_shared.c+9
- source/mqtt.c+34
- source/mqtt311_listener.c+329
- source/packets.c+2-3
- source/request-response/protocol_adapter.c+964
- source/request-response/request_response_client.c+2.3k
- source/request-response/subscription_manager.c+822
- source/shared.c+1-1
- source/v5/mqtt5_client.c+20-3
- source/v5/mqtt5_listener.c+1
- source/v5/mqtt5_options_storage.c+1-28
- source/v5/mqtt5_to_mqtt3_adapter.c+14-10
- tests/CMakeLists.txt+137-4
- tests/request-response/protocol_adapter_tests.c+1.8k
- tests/request-response/request_response_client_tests.c+3.2k
- tests/request-response/subscription_manager_tests.c+2.9k
- tests/v3/connection_state_test.c+739-998
- tests/v3/mqtt311_listener_test.c+488
- tests/v3/mqtt311_testing_utils.c+582
- tests/v3/mqtt311_testing_utils.h+155
- tests/v3/mqtt_mock_server_handler.c+51-2
- tests/v3/mqtt_mock_server_handler.h+18
- tests/v5/mqtt5_client_tests.c+179-50
- tests/v5/mqtt5_operation_validation_failure_tests.c-14
- tests/v5/mqtt5_testing_utils.c+26
- tests/v5/mqtt5_testing_utils.h+20
- tests/v5/mqtt5_to_mqtt3_adapter_tests.c-4
- tests/v5/mqtt5_topic_alias_tests.c+2-1
Submodule aws-c-sdkutils updated 18 files
- .github/workflows/ci.yml+12-3
- .github/workflows/clang-format.yml+4-6
- format-check.py+47
- format-check.sh-24
- include/aws/sdkutils/endpoints_rule_engine.h+18-2
- include/aws/sdkutils/private/endpoints_types_impl.h+30-31
- include/aws/sdkutils/private/endpoints_util.h-11
- source/endpoints_rule_engine.c+59-27
- source/endpoints_ruleset.c+67-50
- source/endpoints_standard_lib.c+5-3
- source/endpoints_types_impl.c+36-4
- source/endpoints_util.c-120
- tests/CMakeLists.txt+1-2
- tests/endpoints_rule_engine_tests.c+28-11
- tests/endpoints_util_tests.c-59
- tests/resources/test-cases/partition-fn.json+1-1
- tests/resources/test-cases/string_array.json+45
- tests/resources/valid-rules/string_array.json+38
Submodule aws-checksums updated 26 files
- .github/workflows/ci.yml+105-15
- .github/workflows/clang-format.yml+4-6
- CMakeLists.txt+60-49
- bin/benchmark/CMakeLists.txt+29
- bin/benchmark/main.c+133
- builder.json+4
- format-check.py+47
- format-check.sh-24
- include/aws/checksums/crc.h+42-3
- include/aws/checksums/private/crc64_priv.h+51
- include/aws/checksums/private/crc_priv.h+28-11
- include/aws/checksums/private/crc_util.h+24
- source/arm/crc32c_arm.c+4-4
- source/arm/crc64_arm.c+208
- source/crc.c+35-9
- source/crc64.c+131
- source/crc64_sw.c+579
- source/generic/crc32c_null.c-18
- source/intel/asm/crc32c_sse42_asm.c+3-14
- source/intel/intrin/crc32c_sse42_avx512.c+245
- source/intel/intrin/crc64nvme_avx512.c+130
- source/intel/intrin/crc64nvme_clmul.c+147
- source/intel/visualc/visualc_crc32c_sse42.c-77
- tests/CMakeLists.txt+3
- tests/crc64_test.c+144
- tests/crc_test.c+129-43
0 commit comments