aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tests/ikev2/ocsp-untrusted-cert
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-04-05 17:09:54 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-04-05 17:09:54 +0000
commit45c97f180f8754062b40148a86e2579de25585a5 (patch)
tree41a59fabb25558fc4a7770b90c2a01401a7a6a88 /testing/tests/ikev2/ocsp-untrusted-cert
parent69837d5baadc61612061290fc94c79fb2625f5be (diff)
downloadstrongswan-45c97f180f8754062b40148a86e2579de25585a5.tar.bz2
strongswan-45c97f180f8754062b40148a86e2579de25585a5.tar.xz
block crl fetching
Diffstat (limited to 'testing/tests/ikev2/ocsp-untrusted-cert')
-rw-r--r--testing/tests/ikev2/ocsp-untrusted-cert/posttest.dat2
-rw-r--r--testing/tests/ikev2/ocsp-untrusted-cert/pretest.dat2
2 files changed, 4 insertions, 0 deletions
diff --git a/testing/tests/ikev2/ocsp-untrusted-cert/posttest.dat b/testing/tests/ikev2/ocsp-untrusted-cert/posttest.dat
index c6d6235f9..cf72480d4 100644
--- a/testing/tests/ikev2/ocsp-untrusted-cert/posttest.dat
+++ b/testing/tests/ikev2/ocsp-untrusted-cert/posttest.dat
@@ -1,2 +1,4 @@
moon::ipsec stop
carol::ipsec stop
+moon::iptables -F OUTPUT
+carol::iptables -F OUTPUT
diff --git a/testing/tests/ikev2/ocsp-untrusted-cert/pretest.dat b/testing/tests/ikev2/ocsp-untrusted-cert/pretest.dat
index d92333d86..7d9d600ff 100644
--- a/testing/tests/ikev2/ocsp-untrusted-cert/pretest.dat
+++ b/testing/tests/ikev2/ocsp-untrusted-cert/pretest.dat
@@ -1,3 +1,5 @@
+moon::iptables -I OUTPUT -d PH_IP_WINNETOU -p tcp --dport 80 -j DROP
+carol::iptables -I OUTPUT -d PH_IP_WINNETOU -p tcp --dport 80 -j DROP
moon::ipsec start
carol::ipsec start
carol::sleep 2