mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-24 15:02:55 +00:00
changelog: improve descriptions
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
a888645bb8
commit
9e520f7ea9
@ -1,7 +1,10 @@
|
|||||||
Default behavior changes
|
Default behavior changes
|
||||||
* Importing of RSA keys in PEM format in PSA is officially unsupported
|
* psa_import_key() now only accepts RSA keys in the PSA standard formats.
|
||||||
(this was previously undocumented).
|
The undocumented ability to import other formats (PKCS#8, SubjectPublicKey,
|
||||||
|
PEM) accepted by the pkparse module has been removed. Applications that
|
||||||
|
need these format can call mbedtls_pk_parse_{public,}key() followed by
|
||||||
|
mbedtls_pk_import_into_psa().
|
||||||
|
|
||||||
Features
|
Changes
|
||||||
* It is possible to enable RSA support in PSA (MBEDTLS_PSA_CRYPTO_C +
|
* RSA support in PSA no longer auto-enables the pkparse and pkwrite modules,
|
||||||
RSA_C) without enabling PK module (MBEDTLS_[PK|PK_WRITE|PK_PARSE]_C).
|
saving code size when those are not otherwise enabled.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user