File tree
13 files changed
+63
-152
lines changed- codebuild
- crt
- scripts/build_dependencies
13 files changed
+63
-152
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
27 | 26 | | |
28 | 27 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
| 28 | + | |
| 29 | + | |
41 | 30 | | |
42 | 31 | | |
43 | 32 | | |
| |||
Submodule aws-c-auth updated 12 files
- include/aws/auth/credentials.h+27-2
- include/aws/auth/private/credentials_utils.h+10-3
- source/aws_signing.c+12-5
- source/credentials_provider_cognito.c+107-26
- source/credentials_provider_sso.c+12-3
- source/credentials_provider_sts.c+56-26
- source/credentials_provider_sts_web_identity.c+10-2
- source/credentials_utils.c+104-10
- tests/CMakeLists.txt+4
- tests/credentials_provider_cognito_tests.c+238-1
- tests/credentials_utils_tests.c+101-7
- tests/key_derivation_tests.c-3
- .github/workflows/ci.yml+42-8
- CMakeLists.txt+38-11
- README.md+1-1
- builder.json+35
- cmake/aws-c-cal-config.cmake+2-2
- cmake/modules/Findcrypto.cmake+2-2
- include/aws/cal/cal.h+1
- include/aws/cal/ed25519.h+88
- include/aws/cal/exports.h+5-5
- include/aws/cal/private/opensslcrypto_common.h+4
- include/aws/cal/rsa.h+9
- source/cal.c+1
- source/darwin/commoncrypto_aes.c+6-50
- source/darwin/commoncrypto_platform_init.c+19-2
- source/ed25519.c+147
- source/rsa.c+128
- source/shared/ed25519.c+388
- source/shared/ed25519_noop.c+51
- source/shared/lccrypto_common.c+75
- source/unix/openssl_platform_init.c+1-5
- source/unix/openssl_rsa.c+50-101
- source/windows/bcrypt_platform_init.c+25-2
- tests/CMakeLists.txt+11
- tests/ed25519_test.c+83
- tests/rsa_test.c+81
Submodule aws-c-common updated 20 files
- CMakeLists.txt+10-1
- cmake/AwsCheckHeaders.cmake+3
- cmake/AwsPrebuildDependency.cmake+12-8
- cmake/AwsTestHarness.cmake+12-2
- include/aws/common/encoding.h+2-2
- include/aws/common/environment.h+16
- include/aws/common/math.fallback.inl+6-14
- include/aws/common/math.gcc_arm64_asm.inl+1-1
- include/aws/common/math.h+8-22
- include/aws/common/math.inl+23-24
- include/aws/common/math.msvc_x64.inl
- source/encoding.c+27-26
- source/posix/clock.c+3-1
- source/posix/cross_process_lock.c-1
- source/posix/environment.c+20
- source/windows/environment.c+34
- tests/CMakeLists.txt+1
- tests/encoding_test.c+87-139
- tests/environment_test.c+40
- tests/fuzz/hex_encoding_transitive.c-1
Submodule aws-c-http updated 45 files
- .github/workflows/ci.yml+22-14
- CMakeLists.txt+1
- bin/h2benchmark/CMakeLists.txt+22
- bin/h2benchmark/README.md+10
- bin/h2benchmark/main.c+529
- include/aws/http/connection.h+40-11
- include/aws/http/connection_manager.h+8
- include/aws/http/exports.h+4-4
- include/aws/http/http2_stream_manager.h+11-1
- include/aws/http/private/h1_encoder.h+7-4
- include/aws/http/private/h1_stream.h+17-15
- include/aws/http/private/h2_connection.h+24-4
- include/aws/http/private/h2_frames.h+4-2
- include/aws/http/private/h2_stream.h+27-5
- include/aws/http/request_response.h+6-1
- integration-testing/http_client_test.py+1-1
- source/connection.c+48-16
- source/connection_manager.c+34-32
- source/h1_connection.c+18-18
- source/h1_decoder.c+32-14
- source/h1_encoder.c+140-15
- source/h1_stream.c+26-22
- source/h2_connection.c+148-81
- source/h2_frames.c+8-3
- source/h2_stream.c+98-107
- source/http2_stream_manager.c+1
- tests/CMakeLists.txt+112-101
- tests/fuzz/fuzz_h2_decoder_correct.c+4-2
- tests/h2_test_helper.c+5-2
- tests/py_localhost/non_tls_server.py-1
- tests/py_localhost/server.py+16-8
- tests/stream_test_helper.c+1
- tests/stream_test_helper.h+1
- tests/test_connection_manager.c+164-30
- tests/test_connection_monitor.c+17-19
- tests/test_h1_client.c+396-2
- tests/test_h1_decoder.c+88-46
- tests/test_h1_encoder.c+90-173
- tests/test_h2_client.c+538-86
- tests/test_h2_encoder.c+15-6
- tests/test_localhost_integ.c+1-9
- tests/test_proxy.c+20-22
- tests/test_random_access_set.c+6-6
- tests/test_stream_manager.c+2-2
- tests/test_tls.c+11-1
- .github/workflows/ci.yml+23-4
- .github/workflows/proof-alarm.yml+1-1
- CMakeLists.txt+10-2
- README.md+24-17
- include/aws/io/channel_bootstrap.h+13
- include/aws/io/event_loop.h+24-3
- include/aws/io/exports.h+4-4
- include/aws/io/future.h+220-161
- include/aws/io/host_resolver.h-4
- include/aws/io/io.h+21-1
- include/aws/io/pem.h+1-1
- include/aws/io/private/event_loop_impl.h+27
- include/aws/io/private/pki_utils.h+20-6
- include/aws/io/private/socket_impl.h+33-9
- include/aws/io/private/tls_channel_handler_shared.h+2
- include/aws/io/socket.h+85-15
- include/aws/io/tls_channel_handler.h+55-9
- include/aws/testing/io_testing_channel.h+7-2
- source/bsd/kqueue_event_loop.c+31-5
- source/channel.c+3-2
- source/channel_bootstrap.c+557-105
- source/darwin/darwin_pki_utils.c+568-9
- source/darwin/dispatch_queue_event_loop.c+766
- source/darwin/dispatch_queue_event_loop_private.h+88
- source/darwin/nw_socket.c+2.8k
- source/darwin/secure_transport_tls_channel_handler.c+101-55
- source/event_loop.c+97-59
- source/host_resolver.c+51-41
- source/io.c+46-1
- source/linux/epoll_event_loop.c+36-7
- source/pem.c+3-3
- source/posix/socket.c+119-34
- source/s2n/s2n_tls_channel_handler.c-5
- source/socket.c+31-19
- source/socket_channel_handler.c+67-9
- source/tls_channel_handler.c+115-29
- source/tls_channel_handler_shared.c+9
- source/windows/iocp/iocp_event_loop.c+43-7
- source/windows/iocp/socket.c+135-43
- tests/CMakeLists.txt+50-10
- tests/default_host_resolver_test.c+164
- tests/event_loop_test.c+29-5
- tests/io_lib_test.c+21
- tests/read_write_test_handler.c+16-7
- tests/socket_handler_test.c+159
- tests/socket_test.c+832-119
- tests/tls_handler_test.c+12-13
- tests/vcc/Makefile+3-3
- tests/vcc/cancel_task.c+1-1
- tests/vcc/client.c+2-1
- tests/vcc/new_destroy.c+7-1
- tests/vcc/preamble.h+14-1
- tests/vcc/schedule.c+4-2
Submodule aws-checksums updated 16 files
- .github/workflows/ci.yml+2-2
- bin/benchmark/main.c+19-1
- include/aws/checksums/checksums.h+30
- include/aws/checksums/exports.h+5-6
- include/aws/checksums/private/crc32_priv.h
- include/aws/checksums/private/crc_util.h+63
- source/arm/crc32c_arm.c+1-1
- source/checksums.c+34
- source/crc32.c+23-13
- source/crc64.c+10-3
- source/crc_sw.c+1-1
- source/intel/asm/crc32c_sse42_asm.c+3-15
- source/intel/intrin/crc32c_sse42_avx512.c+4-22
- tests/CMakeLists.txt+3
- tests/crc64_test.c+18
- tests/crc_test.c+36-1
Submodule aws-lc updated from becf578 to fc0148f
Submodule s2n updated from 21cefc1 to 1c5798b
0 commit comments