Thomas Daubney | 6f96611 | 2021-05-25 15:00:19 +0100 | [diff] [blame] | 1 | Removals |
| 2 | * The RSA module no longer supports private-key operations with the public |
Thomas Daubney | 731b952 | 2021-05-25 16:26:24 +0100 | [diff] [blame] | 3 | key and vice versa. |
Thomas Daubney | 62b0d1d | 2021-05-21 16:55:03 +0100 | [diff] [blame] | 4 | API changes |
Thomas Daubney | 731b952 | 2021-05-25 16:26:24 +0100 | [diff] [blame] | 5 | * Remove the mode parameter from RSA operation functions. Signature and |
| 6 | decryption functions now always use the private key and verification and |
| 7 | encryption use the public key. Verification functions also no longer have |
| 8 | RNG parameters. |