summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-06-02 12:33:39 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-06-02 12:33:39 +0000
commitc9777d2659414e632c9dea09787edf988ea1e01e (patch)
tree728f2802b93030f5f97e5cff479081b8240f4e71 /CHANGES
parent3aedd213a9143e047f5244b5570553fea97c5104 (diff)
Add ENGINE support for EVP_PKEY_METHOD including lookups of ENGINE
implementations and functional reference counting when a context is allocated, free or copied.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index e96dc43a56..def2f8187b 100644
--- a/CHANGES
+++ b/CHANGES
@@ -5,7 +5,8 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
*) Initial engine support for EVP_PKEY_METHOD. New functions to permit
- an engine to register a method.
+ an engine to register a method. Add ENGINE lookups for methods and
+ functional reference processing.
[Steve Henson]
*) New functions EVP_Digest{Sign,Verify)*. These are enchance versions of