summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2003-10-11 22:11:45 +0000
committerDr. Stephen Henson <steve@openssl.org>2003-10-11 22:11:45 +0000
commitc5a55463892d689198e819ab92dd9521ea280337 (patch)
tree2d36c9dc3a1de71361490275fd040c0245f1190d /CHANGES
parent77fe058c10fee875780b553d4fccbff1180ac45f (diff)
downloadopenssl-new-c5a55463892d689198e819ab92dd9521ea280337.tar.gz
Add support for digested data PKCS#7 type.
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES11
1 files changed, 8 insertions, 3 deletions
diff --git a/CHANGES b/CHANGES
index 51bfd320d2..c0f18ff1b4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,11 +4,16 @@
Changes between 0.9.7c and 0.9.8 [xx XXX xxxx]
- *) New function PKCS7_set0_type_other() this initializes a PKCS7
- structure of type "other".
+ *) Reorganise PKCS#7 code to separate the digest location functionality
+ into PKCS7_find_digest(), digest addtion into PKCS7_bio_add_digest().
+ New function PKCS7_set_digest() to set the digest type for PKCS#7
+ digestedData type. Add additional code to correctly generate the
+ digestedData type and add support for this type in PKCS7 initialization
+ functions.
[Steve Henson]
- *) Correctly initialize digested data content type in PKCS7_set_type().
+ *) New function PKCS7_set0_type_other() this initializes a PKCS7
+ structure of type "other".
[Steve Henson]
*) Fix prime generation loop in crypto/bn/bn_prime.pl by making