From 1a4210926dd857eff1a862806b8c05bda919981e Mon Sep 17 00:00:00 2001 From: lloyd Date: Tue, 10 Nov 2009 19:27:34 +0000 Subject: Add AES-192 using AES-NI. Tested OK with Intel's simulator. Currently requires SSE4.1 for _mm_extract_epi32 for the key schedule, it would be nice to remove this dependency, though all currently known/scheduled chips with AES-NI (Intel Westmere and Sandy Bridge, and AMD Bulldozer) are supposed to include SSE 4.1 so this is not a huge problem. --- doc/log.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/log.txt b/doc/log.txt index 86c0f0818..3a8733166 100644 --- a/doc/log.txt +++ b/doc/log.txt @@ -1,8 +1,8 @@ * 1.9.3-dev, ????-??-?? + - Add new AES implementation using Intel's AES instruction intrinsics - Allow use of any hash function in X.509 certificate creation - Set macros for available SIMD instructions in build.h - - 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