aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2017-05-28 09:35:11 +0200
committerRichard Levitte <levitte@openssl.org>2017-05-31 19:00:24 +0200
commit545360c4dfbf90f63918be3d98e344adc7ca2d7f (patch)
treede6f313d6a48aa2e468cdba0d3137b099ac2c597 /CHANGES
parent72d8b823bbe749da528f386408541ae1daa644c9 (diff)
downloadopenssl-545360c4dfbf90f63918be3d98e344adc7ca2d7f.tar.gz
Add UI functionality 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. Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/3575)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index ae9d7ea142..701771c718 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
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