Skip to content

Commit

Permalink
chore(deps): update deps/open62541 digest to b507faa
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 27, 2023
1 parent c701744 commit 45cbaf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/open62541
Submodule open62541 updated 36 files
+3 −1 CMakeLists.txt
+4 −0 arch/eventloop_posix_eth.c
+2 −6 examples/pubsub/tutorial_pubsub_mqtt_subscribe.c
+10 −10 examples/pubsub_realtime/Readme_PubSub.txt
+1 −46 examples/pubsub_realtime/nodeset/pubsub_nodeset_rt_subscriber.c
+0 −42 examples/pubsub_realtime/pubsub_TSN_loopback.c
+0 −20 examples/pubsub_realtime/pubsub_TSN_loopback_single_thread.c
+0 −42 examples/pubsub_realtime/pubsub_TSN_publisher.c
+0 −22 examples/pubsub_realtime/pubsub_TSN_publisher_multiple_thread.c
+1 −5 include/open62541/server_pubsub.h
+3 −2 plugins/crypto/mbedtls/securitypolicy_mbedtls_common.c
+1 −1 plugins/crypto/mbedtls/securitypolicy_mbedtls_common.h
+1 −1 plugins/crypto/mbedtls/ua_securitypolicy_aes128sha256rsaoaep.c
+946 −0 plugins/crypto/mbedtls/ua_securitypolicy_aes256sha256rsapss.c
+1 −1 plugins/crypto/mbedtls/ua_securitypolicy_basic256.c
+2 −2 plugins/crypto/mbedtls/ua_securitypolicy_basic256sha256.c
+132 −45 plugins/crypto/openssl/securitypolicy_openssl_common.c
+21 −0 plugins/crypto/openssl/securitypolicy_openssl_common.h
+692 −0 plugins/crypto/openssl/ua_openssl_aes256sha256rsapss.c
+3 −0 plugins/crypto/openssl/ua_pki_openssl.c
+6 −0 plugins/include/open62541/plugin/securitypolicy_default.h
+15 −0 plugins/include/open62541/server_config_default.h
+23 −6 plugins/ua_accesscontrol_default.c
+93 −11 plugins/ua_config_default.c
+19 −12 src/client/ua_client_connect.c
+0 −20 src/pubsub/ua_pubsub_readergroup.c
+25 −10 src/pubsub/ua_pubsub_writergroup.c
+2 −0 src/server/ua_server_config.c
+14 −0 src/server/ua_services_discovery.c
+14 −20 src/server/ua_services_session.c
+4 −0 tests/CMakeLists.txt
+1 −1 tests/client/check_client_async_connect.c
+287 −0 tests/encryption/check_encryption_aes256sha256rsapss.c
+1 −0 tests/fuzz/CMakeLists.txt
+1 −1 tests/pubsub/check_pubsub_get_state.c
+2 −3 tests/pubsub/check_pubsub_mqtt.c

0 comments on commit 45cbaf1

Please sign in to comment.