X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=7cb27174525100bd6c28fc325211df66e8a57db0;hp=0e8d9225db970d8c4cdcf8f3fa27629bc25942e1;hb=9b03b91b84b64c086081b87bd0a2c7d3612af6c0;hpb=01dfaa08b1960049f91485f2e5eec6c6bd03db39 diff --git a/CHANGES b/CHANGES index 0e8d9225db..7cb2717452 100644 --- a/CHANGES +++ b/CHANGES @@ -9,11 +9,21 @@ Changes between 1.1.0f and 1.1.1 [xx XXX xxxx] + *) Add a build target 'build_all_generated', to build all generated files + and only that. This can be used to prepare everything that requires + things like perl for a system that lacks perl and then move everything + to that system and do the rest of the build there. + [Richard Levitte] + *) 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] + *) 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