aboutsummaryrefslogtreecommitdiffstats
path: root/apps/smime.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make req seed the PRNG if signing withDr. Stephen Henson2000-07-121-0/+3
* Fix some typose in the i2d/d2i functions thatDr. Stephen Henson2000-07-101-6/+52
* Undo the changes I just made. I'm not sure what I was thinking of.Richard Levitte2000-06-281-13/+2
* Make it possible for users of the openssl applications to specify theRichard Levitte2000-06-281-2/+13
* Move add_oid_section to apps.c, so it can be shared by severalRichard Levitte2000-06-221-5/+5
* Move the certificate and key loading functions to apps.c, so they canRichard Levitte2000-06-221-51/+5
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Remove CRYPTO_push/pop_info invocations to improve code readability --Bodo Möller2000-03-141-111/+0
* 'rand'/'-rand' documentation.Bodo Möller2000-03-011-1/+1
* Rename functions for new convention.Dr. Stephen Henson2000-02-261-2/+2
* add missing 'static'Bodo Möller2000-02-181-1/+1
* Pass phrase reorganisation.Dr. Stephen Henson2000-02-161-13/+10
* Make pkcs12 and smime applications seed random numberDr. Stephen Henson2000-02-121-11/+36
* Make gcc 2.95.2 happy again, even under ``-Wall -Wshadow -Wpointer-arith -Wca...Ralf S. Engelschall2000-02-111-0/+2
* ispell (and minor modifications)Ulf Möller2000-02-031-1/+1
* Use CRYPTO_push_info to track down memory leakBodo Möller2000-01-131-2/+115
* slightly change usage informationBodo Möller2000-01-131-3/+2
* make no-des and no-rc2 work.Bodo Möller2000-01-071-2/+18
* Allow passwords to be included on command line for a fewDr. Stephen Henson1999-12-241-7/+18
* Various S/MIME fixes. Fix for memory leak, recipient list bugDr. Stephen Henson1999-12-141-3/+3
* Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson1999-12-091-7/+21
* Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson1999-12-071-2/+25
* Merge in my S/MIME library and utility.Dr. Stephen Henson1999-12-051-0/+446