summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai11@users.noreply.github.com>2003-03-20 03:09:44 +0000
committerweidai <weidai11@users.noreply.github.com>2003-03-20 03:09:44 +0000
commitbd5150762161b426ddadba59f7296b5f147a075c (patch)
tree98c122b6bde185f16a1bc5c01173f42d7828df77 /Readme.txt
parente01497632b78697165623a67b16c95b8d0f6c8a7 (diff)
downloadcryptopp-git-bd5150762161b426ddadba59f7296b5f147a075c.tar.gz
fix RW/EMSA2 standard conformance bug
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.txt b/Readme.txt
index e86ca49b..09239172 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -246,7 +246,7 @@ History
- added PSS padding and changed PSSR to track IEEE P1363a draft standard
- added blinding for RSA and Rabin to defend against timing attacks
- fixed a bug in CBC and ECB modes with processing non-aligned data
- - fixed a standard conformance bug in DLIES/DHAES mode
- (fix is not backwards compatible)
+ - fixed standard conformance bugs in DLIES (DHAES mode) and RW/EMSA2
+ signature scheme (these fixes are not backwards compatible)
- fixed a number of minor bugs and portability problems
- removed Sapphire