-
Notifications
You must be signed in to change notification settings - Fork 2
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
Showing
10 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
Submodule aws-c-auth
updated
212 files
Submodule aws-c-cal
updated
24 files
+36 −6 | .github/workflows/ci.yml | |
+3 −0 | .github/workflows/stale_issue.yml | |
+10 −3 | CMakeLists.txt | |
+1 −9 | bin/produce_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −9 | bin/run_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −9 | bin/sha256_profile/CMakeLists.txt | |
+16 −2 | builder.json | |
+1 −1 | cmake/modules/Findcrypto.cmake | |
+22 −0 | include/aws/cal/private/opensslcrypto_common.h | |
+9 −0 | include/aws/cal/private/symmetric_cipher_priv.h | |
+12 −1 | include/aws/cal/symmetric_cipher.h | |
+60 −31 | source/darwin/commoncrypto_aes.c | |
+1 −0 | source/darwin/securityframework_ecc.c | |
+2 −2 | source/der.c | |
+1 −1 | source/hash.c | |
+5 −0 | source/rsa.c | |
+20 −8 | source/symmetric_cipher.c | |
+30 −17 | source/unix/openssl_aes.c | |
+36 −7 | source/unix/openssl_platform_init.c | |
+59 −2 | source/unix/openssl_rsa.c | |
+1 −0 | source/unix/opensslcrypto_ecc.c | |
+22 −19 | source/windows/bcrypt_aes.c | |
+1 −0 | tests/CMakeLists.txt | |
+88 −0 | tests/aes256_test.c |
Submodule aws-c-common
updated
96 files
Submodule aws-c-compression
updated
9 files
Submodule aws-c-http
updated
38 files
Submodule aws-c-io
updated
48 files
Submodule aws-c-sdkutils
updated
21 files
Submodule aws-checksums
updated
3 files
+1 −1 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+0 −1 | CMakeLists.txt |
Submodule aws-lc
updated
from e42a4e to 4e54dd
Submodule s2n
updated
from 4654fe to 114cca