summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2005-04-05some const fixesNils Larsch
2003-08-14fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller
2003-01-30Add the possibility to build without the ENGINE framework.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-18allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-09Make sure that the 'config' variable is correctly defined and declaredRichard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-04-06Allow longer program names (VMS allows up to 39 characters).Richard Levitte
2001-10-21Stop spurious "unable to load config info" errors in reqDr. Stephen Henson
2001-10-20New functions SSL[_CTX]_set_msg_callback().Bodo Möller
2001-09-12Reduce the header dependencies on engine.h in apps/.Geoff Thorpe
2001-09-10Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe
2001-09-10restore previous revision -- memory leak should be fixed in mem.cBodo Möller
2001-09-10fix memory leakBodo Möller
2001-09-10Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller
2001-06-28Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson
2001-06-23apps_startup() needs a corresponding apps_shutdown().Richard Levitte
2001-06-23Fix UI leak in apps.Dr. Stephen Henson
2001-04-26Clean up ENGINE before exiting.Richard Levitte
2001-03-11Forcibly enable memory leak checking during "make test"Bodo Möller
2001-02-20Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte
2000-12-15Locking issues.Bodo Möller
2000-12-13Constification of the data of a hash table. This means the callbackRichard Levitte
2000-12-08Next step in tidying up the LHASH code.Geoff Thorpe
2000-12-03Fix warnings.Ben Laurie
2000-12-02Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe
2000-12-01First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe
2000-11-06Make all engines available in the openssl application.Richard Levitte
2000-09-20On VMS, stdout may very well lead to a file that is written to in aRichard Levitte
2000-08-01Make it so we can dynamically enable memory allocation debugging through theRichard Levitte
2000-06-01There have been a number of complaints from a number of sources that namesRichard Levitte
2000-03-18Eliminate memory leaks in mem_dbg.c.Bodo Möller
2000-03-18e_os.h: don't do double work with status codes.Richard Levitte
2000-03-13"openssl no-..." commands for avoiding the need to grepBodo Möller
2000-03-12cleaning up a littleBodo 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-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
2000-01-15Enable memory checking earlier (we correctly free everythingBodo Möller
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 missing semicolon to make compiler happy, and switch backBodo Möller
1999-12-17Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte
1999-07-09Fix memory checking.Bodo Möller
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller
1999-06-10Avoid warnings.Bodo Möller
1999-05-13VMS support.Ulf Möller
1999-05-11Move openssl.cnf out of lib/.Ulf Möller