mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-13 10:19:53 +08:00

PSA_ASYMMETRIC_SIGNATURE_MAX_SIZE was taking the maximum ECDSA key size as the ECDSA signature size. Fix it to use the actual maximum size of an ECDSA signature.