blob: bcf5ba1f3d4b6bcec9447988dfb043853c6b37c7 [file] [log] [blame]
Minos Galanakis93145552025-09-09 18:54:52 +01001API changes
2 * The PSA and Mbed TLS error spaces are now unified. mbedtls_xxx()
3 functions can now return PSA_ERROR_xxx values.
4 There is no longer a distinction between "low-level" and "high-level"
5 Mbed TLS error codes.
6 This will not affect most applications since the error values are
7 between -32767 and -1 as before.
8
9Removals
10 * Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(),
11 since these concepts no longer exists. There is just mbedtls_strerror().