summaryrefslogtreecommitdiffstats
path: root/test/testtsa
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-09-05Cleanup testtsa scriptRich Salz
Add RUN function; remove single-use functions and use their body inline. Reviewed-by: Tim Hudson <tjh@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>
2007-12-03Change submitted by Doug Kaufman. He writes:Richard Levitte
I just compiled the 9.9-dev version from the 12022007 tarball under DJGPP. There were only 2 changes needed, one for b_sock.c, since DJGPP with WATT32 doesn't define socklen_t and one for testtsa to handle DOS style path separators. I also noted what seems to be a typographical error in ts.pod. The test suite passes. The patch is attached. Since I am in the US, I have sent notifications to the Bureau of Industry and Security and to the NSA.
2006-11-07Make TSA tests use the noprompt mode of utilities rather than pipingDr. Stephen Henson
the result into interative utilities.
2006-08-01Real Bourne shell doesn't interpret ==, but =.Andy Polyakov
2006-03-30The -config option flag needs to be in the SSLEAY_CONFIG value.Richard Levitte
PR: 1300
2006-03-28Small bug. apps/CA.sh and apps/CA.com look at SSLEAY_CONFIG, notRichard Levitte
OPENSSL_CONF.
2006-02-16message styleUlf Möller
2006-02-16oopsUlf Möller
2006-02-16wrap shlib for testtsaUlf Möller
Submitted by: David Somers <dsomers@omz13.com>
2006-02-12time stamp Makefile, test filesUlf Möller
Submitted by: Zoltan Glozik <zglozik@opentsa.org>