Add Changelog for PSA to Mbed TLS error translation unification
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
This commit is contained in:
parent
c4d759b697
commit
1b5957165a
1 changed files with 6 additions and 0 deletions
6
ChangeLog.d/psa-mbedtls-error-translations.txt
Normal file
6
ChangeLog.d/psa-mbedtls-error-translations.txt
Normal file
|
@ -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.
|
Loading…
Add table
Add a link
Reference in a new issue