X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=9c6e897b90352ca4f88e83fc98eb25ed94d602f4;hp=9f16dd43c70c8866c65ade4a1b8f295d83dd1d93;hb=a2880aec7314823ce1df48c501d8c5c2a0456918;hpb=9d70ac97d9d8720e6ed280609c844da403b80440 diff --git a/CHANGES b/CHANGES index 9f16dd43c7..9c6e897b90 100644 --- a/CHANGES +++ b/CHANGES @@ -4,6 +4,22 @@ Changes between 1.1.0e and 1.1.1 [xx XXX xxxx] + *) Add EC_KEY_get0_engine(), which does for EC_KEY what RSA_get0_engine() + does for RSA, etc. + [Richard Levitte] + + *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target + platform rather than 'mingw'. + [Richard Levitte] + + *) x86_64 assembly pack: annotate code with DWARF CFI directives to + facilitate stack unwinding even from assembly subroutines. + [Andy Polyakov] + + *) Remove VAX C specific definitions of OPENSSL_EXPORT, OPENSSL_EXTERN. + Also remove OPENSSL_GLOBAL entirely, as it became a no-op. + [Richard Levitte] + *) Remove the VMS-specific reimplementation of gmtime from crypto/o_times.c. VMS C's RTL has a fully up to date gmtime() and gmtime_r() since V7.1, which is the minimum version we support. @@ -14,6 +30,9 @@ are no longer allowed. [Emilia Käsper] + *) Add support for ARIA + [Paul Dale] + *) Add support for SipHash [Todd Short]