summaryrefslogtreecommitdiffstats
path: root/apps/cms.c
AgeCommit message (Expand)Author
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-15Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-07cmdline app: add provider commandline options.Pauli
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2019-11-20Document command parameters.Rich Salz
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-10-05Add missing help text for some optionsRich Salz
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-05-02openssl cms: add error message if operation option is missingDr. Matthias St. Pierre
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak
2017-10-18Remove parentheses of return.KaoruToda
2017-07-16Standardize apps use of -rand, etc.Rich Salz
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
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