aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-03-15 00:02:23 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-03-15 00:02:23 +0000
commitfd47c36136c7ac9b86f14c69b23a7d2df4fce132 (patch)
tree6f9ef61c5a2ed4e418dc427ce48cd506ba316c71 /CHANGES
parentd9f5f07e286bfc7a2a81756199a3e94444e0f6ce (diff)
downloadopenssl-fd47c36136c7ac9b86f14c69b23a7d2df4fce132.zip
openssl-fd47c36136c7ac9b86f14c69b23a7d2df4fce132.tar.gz
openssl-fd47c36136c7ac9b86f14c69b23a7d2df4fce132.tar.bz2
Return error if no cipher set for encrypted data type.
Update CHANGES.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index f3d0ed5..bf448fa 100644
--- a/CHANGES
+++ b/CHANGES
@@ -6,9 +6,9 @@
*) Initial support for Cryptographic Message Syntax (aka CMS) based
on RFC3850, RFC3851 and RFC3852. New cms directory and cms utility,
- support for data, signedData, compressedData types currently included,
- more to come. Scripts to check against RFC4134 examples draft and internal
- consistency.
+ support for data, signedData, compressedData, digestedData and
+ encryptedData types currently included, more to come. Scripts to
+ check against RFC4134 examples draft.
[Steve Henson]
*) Zlib compression BIO. This is a filter BIO which compressed and