/proc/cpuinfo can have several lines containing the word "type". We want the one...
[openssl.git] / apps / smime.c
2000-10-28 Richard LevitteAdd the possibility to use keys handled by engines...
2000-10-26 Richard LevitteMerge the engine branch into the main trunk. All confl...
2000-09-20 Richard LevitteOn VMS, stdout may very well lead to a file that is...
2000-09-05 Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-07-12 Dr. Stephen HensonMake req seed the PRNG if signing with
2000-07-10 Dr. Stephen HensonFix some typose in the i2d/d2i functions that
2000-06-28 Richard LevitteUndo the changes I just made. I'm not sure what I...
2000-06-28 Richard LevitteMake it possible for users of the openssl applications...
2000-06-22 Richard LevitteMove add_oid_section to apps.c, so it can be shared...
2000-06-22 Richard LevitteMove the certificate and key loading functions to apps...
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-14 Bodo MöllerRemove CRYPTO_push/pop_info invocations to improve...
2000-03-01 Bodo Möller'rand'/'-rand' documentation.
2000-02-26 Dr. Stephen HensonRename functions for new convention.
2000-02-18 Bodo Mölleradd missing 'static'
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-02-12 Dr. Stephen HensonMake pkcs12 and smime applications seed random number
2000-02-11 Ralf S. EngelschallMake gcc 2.95.2 happy again, even under ``-Wall -Wshado...
2000-02-03 Ulf Möllerispell (and minor modifications)
2000-01-13 Bodo MöllerUse CRYPTO_push_info to track down memory leak
2000-01-13 Bodo Möllerslightly change usage information
2000-01-07 Bodo Möllermake no-des and no-rc2 work.
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-14 Dr. Stephen HensonVarious S/MIME fixes. Fix for memory leak, recipient...
1999-12-09 Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-07 Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05 Dr. Stephen HensonMerge in my S/MIME library and utility.