aboutsummaryrefslogtreecommitdiffstats
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* Standardize apps use of -rand, etc.Rich Salz2017-07-161-24/+10
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-39/+43
* -inkey can be an identifier, not just a fileRich Salz2017-05-211-1/+1
* 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-8/+9
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+2
* Typo and comment fixFdaSilvaYY2016-07-251-1/+1
* Use correct EOL in headers.Dr. Stephen Henson2016-05-191-3/+5
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Fix signer option and support format SMIME.Dr. Stephen Henson2016-05-131-5/+5
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-1/+1
* Remove unused parameters from internal functionsRich Salz2016-02-221-6/+6
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-2/+2
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-2/+14
* 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
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-6/+6
* free NULL cleanup -- codaRich Salz2015-05-011-4/+2
* free null cleanup finaleRich Salz2015-05-011-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Remove needless bio_err argumentRich Salz2015-04-291-1/+1
* fewer NO_ENGINE #ifdef'sRich Salz2015-04-251-8/+2
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-350/+285
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Dead code clean: #if 0 removal in appsRich Salz2015-01-301-5/+0
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-743/+655
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-0/+1
* Allow reordering of certificates when signing.Dr. Stephen Henson2014-06-021-0/+8
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-211-2/+2
* Use new X509_STORE_set_verify_cb function instead of old macro.Dr. Stephen Henson2009-10-181-1/+1
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-18/+18
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More type-checking.Ben Laurie2008-06-041-18/+18
* Improve error detection when streaming S/MIME.Dr. Stephen Henson2007-05-101-3/+10
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+7
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-131-4/+14
* There is should be no need to rewind the input stream any more.Dr. Stephen Henson2006-07-131-5/+0
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-0/+12
* Allow any supported cipher to be used with smime -encrypt.Dr. Stephen Henson2006-05-251-1/+1
* Fix smime -pk7out.Dr. Stephen Henson2006-05-221-1/+1
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-65/+84
* Multiple signer support in smime application.Dr. Stephen Henson2006-05-181-6/+92
* Reformat smime.c utility.Dr. Stephen Henson2006-05-181-124/+57
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-041-2/+2