Add engine table for EVP_PKEY_METHOD. Doesn't do much yet.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cb5f1613126bc88b2876bbbccd7350dfccfa785e..e96dc43a562d82592b8a16eb040b936a311e052e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,15 @@
 
  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. 
+     [Steve Henson]
+
+  *) New functions EVP_Digest{Sign,Verify)*. These are enchance versions of
+     EVP_{Sign,Verify}* which allow an application to customise the signature
+     process.
+     [Steve Henson]
+
   *) New -resign option to smime utility. This adds one or more signers
      to an existing PKCS#7 signedData structure. Also -md option to use an
      alternative message digest algorithm for signing.