File tree
9 files changed
+9
-8
lines changed- crt
9 files changed
+9
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| 47 | + | |
47 | 48 | | |
48 | 49 | | |
49 | 50 | | |
| |||
- .github/workflows/ci.yml+10-10
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/stale_issue.yml+1-1
- CMakeLists.txt+24-2
- include/aws/cal/private/opensslcrypto_common.h+2
- source/darwin/commoncrypto_platform_init.c+8-2
- source/shared/ed25519.c+11-1
- source/shared/lccrypto_common.c+41
- source/unix/openssl_platform_init.c+1-42
- source/windows/bcrypt_platform_init.c+8-24
- tests/CMakeLists.txt+4
- tests/ed25519_test.c-1
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
- .github/workflows/ci.yml+14
- .github/workflows/handle-stale-discussions.yml+2-2
- .github/workflows/proof-alarm.yml+1-1
- .github/workflows/stale_issue.yml+1-1
- include/aws/io/event_loop.h+13
- include/aws/io/private/pki_utils.h+9
- source/bsd/kqueue_event_loop.c+36-21
- source/channel_bootstrap.c+10-6
- source/darwin/dispatch_queue_event_loop.c+5-1
- source/darwin/dispatch_queue_event_loop_private.h+2
- source/darwin/nw_socket.c+10-6
- source/darwin/secure_transport_tls_channel_handler.c+12
- source/event_loop.c+8-1
- source/host_resolver.c+2-1
- source/linux/epoll_event_loop.c+34-19
- source/s2n/s2n_tls_channel_handler.c+4-6
- source/stream.c+4-2
- source/windows/iocp/iocp_event_loop.c+43-23
- tests/CMakeLists.txt+1
- tests/event_loop_test.c+280
- tests/socket_test.c+8-8
- 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+77-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+3
- 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 04875db to 2294510
Submodule s2n updated from 418313c to 792d366
0 commit comments