summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-02-15 00:50:55 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-02-15 00:50:55 +0000
commit27068df7e05d5d3cadd4b0f10762b32cf8b01beb (patch)
treeaa3ffe43660e6f8d42dd6a5c5d5a3bd05d567e73 /CHANGES
parentb12753dffcf096c7d7110397ea9905b07a2ed573 (diff)
Single pass processing to cleartext S/MIME signing.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 11 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 1bfbb2741f..aab19157d6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,17 @@
Changes between 0.9.7a and 0.9.8 [xx XXX xxxx]
+ *) Support for single pass processing for S/MIME signing. This now
+ means that S/MIME signing can be done from a pipe, in addition
+ cleartext signing (multipart/signed type) is effectively streaming
+ and the signed data does not need to be all held in memory.
+
+ This is done with a new flag PKCS7_PARTSIGN. When this flag is set
+ PKCS7_sign() only initializes the PKCS7 structure and the actual signing
+ is done after the data is output (and digests calculated) in
+ SMIME_write_PKCS7().
+ [Steve Henson]
+
*) Add full support for -rpath/-R, both in shared libraries and
applications, at least on the platforms where it's known how
to do it.