aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeoff Thorpe <geoff@openssl.org>2001-09-05 19:07:01 +0000
committerGeoff Thorpe <geoff@openssl.org>2001-09-05 19:07:01 +0000
commit908efd3b7354f6581fb711ab8a1d12ec1e3672dd (patch)
tree9a98055ebe865516708a90bd6f712919fa0b2a32
parent1a7691c0594a46015f8695a623c9f8934ab641e2 (diff)
downloadopenssl-908efd3b7354f6581fb711ab8a1d12ec1e3672dd.tar.gz
ENGINEs can now perform structural cleanup.
-rw-r--r--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index bede6d557e..0b594316d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -12,6 +12,12 @@
*) applies to 0.9.6a/0.9.6b/0.9.6c and 0.9.7
+) applies to 0.9.7 only
+ *) Add a "destroy" handler to ENGINEs that allows structural cleanup to
+ be done prior to destruction. Use this to unload error strings from
+ ENGINEs that load their own error strings. NB: This adds two new API
+ functions to "get" and "set" this destroy handler in an ENGINE.
+ [Geoff]
+
*) Change the various "***_up()" functions, that increment reference
counts on the various structure types, to "***_up_ref()". The naming
is more consistent with existing code and generally a better choice.