Manuel Pegourie-Gonnard Manuel.Pegourie-Gonnard@arm.com wrote on 2024-10-09 at 07:17:36:
I think mbedtls_pk_check_pair() is what you want: it checks if a given public key and private key match.
That said, I would agree that this check might be overly cautious :)
Thanks a lot for the quick response, Manuel.
I'll remove the check.
Fabian