summaryrefslogtreecommitdiffstats
path: root/apps/smime.c
AgeCommit message (Expand)Author
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
2000-10-26Merge the engine branch into the main trunk. All conflicts resolved.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-07-12Make req seed the PRNG if signing withDr. Stephen Henson
2000-07-10Fix some typose in the i2d/d2i functions thatDr. Stephen Henson
2000-06-28Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte
2000-06-28Make it possible for users of the openssl applications to specify theRichard Levitte
2000-06-22Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte
2000-06-22Move the certificate and key loading functions to apps.c, so they canRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-14Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller
2000-03-01'rand'/'-rand' documentation.Bodo Möller
2000-02-26Rename functions for new convention.Dr. Stephen Henson
2000-02-18add missing 'static'Bodo Möller
2000-02-16Pass phrase reorganisation.Dr. Stephen Henson
2000-02-12Make pkcs12 and smime applications seed random numberDr. Stephen Henson
2000-02-11Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall
2000-02-03ispell (and minor modifications)Ulf Möller
2000-01-13Use CRYPTO_push_info to track down memory leakBodo Möller
2000-01-13slightly change usage informationBodo Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-14Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson