Ronald Cron | 6fe1bc3 | 2021-06-07 09:35:02 +0200 | [diff] [blame] | 1 | API changes |
2 | * mbedtls_rsa_init() now always selects the PKCS#1v1.5 encoding for an RSA | ||||
3 | key. To use an RSA key with PSS or OAEP, call mbedtls_rsa_set_padding() | ||||
4 | after initializing the context. mbedtls_rsa_set_padding() now returns an | ||||
5 | error if its parameters are invalid. |