Skip to content

Commit

Permalink
chore(deps): update deps/open62541 digest to 50ae40d (#830)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent a6183f5 commit 6fa331f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 36 files
+1 −1 CMakeLists.txt
+9 −19 include/open62541/client.h
+208 −264 plugins/crypto/mbedtls/ua_pki_mbedtls.c
+4 −0 plugins/crypto/mbedtls/ua_securitypolicy_basic128rsa15.c
+5 −0 plugins/crypto/mbedtls/ua_securitypolicy_basic256.c
+4 −0 plugins/crypto/openssl/ua_openssl_basic128rsa15.c
+5 −0 plugins/crypto/openssl/ua_openssl_basic256.c
+210 −179 plugins/crypto/openssl/ua_pki_openssl.c
+134 −99 plugins/ua_config_default.c
+8 −4 src/client/ua_client.c
+424 −405 src/client/ua_client_connect.c
+6 −1 src/client/ua_client_internal.h
+2 −0 src/pubsub/ua_pubsub.h
+8 −3 src/pubsub/ua_pubsub_connection.c
+0 −2 src/pubsub/ua_pubsub_dataset.c
+8 −3 src/pubsub/ua_pubsub_eventloop.c
+2 −0 src/pubsub/ua_pubsub_keystorage.c
+4 −10 src/pubsub/ua_pubsub_writer.c
+3 −4 src/server/ua_server_binary.c
+0 −3 src/server/ua_server_utils.c
+1 −4 src/server/ua_services_discovery.c
+6 −6 src/server/ua_services_nodemanagement.c
+34 −26 src/server/ua_services_session.c
+4 −4 src/server/ua_subscription_events_filter.c
+2 −3 src/server/ua_subscription_monitoreditem.c
+2 −1 src/ua_securechannel.c
+2 −2 src/ua_securechannel.h
+1 −1 src/ua_types.c
+49 −2 tests/encryption/check_encryption_basic128rsa15.c
+46 −0 tests/encryption/check_encryption_basic256.c
+1 −1 tests/encryption/check_save_rejected_cert.c
+1 −1 tests/encryption/check_username_connect_none.c
+24 −8 tests/pubsub/check_pubsub_sks_client.c
+26 −9 tests/pubsub/check_pubsub_sks_pull.c
+24 −10 tests/pubsub/check_pubsub_sks_push.c
+1 −1 tests/server/check_server_password.c

0 comments on commit 6fa331f

Please sign in to comment.