6fe1bc3f24
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
5 lines
287 B
Text
5 lines
287 B
Text
API changes
|
|
* mbedtls_rsa_init() now always selects the PKCS#1v1.5 encoding for an RSA
|
|
key. To use an RSA key with PSS or OAEP, call mbedtls_rsa_set_padding()
|
|
after initializing the context. mbedtls_rsa_set_padding() now returns an
|
|
error if its parameters are invalid.
|