mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
6fe1bc3f24
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
6 lines
287 B
Plaintext
6 lines
287 B
Plaintext
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.
|