Add NO_ASN1_OLD to remove some old style functions:
[openssl.git] / test / testssl.com
index 4470b7625399fe508fb0a90b6e76bbebc2d98ce2..785f262f5ad5c889dec02eead9346f9fef70e823 100644 (file)
@@ -19,12 +19,12 @@ $       cert=p2
 $      endif
 $      ssltest := mcr 'texe_dir'ssltest -key 'key' -cert 'cert' -c_key 'key' -c_cert 'cert'
 $
-$      define/user sys$output test-ssltest-output.
+$      define/user sys$output testssl-x509-output.
 $      define/user sys$error nla0:
 $      mcr 'exe_dir'openssl x509 -in 'cert' -text -noout
 $      set noon
 $      define/user sys$error nla0:
-$      search/output=nla0: testssl-ssltest-output. "DSA Public Key"/exact
+$      search/output=nla0: testssl-x509-output. "DSA Public Key"/exact
 $      if $severity .eq. 1
 $      then
 $          dsa_cert := YES
@@ -32,7 +32,7 @@ $     else
 $          dsa_cert := NO
 $      endif
 $      set on
-$      delete testssl-ssltest-output.;*
+$      delete testssl-x509-output.;*
 $
 $      if p3 .eqs. ""
 $      then
@@ -159,7 +159,7 @@ $   if $severity .ne. 1 then goto exit3
 $
 $!###########################################################################
 $
-$      write sys$output "test tls1 with 1024bit anonymous SH, multiple handshakes"
+$      write sys$output "test tls1 with 1024bit anonymous DH, multiple handshakes"
 $      'ssltest' -v -bio_pair -tls1 -cipher "ADH" -dhe1024dsa -num 10 -f -time
 $      if $severity .ne. 1 then goto exit3
 $
@@ -186,5 +186,5 @@ $   goto exit
 $ exit3:
 $      RET = 3
 $ exit:
-$      delete certs.tmp;*
+$      if p3 .eqs. "" then delete certs.tmp;*
 $      exit 'RET'