aboutsummaryrefslogtreecommitdiff
path: root/apps/cms.c
AgeCommit message (Expand)AuthorFilesLines
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-11/+11
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-18/+9
2015-05-01free null cleanup finaleRich Salz1-8/+4
2015-04-30In apps, malloc or dieRich Salz1-5/+1
2015-04-29Remove needless bio_err argumentRich Salz1-19/+19
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-5/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-470/+453
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+4
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1458/+1259
2015-01-22More indent fixes for STACK_OFMatt Caswell1-1/+1
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario1-0/+1
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson1-0/+2
2013-07-17Custom key wrap option for cms utility.Dr. Stephen Henson1-1/+17
2013-06-21Add -keyopt option to cms utility.Dr. Stephen Henson1-5/+143
2012-06-19oops, add -debug_decrypt option which was accidenatally left outDr. Stephen Henson1-0/+4
2012-01-05Fix usage indentationBodo Möller1-1/+1
2011-09-23PR: 2347Dr. Stephen Henson1-1/+1
2009-11-26Experimental CMS password based recipient Info support.Dr. Stephen Henson1-2/+33
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson1-1/+1
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-32/+32
2009-04-20Updates from 1.0.0-stable branch.Dr. Stephen Henson1-1/+1
2008-07-13X509 verification fixes.Dr. Stephen Henson1-0/+9
2008-06-04More type-checking.Ben Laurie1-32/+34
2008-05-01Use "cont" consistently in cms-examples.plDr. Stephen Henson1-0/+22
2008-04-11Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson1-1/+1
2008-04-11Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson1-1/+1
2008-04-10Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson1-2/+2
2008-04-09Correct references to smime in cms app.Dr. Stephen Henson1-4/+4
2008-03-28Signed receipt generation code.Dr. Stephen Henson1-2/+30
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson1-5/+62
2008-03-26Add support for signed receipt request printout and generation.Dr. Stephen Henson1-8/+130
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson1-0/+78
2008-03-24Add support for CMS structure printing in cms utility.Dr. Stephen Henson1-2/+14
2008-03-19Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson1-0/+18
2008-03-19Add support for KEK decrypt in cms utility.Dr. Stephen Henson1-2/+25
2008-03-19Add support for KEKRecipientInfo in cms application.Dr. Stephen Henson1-9/+48
2008-03-18Make 3DES default cipher in cms utility.Dr. Stephen Henson1-2/+2
2008-03-18Various tidies/fixes:Dr. Stephen Henson1-18/+5
2008-03-16Fix some warnings.Dr. Stephen Henson1-1/+1
2008-03-15Initial support for enveloped data decrypt. Extent runex.pl to cover theseDr. Stephen Henson1-1/+1
2008-03-14Initial support for Encrypted Data type generation.Dr. Stephen Henson1-0/+11
2008-03-14Typos.Dr. Stephen Henson1-1/+1
2008-03-14Encrypted Data type processing. Add options to cms utility and run section 7Dr. Stephen Henson1-0/+27
2008-03-12And so it begins...Dr. Stephen Henson1-0/+927