Paul Elliott
Paul Elliott
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....
Stage 1 of implementing interruptible ECC key generation. This stage should involve implementing` psa_generate_key_iop_setup()` and `psa_generate_key_iop_abort()` and include any testing that we can do of the above two functions to...
Negative testing and other extended testing for PSA Key Agreement (Non Raw version), following on from https://github.com/Mbed-TLS/mbedtls/pull/9462
## Description Add new `psa_key_agreement()` functionality to both key exercises (agreement with self) and `key_agreement_fail()` tests. This brings its testing in line with `psa_raw_key_agreement()` and resolves #9513 Having to update...
Stage 4 of implementing interruptible ECC key generation. Finally implement driver wrappers for the already defined functions ( `psa_generate_key_iop_setup()`, `psa_generate_key_iop_complete()` and` psa_generate_key_iop_abort()` as well as `psa_generate_key_iop_get_num_ops()`) Driver wrappers should call...
Stage 3 of implementing interruptible ECC key generation. This would involve implementing `psa_generate_key_iop_get_num_ops()` and should include tests for the interaction with the iop key generation functions and `psa_interruptible_set_max_ops()`, for example...
Stage 5 of implementing interruptible ECC export public key. Finally implement driver wrappers for the already defined functions ( `psa_export_public_key_iop_setup()`, `psa_export_public_key_iop_complete()` and `psa_export_public_key_iop_abort()` as well as `psa_export_public_key_iop_get_num_ops()`) Driver wrappers should...
Fixes: #515 /claim #515 WIP
Stage 3 of implementing interruptible ECC export public key. This should involve implementing `psa_export_public_key_iop_complete()` and include any testing that we can do of this function to ensure it is functionally...
Stage 2 of implementing interruptible ECC export public key. This should involve implementing `psa_export_public_key_iop_setup()` and `psa_export_public_key_iop_abort()` and include any testing that we can do of the above two functions to...