summaryrefslogtreecommitdiffstats
path: root/apps
AgeCommit message (Expand)Author
2000-02-08Add command line password options to the reamining utilities,Dr. Stephen Henson
2000-02-06Memory leak.Bodo Möller
2000-02-05Correction: openssl.c must get the long version of the apps_startup()Bodo Möller
2000-02-05Cosmetic changes.Bodo Möller
2000-02-05Add support for some broken PKCS#8 formats.Dr. Stephen Henson
2000-02-04Rename SSLeay_add_all_algorithms() et al toDr. Stephen Henson
2000-02-03ispell (and minor modifications)Ulf Möller
2000-02-03Add new -notext option to 'ca', -pubkey option to spkac.Dr. Stephen Henson
2000-01-30Seek out and destroy another evil cast.Ulf Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-28Synchronise with Unix codeRichard Levitte
2000-01-28New -pkcs12 option to CA.pl.Dr. Stephen Henson
2000-01-24RAND_load_file(..., -1) now means "read the complete file";Bodo Möller
2000-01-24RAND_pseudo_bytes is good enough for encryption IVs,Bodo Möller
2000-01-23Make s_server, s_client check cipher list return codes.Dr. Stephen Henson
2000-01-22dh renamed to dhparamUlf Möller
2000-01-22Add new program dhparam and update docs.Dr. Stephen Henson
2000-01-22Apply Lutz Behnke's 56 bit cipher patch with a fewDr. Stephen Henson
2000-01-21add ERR_print_errors after "end" label.Bodo Möller
2000-01-21Make -CAcreateserial start from 1 instead of 0 forDr. Stephen Henson
2000-01-21Check RAND_bytes() return value or use RAND_pseudo_bytes().Ulf Möller
2000-01-20Finish off the X509_ATTRIBUTE string stuff.Dr. Stephen Henson
2000-01-17It doesn't make sense to try see if these variables are negative, since they'...Richard Levitte
2000-01-16Add missing #ifndefs that caused missing symbols when building libsslUlf Möller
2000-01-16New function RAND_pseudo_bytes() generated pseudorandom numbers thatUlf Möller
2000-01-15Enable memory checking earlier (we correctly free everythingBodo 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-13Use CRYPTO_push_info to find a memory leak in pkcs12.c.Bodo Möller
2000-01-09New function X509_CTX_rget_chain(), make SSL_SESSION_print() display return c...Dr. Stephen Henson
2000-01-08Make NO_RSA compile with pedantic.Ben Laurie
2000-01-08Add -prexit command to s_client and patch some BIODr. Stephen Henson
2000-01-08Manpages for the DH utils and fix for a memory leak in dh programDr. Stephen Henson
2000-01-08Add PKCS#12 manpage and use MAC iteration counts by default.Dr. Stephen Henson
2000-01-07CA.pl is now generated automatically (using CA.pl.in as input)Bodo Möller
2000-01-07apps/openssl.cnf and the documentation say it's "nombstr",Bodo Möller
2000-01-07make no-des and no-rc2 work.Bodo Möller
2000-01-07More X509_ATTRIBUTE changes.Dr. Stephen Henson
2000-01-06Initial automation changes to 'req' and X509_ATTRIBUTE functions.Dr. Stephen Henson
2000-01-05Rename CA.pl to CA.pl.in (no actual changes), and let ConfigureBodo Möller
2000-01-01Fix some of the command line password stuff. New functionDr. Stephen Henson
1999-12-29Simplify the trust structure: basically zap the bit strings andDr. Stephen Henson
1999-12-24Allow passwords to be included on command line for a fewDr. Stephen Henson
1999-12-24Fixes so NO_RSA works again.Dr. Stephen Henson
1999-12-23Add PKCS#8 utility functions and add PBE options.Dr. Stephen Henson
1999-12-18RenameBodo Möller
1999-12-18fix typos and other little errors ...Bodo Möller
1999-12-18Avoid shadowing p to make the compiler happy.Bodo Möller
1999-12-18Add a comment.Bodo Möller
1999-12-18Add missing semicolon to make compiler happy, and switch backBodo Möller