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

diff --git a/src/conftest/suiteb/24.2.1/TA384.crl b/src/conftest/suiteb/24.2.1/TA384.crl
new file mode 100644 (file)
index 0000000..5814da6
Binary files /dev/null and b/src/conftest/suiteb/24.2.1/TA384.crl differ
diff --git a/src/conftest/suiteb/24.2.1/dut.conf b/src/conftest/suiteb/24.2.1/dut.conf
new file mode 100644 (file)
index 0000000..05c9d3c
--- /dev/null
@@ -0,0 +1,13 @@
+
+cdps {
+       crl-TA384 {
+               ca = TA384.crt
+               uri = http://crl.strongswan.org/suiteb/24.2.1/TA384.crl
+       }
+}
+
+configs {
+       ike-v4 {
+               rid = ls.revoked.strongswan.org
+       }
+}
diff --git a/src/conftest/suiteb/24.2.1/test.conf b/src/conftest/suiteb/24.2.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
+       }
+}