blob: 854dda34b230840730b475052fd0fd7421d9d9c4 [file] [log] [blame]
Thomas Daubney6f966112021-05-25 15:00:19 +01001Removals
2 * The RSA module no longer supports private-key operations with the public
Thomas Daubney731b9522021-05-25 16:26:24 +01003 key and vice versa.
Thomas Daubney62b0d1d2021-05-21 16:55:03 +01004API changes
Thomas Daubney731b9522021-05-25 16:26:24 +01005 * 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.
9 * The RNG is now mandatory for all private-key RSA operations.