aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cms.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unused parameters from internal functionsRich Salz2016-02-221-7/+6
* Fix engine key support in cms and req utilities.Dr. Stephen Henson2016-02-111-1/+1
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-2/+2
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-1/+1
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-4/+15
* Enable -Wmissing-variable-declarations andBen Laurie2015-09-111-1/+1
* Change the way apps open their input and output filesRichard Levitte2015-09-061-11/+6
* Make the handling of output and input formats consistentRichard Levitte2015-09-061-4/+2
* Standardize handling of #ifdef'd options.Rich Salz2015-06-021-5/+10
* Restore module loadingRichard Levitte2015-05-291-1/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-11/+11
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup -- codaRich Salz2015-05-011-18/+9
* free null cleanup finaleRich Salz2015-05-011-8/+4
* In apps, malloc or dieRich Salz2015-04-301-5/+1
* Remove needless bio_err argumentRich Salz2015-04-291-19/+19
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-5/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-470/+453
* Code style: space after 'if'Viktor Dukhovni2015-04-161-1/+1
* free NULL cleanupRich Salz2015-03-241-2/+1
* Unchecked malloc fixesMatt Caswell2015-03-051-0/+4
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1458/+1259
* More indent fixes for STACK_OFMatt Caswell2015-01-221-1/+1
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-0/+1
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-0/+2
* Custom key wrap option for cms utility.Dr. Stephen Henson2013-07-171-1/+17
* Add -keyopt option to cms utility.Dr. Stephen Henson2013-06-211-5/+143
* oops, add -debug_decrypt option which was accidenatally left outDr. Stephen Henson2012-06-191-0/+4
* Fix usage indentationBodo Möller2012-01-051-1/+1
* PR: 2347Dr. Stephen Henson2011-09-231-1/+1
* Experimental CMS password based recipient Info support.Dr. Stephen Henson2009-11-261-2/+33
* Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson2009-10-181-1/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-32/+32
* Updates from 1.0.0-stable branch.Dr. Stephen Henson2009-04-201-1/+1
* X509 verification fixes.Dr. Stephen Henson2008-07-131-0/+9
* More type-checking.Ben Laurie2008-06-041-32/+34
* Use "cont" consistently in cms-examples.plDr. Stephen Henson2008-05-011-0/+22
* Revert argument swap change... oops CMS_uncompress() was consistent...Dr. Stephen Henson2008-04-111-1/+1
* Make CMS_uncompress() argument order consistent with other functions.Dr. Stephen Henson2008-04-111-1/+1
* Add additional parameter to CMS_final() to handle detached content.Dr. Stephen Henson2008-04-101-2/+2
* Correct references to smime in cms app.Dr. Stephen Henson2008-04-091-4/+4
* Signed receipt generation code.Dr. Stephen Henson2008-03-281-2/+30
* Support for verification of signed receipts.Dr. Stephen Henson2008-03-281-5/+62
* Add support for signed receipt request printout and generation.Dr. Stephen Henson2008-03-261-8/+130
* Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson2008-03-261-0/+78
* Add support for CMS structure printing in cms utility.Dr. Stephen Henson2008-03-241-2/+14
* Allow alternate eContentType oids to be set in cms utility.Dr. Stephen Henson2008-03-191-0/+18