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

crypto: Move nrf_oberon base library out of BUILD_WITH_TFM filter #1520

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

frkv
Copy link
Contributor

@frkv frkv commented Oct 17, 2024

-This allows direct calls to nrf_oberon library regardless if
TF-M is set for the implementations that don't have a PSA crypto API
to call (for ocrypto_ prefixed calls)
Note: This addition is done to allow deprecating more legacy features by always allowing NRF_SECURITY being enabled by default. Previously the NORDIC_SECURITY_BACKEND and legacy Mbed TLS APIs was allowing for direct access to nrf_oberon and its proprietary APIs.

ref: NCSDK-29217

-This allows direct calls to nrf_oberon library regardless if
 TF-M is set for the implementations that don't have a PSA crypto API
 to call (for ocrypto_ prefixed calls)
Note: This addition is done to allow deprecating more legacy features
by always allowing NRF_SECURITY being enabled by default. Previously
the NORDIC_SECURITY_BACKEND and legacy Mbed TLS APIs was allowing
for direct access to nrf_oberon and its proprietary APIs.

ref: NCSDK-29217

Signed-off-by: Frank Audun Kvamtrø <[email protected]>
@rlubos rlubos merged commit bf32f98 into nrfconnect:main Oct 22, 2024
4 checks passed
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.

5 participants