summaryrefslogtreecommitdiffstats
path: root/apps/openssl.c
AgeCommit message (Collapse)Author
2000-03-13"openssl no-..." commands for avoiding the need to grepBodo Möller
"openssl list-standard-commands".
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
macro
2000-02-05Cosmetic changes.Bodo Möller
2000-01-30Source code cleanups: Use void * rather than char * in lhash,Ulf Möller
eliminate some of the -Wcast-qual warnings (debug-ben-strict target)
2000-01-15Enable memory checking earlier (we correctly free everythingBodo Möller
except for the BIO through which we print the memory leak list, and the leak printing function ignores this one block).
1999-12-18RenameBodo Möller
CRYPTO_add_info => CRYPTO_push_info CRYPTO_remove_info => CRYPTO_pop_info in the hope that these names are more descriptive; and "make update".
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
from MemCheck_start() to CRYPTO_mem_ctrl(CRYPTO_MEM_CHECK_ON) because that is what applications should use (MemCheck_start/stop never really worked for applications unless CRYPTO_MDEBUG was defined both when compiling the library and when compiling the application, so probably we should get rid of it).
1999-12-17Use MemCheck_start() instead of CRYPTO_mem_ctrl(), and generate a small leak ↵Richard Levitte
to test (conditional)
1999-07-09Fix memory checking.Bodo Möller
1999-06-25Avoid some memory holes, one of which was pointed out byBodo Möller
"Chad C. Mulligan" <mulligan@antipope.org>.
1999-06-10Avoid warnings.Bodo Möller
1999-05-13VMS support.Ulf Möller
Submitted by: Richard Levitte <richard@levitte.org>
1999-05-11Move openssl.cnf out of lib/.Ulf Möller
Submitted by: Richard Levitte <levitte@stacken.kth.se>
1999-04-26Remove NOPROTO definitions and error code comments.Ulf Möller
1999-04-23Change #include filenames from <foo.h> to <openssl.h>.Bodo Möller
Submitted by: Reviewed by: PR:
1999-04-19Change functions to ANSI C.Ulf Möller
1999-04-11Submitted by:Bodo Möller
Reviewed by: PR:
1999-01-09Sort openssl functions by name.Ben Laurie
1999-01-02First cut of a cleanup for apps/. First the `ssleay' program is now namedRalf S. Engelschall
`openssl' and second, the shortcut symlinks for the `openssl <command>' are no longer created. This way we have a single and consistent command line interface `openssl <command>', similar to `cvs <command>'. Notice, the openssl.cnf, openssl.c and progs.pl files were changed after a repository copy, i.e. they still contain the complete file history.
1998-12-21Import of old SSLeay release: SSLeay 0.9.1b (unreleased)SSLeayRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.9.0bRalf S. Engelschall
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall