mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
7 lines
296 B
Plaintext
7 lines
296 B
Plaintext
|
|
API changes
|
||
|
|
* Remove mode parameter from RSA functions. All encryption,
|
||
|
|
decryption, sign and verify functions are affected. Also
|
||
|
|
removes the RNG parameters from the RSA verify functions.
|
||
|
|
Existing user code which utilises these RSA functions must
|
||
|
|
remove the mode parameter.
|