aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms/cms_enc.c
AgeCommit message (Expand)AuthorFilesLines
2008-03-29Remove unnecessary header.Dr. Stephen Henson1-1/+0
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson1-9/+14
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe1-2/+2
2008-03-16Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson1-9/+33
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-9/+4
2008-03-15Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson1-12/+12
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson1-2/+15
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson1-83/+112
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson1-11/+12
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson1-0/+196