changelog: fix description

Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
Valerio Setti 2024-02-29 16:28:03 +01:00
parent 4ee6f81195
commit d32dd08934

View file

@ -1,5 +1,6 @@
New deprecations Removals
* mbedtls_pk_wrap_as_opaque() is deprecated. To mimic the same behavior * Temporary function mbedtls_pk_wrap_as_opaque() is removed. To mimic the
mbedtls_pk_get_psa_attributes() and mbedtls_pk_import_into_psa() can be same behavior mbedtls_pk_get_psa_attributes() and
used to import a PK key into PSA, while mbedtls_pk_setup_opaque() can mbedtls_pk_import_into_psa() can be used to import a PK key into PSA,
be used to wrap a PSA key into a opaque PK context. while mbedtls_pk_setup_opaque() can be used to wrap a PSA key into a opaque
PK context.