blob: bcf5ba1f3d4b6bcec9447988dfb043853c6b37c7 [file] [log] [blame]
Gilles Peskinec8c1a392025-01-24 15:42:17 +01001API changes
Gilles Peskine61621cb2025-01-30 12:13:36 +01002 * The PSA and Mbed TLS error spaces are now unified. mbedtls_xxx()
3 functions can now return PSA_ERROR_xxx values.
Gilles Peskinec8c1a392025-01-24 15:42:17 +01004 There is no longer a distinction between "low-level" and "high-level"
Gilles Peskine61621cb2025-01-30 12:13:36 +01005 Mbed TLS error codes.
6 This will not affect most applications since the error values are
7 between -32767 and -1 as before.
Gilles Peskine1ffdb182025-01-24 15:46:11 +01008
9Removals
10 * Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(),
11 since these concepts no longer exists. There is just mbedtls_strerror().