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

Merge 1.4 to master #6527

Closed
wants to merge 41 commits into from
Closed

Merge 1.4 to master #6527

wants to merge 41 commits into from

Conversation

jpfr
Copy link
Member

@jpfr jpfr commented Jun 4, 2024

No description provided.

peschuster and others added 30 commits May 29, 2024 06:14
Fixed CMake imported targets OpenSSL::Crypto and OpenSSL::SSL being
written literally (without being expanded) to output files
open62541Targets.cmake and open62541.pc
…connection

UA_SECURECHANNELSTATE_CLOSING is set in UA_SecureChannel_shutdown
but this was never called due to the recursion check in closeSecureChannel.

Closes issue #5783
…n error

If the server sends an error, but does not initiate closing the conenction,
the client previously hung up in an infinite loop (see issue #5783).
jpfr and others added 11 commits June 17, 2024 14:52
So that UA_PUBSUB_RT_DETERMINISTIC implies the fixed message length and
also direct value access.
…tion

If an external datasource is configured in the target node.
If src/ua_types_encoding_json.c is compiled with "gcc -Wshadow",
a warning is output for an already defined var. This change fixes
this.

Signed-off-by: Florian La Roche <[email protected]>
In plugins/ua_config_json.c mdnsIpAddressList and mdnsIpAddressListSize
can only be set if UA_HAS_GETIFADDR is undefined.

Signed-off-by: Florian La Roche <[email protected]>
Some items use 2<<y instead of 1<<y==2^y.
I've kept the buffer size in ua_pki_mbedtls.c the same,
though this could also get reduced.

Signed-off-by: Florian La Roche <[email protected]>
…' in the rsapss security policy for the openssl implementation
@jpfr jpfr closed this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants