mirror of
https://github.com/cuberite/polarssl.git
synced 2025-09-23 04:26:46 -04:00
Changelog entry for error code space unification
Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
parent
a7e14dc9eb
commit
c8c1a393e0
7
ChangeLog.d/error-unification.txt
Normal file
7
ChangeLog.d/error-unification.txt
Normal file
@ -0,0 +1,7 @@
|
||||
API changes
|
||||
* The PSA and Mbed TLS error space are now unified. This means that
|
||||
mbedtls_xxx() functions can return PSA_ERROR_xxx values.
|
||||
There is no longer a distinction between "low-level" and "high-level"
|
||||
Mbed TLS error codes..
|
||||
This will not affect most applications since in both cases, the
|
||||
error values are between -32767 and -1 as before.
|
Loading…
x
Reference in New Issue
Block a user