summaryrefslogtreecommitdiffstats
path: root/test/testenc
AgeCommit message (Collapse)Author
2015-04-26Remove the special list-xxxx commandsRich Salz
There's a new "list" command, which takes a flag to say what to list. Removing the old hacky commands. Re-ordered some functions to remove some needless declarations. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-10test script cleanupRich Salz
Removed commented-out tests Standardize on doing cmd ... || exit 1 instead of cmd ... if [ $? != 0] ; then exit 1 fi where that if statement has ben one, three, or four lines, variously. Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-08consistent test-start loggingRich Salz
Output a consistent "start" marker for each test. Remove "2>/dev/null" from Makefile command lines. Add OPENSSL_CONFIG=/dev/null for places where it's needed, in order to suppress a warning message from the openssl CLI. Reviewed-by: Richard Levitte <levitte@openssl.org>
2013-04-07Make sure all tests are actually run, plus some fixups for things thatBen Laurie
turn out to be made somewhere by existing Makefiles.
2005-03-30Makefile.ssl doesn't exist anymoreNils Larsch
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
1999-04-11Submitted by:Bodo Möller
Reviewed by: PR:
1999-01-02Fix tests for ssleay -> openssl.Ben Laurie
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