commit | 7e2ce994001b62827788af4acf7a36e7756979d8 | [log] [tgz] |
---|---|---|
author | Valerio Setti <valerio.setti@nordicsemi.no> | Fri May 31 05:52:59 2024 +0200 |
committer | Valerio Setti <valerio.setti@nordicsemi.no> | Fri May 31 14:52:54 2024 +0200 |
tree | 80af6eff5c7d5465a4e9f32afb2aa9b58a0b9029 | |
parent | a37ea269a9d89fe9e9f9b3528e5d5c9b0012b1c0 [diff] |
changelog: add changelog for PSA CMAC fix Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
diff --git a/ChangeLog.d/fix-psa-cmac.txt b/ChangeLog.d/fix-psa-cmac.txt new file mode 100644 index 0000000..e3c8aec --- /dev/null +++ b/ChangeLog.d/fix-psa-cmac.txt
@@ -0,0 +1,4 @@ +Bugfix + * Fix the build when MBEDTLS_PSA_CRYPTO_CONFIG is enabled and the built-in + CMAC is enabled, but no built-in unauthenticated cipher is enabled. + Fixes #9209.