summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorRichard Levitte <richard@levitte.org>2014-06-12 16:59:47 +0200
committerRichard Levitte <richard@levitte.org>2014-06-12 16:59:47 +0200
commit995d08d1046162e2a26d2adc44fa8b0daaca9a44 (patch)
tree26a7e6f9a7fda5ba9892c39d52afd589a8a4392f /test
parentca422f356307012ba7a2325db8461aa3ba43e063 (diff)
Update the VMS build according to the latest unixly build.
Partly provided by Zoltan Arpadffy <arpadffy@polarhome.com>
Diffstat (limited to 'test')
-rw-r--r--test/maketests.com5
-rw-r--r--test/tests.com16
2 files changed, 19 insertions, 2 deletions
diff --git a/test/maketests.com b/test/maketests.com
index 9b64cba234..7351437067 100644
--- a/test/maketests.com
+++ b/test/maketests.com
@@ -6,6 +6,7 @@ $! A-Com Computing, Inc.
$! byer@mail.all-net.net
$!
$! Changes by Richard Levitte <richard@levitte.org>
+$! Zoltan Arpadffy <arpadffy@polarhome.com>
$!
$! This command files compiles and creates all the various different
$! "test" programs for the different types of encryption for OpenSSL.
@@ -147,7 +148,7 @@ $ TEST_FILES = "BNTEST,ECTEST,ECDSATEST,ECDHTEST,IDEATEST,"+ -
"RANDTEST,DHTEST,ENGINETEST,"+ -
"BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSA_TEST,"+ -
"EVP_TEST,IGETEST,JPAKETEST,SRPTEST,"+ -
- "ASN1TEST"
+ "ASN1TEST,V3NAMETEST,HEARTBEAT_TEST"
$! Should we add MTTEST,PQ_TEST,LH_TEST,DIVTEST,TABTEST as well?
$!
$! Additional directory information.
@@ -184,7 +185,9 @@ $ T_D_EVP_TEST := [-.crypto.evp]
$ T_D_IGETEST := [-.test]
$ T_D_JPAKETEST := [-.crypto.jpake]
$ T_D_SRPTEST := [-.crypto.srp]
+$ T_D_V3NAMETEST := [-.crypto.x509v3]
$ T_D_ASN1TEST := [-.test]
+$ T_D_HEARTBEAT_TEST := [-.ssl]
$!
$ TCPIP_PROGRAMS = ",,"
$ IF COMPILER .EQS. "VAXC" THEN -
diff --git a/test/tests.com b/test/tests.com
index a840d5078f..d2d3a634e0 100644
--- a/test/tests.com
+++ b/test/tests.com
@@ -56,7 +56,7 @@ $ tests := -
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_tsa,test_ige,-
- test_jpake,test_srp,test_cms
+ test_jpake,test_srp,test_cms,test_ocsp,test_v3name,test_heartbeat
$ endif
$ tests = f$edit(tests,"COLLAPSE")
$
@@ -94,7 +94,9 @@ $ EVPTEST := evp_test
$ IGETEST := igetest
$ JPAKETEST := jpaketest
$ SRPTEST := srptest
+$ V3NAMETEST := v3nametest
$ ASN1TEST := asn1test
+$ HEARTBEATTEST := heartbeat_test
$!
$ tests_i = 0
$ loop_tests:
@@ -366,6 +368,18 @@ $ test_srp:
$ write sys$output "Test SRP"
$ mcr 'texe_dir''srptest'
$ return
+$ test_ocsp:
+$ write sys$output "Test OCSP"
+$ @tocsp.com
+$ return
+$ test_v3name:
+$ write sys$output "Test V3NAME"
+$ mcr 'texe_dir''v3nametest'
+$ return
+$ test_heartbeat:
+$ write sys$output "Test HEARTBEAT"
+$ mcr 'texe_dir''heartbeattest'
+$ return
$
$
$ exit: