Finish the work in progress on a PSA subsystem interface (psa_crypto_init_subsystem).
Mbed TLS needs this because some use cases need partial initialization, e.g. to verify a signature in boot code before a TRNG is available.
Private link to the spec draft: https://github.com/ARM-software/psa-crypto-api/pull/536. This task must be done by someone from Arm. I'm filing it here because it's likely to be someone from the Mbed TLS team.
Definition of done: approved by the PSA Crypto API working group, not implemented in Mbed TLS yet.
Finish the work in progress on a PSA subsystem interface (
psa_crypto_init_subsystem).Mbed TLS needs this because some use cases need partial initialization, e.g. to verify a signature in boot code before a TRNG is available.
Private link to the spec draft: https://github.com/ARM-software/psa-crypto-api/pull/536. This task must be done by someone from Arm. I'm filing it here because it's likely to be someone from the Mbed TLS team.
Definition of done: approved by the PSA Crypto API working group, not implemented in Mbed TLS yet.