X-Git-Url: https://git.openssl.org/?p=openssl.git;a=blobdiff_plain;f=CHANGES;h=0e8d9225db970d8c4cdcf8f3fa27629bc25942e1;hp=ae9d7ea1426ff68618bccff76f29f2e3cca410ce;hb=89a01e692f41cd4f048e706547c61a38342df604;hpb=867a917032e3eaff7b13d5f68063997f27ca26aa diff --git a/CHANGES b/CHANGES index ae9d7ea142..0e8d9225db 100644 --- a/CHANGES +++ b/CHANGES @@ -2,8 +2,18 @@ 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 + 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 alerts across multiple records (some of which could be empty). In practice