commit | 67a31a27b76070419a97d25ef4fd0c37f5e673ad | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Mon Nov 11 15:21:12 2024 +0000 |
committer | Ryan Everett <ryan.everett@arm.com> | Thu Dec 12 10:13:41 2024 +0000 |
tree | 1514a7a375cc7b197b5dcc639c1f8495d5b93054 | |
parent | c75c40329aa60889ff187844b549c527a957ed27 [diff] |
fix(psa): increase psa-mbedtls heap size for rsa The value assigned for the mbedtls heap size for large rsa keys was too small when PSA_CRYPTO is set to 1, leading to run-time failures if one was to attempt to use a large RSA key with PSA_CRYPTO=1. Change-Id: Id9b2648ae911879f483f1b88301f28694af0721d Signed-off-by: Ryan Everett <ryan.everett@arm.com>