summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
AgeCommit message (Expand)Author
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
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte
2002-05-08Generate an error if rewinding wasn't possible.Richard Levitte
2002-05-01Add apps_startup and bio_err init code to smime.cDr. Stephen Henson
2002-04-09harmonize capitalizationBodo Möller
2002-02-26Fix new -aes command argument handlingDr. Stephen Henson
2002-02-22Config code updates.Dr. Stephen Henson
2002-02-20Add AES support in the applications that support -des and -des3.Richard Levitte
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson
2001-04-11Correct typo.Richard Levitte
2001-04-11Add -keyform.Richard Levitte
2001-04-08Add forgotten "-passin" option to smime.c usage help.Lutz Jänicke
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte