We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With MBEDTLS_PSA_CRYPTO_CONFIG enabled, if you request CMAC but no unauthenticated cipher, the build fails.
Mbed TLS version (number or commit id): 3.6.0 LTS Configuration (if not default, please attach mbedtls_config.h): description provided here
mbedtls_config.h
CIPHER_C is enabled
CIPHER_C
Build fails due to check_config.h failures. See description here
check_config.h
The text was updated successfully, but these errors were encountered:
valeriosetti
Successfully merging a pull request may close this issue.
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 hereExpected behavior
CIPHER_C
is enabledActual behavior & Steps to reproduce
Build fails due to
check_config.h
failures. See description hereThe text was updated successfully, but these errors were encountered: