Allow any supported cipher to be used with smime -encrypt.
[openssl.git] / CHANGES
diff --git a/CHANGES b/CHANGES
index cb5f1613126bc88b2876bbbccd7350dfccfa785e..a75283284755feb5be3455ec81ee7d73ffa967c1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
 
  Changes between 0.9.8b and 0.9.9  [xx XXX xxxx]
 
+  *) 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.