2021-05-25 16:00:19 +02:00
|
|
|
Removals
|
|
|
|
* The RSA module no longer supports private-key operations with the public
|
2021-05-25 17:26:24 +02:00
|
|
|
key and vice versa.
|
2021-05-21 17:55:03 +02:00
|
|
|
API changes
|
2021-05-25 17:26:24 +02: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.
|
|
|
|
* The RNG is now mandatory for all private-key RSA operations.
|