-
Notifications
You must be signed in to change notification settings - Fork 110
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
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule aws-crt-cpp
updated
11 files
+1 −1 | VERSION | |
+1 −1 | crt/aws-c-cal | |
+1 −0 | include/aws/crt/Types.h | |
+14 −0 | include/aws/crt/crypto/SymmetricCipher.h | |
+7 −0 | source/Types.cpp | |
+11 −4 | source/crypto/SymmetricCipher.cpp | |
+1 −1 | source/mqtt/Mqtt5Packets.cpp | |
+1 −0 | tests/CMakeLists.txt | |
+28 −0 | tests/Mqtt5ClientTest.cpp | |
+27 −0 | tests/SymmetricCipherTest.cpp | |
+18 −0 | tests/TypesTest.cpp |