File tree
10 files changed
+10
-10
lines changed- crt
10 files changed
+10
-10
lines changedSubmodule aws-c-auth updated 1 file
Submodule aws-c-common updated 42 files
- .github/workflows/ci.yml+10-25
- THIRD-PARTY-LICENSES.txt+2-2
- include/aws/common/byte_order.inl+2-4
- include/aws/common/uuid.h+3
- scripts/import_libcbor.py+20-1
- scripts/update_cjson.py+105
- source/external/cJSON.h+1-1
- source/external/libcbor/cbor.c+29-26
- source/external/libcbor/cbor/arrays.c+25-25
- source/external/libcbor/cbor/bytestrings.c+22-22
- source/external/libcbor/cbor/bytestrings.h+13-13
- source/external/libcbor/cbor/callbacks.c+43-43
- source/external/libcbor/cbor/callbacks.h+34-34
- source/external/libcbor/cbor/common.c+26-28
- source/external/libcbor/cbor/common.h+31-25
- source/external/libcbor/cbor/configuration.h+1-1
- source/external/libcbor/cbor/encoding.c+47-33
- source/external/libcbor/cbor/encoding.h+38-33
- source/external/libcbor/cbor/floats_ctrls.c+46-44
- source/external/libcbor/cbor/floats_ctrls.h+24-24
- source/external/libcbor/cbor/internal/builder_callbacks.c+80-80
- source/external/libcbor/cbor/internal/builder_callbacks.h+27-27
- source/external/libcbor/cbor/internal/encoders.c+24-23
- source/external/libcbor/cbor/internal/encoders.h+5-5
- source/external/libcbor/cbor/internal/loaders.c+11-5
- source/external/libcbor/cbor/internal/loaders.h+4-4
- source/external/libcbor/cbor/internal/stack.c+5-5
- source/external/libcbor/cbor/internal/stack.h+5-5
- source/external/libcbor/cbor/ints.c+49-46
- source/external/libcbor/cbor/ints.h+24-24
- source/external/libcbor/cbor/maps.c+18-18
- source/external/libcbor/cbor/maps.h+13-13
- source/external/libcbor/cbor/serialization.c+41-22
- source/external/libcbor/cbor/serialization.h+13-13
- source/external/libcbor/cbor/streaming.c+5-4
- source/external/libcbor/cbor/strings.c+29-27
- source/external/libcbor/cbor/strings.h+15-15
- source/external/libcbor/cbor/tags.c+13-13
- source/external/libcbor/cbor/tags.h+26-22
- source/uuid.c+20-4
- tests/CMakeLists.txt+3
- tests/uuid_test.c+62
Submodule aws-c-compression updated 1 file
- .builder/actions/tls_server_setup.py+43
- .github/workflows/ci.yml+17-18
- .github/workflows/proof-alarm.yml+1-1
- builder.json+4
- include/aws/io/event_loop.h+16-1
- include/aws/io/private/event_loop_impl.h+1-8
- include/aws/io/private/pki_utils.h+2-1
- include/aws/io/private/tls_channel_handler_private.h+22
- include/aws/io/tls_channel_handler.h+5
- source/bsd/kqueue_event_loop.c+3-10
- source/channel.c+6
- source/darwin/dispatch_queue_event_loop.c+1-14
- source/darwin/dispatch_queue_event_loop_private.h-1
- source/darwin/nw_socket.c+48-16
- source/event_loop.c+13-5
- source/linux/epoll_event_loop.c+1-10
- source/pem.c+36-55
- source/s2n/s2n_tls_channel_handler.c+15-2
- source/windows/iocp/iocp_event_loop.c+1-10
- source/windows/secure_channel_tls_handler.c+511-122
- source/windows/windows_pki_utils.c+115-39
- tests/CMakeLists.txt+11
- tests/channel_test.c+88-3
- tests/pem_test.c+12
- tests/resources/tls13_device.key+28
- tests/resources/tls13_device.pem.crt+24
- tests/resources/tls13_device_root_ca.key+28
- tests/resources/tls13_device_root_ca.pem.crt+24
- tests/resources/tls13_server.key+28
- tests/resources/tls13_server.pem.crt+24
- tests/resources/tls13_server_root_ca.key+28
- tests/resources/tls13_server_root_ca.pem.crt+24
- tests/tls_handler_test.c+170-1
- tests/tls_server/tls_server.py+23
- tests/vcc/new_destroy.c+1
Submodule aws-c-mqtt updated 8 files
- .github/workflows/ci.yml+6-7
- source/request-response/request_response_client.c+18-1
- source/v5/mqtt5_options_storage.c+14-3
- tests/CMakeLists.txt+4
- tests/request-response/request_response_client_tests.c+178-45
- tests/v5/mqtt5_client_tests.c+26-2
- tests/v5/mqtt5_operation_and_storage_tests.c+70
- tests/v5/mqtt5_testing_utils.c-2
Submodule aws-c-sdkutils updated 9 files
- .github/workflows/ci.yml+6-6
- include/aws/sdkutils/endpoints_rule_engine.h+6
- source/endpoints_rule_engine.c+3-3
- source/partitions.c+9-6
- tests/CMakeLists.txt+2
- tests/endpoints_rule_engine_tests.c+61
- tests/resources/malformed-rules/no_default_on_required.json+26
- tests/resources/sample_partitions.json+2-2
- tests/resources/sample_partitions_bad_regex.json+45
0 commit comments