X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=CHANGES;h=66f3928b88913fe743e9fc11c739cca4a272b7d7;hb=c79f22c63a60166bbfd11af6d683a02d6abcebb9;hp=a453a7bf8dad12f35605633eee6cb33db2535486;hpb=19b0d0e75b1ac7ea177d38aba4ba331ba9c93653;p=oweals%2Fopenssl.git diff --git a/CHANGES b/CHANGES index a453a7bf8d..66f3928b88 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,15 @@ Changes between 1.0.1 and 1.1.0 [xx XXX xxxx] + *) Transparently support X9.42 DH parameters when calling + PEM_read_bio_DHparameters. This means existing applications can handle + the new parameter format automatically. + [Steve Henson] + + *) Initial experimental support for X9.42 DH parameter format: mainly + to support use of 'q' parameter for RFC5114 parameters. + [Steve Henson] + *) Add DH parameters from RFC5114 including test data to dhtest. [Steve Henson] @@ -246,6 +255,27 @@ 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] + *) Add TLS key material exporter from RFC 5705. [Eric Rescorla]