You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: