From c14e792ba0bc8285014d53f90ee30859c45c2078 Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 10 Nov 2009 06:29:19 +0000 Subject: Fix errors in the AES-256 key schedule for the AES-NI version. Now passes tests under Intel's emulator. Document and enable in the engine. Merge both versions to aes_intel.cpp - some shared code and much similiar structure which might be sharable via macros. --- doc/log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/log.txt') diff --git a/doc/log.txt b/doc/log.txt index cd97089e1..86c0f0818 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -2,7 +2,7 @@ * 1.9.3-dev, ????-??-?? - Allow use of any hash function in X.509 certificate creation - Set macros for available SIMD instructions in build.h - - Add AES-128 using Intel AES instruction intrinsics + - Add AES-128 and AES-256 using Intel AES instruction intrinsics * 1.9.2, 2009-11-03 - Add SIMD version of XTEA -- cgit v1.2.3