-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update deps/open62541 digest to 55990fd
- Loading branch information
1 parent
18b6191
commit 8db19be
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule open62541
updated
26 files
+12 −4 | CMakeLists.txt | |
+1 −3 | arch/eventloop_mqtt.c | |
+1 −1 | arch/eventloop_posix_eth.c | |
+25 −15 | arch/eventloop_posix_tcp.c | |
+14 −4 | arch/eventloop_posix_udp.c | |
+63 −55 | deps/base64.c | |
+1 −1 | examples/discovery/server_multicast.c | |
+1 −1 | include/open62541/client.h | |
+4 −4 | include/open62541/types.h | |
+3 −12 | plugins/crypto/mbedtls/ua_securitypolicy_aes128sha256rsaoaep.c | |
+3 −12 | plugins/crypto/mbedtls/ua_securitypolicy_aes256sha256rsapss.c | |
+4 −2 | plugins/include/open62541/server_config_default.h | |
+25 −25 | plugins/ua_config_default.c | |
+37 −30 | src/client/ua_client_connect.c | |
+12 −3 | src/client/ua_client_highlevel.c | |
+1 −1 | src/pubsub/ua_pubsub.h | |
+1 −1 | src/pubsub/ua_pubsub_readergroup.c | |
+10 −5 | src/server/ua_discovery_mdns.c | |
+2 −0 | src/server/ua_server.c | |
+5 −33 | src/server/ua_services_attribute.c | |
+41 −0 | src/ua_util.c | |
+5 −0 | src/ua_util_internal.h | |
+1 −1 | tests/check_types_builtin_json.c | |
+34 −0 | tests/client/check_client_async.c | |
+3 −13 | tools/cmake/FindMbedTLS.cmake | |
+0 −1 | tools/open62541.pc.in |