aboutsummaryrefslogtreecommitdiffstats
path: root/test/tsid
Commit message (Collapse)AuthorAgeFilesLines
* test script cleanupRich Salz2015-04-101-53/+11
| | | | | | | | | | | | | | | 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>
* consistent test-start loggingRich Salz2015-04-081-0/+1
| | | | | | | | | 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>
* Avoid collisions.Ben Laurie2013-04-061-24/+24
|
* Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov2005-02-011-8/+1
| | | | | | and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
* Add support for DJGPP.Richard Levitte2002-06-131-1/+5
| | | | PR: 75
* Fix tests for ssleay -> openssl.Ben Laurie1999-01-021-1/+1
|
* Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall1998-12-211-0/+81