blob: e6d7b1255414f0b2d21f21dda1534a304451ddf0 [file] [log] [blame]
Sarvesh Bodakhe430a4f32023-07-27 14:51:25 +05301Changes
2 * Use heap memory to allocate DER encoded RSA private key.
3 This reduces stack usage significantly for RSA signature
4 operations when MBEDTLS_PSA_CRYPTO_C is defined.