mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-04 08:55:09 +00:00
4ee6f81195
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
6 lines
301 B
Plaintext
6 lines
301 B
Plaintext
New deprecations
|
|
* mbedtls_pk_wrap_as_opaque() is deprecated. To mimic the same behavior
|
|
mbedtls_pk_get_psa_attributes() and mbedtls_pk_import_into_psa() can be
|
|
used to import a PK key into PSA, while mbedtls_pk_setup_opaque() can
|
|
be used to wrap a PSA key into a opaque PK context.
|