X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=97bfa554848c3a4d3a7cf781df30443a0e31f212;hp=701771c718f2733f0c3927331bc1d513b4001203;hb=bd91e3c870402c4b10909c47082daece473d22ef;hpb=545360c4dfbf90f63918be3d98e344adc7ca2d7f diff --git a/CHANGES b/CHANGES index 701771c718..97bfa55484 100644 --- a/CHANGES +++ b/CHANGES @@ -2,6 +2,11 @@ OpenSSL CHANGES _______________ + This is a high-level summary of the most important changes. + For a full list of changes, see the git commit log; for example, + https://github.com/openssl/openssl/commits/ and pick the appropriate + release branch. + 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 @@ -9,6 +14,10 @@ than just the call where this user data is passed. [Richard Levitte] + *) Ignore the '-named_curve auto' value for compatibility of applications + with OpenSSL 1.0.2. + [Tomas Mraz ] + *) 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 alerts across multiple records (some of which could be empty). In practice