mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-07-07 06:20:33 +08:00

Don't rely on the bit size encoded in the PSA curve identifier, in preparation for removing that. For some inputs, the error code on EC key creation changes from PSA_ERROR_INVALID_ARGUMENT to PSA_ERROR_NOT_SUPPORTED or vice versa. There will be further such changes in subsequent commits.