update CHANGES.

This commit is contained in:
Andy Polyakov 2011-12-19 14:49:05 +00:00
parent ca0efb7594
commit cecafcce94

11
CHANGES
View file

@ -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>]