mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
changelog: document RSA parse/write improvements
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
This commit is contained in:
parent
6d597f1967
commit
ea98647282
7
ChangeLog.d/8647.txt
Normal file
7
ChangeLog.d/8647.txt
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
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).
|
||||
Loading…
Reference in a new issue