aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms
AgeCommit message (Expand)AuthorFilesLines
2008-08-05Correctly handle errors in CMS I/O code.Dr. Stephen Henson1-2/+4
2008-05-02New function CMS_add1_crl().Dr. Stephen Henson2-0/+10
2008-04-18Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson1-4/+4
2008-04-11Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson2-8/+26
2008-04-11Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2-2/+2
2008-04-11Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2-2/+2
2008-04-11Fix for compression and updated CMS_final().Dr. Stephen Henson1-1/+1
2008-04-10Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2-9/+12
2008-04-10Ignore nonsensical flags for signed receipts.Dr. Stephen Henson1-1/+2
2008-04-07Implement CMS_NOCRL.Dr. Stephen Henson1-1/+2
2008-04-06Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson1-12/+20
2008-04-06Fix typo and add header files to err library.Dr. Stephen Henson3-14/+14
2008-04-06Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson3-3/+10
2008-04-01Avoid warnings.Dr. Stephen Henson1-1/+1
2008-03-31Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson1-2/+3
2008-03-29Update dependencies.Dr. Stephen Henson1-11/+27
2008-03-29Remove unnecessary header.Dr. Stephen Henson4-4/+0
2008-03-28Signed receipt generation code.Dr. Stephen Henson5-0/+158
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson6-9/+219
2008-03-26Add support for signed receipt request printout and generation.Dr. Stephen Henson4-26/+41
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson6-6/+211
2008-03-24Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson3-0/+47
2008-03-22Update dependencies.Dr. Stephen Henson1-12/+128
2008-03-19Comment out a (currently) unused CMS function. (Sorry Steve, but I needGeoff Thorpe1-0/+2
2008-03-19Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson3-0/+8
2008-03-19Rebuild CMS error codes.Dr. Stephen Henson2-139/+117
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson4-45/+132
2008-03-19Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson2-161/+211
2008-03-18Uninitialized variable bug fix.Dr. Stephen Henson1-1/+2
2008-03-18Various tidies/fixes:Dr. Stephen Henson3-18/+6
2008-03-18More support for KEK RecipientInfo.Dr. Stephen Henson4-58/+282
2008-03-17Partial support for KEKRecipientInfo type.Dr. Stephen Henson3-0/+141
2008-03-17Preliminary support for enveloped data content type creation.Dr. Stephen Henson7-31/+221
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe6-11/+12
2008-03-16Fix some warnings.Dr. Stephen Henson1-0/+2
2008-03-16Remove deleted function from header file, update mkfiles.plDr. Stephen Henson1-1/+0
2008-03-16Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson3-9/+35
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson9-67/+201
2008-03-15Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson2-13/+21
2008-03-15Return error if no cipher set for encrypted data type.Dr. Stephen Henson3-0/+9
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson3-2/+20
2008-03-14Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson6-100/+164
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson6-12/+70
2008-03-14New utility functions for encryptedData content type which will also be usedDr. Stephen Henson6-9/+212
2008-03-13.cvignore file for cmsDr. Stephen Henson1-0/+4
2008-03-13Free up additional data in RecipientInfo structureDr. Stephen Henson2-9/+41
2008-03-12And so it begins...Dr. Stephen Henson13-0/+4338