aboutsummaryrefslogtreecommitdiffstats
path: root/test/tsid
Commit message (Collapse)AuthorAgeFilesLines
* Remove old testing scripts out of the way.Richard Levitte2015-09-071-36/+0
| | | | | | For now, I'm moving them into Attic/. They will be removed later. Reviewed-by: Rich Salz <rsalz@openssl.org>
* Remove OPENSSL_CONF=/dev/null from testsRichard Levitte2015-05-291-1/+0
| | | | | | | | | | Almost two months ago, the warning about non-existing config file was supressed by setting the environment variable OPENSSL_CONF to /dev/null everywhere. Now that this warning is gone, that practice is no longer needed. Reviewed-by: Stephen Henson <steve@openssl.org> Reviewed-by: Rich Salz <rsalz@openssl.org>
* 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