open62541: allow overriding encryption providers and disable warnings as errors#687
Closed
JohannesKauffmann wants to merge 2 commits intoopenembedded:masterfrom
Closed
open62541: allow overriding encryption providers and disable warnings as errors#687JohannesKauffmann wants to merge 2 commits intoopenembedded:masterfrom
JohannesKauffmann wants to merge 2 commits intoopenembedded:masterfrom
Conversation
Without "encryption" PACKAGECONFIG, the option UA_ENABLE_ENCRYPTION=OFF
is passed, which disables encryption support altogether and makes it
impossible to override the encryption provider. Since no encryption
support is already the default, we don't have to specify anthing to
disable encryption.
Additionally, explicitly specify MbedTLS as the encryption provider;
this is the preferred way to enable any one of the three supported
providers (LibreSSL, OpenSSL or MbedTLS). The current method prints a
deprecation warning:
CMake Deprecation Warning at CMakeLists.txt:200 (message):
Set UA_ENABLE_ENCRYPTION to the desired encryption library.
Signed-off-by: Johannes Kauffmann <[email protected]>
When using OpenSSL as the encryption provider, the package does not build without deprecation warnings, thus breaking the build. Disable warnings as errors to unbreak the build. Signed-off-by: Johannes Kauffmann <[email protected]>
Contributor
|
applied with bd7cd3b |
pberginkonsult
pushed a commit
to pberginkonsult/meta-openembedded
that referenced
this pull request
May 22, 2023
Changelog: ========== Correct timeout in call to poll.poll (openembedded#687) Revert "Revert "Fix error with select when python process exceeds 1024 open file descriptors"" (openembedded#686) Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
kraj
pushed a commit
to YoeDistro/meta-openembedded
that referenced
this pull request
Apr 2, 2026
Changelog: ============ - Git PR openembedded#673: Fix warning for non clang builds on linux - Git Issue openembedded#675: std::chrono conversion does not compile with libc++ - Git PR openembedded#679: Fix double colon in url generator - Git PR openembedded#680: Added missing space after "found" in maximum_validator - Git PR openembedded#685: optimize semantic_tag::noesc write_string - Git PR openembedded#687: jmespath: allow rhs_expression in a keyvalue - expression - Git PR openembedded#688,openembedded#689: jmespath: where possible without losing information, - store the result of ceil and floor as basic_json integer values - rather than double values. - Added toon-format extension Signed-off-by: Wang Mingyu <[email protected]> Signed-off-by: Khem Raj <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.