commit | 12a8e95303c051dc5671441a6419741db3b0964e | [log] [tgz] |
---|---|---|
author | Ryan Everett <[email protected]> | Tue Nov 05 10:48:35 2024 +0000 |
committer | Ryan Everett <[email protected]> | Wed Nov 06 16:58:40 2024 +0000 |
tree | 4de66184e5115978a6a4ef197c574f13078f450f | |
parent | ffbc2b90df22d9a744109a80dbb666ddddadbdb4 [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 <[email protected]>