2021-05-25 14:00:19 +00:00
|
|
|
Removals
|
|
|
|
* The RSA module no longer supports private-key operations with the public
|
2021-05-25 15:26:24 +00:00
|
|
|
key and vice versa.
|
2021-05-21 15:55:03 +00:00
|
|
|
API changes
|
2021-05-25 15:26:24 +00:00
|
|
|
* Remove the mode parameter from RSA operation functions. Signature and
|
|
|
|
decryption functions now always use the private key and verification and
|
|
|
|
encryption use the public key. Verification functions also no longer have
|
|
|
|
RNG parameters.
|