aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_dd.c
Commit message (Collapse)AuthorAgeFilesLines
* update cms code to use X509_ALGOR_set_md instead of internal functionDr. Stephen Henson2010-03-111-1/+1
|
* Remove unnecessary header.Dr. Stephen Henson2008-03-291-1/+0
|
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-1/+1
| | | | OPENSSL_NO_DEPRECATED, etc. Steve, please double-check the CMS stuff...
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-151-2/+0
| | | | examples. All RFC4134 examples can not be processed.
* And so it begins...Dr. Stephen Henson2008-03-121-0/+151
Initial support for CMS. Add zlib compression BIO. Add AES key wrap implementation. Generalize S/MIME MIME code to support CMS and/or PKCS7.