add OCSP test

This commit is contained in:
Brent Cook
2016-07-04 23:29:39 -05:00
parent ccf66c469f
commit aab671088d
3 changed files with 24 additions and 0 deletions

8
tests/ocsptest.sh Executable file
View File

@@ -0,0 +1,8 @@
#!/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