aix compat fixes for ocsp.c
[openssl.git] / apps / smime.c
2018-02-13 Matt CaswellUpdate copyright year
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2017-10-18 KaoruTodaRemove parentheses of return.
2017-07-16 Rich SalzStandardize apps use of -rand, etc.
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-05-21 Rich Salz-inkey can be an identifier, not just a file
2016-10-19 Richard LevitteIf an engine comes up explicitely, it must also come...
2016-10-14 FdaSilvaYYConstify command options
2016-10-10 David BenjaminRemove trailing whitespace from some files.
2016-09-20 FdaSilvaYYRemove an option related to a deprecated flag
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-07-25 FdaSilvaYYTypo and comment fix
2016-05-19 Dr. Stephen HensonUse correct EOL in headers.
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-13 Dr. Stephen HensonFix signer option and support format SMIME.
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-09-05 Richard LevitteMake the handling of output and input formats consistent
2015-05-29 Richard LevitteRestore module loading
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzRemove needless bio_err argument
2015-04-25 Rich Salzfewer NO_ENGINE #ifdef's
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-01-30 Rich SalzDead code clean: #if 0 removal in apps
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-06-02 Dr. Stephen HensonAllow reordering of certificates when signing.
2014-05-21 Dr. Stephen HensonChange default cipher in smime app to des3.
2009-10-18 Dr. Stephen HensonUse new X509_STORE_set_verify_cb function instead of...
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-06-04 Ben LaurieMore type-checking.
2007-05-10 Dr. Stephen HensonImprove error detection when streaming S/MIME.
2007-04-23 Bodo MöllerAdd SEED encryption algorithm.
2007-04-13 Dr. Stephen HensonUpdate smime utility to support streaming for -encrypt...
2006-07-13 Dr. Stephen HensonThere is should be no need to rewind the input stream...
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-05-25 Dr. Stephen HensonAllow any supported cipher to be used with smime -encrypt.
2006-05-22 Dr. Stephen HensonFix smime -pk7out.
2006-05-18 Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18 Dr. Stephen HensonMultiple signer support in smime application.
2006-05-18 Dr. Stephen HensonReformat smime.c utility.
2005-08-04 Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-04-05 Nils Larschsome const fixes
2004-09-07 Dr. Stephen HensonReformat smime utility.
2004-09-07 Dr. Stephen HensonDon't use 'explicit' for variable name.
2004-09-07 Dr. Stephen HensonReformat smime.c
2004-09-06 Dr. Stephen HensonNew X509_VERIFY_PARAM structure and associated function...
2003-06-01 Dr. Stephen HensonVarious S/MIME bug and compatibility fixes.
2003-02-25 Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-15 Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2003-01-30 Richard LevitteAdd the possibility to build without the ENGINE framework.
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-07-18 Richard LevitteReverse the change with the following log, it needs...
2002-07-18 Richard LevitteMake S/MIME output conform with the mail and MIME stand...
2002-05-08 Richard LevitteGenerate an error if rewinding wasn't possible.
2002-05-01 Dr. Stephen HensonAdd apps_startup and bio_err init code to smime.c
2002-04-09 Bodo Möllerharmonize capitalization
2002-02-26 Dr. Stephen HensonFix new -aes command argument handling
2002-02-22 Dr. Stephen HensonConfig code updates.
2002-02-20 Richard LevitteAdd AES support in the applications that support -des...
2001-09-12 Geoff ThorpeReduce the header dependencies on engine.h in apps/.
2001-06-18 Richard LevitteProvide an application-common setup function for engine...
2001-05-30 Richard LevitteExtend all the loading functions to take an engine...
2001-05-09 Dr. Stephen HensonAllow various X509_STORE_CTX properties to be
2001-04-11 Richard LevitteCorrect typo.
2001-04-11 Richard LevitteAdd -keyform.
2001-04-08 Lutz JänickeAdd forgotten "-passin" option to smime.c usage help.
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-20 Richard LevitteUse new-style system-id macros everywhere possible...
2001-02-19 Richard LevitteMake all configuration macros available for application...
2001-01-17 Dr. Stephen HensonInitial OCSP certificate verify. Not complete,
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-07-12 Dr. Stephen HensonMake req seed the PRNG if signing with
2000-07-10 Dr. Stephen HensonFix some typose in the i2d/d2i functions that
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-06-22 Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22 Richard LevitteMove the certificate and key loading functions to apps...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-14 Bodo MöllerRemove CRYPTO_push/pop_info invocations to improve...
2000-03-01 Bodo Möller'rand'/'-rand' documentation.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-18 Bodo Mölleradd missing 'static'
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-12 Dr. Stephen HensonMake pkcs12 and smime applications seed random number
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03 Ulf Möllerispell (and minor modifications)
next