-
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.
- Loading branch information
1 parent
11eb2a4
commit 2d724fd
Showing
6 changed files
with
6 additions
and
6 deletions.
There are no files selected for viewing
Submodule aws-c-cal
updated
24 files
+82 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+23 −0 | .github/ISSUE_TEMPLATE/documentation.yml | |
+47 −0 | .github/ISSUE_TEMPLATE/feature-request.yml | |
+27 −1 | .github/workflows/ci.yml | |
+17 −0 | .github/workflows/closed-issue-message.yml | |
+46 −0 | .github/workflows/stale_issue.yml | |
+1 −1 | CMakeLists.txt | |
+2 −1 | bin/run_x_platform_fuzz_corpus/main.c | |
+8 −1 | builder.json | |
+1 −0 | format-check.sh | |
+2 −1 | include/aws/cal/cal.h | |
+59 −0 | include/aws/cal/private/symmetric_cipher_priv.h | |
+238 −0 | include/aws/cal/symmetric_cipher.h | |
+0 −0 | sanitizer-blacklist.txt | |
+7 −0 | source/cal.c | |
+458 −0 | source/darwin/common_cryptor_spi.h | |
+694 −0 | source/darwin/commoncrypto_aes.c | |
+256 −0 | source/symmetric_cipher.c | |
+709 −0 | source/unix/openssl_aes.c | |
+1,121 −0 | source/windows/bcrypt_aes.c | |
+7 −6 | source/windows/bcrypt_hash.c | |
+30 −0 | tests/CMakeLists.txt | |
+1,455 −0 | tests/aes256_test.c |
Submodule aws-c-common
updated
30 files
Submodule aws-c-mqtt
updated
21 files
Submodule aws-c-s3
updated
16 files
+82 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+5 −0 | .github/ISSUE_TEMPLATE/config.yml | |
+23 −0 | .github/ISSUE_TEMPLATE/documentation.yml | |
+47 −0 | .github/ISSUE_TEMPLATE/feature-request.yml | |
+1 −1 | .github/workflows/ci.yml | |
+17 −0 | .github/workflows/closed-issue-message.yml | |
+46 −0 | .github/workflows/stale_issue.yml | |
+8 −2 | include/aws/s3/private/s3_auto_ranged_get.h | |
+7 −1 | include/aws/s3/private/s3_client_impl.h | |
+13 −5 | include/aws/s3/s3_client.h | |
+2 −2 | source/s3_auto_ranged_get.c | |
+33 −15 | source/s3_client.c | |
+1 −1 | source/s3_util.c | |
+2 −0 | tests/CMakeLists.txt | |
+108 −0 | tests/s3_data_plane_tests.c | |
+1 −1 | tests/s3_tester.h |
Submodule aws-c-sdkutils
updated
7 files
Submodule aws-lc
updated
from 44a1c4 to bf9cd8