X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=66f3928b88913fe743e9fc11c739cca4a272b7d7;hb=c79f22c63a60166bbfd11af6d683a02d6abcebb9;hp=d6ad39f95ee1a8a3ee08a705c9600582b1b0c8b7;hpb=7fd5df6b12321054bde3c9de73be71d7917e19da;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index d6ad39f95e..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] @@ -472,9 +490,6 @@ *) Add SRP support. [Tom Wu and Ben Laurie] - *) Add -attime option to openssl verify. - [Peter Eckersley and Ben Laurie] - *) Add functions to copy EVP_PKEY_METHOD and retrieve flags and id. [Steve Henson]