Skip to content

Commit c8c1a39

Browse files
Changelog entry for error code space unification
Signed-off-by: Gilles Peskine <[email protected]>
1 parent a7e14dc commit c8c1a39

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ChangeLog.d/error-unification.txt

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
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.

0 commit comments

Comments
 (0)