From 1b5957165a18f27c00ffa837c297ee5195b8e66d Mon Sep 17 00:00:00 2001 From: Paul Elliott Date: Tue, 21 Mar 2023 16:38:31 +0000 Subject: [PATCH] Add Changelog for PSA to Mbed TLS error translation unification Signed-off-by: Paul Elliott --- ChangeLog.d/psa-mbedtls-error-translations.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ChangeLog.d/psa-mbedtls-error-translations.txt diff --git a/ChangeLog.d/psa-mbedtls-error-translations.txt b/ChangeLog.d/psa-mbedtls-error-translations.txt new file mode 100644 index 0000000000..366f03b63a --- /dev/null +++ b/ChangeLog.d/psa-mbedtls-error-translations.txt @@ -0,0 +1,6 @@ +New deprecations + * PSA to mbedtls error translation is now unified in psa_util.h, + deprecating mbedtls_md_error_from_psa. Each file that performs error + translation should define its own version of PSA_TO_MBEDTLS_ERR, + optionally providing file-specific error pairs. Please see psa_util.h for + more details.