summaryrefslogtreecommitdiff
path: root/Readme.txt
diff options
context:
space:
mode:
authorweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-17 14:48:59 +0000
committerweidai <weidai@57ff6487-cd31-0410-9ec3-f628ee90f5f0>2006-07-17 14:48:59 +0000
commit69fb6c7fd8f5f591b38bb134567ea0786182b0ca (patch)
treec8076624e56c952ffd234c8327848a392eb6ecd1 /Readme.txt
parentdc4097807c67cdd91b7aeafc6f144e7f3640ae59 (diff)
downloadcryptopp-69fb6c7fd8f5f591b38bb134567ea0786182b0ca.tar.gz
AES timing attack countermeasures
git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@226 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 78fb954..dfec1c0 100644
--- a/Readme.txt
+++ b/Readme.txt
@@ -350,6 +350,8 @@ the mailing list.
5.2.3 - fixed issues with FIPS algorithm test vectors
- put RSASSA-ISO into DLL
-5.3 - Ported to MSVC .NET 2005 beta 2 with support for x86-64
+5.3 - Ported to MSVC .NET 2005 with support for x86-64
+ - Added defense against AES timing attacks, and more AES test vectors
+ - Changed StaticAlgorithmName() of Rijndael to "AES", CTR to "CTR"
Written by Wei Dai