-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Existing submodule sync * Add aws-c-sdkutils * Rust related updates for sdkutils
- Loading branch information
1 parent
aecdb91
commit 95b71d8
Showing
15 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule aws-c-auth
updated
30 files
Submodule aws-c-cal
updated
20 files
+41 −77 | .github/workflows/ci.yml | |
+9 −14 | CMakeLists.txt | |
+5 −0 | bin/sha256_profile/main.c | |
+8 −4 | builder.json | |
+1 −1 | cmake/aws-c-cal-config.cmake | |
+0 −109 | cmake/modules/FindLibCrypto.cmake | |
+118 −0 | cmake/modules/Findcrypto.cmake | |
+1 −1 | source/darwin/commoncrypto_hmac.c | |
+1 −1 | source/darwin/commoncrypto_md5.c | |
+2 −2 | source/darwin/commoncrypto_sha1.c | |
+2 −2 | source/darwin/commoncrypto_sha256.c | |
+1 −1 | source/unix/opensslcrypto_hash.c | |
+1 −1 | source/unix/opensslcrypto_hmac.c | |
+1 −1 | source/windows/bcrypt_hash.c | |
+1 −1 | source/windows/bcrypt_hmac.c | |
+4 −0 | tests/CMakeLists.txt | |
+29 −1 | tests/md5_test.c | |
+29 −1 | tests/sha1_test.c | |
+35 −0 | tests/sha256_hmac_test.c | |
+29 −0 | tests/sha256_test.c |
Submodule aws-c-common
updated
64 files
Submodule aws-c-compression
updated
6 files
Submodule aws-c-http
updated
66 files
Submodule aws-c-io
updated
75 files
Submodule aws-c-sdkutils
added at
e3c23f
Submodule aws-checksums
updated
4 files
+80 −45 | .github/workflows/ci.yml | |
+0 −26 | .github/workflows/clang-tsan.yml | |
+34 −32 | CMakeLists.txt | |
+0 −92 | build-deps.sh |
Submodule aws-lc
updated
from 8b7d44 to b40498
Submodule s2n
updated
from b5b313 to 65455a