Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update deps/open62541 digest to 50ae40d #830

Merged
merged 1 commit into from
Oct 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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