blob: 1f8e8af1dfc1d4af2110ead5a72ced69cc4795ef [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
Minos Galanakis4b0923f2025-09-25 15:38:14 +010010 * Remove mbedtls_low_level_strerr() and mbedtls_high_level_strerr(),
Minos Galanakis93145552025-09-09 18:54:52 +010011 since these concepts no longer exists. There is just mbedtls_strerror().
Minos Galanakis4b0923f2025-09-25 15:38:14 +010012