aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cms.c
Commit message (Expand)AuthorAgeFilesLines
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-25/+11
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-96/+100
* If an engine comes up explicitely, it must also come down explicitelyRichard Levitte2016-10-191-0/+1
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Remove an option related to a deprecated flagFdaSilvaYY2016-09-191-5/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-9/+10
* Clarify the error messages in 08f6ae5b28Matt Caswell2016-08-241-6/+6
* Fix some resource leaks in the appsMatt Caswell2016-08-241-0/+15
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-1/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+2
* Typo and comment fixFdaSilvaYY2016-07-251-1/+1
* Free memory on error in cms appMatt Caswell2016-06-011-1/+2
* Use correct EOL in headers.Dr. Stephen Henson2016-05-191-3/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-49/+5
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-131-4/+4
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-4/+4
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-2/+2
* Remove OPENSSL_NO_AES guardsMatt Caswell2016-04-131-9/+0
* 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