File tree
9 files changed
+9
-9
lines changed- .github/workflows
- crt
9 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
- .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 22 files
- THIRD-PARTY-LICENSES.txt+2-2
- include/aws/common/file.h+13
- scripts/import_libcbor.py+1
- 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/linux/file_direct_io.c+67-15
- tests/CMakeLists.txt+1
- tests/file_test.c+95
- .github/workflows/ci.yml+14
- .github/workflows/proof-alarm.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/darwin/dispatch_queue_event_loop.c+2
- source/event_loop.c+6
- source/linux/epoll_event_loop.c+34-19
- source/s2n/s2n_tls_channel_handler.c+2-5
- 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_client_impl.h+1
- include/aws/s3/private/s3_meta_request_impl.h+1
- include/aws/s3/private/s3_util.h+7-1
- include/aws/s3/s3_client.h+7-1
- source/s3_auto_ranged_get.c+1
- source/s3_auto_ranged_put.c+1
- source/s3_client.c+2-3
- source/s3_copy_object.c+1
- source/s3_default_meta_request.c+1
- source/s3_endpoint_resolver/aws_s3_endpoint_resolver_partition.c+186-183
- source/s3_meta_request.c+10-2
- source/s3_util.c+2
- tests/CMakeLists.txt-1
- tests/s3_data_plane_tests.c+1-6
- tests/s3_tester.c+1
Submodule aws-lc updated from 98500e8 to 2294510
Submodule s2n updated from a786223 to 792d366
0 commit comments