commit | 9c24a2e893a1bdf5ca89c73c516e389560cc205b | [log] [tgz] |
---|---|---|
author | Ryan Everett <ryan.everett@arm.com> | Tue Nov 05 10:48:35 2024 +0000 |
committer | Ryan Everett <ryan.everett@arm.com> | Wed Nov 06 16:58:40 2024 +0000 |
tree | 4de66184e5115978a6a4ef197c574f13078f450f | |
parent | fd544474e757a9cf5f0530b5c89bd3a0802758a1 [diff] |
fix(psa): fix P-384 PSA key signature verification The buffer size allocated for the raw ECDSA signatures was too small for P-384 signatures. This led to mbedtls aborting the generation of the raw sig. Fix this by increasing the buffer size to the required value. Change-Id: I06a9cfe1f4cb2603c5fbe945714e90460c24edb8 Signed-off-by: Ryan Everett <ryan.everett@arm.com>