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