changelog: enhance description

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-02-29 11:37:10 +01:00
parent ab7ddbc812
commit 4f1650d4af

View File

@ -1,3 +1,5 @@
Features
* The new function mbedtls_pk_copy_from_psa() provides a way to setup
a PK context starting from a PSA key.
a PK context starting from a PSA key. In contrast to
mbedtls_pk_setup_opaque() the resulting PK context is a normal context
that's independent from the original PSA key.