-
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.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Submodule aws-c-cal
updated
5 files
+26 −1 | source/darwin/securityframework_rsa.c | |
+6 −3 | source/unix/openssl_rsa.c | |
+7 −0 | source/windows/bcrypt_rsa.c | |
+1 −0 | tests/CMakeLists.txt | |
+56 −0 | tests/rsa_test.c |
Submodule aws-c-io
updated
6 files
+5 −0 | .gitattributes | |
+1 −1 | source/darwin/darwin_pki_utils.c | |
+3 −4 | source/pem.c | |
+1 −0 | tests/CMakeLists.txt | |
+78 −0 | tests/pem_test.c | |
+23 −0 | tests/resources/testparse_crlf.crt |
Submodule aws-c-mqtt
updated
2 files
+14 −0 | include/aws/mqtt/v5/mqtt5_client.h | |
+18 −0 | source/v5/mqtt5_utils.c |