Skip to content

Commit

Permalink
Changelog entry for error code space unification
Browse files Browse the repository at this point in the history
Signed-off-by: Gilles Peskine <[email protected]>
  • Loading branch information
gilles-peskine-arm committed Jan 24, 2025
1 parent f916903 commit 6d1c757
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ChangeLog.d/error-unification.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
API changes
* The PSA and Mbed TLS error space are now unified. This means that
psa_xxx() functions can now potentially return MBEDTLS_ERR_xxx
values and mbedtls_xxx() functions can return PSA_ERROR_xxx values.
This will not affect most applications since in both cases, the
error values are between -32767 and -1 as before.

0 comments on commit 6d1c757

Please sign in to comment.