summaryrefslogtreecommitdiff
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-734/+647
* Change default cipher in smime app to des3.Dr. Stephen Henson2014-05-211-2/+2
* Add new function X509_STORE_set_verify_cb and use it in appsDr. Stephen Henson2009-10-181-1/+1
* Change STRING to OPENSSL_STRING etc as common words suchDr. 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
* Reverse the change with the following log, it needs further investigation:Richard Levitte2002-07-181-3/+3
* Make S/MIME output conform with the mail and MIME standards.Richard Levitte2002-07-181-3/+3
* Generate an error if rewinding wasn't possible.Richard Levitte2002-05-081-1/+4
* Add apps_startup and bio_err init code to smime.cDr. Stephen Henson2002-05-011-0/+6
* harmonize capitalizationBodo Möller2002-04-091-2/+2
* Fix new -aes command argument handlingDr. Stephen Henson2002-02-261-3/+3
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Add AES support in the applications that support -des and -des3.Richard Levitte2002-02-201-0/+12
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-1/+0
* Provide an application-common setup function for engines and use itRichard Levitte2001-06-181-17/+1
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-16/+20
* Allow various X509_STORE_CTX properties to beDr. Stephen Henson2001-05-091-1/+9
* Correct typo.Richard Levitte2001-04-111-1/+1
* Add -keyform.Richard Levitte2001-04-111-5/+20
* Add forgotten "-passin" option to smime.c usage help.Lutz Jänicke2001-04-081-0/+1
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-1/+1
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-5/+5
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-32/+1
* Add the possibility to use keys handled by engines in moreRichard Levitte2000-10-281-1/+1
* Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte2000-10-261-1/+28
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+10
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+2