-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ssl): update submodule to support mbedtls 3.x
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule ssl
updated
9 files
+2 −4 | CMakeLists.txt | |
+32 −26 | example-client.c | |
+35 −28 | example-server.c | |
+21 −0 | example.crt | |
+91 −0 | example.h | |
+28 −0 | example.key | |
+77 −111 | mbedtls.c | |
+87 −91 | openssl.c | |
+19 −32 | ssl.h |