blob: 8a7153a9cde5b033f1875d202afcafe4802390ce [file] [log] [blame]
Jaeden Amero424fa932021-05-14 08:34:32 +01001Bugfix
2 * Restore the ability to configure PSA via Mbed TLS options to support RSA
3 key pair operations but exclude RSA key generation. When MBEDTLS_GENPRIME
4 is not defined PSA will no longer attempt to use mbedtls_rsa_gen_key().
5 Fixes #4512.