summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-04 22:10:05 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-04 22:10:05 +0000
commit1682e8fb12ab997dca7b635c0d075fe9a02c4a08 (patch)
tree93eb988af9676dc9cae3d5c5d9e31d7f82b86f02 /CHANGES
parent984aefe0e84429cbb58a4a7ae0515621c0205c57 (diff)
Allow PKCS7_decrypt() to work if no cert supplied.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 4 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 186324436e..1b4a7947e6 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,7 +4,10 @@
Changes between 0.9.8 and 0.9.8a [XX xxx XXXX]
- *)
+ *) Make PKCS7_decrypt() work even if no certificate is supplied by
+ attempting to decrypt each encrypted key in turn. Add support to
+ smime utility.
+ [Steve Henson]
Changes between 0.9.7h and 0.9.8 [05 Jul 2005]