mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 00:30:46 +00:00
5 lines
186 B
Plaintext
5 lines
186 B
Plaintext
|
Changes
|
||
|
* Use heap memory to allocate DER encoded RSA private key.
|
||
|
This reduces stack usage significantly for RSA signature
|
||
|
operations when MBEDTLS_PSA_CRYPTO_C is defined.
|