summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2011-12-19 14:48:49 +0000
committerAndy Polyakov <appro@openssl.org>2011-12-19 14:48:49 +0000
commite75440d2c944c4a90d7f15d82f12e901014922f8 (patch)
tree4f8984943574008254bafd243dc189a0a7f235c8 /CHANGES
parent188c53f7e89f7e33c2a1e3f626128d0ebd2471da (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 91ae9ad3ca..5d544d8348 100644
--- a/CHANGES
+++ b/CHANGES
@@ -255,6 +255,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>]