-BaseName: ssl_reuse
+BaseName: tls_reuse
Version: 1.0
-Description: Test ssl stream reuse.
+Description: Test tls stream reuse.
CreationDate: Wed Jun 30 16:37:00 CET 2020
Maintainer: Wouter Wijngaards
Category:
CmdDepends:
Depends:
Help:
-Pre: ssl_reuse.pre
-Post: ssl_reuse.post
-Test: ssl_reuse.test
+Pre: tls_reuse.pre
+Post: tls_reuse.post
+Test: tls_reuse.test
AuxFiles:
Passed:
Failure:
-# #-- ssl_reuse.post --#
+# #-- tls_reuse.post --#
# source the master var file when it's there
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
# source the test var file when it's there
-# #-- ssl_reuse.pre--#
+# #-- tls_reuse.pre--#
# source the master var file when it's there
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
# use .tpkg.var.test for in test variable passing
echo "UPSTREAM_PORT=$UPSTREAM_PORT" >> .tpkg.var.test
# make config file
-sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < ssl_reuse.conf > ub.conf
+sed -e 's/@PORT\@/'$UNBOUND_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < tls_reuse.conf > ub.conf
# start unbound in the background
#$PRE/unbound -d -c ub.conf >unbound.log 2>&1 &
valgrind $PRE/unbound -d -c ub.conf 2>&1 | tee unbound.log &
wait_unbound_up unbound.log
# make upstream config file
-sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < ssl_reuse.conf2 > ub2.conf
+sed -e 's/@PORT\@/'$UPSTREAM_PORT'/' -e 's/@TOPORT\@/'$UPSTREAM_PORT'/' < tls_reuse.conf2 > ub2.conf
# start upstream unbound in the background
#$PRE/unbound -d -c ub2.conf >unbound2.log 2>&1 &
$PRE/unbound -d -c ub2.conf 2>&1 | tee unbound2.log &
-# #-- ssl_reuse.test --#
+# #-- tls_reuse.test --#
# source the master var file when it's there
[ -f ../.tpkg.var.master ] && source ../.tpkg.var.master
# use .tpkg.var.test for in test variable passing