In TF-PSA-Crypto, compared to Mbed TLS 3.x, we've removed some functionality from RSA: it is no longer possible to import a private key that is missing some of the parameters (RSA private keys must have all of n, e, d, p, q). The goal of this issue is to remove the library functions and unit tests that implemented this functionality.
In TF-PSA-Crypto, compared to Mbed TLS 3.x, we've removed some functionality from RSA: it is no longer possible to import a private key that is missing some of the parameters (RSA private keys must have all of n, e, d, p, q). The goal of this issue is to remove the library functions and unit tests that implemented this functionality.