summaryrefslogtreecommitdiff
path: root/apps/cms.c
Commit message (Expand)AuthorAgeFilesLines
* Fix usage indentationbodo2012-01-051-1/+1
* PR: 2347steve2011-09-231-1/+1
* Experimental CMS password based recipient Info support.steve2009-11-261-2/+33
* Use new X509_STORE_set_verify_cb function instead of old macro.steve2009-10-181-1/+1
* Update from 1.0.0-stablesteve2009-07-271-32/+32
* Updates from 1.0.0-stable branch.steve2009-04-201-1/+1
* X509 verification fixes.steve2008-07-131-0/+9
* More type-checking.ben2008-06-041-32/+34
* Use "cont" consistently in cms-examples.plsteve2008-05-011-0/+22
* Revert argument swap change... oops CMS_uncompress() was consistent...steve2008-04-111-1/+1
* Make CMS_uncompress() argument order consistent with other functions.steve2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.steve2008-04-101-2/+2
* Correct references to smime in cms app.steve2008-04-091-4/+4
* Signed receipt generation code.steve2008-03-281-2/+30
* Support for verification of signed receipts.steve2008-03-281-5/+62
* Add support for signed receipt request printout and generation.steve2008-03-261-8/+130
* Signed Receipt Request utility functions and option on CMS utility tosteve2008-03-261-0/+78
* Add support for CMS structure printing in cms utility.steve2008-03-241-2/+14
* Allow alternate eContentType oids to be set in cms utility.steve2008-03-191-0/+18
* Add support for KEK decrypt in cms utility.steve2008-03-191-2/+25
* Add support for KEKRecipientInfo in cms application.steve2008-03-191-9/+48
* Make 3DES default cipher in cms utility.steve2008-03-181-2/+2
* Various tidies/fixes:steve2008-03-181-18/+5
* Fix some warnings.steve2008-03-161-1/+1
* Initial support for enveloped data decrypt. Extent runex.pl to cover thesesteve2008-03-151-1/+1
* Initial support for Encrypted Data type generation.steve2008-03-141-0/+11
* Typos.steve2008-03-141-1/+1
* Encrypted Data type processing. Add options to cms utility and run section 7steve2008-03-141-0/+27
* And so it begins...steve2008-03-121-0/+927