blob: 2590d3a9492c3b02d31bedcd3b81c1d820c8db8c [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.