From e75440d2c944c4a90d7f15d82f12e901014922f8 Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Mon, 19 Dec 2011 14:48:49 +0000 Subject: [PATCH] update CHANGES. --- CHANGES | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 ]