-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of https://github.com/awslabs/aws-crt-cpp into ad…
…apter_test
- Loading branch information
Showing
11 changed files
with
11 additions
and
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.24.2 | ||
0.24.3 |
Submodule aws-c-auth
updated
10 files
Submodule aws-c-cal
updated
26 files
+10 −1 | .github/workflows/ci.yml | |
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+1 −9 | CMakeLists.txt | |
+1 −1 | bin/produce_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/run_x_platform_fuzz_corpus/CMakeLists.txt | |
+1 −1 | bin/sha256_profile/CMakeLists.txt | |
+5 −2 | builder.json | |
+12 −15 | cmake/aws-c-cal-config.cmake | |
+4 −0 | include/aws/cal/cal.h | |
+5 −0 | include/aws/cal/ecc.h | |
+19 −2 | include/aws/cal/private/der.h | |
+118 −0 | include/aws/cal/private/rsa.h | |
+165 −0 | include/aws/cal/rsa.h | |
+1 −1 | include/aws/cal/symmetric_cipher.h | |
+11 −4 | source/cal.c | |
+62 −9 | source/darwin/securityframework_ecc.c | |
+491 −0 | source/darwin/securityframework_rsa.c | |
+28 −7 | source/der.c | |
+282 −0 | source/rsa.c | |
+393 −0 | source/unix/openssl_rsa.c | |
+4 −4 | source/windows/bcrypt_ecc.c | |
+422 −0 | source/windows/bcrypt_rsa.c | |
+23 −0 | tests/CMakeLists.txt | |
+139 −3 | tests/der_test.c | |
+82 −0 | tests/ecc_test.c | |
+747 −0 | tests/rsa_test.c |
Submodule aws-c-common
updated
11 files
+5 −5 | .github/workflows/proof_ci.yaml | |
+11 −0 | include/aws/common/error.h | |
+2 −0 | include/aws/common/file.h | |
+3 −2 | include/aws/common/hash_table.h | |
+16 −7 | source/common.c | |
+12 −4 | source/error.c | |
+47 −36 | source/file.c | |
+2 −2 | source/log_writer.c | |
+2 −2 | source/logging.c | |
+2 −2 | source/posix/file.c | |
+2 −2 | source/windows/file.c |
Submodule aws-c-http
updated
5 files
+18 −0 | .github/workflows/handle-stale-discussions.yml | |
+1 −1 | bin/elasticurl/CMakeLists.txt | |
+0 −9 | bin/elasticurl/main.c | |
+8 −8 | tests/resources/unittests.crt | |
+ − | tests/resources/unittests.p12 |
Submodule aws-c-io
updated
31 files
Submodule aws-c-s3
updated
27 files
Submodule aws-lc
updated
from 1dd5cf to e42a4e
Submodule s2n
updated
from de9878 to 4654fe