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

modules: mbedtls: Provide CONFIG_MBEDTLS_ASN1_PARSE_C #84390

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

de-nordic
Copy link
Collaborator

@de-nordic de-nordic commented Jan 22, 2025

The commit exports control of MBEDTLS_ASN1_PARSE_C, in mbedTLS module, via Kconfig.
This allows applications to use ASN1 parser independently from other functions.

This change is part of rework done in MCUboot that uses these functions and when compiled with Zephyr is supposed to use them from Zephyr provided mbedTLS.

valeriosetti
valeriosetti previously approved these changes Jan 23, 2025
tomi-font
tomi-font previously approved these changes Jan 23, 2025
modules/mbedtls/Kconfig.tls-generic Outdated Show resolved Hide resolved
The commit exports control of MBEDTLS_ASN1_PARSE_C, in mbedTLS
module, via Kconfig.
This allows applications to use ASN1 parser independently from
other functions.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
@kartben kartben merged commit e8589d2 into zephyrproject-rtos:main Jan 24, 2025
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants