blob: 5f9c11f717f67cf6a76b66b21fd39d556fb0a5b6 [file] [log] [blame]
Ronald Cron6fe1bc32021-06-07 09:35:02 +02001API 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.