summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
AgeCommit message (Expand)Author
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte
2016-10-14Constify command optionsFdaSilvaYY
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell
2016-08-24Fix some resource leaks in the appsMatt Caswell
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-07-25Typo and comment fixFdaSilvaYY
2016-06-01Free memory on error in cms appMatt Caswell
2016-05-19Use correct EOL in headers.Dr. Stephen Henson
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-11Fix engine key support in cms and req utilities.Dr. Stephen Henson
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-09-06Make the handling of output and input formats consistentRichard Levitte
2015-06-02Standardize handling of #ifdef'd options.Rich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30In apps, malloc or dieRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-16Code style: space after 'if'Viktor Dukhovni
2015-03-24free NULL cleanupRich Salz
2015-03-05Unchecked malloc fixesMatt Caswell
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2015-01-22More indent fixes for STACK_OFMatt Caswell
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson
2013-07-17Custom key wrap option for cms utility.Dr. Stephen Henson
2013-06-21Add -keyopt option to cms utility.Dr. Stephen Henson
2012-06-19oops, add -debug_decrypt option which was accidenatally left outDr. Stephen Henson
2012-01-05Fix usage indentationBodo Möller
2011-09-23PR: 2347Dr. Stephen Henson