aboutsummaryrefslogtreecommitdiff
path: root/apps/smime.c
AgeCommit message (Expand)AuthorFilesLines
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte1-1/+1
2018-02-13Update copyright yearMatt Caswell1-1/+1
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte1-0/+1
2017-10-18Remove parentheses of return.KaoruToda1-1/+1
2017-07-16Standardize apps use of -rand, etc.Rich Salz1-24/+10
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang1-39/+43
2017-05-21-inkey can be an identifier, not just a fileRich Salz1-1/+1
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-8/+9
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY1-2/+2
2016-07-25Typo and comment fixFdaSilvaYY1-1/+1
2016-05-19Use correct EOL in headers.Dr. Stephen Henson1-3/+5
2016-05-17Copyright consolidation 01/10Rich Salz1-54/+5
2016-05-13Fix signer option and support format SMIME.Dr. Stephen Henson1-5/+5
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY1-1/+1
2016-02-22Remove unused parameters from internal functionsRich Salz1-6/+6
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni1-2/+2
2015-10-12Centralise loading default apps config fileMatt Caswell1-3/+0
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell1-2/+14
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-05-29Restore module loadingRichard Levitte1-0/+3
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-6/+6
2015-05-01free NULL cleanup -- codaRich Salz1-4/+2
2015-05-01free null cleanup finaleRich Salz1-2/+1
2015-04-30free NULL cleanup 5aRich Salz1-2/+1
2015-04-29Remove needless bio_err argumentRich Salz1-1/+1
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz1-8/+2
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz1-350/+285
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell1-0/+2
2015-01-30Dead code clean: #if 0 removal in appsRich Salz1-5/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-743/+655
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario1-0/+1
2014-06-02Allow reordering of certificates when signing.Dr. Stephen Henson1-0/+8
2014-05-21Change default cipher in smime app to des3.Dr. Stephen Henson1-2/+2
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson1-1/+1
2009-07-27Update from 1.0.0-stableDr. Stephen Henson1-18/+18
2008-11-05Update obsolete email address...Dr. Stephen Henson1-1/+1
2008-06-04More type-checking.Ben Laurie1-18/+18
2007-05-10Improve error detection when streaming S/MIME.Dr. Stephen Henson1-3/+10
2007-04-23Add SEED encryption algorithm.Bodo Möller1-0/+7
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson1-4/+14
2006-07-13There is should be no need to rewind the input stream any more.Dr. Stephen Henson1-5/+0
2006-06-09Camellia cipher, contributed by NTTBodo Möller1-0/+12
2006-05-25Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson1-1/+1
2006-05-22Fix smime -pk7out.Dr. Stephen Henson1-1/+1
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson1-65/+84