mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
ea98647282
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
Default behavior changes
|
|
* Importing of RSA keys in PEM format in PSA is officially unsupported
|
|
(this was previously undocumented).
|
|
|
|
Features
|
|
* It is possible to enable RSA support in PSA (MBEDTLS_PSA_CRYPTO_C +
|
|
RSA_C) without enabling PK module (MBEDTLS_[PK|PK_WRITE|PK_PARSE]_C).
|