update CHANGES.
authorAndy Polyakov <appro@openssl.org>
Mon, 19 Dec 2011 14:49:05 +0000 (14:49 +0000)
committerAndy Polyakov <appro@openssl.org>
Mon, 19 Dec 2011 14:49:05 +0000 (14:49 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index 86f9e346632eb828a0e1183073e986c5754e95e6..242bf74fe85a9f9ecf4ed4c8588f4ec427b2ab5b 100644 (file)
--- 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>]