aboutsummaryrefslogtreecommitdiffstats
path: root/apps/cms.c
Commit message (Expand)AuthorAgeFilesLines
...
* Implementation of Russian GOST CMSDmitry Belyavskiy2020-03-031-11/+38
* Document command parameters.Rich Salz2019-11-201-3/+4
* Add "sections" to -help outputRich Salz2019-11-081-44/+60
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-4/+15
* Add missing help text for some optionsRich Salz2019-10-051-22/+40
* CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY2019-05-291-0/+8
* openssl cms: add error message if operation option is missingDr. Matthias St. Pierre2019-05-021-0/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-2/+6
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak2018-01-061-2/+6
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* 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