-
Notifications
You must be signed in to change notification settings - Fork 27
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
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule aws-c-cal
updated
26 files
+33 −6 | .github/workflows/ci.yml | |
+4 −6 | .github/workflows/clang-format.yml | |
+5 −1 | CMakeLists.txt | |
+22 −1 | builder.json | |
+47 −0 | format-check.py | |
+0 −25 | format-check.sh | |
+2 −2 | include/aws/cal/private/symmetric_cipher_priv.h | |
+32 −26 | include/aws/cal/symmetric_cipher.h | |
+1 −1 | source/cal.c | |
+16 −15 | source/darwin/commoncrypto_aes.c | |
+8 −10 | source/ecc.c | |
+4 −4 | source/rsa.c | |
+10 −8 | source/symmetric_cipher.c | |
+38 −34 | source/unix/openssl_aes.c | |
+47 −0 | source/unix/openssl_platform_init.c | |
+150 −124 | source/windows/bcrypt_aes.c | |
+3 −0 | tests/CMakeLists.txt | |
+235 −13 | tests/aes256_test.c | |
+46 −0 | tests/der_test.c | |
+20 −13 | tests/ecc_test.c | |
+5 −5 | tests/md5_test.c | |
+16 −14 | tests/rsa_test.c | |
+8 −8 | tests/sha1_test.c | |
+5 −5 | tests/sha256_hmac_test.c | |
+8 −8 | tests/sha256_test.c | |
+35 −2 | tests/test_case_helper.h |
Submodule aws-c-common
updated
70 files