mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-01-03 07:10:18 +01:00
This commit fixes typos and re-words the migration guide. It also adds the issue number to the ChangeLog. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
7 lines
309 B
Plaintext
7 lines
309 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. Fixes #4278.
|