Update the VMS build according to the latest unixly build. Partly provided by Zoltan...
authorRichard Levitte <richard@levitte.org>
Wed, 6 Aug 2014 01:54:57 +0000 (03:54 +0200)
committerRichard Levitte <levitte@openssl.org>
Wed, 15 Oct 2014 08:48:32 +0000 (10:48 +0200)
Reviewed-by: Tim Hudson <tjh@openssl.org>
ssl/ssl-lib.com
test/maketests.com
test/tests.com

index b02c612fc2c33c078bdf7cfb998e8fe7f165319d..f811e8ce044f87fda5a064b10b6a7a5a5b9f718b 100644 (file)
@@ -222,7 +222,7 @@ $ LIB_SSL = "s2_meth,s2_srvr,s2_clnt,s2_lib,s2_enc,s2_pkt,"+ -
            "ssl_lib,ssl_err2,ssl_cert,ssl_sess,"+ -
            "ssl_ciph,ssl_stat,ssl_rsa,"+ -
            "ssl_asn1,ssl_txt,ssl_algs,"+ -
-           "bio_ssl,ssl_err,kssl,tls_srp,t1_reneg"
+           "bio_ssl,ssl_err,kssl,tls_srp,t1_reneg,ssl_utst"
 $!
 $ COMPILEWITH_CC5 = ""
 $!
index 9b64cba234742c1e745f840c088bd50fa80d6aa5..a59abc87b5fa65e0b31c3ecef4dd35bbcda3312b 100644 (file)
@@ -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,HEARTBEAT_TEST"
 $! Should we add MTTEST,PQ_TEST,LH_TEST,DIVTEST,TABTEST as well?
 $!
 $! Additional directory information.
@@ -185,6 +186,7 @@ $ T_D_IGETEST    := [-.test]
 $ T_D_JPAKETEST  := [-.crypto.jpake]
 $ T_D_SRPTEST    := [-.crypto.srp]
 $ T_D_ASN1TEST   := [-.test]
+$ T_D_HEARTBEAT_TEST := [-.ssl]
 $!
 $ TCPIP_PROGRAMS = ",,"
 $ IF COMPILER .EQS. "VAXC" THEN -
index a840d5078f0e034f5f89bf56f0e727e4950130aa..f003107ce5a8d9a2933ab1ca1bf42386fdbeb83a 100644 (file)
@@ -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_heartbeat
 $      endif
 $      tests = f$edit(tests,"COLLAPSE")
 $
@@ -95,6 +95,7 @@ $     IGETEST :=      igetest
 $      JPAKETEST :=    jpaketest
 $      SRPTEST :=      srptest
 $      ASN1TEST :=     asn1test
+$      HEARTBEATTEST := heartbeat_test
 $!
 $      tests_i = 0
 $ loop_tests:
@@ -366,6 +367,10 @@ $ test_srp:
 $      write sys$output "Test SRP"
 $      mcr 'texe_dir''srptest'
 $      return
+$ test_heartbeat:
+$       write sys$output "Test HEARTBEAT"
+$       mcr 'texe_dir''heartbeattest'
+$       return
 $
 $
 $ exit: