Sign in
pigweed
/
third_party
/
github
/
ARMmbed
/
mbedtls
/
9951b50b8a2a28416ec736c1ab0ce2a40374bc70
/
.
/
ChangeLog.d
/
psa-without-genprime-fix.txt
blob: 8a7153a9cde5b033f1875d202afcafe4802390ce [
file
] [
log
] [
blame
]
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.