mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2024-12-29 18:18:24 +00:00
changelog: fix typo
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
684d78fcfa
commit
fc590dd361
@ -2,7 +2,7 @@ Default behavior changes
|
|||||||
* psa_import_key() now only accepts RSA keys in the PSA standard formats.
|
* psa_import_key() now only accepts RSA keys in the PSA standard formats.
|
||||||
The undocumented ability to import other formats (PKCS#8, SubjectPublicKey,
|
The undocumented ability to import other formats (PKCS#8, SubjectPublicKey,
|
||||||
PEM) accepted by the pkparse module has been removed. Applications that
|
PEM) accepted by the pkparse module has been removed. Applications that
|
||||||
need these format can call mbedtls_pk_parse_{public,}key() followed by
|
need these formats can call mbedtls_pk_parse_{public,}key() followed by
|
||||||
mbedtls_pk_import_into_psa().
|
mbedtls_pk_import_into_psa().
|
||||||
|
|
||||||
Changes
|
Changes
|
||||||
|
Loading…
Reference in New Issue
Block a user