summaryrefslogtreecommitdiffstats
path: root/test/testca
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-17SunOS non-posix shells do not grok export name=valueViktor Dukhovni
Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-10Polish shell script to avoid needless complexity.Viktor Dukhovni
No need for here documents, just use "yes" or </dev/null. No need for "|| exit 1" clauses, just use "set -e". Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org>
2015-04-10fix to "test script cleanup"Rich Salz
Fix commit 30f54ad295d58ff8c6d28c1fd612d23c2c343d19 which used non-portable syntax for checking exit status. Reviewed-by: Matt Caswell <matt@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-08Drop CA.sh for CA.plRich Salz
Remove CA.sh script and use CA.pl for testing, etc. 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>
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