summaryrefslogtreecommitdiffstats
path: root/test/tests.com
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2006-02-26 10:47:57 +0000
committerRichard Levitte <levitte@openssl.org>2006-02-26 10:47:57 +0000
commit8937a13e0cab65fbe74d19217d3a46074e1a98f3 (patch)
tree7b4787d27516a7673a644db9b676e10046396932 /test/tests.com
parent19017d4061590ba602b61f1b85b7e83c30010f76 (diff)
Add a TSA test. testtsa.com is a manual sh to dcl translation of
testtsa.
Diffstat (limited to 'test/tests.com')
-rw-r--r--test/tests.com25
1 files changed, 19 insertions, 6 deletions
diff --git a/test/tests.com b/test/tests.com
index 056082e7fe..433b57f1d6 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -20,12 +20,12 @@ $ tests = p1
$ else
$ tests := -
test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,-
- test_md2,test_mdc2,-
- test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_rd,-
+ test_md2,test_mdc2,test_wp,-
+ test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_aes,-
test_rand,test_bn,test_ec,test_ecdsa,test_ecdh,-
test_enc,test_x509,test_rsa,test_crl,test_sid,-
test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
- test_ss,test_ca,test_engine,test_evp,test_ssl
+ test_ss,test_ca,test_engine,test_evp,test_ssl,test_tsa
$ endif
$ tests = f$edit(tests,"COLLAPSE")
$
@@ -246,9 +246,22 @@ $ write sys$output "Generate and certify a test certificate via the 'ca' pro
$ @testca.com
$ endif
$ return
-$ test_rd:
-$ write sys$output "test Rijndael"
-$ !mcr 'texe_dir''rdtest'
+$ test_aes:
+$! write sys$output "test AES"
+$! !mcr 'texe_dir''aestest'
+$ return
+$ test_tsa:
+$ set noon
+$ define/user sys$output nla0:
+$ mcr 'exe_dir'openssl no-rsa
+$ save_severity=$SEVERITY
+$ set on
+$ if save_severity
+$ then
+$ write sys$output "skipping testtsa.com test -- requires RSA"
+$ else
+$ @testtsa.com
+$ endif
$ return
$
$