From: Andy Polyakov Date: Mon, 19 Dec 2011 14:49:05 +0000 (+0000) Subject: update CHANGES. X-Git-Tag: OpenSSL_1_0_1-beta1~26 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=cecafcce94416f12369dd8a2bf24d619d92140a3 update CHANGES. --- 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 ]