-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
to fix aws-lc on raspberry pi
- Loading branch information
Showing
13 changed files
with
13 additions
and
13 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
34 files
Submodule aws-c-cal
updated
11 files
+10 −1 | .github/workflows/ci.yml | |
+7 −1 | README.md | |
+22 −0 | builder.json | |
+3 −0 | include/aws/cal/cal.h | |
+7 −4 | include/aws/cal/ecc.h | |
+3 −0 | include/aws/cal/hash.h | |
+3 −0 | include/aws/cal/hmac.h | |
+20 −8 | include/aws/cal/private/opensslcrypto_common.h | |
+4 −0 | include/aws/cal/symmetric_cipher.h | |
+112 −45 | source/unix/openssl_platform_init.c | |
+1 −1 | source/unix/opensslcrypto_hmac.c |
Submodule aws-c-common
updated
60 files
Submodule aws-c-compression
updated
3 files
+16 −5 | .github/workflows/ci.yml | |
+7 −0 | include/aws/compression/compression.h | |
+3 −0 | include/aws/compression/huffman.h |
Submodule aws-c-event-stream
updated
7 files
Submodule aws-c-http
updated
34 files
Submodule aws-c-io
updated
26 files
Submodule aws-c-mqtt
updated
15 files
Submodule aws-c-s3
updated
25 files
+1 −1 | .github/workflows/ci.yml | |
+1 −2 | CMakeLists.txt | |
+2 −0 | include/aws/s3/private/s3_meta_request_impl.h | |
+75 −0 | include/aws/s3/private/s3_request.h | |
+16 −0 | include/aws/s3/private/s3_util.h | |
+14 −0 | include/aws/s3/s3.h | |
+186 −0 | include/aws/s3/s3_client.h | |
+2 −1 | source/s3.c | |
+2 −0 | source/s3_auto_ranged_put.c | |
+10 −41 | source/s3_client.c | |
+61 −0 | source/s3_meta_request.c | |
+288 −0 | source/s3_request.c | |
+26 −3 | source/s3_request_messages.c | |
+60 −0 | source/s3_util.c | |
+4 −0 | tests/CMakeLists.txt | |
+1 −1 | tests/mock_s3_server/CreateMultipartUpload/default.json | |
+13 −0 | tests/mock_s3_server/UploadPart/throttle.json | |
+13 −1 | tests/mock_s3_server/mock_s3_server.py | |
+155 −0 | tests/s3_data_plane_tests.c | |
+121 −0 | tests/s3_mock_server_tests.c | |
+64 −0 | tests/s3_tester.c | |
+7 −0 | tests/s3_tester.h | |
+146 −0 | tests/s3_util_tests.c | |
+21 −20 | tests/test_helper/README.md | |
+10 −1 | tests/test_helper/test_helper.py |
Submodule aws-c-sdkutils
updated
6 files
Submodule aws-checksums
updated
3 files
+2 −2 | .github/workflows/ci.yml | |
+66 −1 | .gitignore | |
+5 −6 | include/aws/checksums/crc.h |
Submodule aws-lc
updated
from bf9cd8 to 987bd7
Submodule s2n
updated
from 0725d3 to 9b7b1f