In message <10111815225916_20201...@antinode.info> on Thu, 18 Nov 2010 15:22:59 -0600 (CST), "Steven M. Schweda" <s...@antinode.info> said:
sms> --- tests.com_orig 2010-01-24 18:20:32 -0600 sms> +++ tests.com 2010-11-18 15:10:41 -0600 sms> @@ -76,6 +76,7 @@ sms> $ tests_e = f$element(tests_i,",",tests) sms> $ tests_i = tests_i + 1 sms> $ if tests_e .eqs. "," then goto exit sms> +$ write sys$output "---> ''tests_e'" sms> $ gosub 'tests_e' sms> $ goto loop_tests sms> $ Added to 1.0.0-stable, 1.0.1-stable and 1.1.0-stable; committed. sms> @@ -246,7 +247,9 @@ sms> $ test_ssl: sms> $ write sys$output "test SSL protocol" sms> $ gosub maybe_test_ss sms> +$ set noon sms> $ @testssl.com keyU.ss certU.ss certCA.ss sms> +$ set on sms> $ return sms> $ test_ca: sms> $ set noon sms> @@ -276,8 +279,11 @@ sms> $ then sms> $ write sys$output "skipping testtsa.com test -- requires RSA" sms> $ else sms> +$ set noon sms> $ @testtsa.com sms> +$ set on sms> $ endif sms> +$ set default '__here' sms> $ return sms> $ test_ige: sms> $ write sys$output "Test IGE mode" I embedded this into the testssl.com and testtsa.com scripts, on 1.0.0-stable, 1.0.1-stable and 1.1.0-stable; committed. sms> The IGE test seems to work better if the program gets built sms> (25-JAN-2010): sms> sms> --- maketests.com_orig 2010-04-13 09:38:39 -0500 sms> +++ maketests.com 2010-11-17 16:35:54 -0600 sms> @@ -105,10 +105,12 @@ sms> "MDC2TEST,RMDTEST,"+ - sms> "RANDTEST,DHTEST,ENGINETEST,"+ - sms> "BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSA_TEST,"+ - sms> - "EVP_TEST,JPAKETEST" sms> + "EVP_TEST,IGETEST,JPAKETEST,"+ - sms> + "ASN1TEST" sms> $! Should we add MTTEST,PQ_TEST,LH_TEST,DIVTEST,TABTEST as well? sms> $! sms> $! Additional directory information. sms> +$ T_D_ASN1TEST := [-.test] sms> $ T_D_BNTEST := [-.crypto.bn] sms> $ T_D_ECTEST := [-.crypto.ec] sms> $ T_D_ECDSATEST := [-.crypto.ecdsa] Added to 1.0.0-stable and 1.0.1-stable; committed. sms> These changes let me get to the test/cms-test.pl problems sms> (27-APR-2010, 3-MAY-2010). Ah, yeah, those... sms> I didn't actually add a "test_asn1" to tests.com, either, but sms> ASN1TEST.EXE can be built. You've probably already noticed there's no "test_asn1" in test/Makefile either... ;-) Cheers, Richard -- Richard Levitte rich...@levitte.org http://richard.levitte.org/ "Life is a tremendous celebration - and I'm invited!" -- from a friend's blog, translated from Swedish ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majord...@openssl.org