summaryrefslogtreecommitdiff
path: root/src/lib/libssl/test/tests.com
diff options
context:
space:
mode:
authorbeck <>2000-03-19 11:13:58 +0000
committerbeck <>2000-03-19 11:13:58 +0000
commit796d609550df3a33fc11468741c5d2f6d3df4c11 (patch)
tree6c6d539061caa20372dad0ac4ddb1dfae2fbe7fe /src/lib/libssl/test/tests.com
parent5be3114c1fd7e0dfea1e38d3abb4cbba75244419 (diff)
downloadopenbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.gz
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.tar.bz2
openbsd-796d609550df3a33fc11468741c5d2f6d3df4c11.zip
OpenSSL 0.9.5 merge
*warning* this bumps shared lib minors for libssl and libcrypto from 2.1 to 2.2 if you are using the ssl26 packages for ssh and other things to work you will need to get new ones (see ~beck/libsslsnap/<arch>) on cvs or ~beck/src-patent.tar.gz on cvs
Diffstat (limited to 'src/lib/libssl/test/tests.com')
-rw-r--r--src/lib/libssl/test/tests.com16
1 files changed, 7 insertions, 9 deletions
diff --git a/src/lib/libssl/test/tests.com b/src/lib/libssl/test/tests.com
index 147b8aa838..040dafab8d 100644
--- a/src/lib/libssl/test/tests.com
+++ b/src/lib/libssl/test/tests.com
@@ -20,9 +20,9 @@ $ tests = p1
20$ else 20$ else
21$ tests := - 21$ tests := -
22 test_des,test_idea,test_sha,test_md5,test_hmac,test_md2,test_mdc2,- 22 test_des,test_idea,test_sha,test_md5,test_hmac,test_md2,test_mdc2,-
23 test_rc2,test_rc4,test_rc5,test_bf,test_cast,- 23 test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,-
24 test_rand,test_bn,test_enc,test_x509,test_rsa,test_crl,test_sid,- 24 test_rand,test_bn,test_enc,test_x509,test_rsa,test_crl,test_sid,-
25 test_reqgen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,- 25 test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
26 test_ss,test_ssl,test_ca 26 test_ss,test_ssl,test_ca
27$ endif 27$ endif
28$ tests = f$edit(tests,"COLLAPSE") 28$ tests = f$edit(tests,"COLLAPSE")
@@ -48,7 +48,7 @@ $ DHTEST := dhtest
48$ DSATEST := dsatest 48$ DSATEST := dsatest
49$ METHTEST := methtest 49$ METHTEST := methtest
50$ SSLTEST := ssltest 50$ SSLTEST := ssltest
51$ RSATEST := rsa_oaep_test 51$ RSATEST := rsa_test
52$ 52$
53$ tests_i = 0 53$ tests_i = 0
54$ loop_tests: 54$ loop_tests:
@@ -151,9 +151,7 @@ RECORD
151$ create/fdl=bntest-vms.fdl bntest-vms.sh 151$ create/fdl=bntest-vms.fdl bntest-vms.sh
152$ open/append foo bntest-vms.sh 152$ open/append foo bntest-vms.sh
153$ type/output=foo: sys$input: 153$ type/output=foo: sys$input:
154<< __FOO__ bc | awk '{ \ 154<< __FOO__ bc | perl -e 'while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $1";} elsif (!/^0$/) {die "\nFailed! bc: $_";} print STDERR "."; $i++;} print STDERR "\n$i tests passed\n"'
155if ($$0 != "0") {print "error"; exit(1); } \
156if (((NR+1)%64) == 0) print NR+1," tests done"; }'
157$ define/user sys$output bntest-vms.tmp 155$ define/user sys$output bntest-vms.tmp
158$ mcr 'texe_dir''bntest' 156$ mcr 'texe_dir''bntest'
159$ copy bntest-vms.tmp foo: 157$ copy bntest-vms.tmp foo:
@@ -173,14 +171,14 @@ $ write sys$output "There are definitly a few expired certificates"
173$ @tverify.com 171$ @tverify.com
174$ goto loop_tests 172$ goto loop_tests
175$ test_dh: 173$ test_dh:
176$ write sys$output "Generate as set of DH parameters" 174$ write sys$output "Generate a set of DH parameters"
177$ mcr 'texe_dir''dhtest' 175$ mcr 'texe_dir''dhtest'
178$ goto loop_tests 176$ goto loop_tests
179$ test_dsa: 177$ test_dsa:
180$ write sys$output "Generate as set of DSA parameters" 178$ write sys$output "Generate a set of DSA parameters"
181$ mcr 'texe_dir''dsatest' 179$ mcr 'texe_dir''dsatest'
182$ goto loop_tests 180$ goto loop_tests
183$ test_reqgen: 181$ test_gen:
184$ write sys$output "Generate and verify a certificate request" 182$ write sys$output "Generate and verify a certificate request"
185$ @testgen.com 183$ @testgen.com
186$ goto loop_tests 184$ goto loop_tests