aboutsummaryrefslogtreecommitdiff
path: root/apps/cms.c
AgeCommit message (Expand)AuthorFilesLines
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY1-0/+8
2019-05-02openssl cms: add error message if operation option is missingDr. Matthias St. Pierre1-0/+1
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-2/+6
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte1-1/+1
2018-01-06Corrected 'cms' exit status when key or certificate cannot be openedKonstantin Shemyak1-2/+6
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-25/+11
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-96/+100
2016-10-19If an engine comes up explicitely, it must also come down explicitelyRichard Levitte1-0/+1
2016-10-14Constify command optionsFdaSilvaYY1-1/+1
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-09-19Remove an option related to a deprecated flagFdaSilvaYY1-5/+1
2016-09-19Fix various missing option help messages ...FdaSilvaYY1-9/+10
2016-08-24Clarify the error messages in 08f6ae5b28Matt Caswell1-6/+6
2016-08-24Fix some resource leaks in the appsMatt Caswell1-0/+15
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-1/+2
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-2/+2
2016-07-25Typo and comment fixFdaSilvaYY1-1/+1
2016-06-01Free memory on error in cms appMatt Caswell1-1/+2
2016-05-19Use correct EOL in headers.Dr. Stephen Henson1-3/+5
2016-05-17Copyright consolidation 01/10Rich Salz1-49/+5
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson1-4/+4
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-4/+4
2016-04-18Make string_to_hex/hex_to_string publicRich Salz1-2/+2
2016-04-13Remove OPENSSL_NO_AES guardsMatt Caswell1-9/+0
2016-02-22Remove unused parameters from internal functionsRich Salz1-7/+6
2016-02-11Fix engine key support in cms and req utilities.Dr. Stephen Henson1-1/+1
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-2/+2
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz1-1/+1
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell1-1/+1
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-4/+15
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie1-1/+1
2015-09-06Change the way apps open their input and output filesRichard Levitte1-11/+6
2015-09-06Make the handling of output and input formats consistentRichard Levitte1-4/+2
2015-06-02Standardize handling of #ifdef'd options.Rich Salz1-5/+10
2015-05-29Restore module loadingRichard Levitte1-1/+3
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-11/+11
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-18/+9
2015-05-01free null cleanup finaleRich Salz1-8/+4
2015-04-30In apps, malloc or dieRich Salz1-5/+1
2015-04-29Remove needless bio_err argumentRich Salz1-19/+19
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-5/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-470/+453
2015-04-16Code style: space after 'if'Viktor Dukhovni1-1/+1
2015-03-24free NULL cleanupRich Salz1-2/+1
2015-03-05Unchecked malloc fixesMatt Caswell1-0/+4