diff options
author | Dr. Stephen Henson <steve@openssl.org> | 2003-10-11 22:11:45 +0000 |
---|---|---|
committer | Dr. Stephen Henson <steve@openssl.org> | 2003-10-11 22:11:45 +0000 |
commit | c5a55463892d689198e819ab92dd9521ea280337 (patch) | |
tree | 2d36c9dc3a1de71361490275fd040c0245f1190d /CHANGES | |
parent | 77fe058c10fee875780b553d4fccbff1180ac45f (diff) | |
download | openssl-new-c5a55463892d689198e819ab92dd9521ea280337.tar.gz |
Add support for digested data PKCS#7 type.
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |