Correct some typos and missing things.
authorRichard Levitte <levitte@openssl.org>
Tue, 25 Aug 2009 07:17:13 +0000 (07:17 +0000)
committerRichard Levitte <levitte@openssl.org>
Tue, 25 Aug 2009 07:17:13 +0000 (07:17 +0000)
Submitted by Arpadffy Zoltan <Zoltan.Arpadffy@scientificgames.se>

15 files changed:
test/maketests.com
test/tcrl.com
test/testca.com
test/testenc.com
test/testgen.com
test/tests.com
test/testss.com
test/testssl.com
test/tpkcs7.com
test/tpkcs7d.com
test/treq.com
test/trsa.com
test/tsid.com
test/tverify.com
test/tx509.com

index 7316be98cf4fc7e6a93a90fa76eb21a8445dc1d9..7adb82ec317cb5dc3a21cd55c145658ac72f6691 100644 (file)
@@ -138,7 +138,9 @@ $ TEST_FILES = "BNTEST,ECTEST,ECDSATEST,ECDHTEST,IDEATEST,"+ -
               "MDC2TEST,RMDTEST,"+ -
               "RANDTEST,DHTEST,ENGINETEST,"+ -
               "BFTEST,CASTTEST,SSLTEST,EXPTEST,DSATEST,RSA_TEST,"+ -
-              "EVP_TEST"
+              "EVP_TEST,JPAKETEST"
+$! Should we add MTTEST,PQ_TEST,LH_TEST,DIVTEST,TABTEST as well?
+$
 $ TCPIP_PROGRAMS = ",,"
 $ IF COMPILER .EQS. "VAXC" THEN -
      TCPIP_PROGRAMS = ",SSLTEST,"
@@ -199,7 +201,9 @@ $!
 $! Compile The File.
 $!
 $ ON ERROR THEN GOTO NEXT_FILE
-$ CC/OBJECT='OBJECT_FILE' 'SOURCE_FILE'
+$ CC/OBJECT='OBJECT_FILE' /PREFIX=ALL -
+    /INCLUDE=(SYS$DISK:[-],SYS$DISK:[-.CRYPTO],SYS$DISK:[-.CRYPTO.X509V3],SYS$DISK:[-.INCLUDE.OPENSSL]) - 
+    'SOURCE_FILE'
 $ ON WARNING THEN GOTO NEXT_FILE
 $!
 $! Check If What We Are About To Compile Works Without A TCP/IP Library.
index 48567095693f13233f0ee2c223387b21fd1887a5..1f606eb850800fe44c078aa60927bbcd5c4621fd 100644 (file)
@@ -2,7 +2,7 @@ $! TCRL.COM  --  Tests crl keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index e9e98736a781fcb6f4cdddd3fd7789918663a201..ec7e56dad659bf4e610c8e7bc32dee2355de104d 100644 (file)
@@ -2,7 +2,7 @@ $! TESTCA.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $
 $      openssl := mcr 'exe_dir'openssl
index 4a46ce9f062ad798a6b1be3f3cfd48f475224e5d..621d9a21264288af4a8183609d8c6f7619ea52a7 100644 (file)
@@ -2,7 +2,7 @@ $! TESTENC.COM  --  Test encoding and decoding
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $
 $      testsrc := makefile.
index ee62c4c1b5708adb2f5ab552eaa9fd84dac3d14d..a4bc574bec534e48fbd25e633c8b06c3ad34b8a7 100644 (file)
@@ -2,8 +2,9 @@ $! TETSGEN.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
+$      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
 $      T := testcert
 $      KEY = 512
index 702d087107ae68b8ecaefb7b57e4317ad4292c9e..16d0cb7a1d308e8b62aa146ef993306443d0e3e5 100644 (file)
@@ -7,12 +7,13 @@ $     __here = f$parse(f$parse("A.;",__proc) - "A.;","[]A.;") - "A.;"
 $      __save_default = f$environment("default")
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      texe_dir := sys$disk:[-.'__arch'.exe.test]
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
 $      set default '__here'
+$
 $      on control_y then goto exit
 $      on error then goto exit
 $
@@ -31,7 +32,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_jpake,test_cms
 $      endif
 $      tests = f$edit(tests,"COLLAPSE")
 $
index 6b31f72c3197d457d755c85eee7592dec2c1f394..6598106b09d488bbb6e87980061f8d317cb608a3 100644 (file)
@@ -2,7 +2,7 @@ $! TESTSS.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index b79d470a1476afbe8bc43b3acbfbf0f6fefb1dfe..9c83afba047fb521e06485ecb272a7cf2bc8a7bd 100644 (file)
@@ -2,7 +2,7 @@ $! TESTSSL.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      texe_dir := sys$disk:[-.'__arch'.exe.test]
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
index 31a86d3cdd659ef7d407b66841f9ce96cca275dd..e107cc141a882e045f5c3ba7099ef7fb819b363b 100644 (file)
@@ -2,7 +2,7 @@ $! TPKCS7.COM  --  Tests pkcs7 keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index 22f0d0b2c5fd95d927ad084248e190ccea02f015..5ff653ccee0f7695231d27ca3a630d16e68fe9d6 100644 (file)
@@ -2,7 +2,7 @@ $! TPKCS7.COM  --  Tests pkcs7 keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index 7b9cb9897cc658c5b82a72405daba2694c532658..d2594be6a7ec5f2066f7ca6f38cfd0e065075f68 100644 (file)
@@ -2,7 +2,7 @@ $! TREQ.COM  --  Tests req keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index aa15c4726f9d913a86ad29202c4a1911b81ed00e..d3a8a605b788438d0f3475d5afe7cc6e5dca7296 100644 (file)
@@ -2,7 +2,7 @@ $! TRSA.COM  --  Tests rsa keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index e4316b966b738a9901ab7c32394bc39e4f0f62b9..267ace11353ace622b33f6b9e614ad328a1f7434 100644 (file)
@@ -2,7 +2,7 @@ $! TSID.COM  --  Tests sid keys
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $
index 2c5f25a97c82de5110d56404739be611818d76d6..01431f4aac19fc2ee3a751eb8c58f82f3f461eff 100644 (file)
@@ -2,7 +2,7 @@ $! TVERIFY.COM
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $!
 $      line_max = 255 ! Could be longer on modern non-VAX.
index cd23a354fb59ab976bacafd06eab1ca4f0bb3a77..399eb014901726f61409f17c991e58557c0453f4 100644 (file)
@@ -2,7 +2,7 @@ $! TX509.COM  --  Tests x509 certificates
 $
 $      __arch := VAX
 $      if f$getsyi("cpu") .ge. 128 then -
-          __arch := f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
+          __arch = f$edit( f$getsyi( "ARCH_NAME"), "UPCASE")
 $      if __arch .eqs. "" then __arch := UNK
 $      exe_dir := sys$disk:[-.'__arch'.exe.apps]
 $