aboutsummaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Avoid some memory holes, one of which was pointed out byBodo Möller1999-06-251-1/+1
* Avoid warnings.Bodo Möller1999-06-101-1/+1
* VMS support.Ulf Möller1999-05-131-0/+2
* Move openssl.cnf out of lib/.Ulf Möller1999-05-111-1/+1
* Remove NOPROTO definitions and error code comments.Ulf Möller1999-04-261-8/+0
* Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller1999-04-231-8/+8
* Change functions to ANSI C.Ulf Möller1999-04-191-14/+6
* Submitted by:Bodo Möller1999-04-111-0/+26
* Sort openssl functions by name.Ben Laurie1999-01-091-0/+16
* First cut of a cleanup for apps/. First the `ssleay' program is now namedRalf S. Engelschall1999-01-021-10/+12
* Import of old SSLeay release: SSLeay 0.9.1b (unreleased)Ralf S. Engelschall1998-12-211-0/+1
* Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall1998-12-211-8/+11
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+339