summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
AgeCommit message (Expand)Author
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-17Constify char* input parameters in apps codeFdaSilvaYY
2016-07-25Typo and comment fixFdaSilvaYY
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-02-22Remove unused parameters from internal functionsRich Salz
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
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-05-29Restore module loadingRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Remove needless bio_err argumentRich Salz
2015-04-25fewer NO_ENGINE #ifdef'sRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-01-30Dead code clean: #if 0 removal in appsRich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-06-02Allow reordering of certificates when signing.Dr. Stephen Henson
2014-05-21Change default cipher in smime app to des3.Dr. Stephen Henson
2009-10-18Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2007-05-10Improve error detection when streaming S/MIME.Dr. Stephen Henson
2007-04-23Add SEED encryption algorithm.Bodo Möller
2007-04-13Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson
2006-07-13There is should be no need to rewind the input stream any more.Dr. Stephen Henson
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-05-25Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson
2006-05-22Fix smime -pk7out.Dr. Stephen Henson
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson
2006-05-18Multiple signer support in smime application.Dr. Stephen Henson
2006-05-18Reformat smime.c utility.Dr. Stephen Henson
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson
2005-04-05some const fixesNils Larsch
2004-09-07Reformat smime utility.Dr. Stephen Henson
2004-09-07Don't use 'explicit' for variable name.Dr. Stephen Henson
2004-09-07Reformat smime.cDr. Stephen Henson