Mbed-TLS / TF-PSA-Crypto

Reference implementation of the PSA Cryptography API
Apache License 2.0
8 stars 7 forks source link

Remove dead code in RSA #110

Open gilles-peskine-arm opened 1 month ago

gilles-peskine-arm commented 1 month ago

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.