Commit d2ade1b
File tree
7 files changed
+7
-7
lines changed- crt
7 files changed
+7
-7
lines changed- .github/workflows/ci.yml+38-10
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- CMakeLists.txt+24-2
- builder.json+7
- include/aws/cal/hash.h+29
- include/aws/cal/private/opensslcrypto_common.h+2
- source/darwin/commoncrypto_platform_init.c+8-2
- source/darwin/commoncrypto_sha1.c-4
- source/darwin/commoncrypto_sha256.c-4
- source/darwin/commoncrypto_sha512.c+72
- source/der.c+10-4
- source/hash.c+19
- source/shared/ed25519.c+11-1
- source/shared/lccrypto_common.c+41
- source/unix/openssl_platform_init.c+1-42
- source/unix/openssl_rsa.c+12-5
- source/unix/opensslcrypto_hash.c+30-25
- source/windows/bcrypt_hash.c+47-12
- source/windows/bcrypt_platform_init.c+8-24
- tests/CMakeLists.txt+16
- tests/ed25519_test.c-1
- tests/rsa_test.c+31
- tests/sha512_test.c+300
Submodule aws-c-common updated 35 files
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- CMakeLists.txt+12
- THIRD-PARTY-LICENSES.txt+2-2
- include/aws/common/allocator.h+13
- include/aws/common/file.h+61-2
- include/aws/common/system_info.h+4
- scripts/import_libcbor.py+1
- source/allocator.c+48-18
- source/external/cJSON.c+57-9
- source/external/cJSON.h+7-1
- source/external/libcbor/cbor.c+145-4
- source/external/libcbor/cbor.h+11
- source/external/libcbor/cbor/arrays.c+2-1
- source/external/libcbor/cbor/arrays.h+2-1
- source/external/libcbor/cbor/common.c+19-13
- source/external/libcbor/cbor/common.h+51-31
- source/external/libcbor/cbor/configuration.h+2-1
- source/external/libcbor/cbor/floats_ctrls.c+5-3
- source/external/libcbor/cbor/floats_ctrls.h+3-2
- source/external/libcbor/cbor/ints.c+4-3
- source/external/libcbor/cbor/serialization.c+26-14
- source/external/libcbor/cbor/serialization.h+3-2
- source/external/libcbor/cbor/streaming.c+2-2
- source/external/libcbor/cbor/strings.h+4-3
- source/file.c+50
- source/linux/file_direct_io.c+141
- source/platform_fallback_stubs/file_direct_io.c+24
- source/posix/file.c-1
- source/posix/system_info.c+21
- source/windows/system_info.c+6
- tests/CMakeLists.txt+8-1
- tests/alloc_test.c+64-1
- tests/file_test.c+353
- tests/system_info_tests.c+14
- include/aws/s3/private/s3_checksums.h+23-10
- include/aws/s3/private/s3_client_impl.h+12-2
- include/aws/s3/private/s3_meta_request_impl.h+4
- include/aws/s3/private/s3_parallel_input_stream.h+63-10
- include/aws/s3/private/s3_part_streaming_input_stream.h+48
- include/aws/s3/private/s3_request.h+12-4
- include/aws/s3/private/s3_request_messages.h+13
- include/aws/s3/private/s3_util.h+11-1
- include/aws/s3/s3_client.h+78-7
- source/s3_auto_ranged_get.c+1
- source/s3_auto_ranged_put.c+144-82
- source/s3_checksum_stream.c+73-39
- source/s3_chunk_stream.c+3-12
- source/s3_client.c+107-26
- source/s3_copy_object.c+1
- source/s3_default_buffer_pool.c+14-4
- source/s3_default_meta_request.c+3-1
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+186-183
- source/s3_meta_request.c+55-4
- source/s3_parallel_input_stream.c+149-45
- source/s3_part_streaming_input_stream.c+369
- source/s3_request.c+76-46
- source/s3_request_messages.c+98-19
- source/s3_util.c+25
- tests/CMakeLists.txt+19-1
- tests/mock_s3_server/mock_s3_server.py+1-24
- tests/s3_cancel_tests.c+35-3
- tests/s3_data_plane_tests.c+181-19
- tests/s3_mock_server_tests.c+64-3
- tests/s3_parallel_read_stream_test.c+565-14
- tests/s3_request_messages_tests.c+2-1
- tests/s3_test_parallel_stream.c+16-5
- tests/s3_tester.c+51-31
- tests/s3_tester.h+5-2
Submodule aws-lc updated from 98500e8 to 5a9df21
Submodule s2n updated from a786223 to 30f40f2
0 commit comments