commit | ef483255db50184e8f1201d5cf4de23e6fcf75f5 | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Aug 23 18:08:45 2023 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Wed Aug 23 18:08:45 2023 +0200 |
tree | 40662ab6e20020ead43577eeb7a42bfa28bfb0a4 | |
parent | 41d689f389a51e078e4de0fba20391d9de5d83e6 [diff] |
Announce that #7420 is fixed This is part of a bigger issue https://github.com/Mbed-TLS/mbedtls/issues/7609 which is still pending since there are still configurations that are not handled correctly. However https://github.com/Mbed-TLS/mbedtls/issues/7420 itself was fixed by https://github.com/Mbed-TLS/mbedtls/pull/7611. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
diff --git a/ChangeLog.d/config_psa-include-order.txt b/ChangeLog.d/config_psa-include-order.txt new file mode 100644 index 0000000..674c286 --- /dev/null +++ b/ChangeLog.d/config_psa-include-order.txt
@@ -0,0 +1,4 @@ +Bugfix + * Fix a build error in some configurations with MBEDTLS_PSA_CRYPTO_CONFIG + enabled, where some low-level modules required by requested PSA crypto + features were not getting automatically enabled. Fixes #7420.