X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=701771c718f2733f0c3927331bc1d513b4001203;hp=9e4271d323b37f4ab63e74071f53d1ba5fecdb75;hb=042597b0ace7e3adc8a79f6e096eef659ce1d9d5;hpb=bd990e2535ca387def9a01218a813dc3fa547e3c diff --git a/CHANGES b/CHANGES index 9e4271d323..701771c718 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,12 @@ OpenSSL CHANGES _______________ - Changes between 1.1.0e and 1.1.1 [xx XXX xxxx] + Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] + + *) In the UI interface, make it possible to duplicate the user data. This + can be used by engines that need to retain the data for a longer time + than just the call where this user data is passed. + [Richard Levitte] *) Fragmented SSL/TLS alerts are no longer accepted. An alert message is 2 bytes long. In theory it is permissible in SSLv3 - TLSv1.2 to fragment such @@ -89,6 +94,17 @@ issues, has been replaced to always returns NULL. [Rich Salz] + Changes between 1.1.0e and 1.1.0f [25 May 2017] + + *) Have 'config' recognise 64-bit mingw and choose 'mingw64' as the target + platform rather than 'mingw'. + [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. + [Richard Levitte] + Changes between 1.1.0d and 1.1.0e [16 Feb 2017] *) Encrypt-Then-Mac renegotiation crash