summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2004-08-04 22:42:29 +0000
committerGeoff Thorpe <geoff@openssl.org>2004-08-04 22:42:29 +0000
commit30fe028f077567ae4be5f82e3bf58d05c40e1296 (patch)
tree59fbe8417e7c592f2d0341a12071417a2630b290 /CHANGES
parentb88606c28e430e3d10a431a646a0d95a69c5255e (diff)
Make a note of the new engine.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 49630ea76e..4992f935f3 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.7e and 0.9.8 [xx XXX xxxx]
+ *) Add a new engine to support VIA PadLock ACE extensions in the VIA C3
+ Nehemiah processors. These extensions support AES encryption in hardware
+ as well as RNG (though RNG support is currently disabled).
+ [Michal Ludvig <michal@logix.cz>, with help from Andy Polyakov]
+
*) Deprecate BN_[get|set]_params() functions (they were ignored internally).
[Geoff Thorpe]