mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-02-06 12:40:02 +00:00
1b5957165a
Signed-off-by: Paul Elliott <paul.elliott@arm.com>
7 lines
327 B
Plaintext
7 lines
327 B
Plaintext
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.
|