mirror of
https://github.com/ARMmbed/mbedtls.git
synced 2025-05-28 17:07:28 +08:00

In principle the RSA tests shouldn't depend on RSA key generation: they just need to operate on RSA keys. However they do need some method of creating an RSA key, and we're currently doing random generation. So depend on what the test code needs. Depend on the legacy RSA interface, since driver-only RSA isn't currently supported in the PK module. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>