aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms
Commit message (Expand)AuthorAgeFilesLines
* Correctly handle errors in CMS I/O code.Dr. Stephen Henson2008-08-051-2/+4
* New function CMS_add1_crl().Dr. Stephen Henson2008-05-022-0/+10
* Make certs argument work in CMS_sign() add test case.Dr. Stephen Henson2008-04-181-4/+4
* Fix prototype for CMS_decrypt(), don't free up detached content.Dr. Stephen Henson2008-04-112-8/+26
* Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2008-04-112-2/+2
* Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2008-04-112-2/+2
* Fix for compression and updated CMS_final().Dr. Stephen Henson2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2008-04-102-9/+12
* Ignore nonsensical flags for signed receipts.Dr. Stephen Henson2008-04-101-1/+2
* Implement CMS_NOCRL.Dr. Stephen Henson2008-04-071-1/+2
* Set contentType attribute just before signing to allow encapsulated contentDr. Stephen Henson2008-04-061-12/+20
* Fix typo and add header files to err library.Dr. Stephen Henson2008-04-063-14/+14
* Give consistent return value and add error code for duplicate certificates.Dr. Stephen Henson2008-04-063-3/+10
* Avoid warnings.Dr. Stephen Henson2008-04-011-1/+1
* Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson2008-03-311-2/+3
* Update dependencies.Dr. Stephen Henson2008-03-291-11/+27
* Remove unnecessary header.Dr. Stephen Henson2008-03-294-4/+0
* Signed receipt generation code.Dr. Stephen Henson2008-03-285-0/+158
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-286-9/+219
* Add support for signed receipt request printout and generation.Dr. Stephen Henson2008-03-264-26/+41
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-266-6/+211
* Add signed receipt ASN1 structures. Initial GENERAL_NAME utility functions.Dr. Stephen Henson2008-03-243-0/+47
* Update dependencies.Dr. Stephen Henson2008-03-221-12/+128
* Comment out a (currently) unused CMS function. (Sorry Steve, but I needGeoff Thorpe2008-03-191-0/+2
* Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson2008-03-193-0/+8
* Rebuild CMS error codes.Dr. Stephen Henson2008-03-192-139/+117
* Add support for KEK decrypt in cms utility.Dr. Stephen Henson2008-03-194-45/+132
* Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson2008-03-192-161/+211
* Uninitialized variable bug fix.Dr. Stephen Henson2008-03-181-1/+2
* Various tidies/fixes:Dr. Stephen Henson2008-03-183-18/+6
* More support for KEK RecipientInfo.Dr. Stephen Henson2008-03-184-58/+282
* Partial support for KEKRecipientInfo type.Dr. Stephen Henson2008-03-173-0/+141
* Preliminary support for enveloped data content type creation.Dr. Stephen Henson2008-03-177-31/+221
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-166-11/+12
* Fix some warnings.Dr. Stephen Henson2008-03-161-0/+2
* Remove deleted function from header file, update mkfiles.plDr. Stephen Henson2008-03-161-1/+0
* Add support for random key generation: this will be needed by enveloped data.Dr. Stephen Henson2008-03-163-9/+35
* Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson2008-03-159-67/+201
* Check for cipher BIO errors and set key length after parameter decode.Dr. Stephen Henson2008-03-152-13/+21
* Return error if no cipher set for encrypted data type.Dr. Stephen Henson2008-03-153-0/+9
* Initial support for Encrypted Data type generation.Dr. Stephen Henson2008-03-143-2/+20
* Reorganise encrypted content info code to avoid duplication and be moreDr. Stephen Henson2008-03-146-100/+164
* Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson2008-03-146-12/+70
* New utility functions for encryptedData content type which will also be usedDr. Stephen Henson2008-03-146-9/+212
* .cvignore file for cmsDr. Stephen Henson2008-03-131-0/+4
* Free up additional data in RecipientInfo structureDr. Stephen Henson2008-03-132-9/+41
* And so it begins...Dr. Stephen Henson2008-03-1213-0/+4338