forked from awslabs/mountpoint-s3
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update CRT submodules to latest releases
Submodule mountpoint-s3-crt-sys/crt/aws-c-auth 5bc67797..b513db4b: > A bunch of CMake fixes (awslabs#258) > Add Account Id to Credentials (awslabs#260) > Skip Transfer-Encoding from signing (awslabs#261) Submodule mountpoint-s3-crt-sys/crt/aws-c-cal fbbe2612..7299c6ab: > Fix Findcrypto.cmake (awslabs#205) > A bunch of CMake fixes (awslabs#203) > Switch CI to use roles (awslabs#202) Submodule mountpoint-s3-crt-sys/crt/aws-c-common 7a6f5df2..0e7637fa: > A bunch of CMake fixes (awslabs#1178) > Fix heap overflow on uri parsing (awslabs#1185) > (take 2) Detect when AVX is disabled via OSXSAVE (awslabs#1184) > Fixup IPv6 validation logic (awslabs#1180) > Detect when AVX is disabled via OSXSAVE (awslabs#1182) > proof_ci.yaml must use latest upload-artifact (awslabs#1183) > change PR template to ask for clearer wording (awslabs#1177) Submodule mountpoint-s3-crt-sys/crt/aws-c-compression c6c1191e..f951ab2b: > A bunch of CMake fixes (awslabs#72) > Switch CI to use roles (awslabs#71) > chore: Modified bug issue template to add checkbox to report potential regression. (awslabs#69) Submodule mountpoint-s3-crt-sys/crt/aws-c-http fc3eded2..590c7b59: > A bunch of CMake fixes (awslabs#497) > Fix CI for GCC-13 on Ubuntu-18 (awslabs#496) > Switch CI to use roles (awslabs#494) Submodule mountpoint-s3-crt-sys/crt/aws-c-io fcb38c80..3041dabf: > A bunch of CMake fixes (awslabs#701) > Event Loop & Socket Type Multi-Support (awslabs#692) > fix typo in log message (awslabs#702) > Fix CI for GCC-13 on Ubuntu-18 (awslabs#700) > Switch CI to use roles (awslabs#698) Submodule mountpoint-s3-crt-sys/crt/aws-c-s3 a3b401bf..6eb8be53: > A bunch of CMake fixes (awslabs#480) > S3Express CreateSession Allowlist Headers (awslabs#492) > Auto - Update S3 Ruleset & Partition (awslabs#491) Submodule mountpoint-s3-crt-sys/crt/aws-c-sdkutils 1ae8664f..ba6a28fa: > A bunch of CMake fixes (awslabs#50) Submodule mountpoint-s3-crt-sys/crt/aws-checksums 3e4101b9..fb8bd0b8: > A bunch of CMake fixes (awslabs#101) > Switch CI to use roles (awslabs#100) Submodule mountpoint-s3-crt-sys/crt/aws-lc ffd6fb71..138a6ad3: > Prepare AWS-LC v1.44.0 (#2153) > Fix issue with ML-DSA key parsing (#2152) > Add support for PKCS7_set/get_detached (#2134) > Prepare Docker image for CI integration jobs (#2126) > Delete OpenVPN mainline patch from our integration build (#2149) > SHA3/SHAKE Init Updates via FIPS202 API layer (#2101) > Support keypair calculation for PQDSA PKEY (#2145) > Optimize x86/aarch64 MD5 implementation (#2137) > Check for MIPSEB in target.h (#2143) > Ed25519ph and Ed25519ctx Support (#2120) > Support for ML-DSA public key generation from private key (#2142) > Avoid mixing SSE and AVX in XTS-mode AVX512 implementation (#2140) > Remove remaining support for Trusty and Fuchsia operating systems (#2136) > ACVP test harness for ML-DSA (#2127) > Minor symbols to work with Ruby's mainline (#2132) Signed-off-by: Alessandro Passaro <[email protected]>
- Loading branch information
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
16 files
+2 −2 | .github/workflows/codecov.yml | |
+8 −23 | CMakeLists.txt | |
+33 −1 | include/aws/auth/credentials.h | |
+1 −1 | include/aws/auth/signing_config.h | |
+1 −1 | source/aws_imds_client.c | |
+6 −0 | source/aws_signing.c | |
+44 −0 | source/credentials.c | |
+1 −1 | source/credentials_provider_cached.c | |
+2 −2 | source/credentials_provider_sso.c | |
+7 −2 | source/credentials_provider_static.c | |
+1 −1 | source/credentials_provider_sts.c | |
+3 −3 | source/credentials_utils.c | |
+1 −1 | source/token_provider_sso_session.c | |
+1 −0 | tests/CMakeLists.txt | |
+38 −12 | tests/credentials_tests.c | |
+27 −0 | tests/sigv4_signing_tests.c |
Submodule aws-c-cal
updated
5 files
Submodule aws-c-common
updated
17 files
+1 −1 | .github/PULL_REQUEST_TEMPLATE.md | |
+2 −2 | .github/workflows/codecov.yml | |
+1 −1 | .github/workflows/proof_ci.yaml | |
+1 −1 | AWSCRTAndroidTestRunner/app/src/main/cpp/CMakeLists.txt | |
+7 −10 | CMakeLists.txt | |
+0 −2 | bin/system_info/CMakeLists.txt | |
+6 −20 | cmake/AwsSharedLibSetup.cmake | |
+1 −1 | cmake/CPackConfig.cmake | |
+3 −0 | cmake/aws-c-common-config.cmake | |
+11 −0 | source/arch/intel/asm/cpuid.c | |
+71 −102 | source/arch/intel/cpuid.c | |
+5 −0 | source/arch/intel/msvc/cpuid.c | |
+29 −16 | source/host_utils.c | |
+3 −2 | source/uri.c | |
+1 −0 | tests/CMakeLists.txt | |
+23 −2 | tests/host_util_test.c | |
+12 −0 | tests/uri_test.c |
Submodule aws-c-compression
updated
6 files
Submodule aws-c-http
updated
4 files
+134 −51 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/elasticurl/CMakeLists.txt | |
+1 −1 | builder.json |
Submodule aws-c-io
updated
26 files
+172 −73 | .github/workflows/ci.yml | |
+3 −3 | .github/workflows/proof-alarm.yml | |
+33 −34 | CMakeLists.txt | |
+26 −0 | include/aws/io/event_loop.h | |
+25 −8 | include/aws/io/private/event_loop_impl.h | |
+72 −0 | include/aws/io/private/socket_impl.h | |
+31 −15 | include/aws/io/socket.h | |
+0 −1 | include/aws/testing/io_testing_channel.h | |
+3 −1 | source/bsd/kqueue_event_loop.c | |
+1 −1 | source/darwin/secure_transport_tls_channel_handler.c | |
+167 −9 | source/event_loop.c | |
+1 −1 | source/linux/epoll_event_loop.c | |
+75 −44 | source/posix/socket.c | |
+258 −0 | source/socket.c | |
+1 −0 | source/windows/host_resolver.c | |
+1 −1 | source/windows/iocp/iocp_event_loop.c | |
+108 −81 | source/windows/iocp/socket.c | |
+1 −0 | source/windows/winsock_init.c | |
+6 −0 | tests/CMakeLists.txt | |
+76 −3 | tests/event_loop_test.c | |
+1 −1 | tests/socket_handler_test.c | |
+48 −0 | tests/socket_test.c | |
+1 −1 | tests/tls_handler_test.c | |
+2 −2 | tests/vcc/Makefile | |
+3 −3 | tests/vcc/new_destroy.c | |
+1 −1 | tests/vcc/preamble.h |
Submodule aws-c-s3
updated
22 files
Submodule aws-checksums
updated
4 files
+173 −95 | .github/workflows/ci.yml | |
+8 −22 | CMakeLists.txt | |
+1 −3 | bin/benchmark/CMakeLists.txt | |
+0 −53 | cmake/AwsSharedLibSetup.cmake |
Submodule aws-lc
updated
from ffd6fb to 138a6a