summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-20 03:09:44 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-03-20 03:09:44 +0000
commit9f148107dd8c49b13839c8e3d0c26444eebeeef9 (patch)
tree98c122b6bde185f16a1bc5c01173f42d7828df77 /Readme.txt
parent3c0752b2063319fb917fcaf2144671c2f1032242 (diff)
downloadcryptopp-9f148107dd8c49b13839c8e3d0c26444eebeeef9.tar.gz
fix RW/EMSA2 standard conformance bug
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@40 57ff6487-cd31-0410-9ec3-f628ee90f5f0
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 e86ca49..0923917 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