Make RSA_NO_PADDING really use no padding.

Submitted by: Ulf Moeller <ulf@fitug.de>
This commit is contained in:
Dr. Stephen Henson
1999-02-21 17:39:07 +00:00
parent 189b6a6062
commit 0c8a1281d0
5 changed files with 17 additions and 19 deletions

View File

@@ -5,6 +5,9 @@
Changes between 0.9.1c and 0.9.2
*) Make RSA_NO_PADDING really use no padding.
[Ulf Moeller <ulf@fitug.de>]
*) Generate errors when private/public key check is done.
[Ben Laurie]