File tree
10 files changed
+10
-10
lines changed- crt
- test
10 files changed
+10
-10
lines changedSubmodule aws-c-auth updated 15 files
- include/aws/auth/auth.h+1
- include/aws/auth/credentials.h+86-18
- include/aws/auth/private/credentials_utils.h+20
- source/auth.c+5-2
- source/credentials_provider_cognito.c+1-1
- source/credentials_provider_default_chain.c+22-92
- source/credentials_provider_ecs.c+159-9
- source/credentials_provider_profile.c+20
- source/credentials_provider_sso.c+7-40
- source/credentials_provider_sts.c+105-31
- source/credentials_provider_sts_web_identity.c+27-59
- source/credentials_utils.c+65
- tests/CMakeLists.txt+6
- tests/credentials_provider_ecs_tests.c+397-43
- tests/credentials_provider_sts_tests.c+527-60
- CMakeLists.txt+7-1
- include/aws/cal/private/symmetric_cipher_priv.h+9
- include/aws/cal/symmetric_cipher.h+12-1
- source/darwin/commoncrypto_aes.c+14-14
- source/darwin/securityframework_ecc.c+1
- source/rsa.c+5
- source/symmetric_cipher.c+20-8
- source/unix/openssl_aes.c+29-17
- source/unix/openssl_platform_init.c+29-7
- source/windows/bcrypt_aes.c+16-16
- tests/CMakeLists.txt+1
- tests/aes256_test.c+88
Submodule aws-c-common updated 32 files
- .github/workflows/ci.yml+1-1
- CMakeLists.txt+1-1
- cmake/AwsTestHarness.cmake+1
- include/aws/common/hash_table.h+14
- include/aws/common/host_utils.h+28
- include/aws/common/linked_list.h+5
- include/aws/common/linked_list.inl+4
- include/aws/common/promise.h-103
- include/aws/testing/aws_test_harness.h+12-24
- source/arch/intel/encoding_avx2.c+4-4
- source/array_list.c+6-3
- source/encoding.c+2-2
- source/external/cJSON.c+17-3
- source/external/cJSON.h+1-1
- source/hash_table.c+8
- source/host_utils.c+114
- source/memtrace.c+1-1
- source/promise.c-118
- source/task_scheduler.c+3-3
- source/uri.c+15-6
- tests/CMakeLists.txt+3-6
- tests/atomics_test.c+2-2
- tests/host_util_test.c+73
- tests/linked_list_test.c+23
- tests/promise_test.c-181
- tests/thread_test.c+2-2
- tests/uri_test.c+2-2
- verification/cbmc/include/proof_helpers/aws_byte_cursor_read_common.h+1-1
- verification/cbmc/include/proof_helpers/make_common_data_structures.h+1-1
- verification/cbmc/include/proof_helpers/nondet.h+8-8
- verification/cbmc/sources/make_common_data_structures.c+1-1
- verification/cbmc/stubs/abort_override_assert_false.c+1-1
- include/aws/io/tls_channel_handler.h+2-1
- source/future.c+4-1
- source/posix/socket.c+17-13
- source/s2n/s2n_tls_channel_handler.c+29-2
- source/socket_channel_handler.c+40-21
- source/windows/iocp/socket.c+2-1
- tests/CMakeLists.txt+27-3
- 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+3-1
Submodule aws-c-mqtt updated 7 files
- benchmarks/README.md-66
- benchmarks/benchmark-config.json-15
- benchmarks/benchmarks-stack/benchmarks-stack/.gitignore-13
- benchmarks/benchmarks-stack/benchmarks-stack/.npmignore-6
- benchmarks/benchmarks-stack/benchmarks-stack/bin/benchmarks-stack.ts-14
- benchmarks/benchmarks-stack/benchmarks-stack/buildspec.yml-15
- benchmarks/benchmarks-stack/benchmarks-stack/cdk.json-16
- benchmarks/benchmarks-stack/benchmarks-stack/deploy/benchmarks_deploy.js-50
- benchmarks/benchmarks-stack/benchmarks-stack/jest.config.js-7
- benchmarks/benchmarks-stack/benchmarks-stack/lib/benchmarks-stack.ts-163
- benchmarks/benchmarks-stack/benchmarks-stack/lib/canary-policy-doc.json-83
- benchmarks/benchmarks-stack/benchmarks-stack/lib/canary.sh-29
- benchmarks/benchmarks-stack/benchmarks-stack/lib/get_p90.py-42
- benchmarks/benchmarks-stack/benchmarks-stack/lib/init_instance.sh-151
- benchmarks/benchmarks-stack/benchmarks-stack/lib/project_scripts/run_aws_c_s3.sh-65
- benchmarks/benchmarks-stack/benchmarks-stack/lib/project_scripts/run_java_crt.sh-46
- benchmarks/benchmarks-stack/benchmarks-stack/lib/run_project_template.sh-18
- benchmarks/benchmarks-stack/benchmarks-stack/lib/show_instance_dashboard.sh-59
- benchmarks/benchmarks-stack/benchmarks-stack/package.json-33
- benchmarks/benchmarks-stack/benchmarks-stack/response.json
- benchmarks/benchmarks-stack/benchmarks-stack/test/benchmarks.test.ts-40
- benchmarks/benchmarks-stack/benchmarks-stack/tsconfig.json-23
- benchmarks/dashboard-stack/.gitignore-14
- benchmarks/dashboard-stack/.npmignore-6
- benchmarks/dashboard-stack/bin/benchmarks.ts-15
- benchmarks/dashboard-stack/cdk.json-12
- benchmarks/dashboard-stack/jest.config.js-7
- benchmarks/dashboard-stack/lambda/benchmarkManager.py-68
- benchmarks/dashboard-stack/lib/dashboard-stack.ts-367
- benchmarks/dashboard-stack/lib/policy-doc/admin-policy-doc.json-10
- benchmarks/dashboard-stack/package.json-39
- benchmarks/dashboard-stack/response.json
- benchmarks/dashboard-stack/tsconfig.json-23
- docs/memory_aware_request_execution.md+6
- include/aws/s3/private/s3_buffer_pool.h+27-8
- include/aws/s3/private/s3_meta_request_impl.h+11-19
- include/aws/s3/private/s3_request_messages.h+2-2
- include/aws/s3/private/s3_util.h+2-2
- include/aws/s3/s3_client.h+71-4
- source/s3_auto_ranged_put.c+18-7
- source/s3_buffer_pool.c+91-15
- source/s3_checksum_stream.c+38-9
- source/s3_client.c+3-2
- source/s3_copy_object.c+2-4
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+18-16
- source/s3_meta_request.c+189-118
- source/s3_request_messages.c+39-14
- source/s3_util.c+1-1
- tests/CMakeLists.txt+7-2
- tests/s3_asyncwrite_tests.c+13-87
- tests/s3_buffer_pool_tests.c+142
- tests/s3_data_plane_tests.c+158-4
- tests/s3_request_messages_tests.c+9-5
- tests/s3_tester.c+3-1
- tests/s3_tester.h+1
- tests/test_helper/README.md+5
- tests/test_helper/test_helper.py+14-8
Submodule s2n updated from 171c96a to 6d92b46
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments