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

CIPHER_C not enabled when PSA CMAC is required as builtin, but no other unauthenticated cipher is #9209

Closed
valeriosetti opened this issue May 31, 2024 · 0 comments · Fixed by #9178
Assignees
Labels
bug size-xs Estimated task size: extra small (a few hours at most)

Comments

@valeriosetti
Copy link
Contributor

Summary

With MBEDTLS_PSA_CRYPTO_CONFIG enabled, if you request CMAC but no unauthenticated cipher, the build fails.

System information

Mbed TLS version (number or commit id): 3.6.0 LTS
Configuration (if not default, please attach mbedtls_config.h): description provided here

Expected behavior

CIPHER_C is enabled

Actual behavior & Steps to reproduce

Build fails due to check_config.h failures. See description here

@valeriosetti valeriosetti self-assigned this May 31, 2024
@valeriosetti valeriosetti added bug size-xs Estimated task size: extra small (a few hours at most) labels May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug size-xs Estimated task size: extra small (a few hours at most)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant