3688952049db4264ed720b3f46ccc6a08449d8c3
[openssl.git] / test / tests.com
1 $! TESTS.COM  --  Performs the necessary tests
2 $!
3 $! P1   tests to be performed.  Empty means all.
4 $
5 $       __proc = f$element(0,";",f$environment("procedure"))
6 $       __here = f$parse(f$parse("A.;",__proc) - "A.;","[]A.;") - "A.;"
7 $       __save_default = f$environment("default")
8 $       __arch := VAX
9 $       if f$getsyi("cpu") .ge. 128 then -
10            __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
11 $       if __arch .eqs. "" then __arch := UNK
12 $       texe_dir := sys$disk:[-.'__arch'.exe.test]
13 $       exe_dir := sys$disk:[-.'__arch'.exe.apps]
14 $
15 $       sslroot = f$parse("sys$disk:[-.apps];",,,,"syntax_only") - "].;"+ ".]"
16 $       define /translation_attributes = concealed sslroot 'sslroot'
17 $       openssl_conf := sslroot:[000000]openssl-vms.cnf
18 $
19 $       set default '__here'
20 $
21 $       on control_y then goto exit
22 $       on error then goto exit
23 $
24 $       if p1 .nes. ""
25 $       then
26 $           tests = p1
27 $       else
28 $! NOTE: This list reflects the list of dependencies following the
29 $! "alltests" target in Makefile.  This should make it easy to see
30 $! if there's a difference that needs to be taken care of.
31 $           tests := -
32         test_des,test_idea,test_sha,test_md4,test_md5,test_hmac,-
33         test_md2,test_mdc2,test_wp,-
34         test_rmd,test_rc2,test_rc4,test_rc5,test_bf,test_cast,test_aes,-
35         test_rand,test_bn,test_ec,test_ecdsa,test_ecdh,-
36         test_enc,test_x509,test_rsa,test_crl,test_sid,-
37         test_gen,test_req,test_pkcs7,test_verify,test_dh,test_dsa,-
38         test_ss,test_ca,test_engine,test_evp,test_ssl,test_tsa,test_ige,-
39         test_jpake,test_cms
40 $       endif
41 $       tests = f$edit(tests,"COLLAPSE")
42 $
43 $       BNTEST :=       bntest
44 $       ECTEST :=       ectest
45 $       ECDSATEST :=    ecdsatest
46 $       ECDHTEST :=     ecdhtest
47 $       EXPTEST :=      exptest
48 $       IDEATEST :=     ideatest
49 $       SHATEST :=      shatest
50 $       SHA1TEST :=     sha1test
51 $       MDC2TEST :=     mdc2test
52 $       RMDTEST :=      rmdtest
53 $       MD2TEST :=      md2test
54 $       MD4TEST :=      md4test
55 $       MD5TEST :=      md5test
56 $       HMACTEST :=     hmactest
57 $       WPTEST :=       wp_test
58 $       RC2TEST :=      rc2test
59 $       RC4TEST :=      rc4test
60 $       RC5TEST :=      rc5test
61 $       BFTEST :=       bftest
62 $       CASTTEST :=     casttest
63 $       DESTEST :=      destest
64 $       RANDTEST :=     randtest
65 $       DHTEST :=       dhtest
66 $       DSATEST :=      dsatest
67 $       METHTEST :=     methtest
68 $       SSLTEST :=      ssltest
69 $       RSATEST :=      rsa_test
70 $       ENGINETEST :=   enginetest
71 $       EVPTEST :=      evp_test
72 $       IGETEST :=      igetest
73 $       JPAKETEST :=    jpaketest
74 $       ASN1TEST :=     asn1test
75 $
76 $       tests_i = 0
77 $ loop_tests:
78 $       tests_e = f$element(tests_i,",",tests)
79 $       tests_i = tests_i + 1
80 $       if tests_e .eqs. "," then goto exit
81 $       write sys$output "---> ''tests_e'"
82 $       gosub 'tests_e'
83 $       goto loop_tests
84 $
85 $ test_evp:
86 $       mcr 'texe_dir''evptest' evptests.txt
87 $       return
88 $ test_des:
89 $       mcr 'texe_dir''destest'
90 $       return
91 $ test_idea:
92 $       mcr 'texe_dir''ideatest'
93 $       return
94 $ test_sha:
95 $       mcr 'texe_dir''shatest'
96 $       mcr 'texe_dir''sha1test'
97 $       return
98 $ test_mdc2:
99 $       mcr 'texe_dir''mdc2test'
100 $       return
101 $ test_md5:
102 $       mcr 'texe_dir''md5test'
103 $       return
104 $ test_md4:
105 $       mcr 'texe_dir''md4test'
106 $       return
107 $ test_hmac:
108 $       mcr 'texe_dir''hmactest'
109 $       return
110 $ test_wp:
111 $       mcr 'texe_dir''wptest'
112 $       return
113 $ test_md2:
114 $       mcr 'texe_dir''md2test'
115 $       return
116 $ test_rmd:
117 $       mcr 'texe_dir''rmdtest'
118 $       return
119 $ test_bf:
120 $       mcr 'texe_dir''bftest'
121 $       return
122 $ test_cast:
123 $       mcr 'texe_dir''casttest'
124 $       return
125 $ test_rc2:
126 $       mcr 'texe_dir''rc2test'
127 $       return
128 $ test_rc4:
129 $       mcr 'texe_dir''rc4test'
130 $       return
131 $ test_rc5:
132 $       mcr 'texe_dir''rc5test'
133 $       return
134 $ test_rand:
135 $       mcr 'texe_dir''randtest'
136 $       return
137 $ test_enc:
138 $       @testenc.com
139 $       return
140 $ test_x509:
141 $       define sys$error nla0:
142 $       write sys$output "test normal x509v1 certificate"
143 $       @tx509.com
144 $       write sys$output "test first x509v3 certificate"
145 $       @tx509.com v3-cert1.pem
146 $       write sys$output "test second x509v3 certificate"
147 $       @tx509.com v3-cert2.pem
148 $       deassign sys$error
149 $       return
150 $ test_rsa:
151 $       define sys$error nla0:
152 $       @trsa.com
153 $       deassign sys$error
154 $       mcr 'texe_dir''rsatest'
155 $       return
156 $ test_crl:
157 $       define sys$error nla0:
158 $       @tcrl.com
159 $       deassign sys$error
160 $       return
161 $ test_sid:
162 $       define sys$error nla0:
163 $       @tsid.com
164 $       deassign sys$error
165 $       return
166 $ test_req:
167 $       define sys$error nla0:
168 $       @treq.com
169 $       @treq.com testreq2.pem
170 $       deassign sys$error
171 $       return
172 $ test_pkcs7:
173 $       define sys$error nla0:
174 $       @tpkcs7.com
175 $       @tpkcs7d.com
176 $       deassign sys$error
177 $       return
178 $ test_bn:
179 $       write sys$output "starting big number library test, could take a while..."
180 $       create bntest-vms.fdl
181 FILE
182         ORGANIZATION    sequential
183 RECORD
184         FORMAT          stream_lf
185 $       create/fdl=bntest-vms.fdl bntest-vms.sh
186 $       open/append foo bntest-vms.sh
187 $       type/output=foo: sys$input:
188 << __FOO__ sh -c "`sh ./bctest`" | perl -e '$i=0; while (<STDIN>) {if (/^test (.*)/) {print STDERR "\nverify $1";} elsif (!/^0$/) {die "\nFailed! bc: $_";} else {print STDERR "."; $i++;}} print STDERR "\n$i tests passed\n"'
189 $       define/user sys$output bntest-vms.tmp
190 $       mcr 'texe_dir''bntest'
191 $       copy bntest-vms.tmp foo:
192 $       delete bntest-vms.tmp;*
193 $       type/output=foo: sys$input:
194 __FOO__
195 $       close foo
196 $       write sys$output "-- copy the [.test]bntest-vms.sh and [.test]bctest files to a Unix system and"
197 $       write sys$output "-- run bntest-vms.sh through sh or bash to verify that the bignum operations"
198 $       write sys$output "-- went well."
199 $       write sys$output ""
200 $       write sys$output "test a^b%c implementations"
201 $       mcr 'texe_dir''exptest'
202 $       return
203 $ test_ec:
204 $       write sys$output "test elliptic curves"
205 $       mcr 'texe_dir''ectest'
206 $       return
207 $ test_ecdsa:
208 $       write sys$output "test ecdsa"
209 $       mcr 'texe_dir''ecdsatest'
210 $       return
211 $ test_ecdh:
212 $       write sys$output "test ecdh"
213 $       mcr 'texe_dir''ecdhtest'
214 $       return
215 $ test_verify:
216 $       write sys$output "The following command should have some OK's and some failures"
217 $       write sys$output "There are definitly a few expired certificates"
218 $       @tverify.com
219 $       return
220 $ test_dh:
221 $       write sys$output "Generate a set of DH parameters"
222 $       mcr 'texe_dir''dhtest'
223 $       return
224 $ test_dsa:
225 $       write sys$output "Generate a set of DSA parameters"
226 $       mcr 'texe_dir''dsatest'
227 $       return
228 $ test_gen:
229 $       write sys$output "Generate and verify a certificate request"
230 $       @testgen.com
231 $       return
232 $ maybe_test_ss:
233 $       testss_RDT = f$cvtime(f$file_attributes("testss.com","RDT"))
234 $       if f$cvtime(f$file_attributes("keyU.ss","RDT")) .les. testss_RDT then -
235                 goto test_ss
236 $       if f$cvtime(f$file_attributes("certU.ss","RDT")) .les. testss_RDT then -
237                 goto test_ss
238 $       if f$cvtime(f$file_attributes("certCA.ss","RDT")) .les. testss_RDT then -
239                 goto test_ss
240 $       return
241 $ test_ss:
242 $       write sys$output "Generate and certify a test certificate"
243 $       @testss.com
244 $       return
245 $ test_engine: 
246 $       write sys$output "Manipulate the ENGINE structures"
247 $       mcr 'texe_dir''enginetest'
248 $       return
249 $ test_ssl:
250 $       write sys$output "test SSL protocol"
251 $       gosub maybe_test_ss
252 $       @testssl.com keyU.ss certU.ss certCA.ss
253 $       return
254 $ test_ca:
255 $       set noon
256 $       define/user sys$output nla0:
257 $       mcr 'exe_dir'openssl no-rsa
258 $       save_severity=$SEVERITY
259 $       set on
260 $       if save_severity
261 $       then
262 $           write sys$output "skipping CA.com test -- requires RSA"
263 $       else
264 $           write sys$output "Generate and certify a test certificate via the 'ca' program"
265 $           @testca.com
266 $       endif
267 $       return
268 $ test_aes: 
269 $!      write sys$output "test AES"
270 $!      !mcr 'texe_dir''aestest'
271 $       return
272 $ test_tsa:
273 $       set noon
274 $       define/user sys$output nla0:
275 $       mcr 'exe_dir'openssl no-rsa
276 $       save_severity=$SEVERITY
277 $       set on
278 $       if save_severity
279 $       then
280 $           write sys$output "skipping testtsa.com test -- requires RSA"
281 $       else
282 $           @testtsa.com
283 $       endif
284 $       return
285 $ test_ige: 
286 $       write sys$output "Test IGE mode"
287 $       mcr 'texe_dir''igetest'
288 $       return
289 $ test_jpake: 
290 $       write sys$output "Test JPAKE"
291 $       mcr 'texe_dir''jpaketest'
292 $       return
293 $ test_cms:
294 $       write sys$output "CMS consistency test"
295 $       ! The following makes perl include the DCL symbol table in the env.
296 $       define/user perl_env_tables clisym_local,lnm$file_dev,ctrl_env
297 $       perl CMS-TEST.PL
298 $       return
299 $
300 $
301 $ exit:
302 $       set default '__save_default'
303 $       deassign sslroot
304 $       exit