aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* New functions to enumerate digests and ciphers.Dr. Stephen Henson2006-07-091-0/+55
* Camellia cipher, contributed by NTTBodo Möller2006-06-091-1/+9
* Add an explicit load_config() call so any added algorithms areDr. Stephen Henson2006-04-041-0/+4
* New function to retrieve ASN1 info on public key algorithms. New commandDr. Stephen Henson2006-04-041-5/+48
* some const fixesNils Larsch2005-04-051-5/+6
* fix out-of-bounds check in lock_dbg_cb (was too lose to detect allBodo Möller2003-08-141-1/+1
* Add the possibility to build without the ENGINE framework.Richard Levitte2003-01-301-0/+2
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* allocate bio_err before memory debugging is enabled to avoid memory leaksBodo Möller2002-11-181-4/+4
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-11/+7
* Make sure that the 'config' variable is correctly defined and declaredRichard Levitte2002-10-091-1/+1
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Allow longer program names (VMS allows up to 39 characters).Richard Levitte2002-04-061-2/+2
* Stop spurious "unable to load config info" errors in reqDr. Stephen Henson2001-10-211-1/+6
* New functions SSL[_CTX]_set_msg_callback().Bodo Möller2001-10-201-1/+1
* Reduce the header dependencies on engine.h in apps/.Geoff Thorpe2001-09-121-0/+1
* Put all "common" initialisation in the apps_startup() and apps_shutdown()Geoff Thorpe2001-09-101-9/+0
* restore previous revision -- memory leak should be fixed in mem.cBodo Möller2001-09-101-2/+2
* fix memory leakBodo Möller2001-09-101-2/+2
* Fix apps/openssl.c and ssl/ssltest.c so that they useBodo Möller2001-09-101-2/+7
* Modify apps to use NCONF code instead of old CONF code.Dr. Stephen Henson2001-06-281-4/+5
* apps_startup() needs a corresponding apps_shutdown().Richard Levitte2001-06-231-1/+2
* Fix UI leak in apps.Dr. Stephen Henson2001-06-231-0/+1
* Clean up ENGINE before exiting.Richard Levitte2001-04-261-0/+2
* Forcibly enable memory leak checking during "make test"Bodo Möller2001-03-111-1/+7
* Use new-style system-id macros everywhere possible. I hope I haven'tRichard Levitte2001-02-201-3/+3
* Locking issues.Bodo Möller2000-12-151-0/+126
* Constification of the data of a hash table. This means the callbackRichard Levitte2000-12-131-4/+4
* Next step in tidying up the LHASH code.Geoff Thorpe2000-12-081-11/+17
* Fix warnings.Ben Laurie2000-12-031-2/+2
* Use the new LHASH macros to declare type-safe wrapper functions that canGeoff Thorpe2000-12-021-2/+5
* First step in tidying up the LHASH code. The callback prototypes (andGeoff Thorpe2000-12-011-1/+3
* Make all engines available in the openssl application.Richard Levitte2000-11-061-0/+1
* On VMS, stdout may very well lead to a file that is written to in aRichard Levitte2000-09-201-2/+14
* Make it so we can dynamically enable memory allocation debugging through theRichard Levitte2000-08-011-0/+2
* There have been a number of complaints from a number of sources that namesRichard Levitte2000-06-011-1/+1
* Eliminate memory leaks in mem_dbg.c.Bodo Möller2000-03-181-1/+1
* e_os.h: don't do double work with status codes.Richard Levitte2000-03-181-1/+1
* "openssl no-..." commands for avoiding the need to grepBodo Möller2000-03-131-0/+12
* cleaning up a littleBodo Möller2000-03-121-34/+0
* Correction: openssl.c must get the long version of the apps_startup()Bodo Möller2000-02-051-0/+1
* Cosmetic changes.Bodo Möller2000-02-051-4/+1
* Source code cleanups: Use void * rather than char * in lhash,Ulf Möller2000-01-301-3/+3
* Enable memory checking earlier (we correctly free everythingBodo Möller2000-01-151-5/+4
* RenameBodo Möller1999-12-181-1/+2
* fix typos and other little errors ...Bodo Möller1999-12-181-1/+1
* Avoid shadowing p to make the compiler happy.Bodo Möller1999-12-181-3/+1
* Add missing semicolon to make compiler happy, and switch backBodo Möller1999-12-181-1/+1
* Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ...Richard Levitte1999-12-171-1/+8
* Fix memory checking.Bodo Möller1999-07-091-1/+1