summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Expand)Author
2014-12-30Fix memory leak in the appsKurt Roeckx
2013-03-28Call RAND_cleanup in openssl application.Dr. Stephen Henson
2011-05-19add FIPS support to openssl utility (backport from HEAD)Dr. Stephen Henson
2011-03-25For VMS, implement the possibility to choose 64-bit pointers withRichard Levitte
2011-03-20* apps/openssl.c: For VMS, take care of copying argv if needed much earlier,Richard Levitte
2011-03-19Apply all the changes submitted by Steven M. Schweda <sms@antinode.info>Richard Levitte
2009-10-04Fix warnings about ignoring fgets return valueDr. Stephen Henson
2009-03-30Allow use of algorithm and cipher names for dgsts and enc utilities insteadDr. Stephen Henson
2008-09-15From branch OpenSSL_0_9_8-stable: Allow soft-loading engines.Bodo Möller
2008-07-04Avoid warnings with -pedantic, specifically:Dr. Stephen Henson
2008-05-31Stop warning about extra ';' outside of function.Dr. Stephen Henson
2008-05-26LHASH revamp. make depend.Ben Laurie
2006-07-09New functions to enumerate digests and ciphers.Dr. Stephen Henson
2006-06-09Camellia cipher, contributed by NTTBodo Möller
2006-04-04Add an explicit load_config() call so any added algorithms areDr. Stephen Henson
2006-04-04New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson
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