blob: 61100d3f30d5440f498f1161b80ed9ad9b2b9e2f [file] [log] [blame] [view]
Thomas Daubney62b0d1d2021-05-21 16:55:03 +01001Remove the mode parameter from RSA functions
2--------------------------------------------
3
4This affects all users who use the RSA encryption, decryption, sign and
5verify APIs.
6
7If you were using the mode parameter to specify the wrong mode then
8this behaviour is no longer supported. You must delete the mode
9parameter from your RSA function calls.
10
11
12Remove the RNG parameter from RSA functions
13--------------------------------------------
14
15This affects all users who use the RSA verify functions.
16
17If you were using the RNG parameters then you must remove
18them from your function calls. Since usiong the wrong mode
19is no longer supported, the RNG parameters namely f_rng
20and p_rng are no longer needed.