aboutsummaryrefslogtreecommitdiff
path: root/tests/tlstest.sh
blob: 4024007bae1fafdcf4f6937224679a96290ed411 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/bin/sh
set -e

tlstest_bin=./tlstest
if [ -e ./tlstest.exe ]; then
	tlstest_bin=./tlstest.exe
fi

if [ -z $srcdir ]; then
	srcdir=.
fi

$tlstest_bin $srcdir/ca-root-rsa.pem $srcdir/server1-rsa-chain.pem $srcdir/server1-rsa.pem