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