mbedtls
mbedtls copied to clipboard
Implement interruptible ECC Key Generation (Complete / Tests)
Stage 2 of implementing interruptible ECC key generation.
This should involve implementing psa_generate_key_iop_complete()
and include any testing that we can do of this function to ensure it is functionally correct. This should also include full testing of the iop key generation sequence (start / complete / abort) including testing of calling out of order and other negative tests.