-
Notifications
You must be signed in to change notification settings - Fork 39
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' into RequestResponseWorkspace
- Loading branch information
Showing
20 changed files
with
197 additions
and
78 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
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-cal
updated
9 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −0 | include/aws/cal/rsa.h | |
+3 −0 | source/darwin/securityframework_rsa.c | |
+2 −1 | source/rsa.c | |
+9 −0 | source/unix/openssl_rsa.c | |
+9 −2 | source/windows/bcrypt_rsa.c | |
+3 −0 | tests/CMakeLists.txt | |
+119 −1 | tests/rsa_test.c |
Submodule aws-c-common
updated
17 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+144 −58 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clang-tidy.yml | |
+12 −6 | .github/workflows/codecov.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+4 −4 | .github/workflows/proof_ci_resources/config.yaml | |
+5 −1 | cmake/AwsCFlags.cmake | |
+79 −6 | cmake/AwsPrebuildDependency.cmake | |
+2 −2 | include/aws/common/cbor.h | |
+1 −0 | include/aws/common/private/xml_parser_impl.h | |
+1 −7 | include/aws/common/ref_count.h | |
+34 −0 | include/aws/common/shutdown_types.h | |
+23 −17 | source/common.c | |
+10 −0 | source/xml_parser.c | |
+1 −0 | tests/CMakeLists.txt | |
+55 −15 | tests/hash_table_test.c | |
+36 −0 | tests/xml_parser_test.c |
Submodule aws-c-http
updated
5 files
Submodule aws-c-io
updated
35 files
Submodule aws-c-s3
updated
34 files
Submodule aws-c-sdkutils
updated
3 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+1 −1 | include/aws/sdkutils/private/endpoints_util.h |
Submodule aws-checksums
updated
9 files
+8 −0 | .github/ISSUE_TEMPLATE/bug-report.yml | |
+25 −0 | .github/workflows/ci.yml | |
+32 −0 | .github/workflows/issue-regression-labeler.yml | |
+11 −1 | builder.json | |
+41 −0 | include/aws/checksums/private/crc_util.h | |
+576 −12 | source/crc64_sw.c | |
+8 −7 | source/crc_sw.c | |
+4 −1 | tests/crc64_test.c | |
+3 −2 | tests/crc_test.c |
Submodule s2n
updated
from ffe0bf to 493b77
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
Oops, something went wrong.