]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
Added test config 24.7.1
authorMartin Willi <martin@revosec.ch>
Thu, 23 Dec 2010 14:00:54 +0000 (15:00 +0100)
committerMartin Willi <martin@revosec.ch>
Thu, 10 Mar 2011 09:19:43 +0000 (10:19 +0100)
src/conftest/suiteb/24.7.1/dut.conf [new file with mode: 0644]
src/conftest/suiteb/24.7.1/test.conf [new file with mode: 0644]

diff --git a/src/conftest/suiteb/24.7.1/dut.conf b/src/conftest/suiteb/24.7.1/dut.conf
new file mode 100644 (file)
index 0000000..5f1360d
--- /dev/null
@@ -0,0 +1,13 @@
+
+cdps {
+       ocsp-TA384 {
+               ca = TA384.crt
+               uri = http://ocsp.strongswan.org/suiteb/24.7.1/TA384
+       }
+}
+
+configs {
+       ike-v4 {
+               rid = ls.revoked.strongswan.org
+       }
+}
diff --git a/src/conftest/suiteb/24.7.1/test.conf b/src/conftest/suiteb/24.7.1/test.conf
new file mode 100644 (file)
index 0000000..f453501
--- /dev/null
@@ -0,0 +1,18 @@
+
+certs {
+       untrusted {
+               x509-ls-revoked = ls-revoked.crt
+       }
+}
+
+configs {
+       ike-v4 {
+               lid = ls.revoked.strongswan.org
+       }
+}
+
+actions {
+       initiate {
+               config = child-v4
+       }
+}