summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-19 14:49:05 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-19 14:49:05 +0000
commitcecafcce94416f12369dd8a2bf24d619d92140a3 (patch)
tree5dfb28ca5da97f17cc8d5a907d2684a50c287650 /CHANGES
parentca0efb7594613555275b9e535fe4f201ec1f24b0 (diff)
update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 86f9e34663..242bf74fe8 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,17 @@
Changes between 1.0.0f and 1.0.1 [xx XXX xxxx]
+ *) Extensive assembler packs updates, most notably:
+
+ - x86[_64]: AES-NI, PCLMULQDQ, RDRAND support;
+ - x86[_64]: SSSE3 support (SHA1, vector-permutation AES);
+ - x86_64: bit-sliced AES implementation;
+ - ARM: NEON support, contemporary platforms optimizations;
+ - s390x: z196 support;
+ - *: GHASH and GF(2^m) multiplication implementations;
+
+ [Andy Polyakov]
+
*) Make TLS-SRP code conformant with RFC 5054 API cleanup
(removal of unnecessary code)
[Peter Sylvester <peter.sylvester@edelweb.fr>]