Gilles Peskine | c8c1a39 | 2025-01-24 15:42:17 +0100 | [diff] [blame] | 1 | API changes |
| 2 | * The PSA and Mbed TLS error space are now unified. This means that |
| 3 | mbedtls_xxx() functions can 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 in both cases, the |
| 7 | error values are between -32767 and -1 as before. |
Gilles Peskine | 1ffdb18 | 2025-01-24 15:46:11 +0100 | [diff] [blame^] | 8 | |
| 9 | Removals |
| 10 | * Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(), |
| 11 | since these concepts no longer exists. There is just mbedtls_strerror(). |