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

[nrf noup] crypto_adjust_config_dependencies: auto-enable ECB when using builtin CCM/GCM #40

Closed

Conversation

tomi-font
Copy link
Collaborator

The builtin implementation of GCM/CCM can dispatch to PSA block cipher accelerators through the block-cipher module if at least one of these block ciphers is accelerated. In that case we need PSA_WANT_ALG_ECB to be enabled.

Noup because the conditions provoking this are NCS-specific (due to noups in Mbed TLS influencing this behavior) and the fix hasn't yet been merged upstream and will likely end up being slightly different.

Upstream PR #: 9951

…ing builtin CCM/GCM

The builtin implementation of GCM/CCM can dispatch to PSA block cipher
accelerators through the block-cipher module if at least one of these
block ciphers is accelerated. In that case we need PSA_WANT_ALG_ECB
to be enabled.

Noup because the conditions provoking this are NCS-specific (due to
noups in Mbed TLS influencing this behavior) and the fix hasn't yet
been merged upstream and will likely end up being slightly different.

Upstream PR #: 9951

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
@tomi-font
Copy link
Collaborator Author

Superseded by #41.

@tomi-font tomi-font closed this Mar 17, 2025
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.

1 participant