X-Git-Url: https://git.openssl.org/?a=blobdiff_plain;f=CHANGES;h=66f3928b88913fe743e9fc11c739cca4a272b7d7;hb=b9e1488865ae92a4dc4e39faeea6a018db6ac7f4;hp=96b95565a62ca2ce04ca5655857f5ab6423d19d1;hpb=9a436c0f89841251e880d3729494f035d10f8837;p=openssl.git diff --git a/CHANGES b/CHANGES index 96b95565a6..66f3928b88 100644 --- a/CHANGES +++ b/CHANGES @@ -255,6 +255,24 @@ Changes between 1.0.0f and 1.0.1 [xx XXX xxxx] + *) Improved PRNG seeding for VOS. + [Paul Green ] + + *) 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 ] + *) Add -attime option to openssl utilities. [Peter Eckersley , Ben Laurie and Steve Henson]