summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-10 04:34:23 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2003-07-10 04:34:23 +0000
commit5fa8124f5156963e798f5cffa812cb9910e4e8de (patch)
treece43a3a2973d29a78e6b401f7a4a367e914f5490 /Readme.txt
parent3edbf2eff4cb3bc989ba1c442358de0bedbdf90c (diff)
downloadcryptopp-5fa8124f5156963e798f5cffa812cb9910e4e8de.tar.gz
merge in 5.0.4 changes (exclude DES and SHA-2 from DLL),
attempt (failed) to build DLL with GCC git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@90 57ff6487-cd31-0410-9ec3-f628ee90f5f0
Diffstat (limited to 'Readme.txt')
-rw-r--r--Readme.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Readme.txt b/Readme.txt
index 1ffaefc..2b8a9a2 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -248,6 +248,8 @@ History
5.03 - created DLL version of Crypto++ for FIPS 140-2 validation
- fixed vulnerabilities in GetNextIV for CTR and OFB modes
+5.0.4 - Removed DES, SHA-256, SHA-384, SHA-512 from DLL
+
5.1 - added PSS padding and changed PSSR to track IEEE P1363a draft standard
- added blinding for RSA and Rabin to defend against timing attacks
on decryption operations
@@ -260,4 +262,4 @@ History
- fixed a number of compiler warnings, minor bugs, and portability problems
- removed Sapphire
-5.2 - Merged in changes for 5.01 - 5.03
+5.2 - Merged in changes for 5.01 - 5.04