aboutsummaryrefslogtreecommitdiffstats
path: root/doc/log.txt
diff options
context:
space:
mode:
authorlloyd <[email protected]>2009-11-10 06:29:19 +0000
committerlloyd <[email protected]>2009-11-10 06:29:19 +0000
commitc14e792ba0bc8285014d53f90ee30859c45c2078 (patch)
tree6cabcc614048d81ea8fa5a5d754c5377a6b9e3ad /doc/log.txt
parent8666ac6c1ce3e85995faf3fbecb999ac8cf76f69 (diff)
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.
Diffstat (limited to 'doc/log.txt')
-rw-r--r--doc/log.txt2
1 files changed, 1 insertions, 1 deletions
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