Demo of use of errors in applications.
[openssl.git] / apps / smime.c
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)
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-13 Bodo Möllerslightly change usage information
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-14 Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.