summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-24 17:30:09 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-24 17:30:09 +0000
commit91c9e62123febf74866fa17983e6068ab4962bd7 (patch)
treefc0c2f965f03b6c6315fb40c9e4915c028f3a93e /CHANGES
parent0e3453536ec9ce09e4dd276c2fa4d62e362789e9 (diff)
New functions for enchanced digest sign/verify.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cb5f161312..a752832847 100644
--- 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.