libreSSL/tests/ocsptest.sh

9 lines
141 B
Bash
Raw Normal View History

2016-07-05 06:29:39 +02:00
#!/bin/sh
set -e
TEST=./ocsp_test
if [ -e ./ocsp_test.exe ]; then
TEST=./ocsp_test.exe
fi
$TEST www.amazon.com 443
$TEST cloudflare.com 443