summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2006-05-18 23:44:44 +0000
committerDr. Stephen Henson <steve@openssl.org>2006-05-18 23:44:44 +0000
commit5531192151713cc2c178a86e8909d130e820f928 (patch)
tree704a78c47691596499d42cd11616bb7476933c40 /CHANGES
parenta620626a33b29abe7a3b142c0a2379ffa0028ca7 (diff)
Add -resign and -md options to smime command to support resigning an
existing structure and using alternative digest for signing.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 13a42b5ee6..cb5f161312 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,11 @@
Changes between 0.9.8b and 0.9.9 [xx XXX xxxx]
+ *) 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.
+ [Steve Henson]
+
*) Tidy up PKCS#7 routines and add new functions to make it easier to
create PKCS7 structures containing multiple signers. Update smime
application to support multiple signers.