mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-23 22:25:36 +01:00
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
|
Bugfix
|
||
|
* Restore the ability to configure PSA via Mbed TLS options to support RSA
|
||
|
key pair operations but exclude RSA key generation. When MBEDTLS_GENPRIME
|
||
|
is not defined PSA will no longer attempt to use mbedtls_rsa_gen_key().
|
||
|
Fixes #4512.
|