aboutsummaryrefslogtreecommitdiffstats
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some const fixesNils Larsch2005-04-051-1/+1
* Reformat smime utility.Dr. Stephen Henson2004-09-071-39/+2
* Don't use 'explicit' for variable name.Dr. Stephen Henson2004-09-071-3/+3
* Reformat smime.cDr. Stephen Henson2004-09-071-167/+331
* New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson2004-09-061-8/+72
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-0/+4
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-2/+2
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-151-3/+9
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+8
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-1/+1