summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2005-08-04 22:15:22 +0000
committerDr. Stephen Henson <steve@openssl.org>2005-08-04 22:15:22 +0000
commit8f2e4fdf860705a0d6868daba187e055781f7755 (patch)
tree06480b418e5bcdebb679dc169642099232bcd0b8 /CHANGES
parent11de71b04c750e6be6f5e8ac875655a2a67efaf7 (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 7a7ca266e0..614348b8c4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -14,7 +14,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]