summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 21:04:23 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-07-30 21:04:23 (EDT)
commit5db167ef486c8d49562f46d73f9eaa03f27a8b76 (patch)
treedb7a0dbec0a6f4b3d71149795321c13604d27181 /tests/local.mk
parent990942046a013e4eab23499cd32218bf046791aa (diff)
Revert "tests/ocsp-stapling.sh: New test script"
This reverts commit 990942046a013e4eab23499cd32218bf046791aa. Apparently, even with OCSP stapling, wolfSSL still performs CRL and OCSP lookups. Is there a way to disable CRL and OCSP when a stapled OCSP response is found in the handshake?
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 2049bbe..6d7980c 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -1,6 +1,5 @@
TESTS = \
- %reldir%/badssl.sh \
- %reldir%/ocsp-stapling.sh
+ %reldir%/badssl.sh
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
AM_TAP_AWK='$(AWK)' \