summaryrefslogtreecommitdiffstats
path: root/test/tpkcs7
AgeCommit message (Collapse)Author
2015-09-07Remove old testing scripts out of the way.Richard Levitte
For now, I'm moving them into Attic/. They will be removed later. Reviewed-by: Rich Salz <rsalz@openssl.org>
2015-05-29Remove OPENSSL_CONF=/dev/null from testsRichard Levitte
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>
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-06Avoid collisions.Ben Laurie
2005-02-01Address run-time linker problems: LD_PRELOAD issue on multi-ABI platformsAndy Polyakov
and SafeDllSearchMode in Windows. Submitted by: Richard Levitte
2002-06-13Add support for DJGPP.Richard Levitte
PR: 75
1999-01-02Fix tests for ssleay -> openssl.Ben Laurie
1998-12-21Import of old SSLeay release: SSLeay 0.8.1bRalf S. Engelschall