aboutsummaryrefslogtreecommitdiff
path: root/apps/smime.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson1-2/+2
2005-04-05some const fixesNils Larsch1-1/+1
2004-09-07Reformat smime utility.Dr. Stephen Henson1-39/+2
2004-09-07Don't use 'explicit' for variable name.Dr. Stephen Henson1-3/+3
2004-09-07Reformat smime.cDr. Stephen Henson1-167/+331
2004-09-06New X509_VERIFY_PARAM structure and associated functionality.Dr. Stephen Henson1-8/+72
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson1-0/+4
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson1-2/+2
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson1-3/+9
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte1-0/+8
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte1-1/+1
2002-07-18Reverse the change with the following log, it needs further investigation:Richard Levitte1-3/+3
2002-07-18Make S/MIME output conform with the mail and MIME standards.Richard Levitte1-3/+3
2002-05-08Generate an error if rewinding wasn't possible.Richard Levitte1-1/+4
2002-05-01Add apps_startup and bio_err init code to smime.cDr. Stephen Henson1-0/+6
2002-04-09harmonize capitalizationBodo Möller1-2/+2
2002-02-26Fix new -aes command argument handlingDr. Stephen Henson1-3/+3
2002-02-22Config code updates.Dr. Stephen Henson1-0/+3
2002-02-20Add AES support in the applications that support -des and -des3.Richard Levitte1-0/+12
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe1-1/+0
2001-06-18Provide an application-common setup function for engines and use itRichard Levitte1-17/+1
2001-05-30Extend all the loading functions to take an engine pointer, a passRichard Levitte1-16/+20
2001-05-09Allow various X509_STORE_CTX properties to beDr. Stephen Henson1-1/+9
2001-04-11Correct typo.Richard Levitte1-1/+1
2001-04-11Add -keyform.Richard Levitte1-5/+20
2001-04-08Add forgotten "-passin" option to smime.c usage help.Lutz Jänicke1-0/+1
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson1-1/+1
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte1-1/+1
2001-02-19Make all configuration macros available for application by makingRichard Levitte1-5/+5
2001-01-17Initial OCSP certificate verify. Not complete,Dr. Stephen Henson1-32/+1
2000-10-28Add the possibility to use keys handled by engines in moreRichard Levitte1-1/+1
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte1-1/+28
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte1-2/+10
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson1-0/+2
2000-07-12Make req seed the PRNG if signing withDr. Stephen Henson1-0/+3
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson1-6/+52
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte1-13/+2
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte1-2/+13
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte1-5/+5
2000-06-22Move the certificate and key loading functions to apps.c, so they canRichard Levitte1-51/+5
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte1-1/+1
2000-03-14Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller1-111/+0
2000-03-01'rand'/'-rand' documentation.Bodo Möller1-1/+1
2000-02-26Rename functions for new convention.Dr. Stephen Henson1-2/+2
2000-02-18add missing 'static'Bodo Möller1-1/+1
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson1-13/+10
2000-02-12Make pkcs12 and smime applications seed random numberDr. Stephen Henson1-11/+36
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall1-0/+2
2000-02-03ispell (and minor modifications)Ulf Möller1-1/+1
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller1-2/+115